# importing required libraries
import numpy as np
from statistics import mean
import seaborn as sns
import matplotlib.pyplot as plt
import pygeostat as gs
import pandas as pd
import random
%matplotlib inline
# Create figure directory
import os
figfolder = 'figures_thesis'
try:
os.mkdir(figfolder)
print("Directory " , figfolder , " Created ")
except FileExistsError:
print("Directory " , figfolder , " already exists")
Directory figures_thesis already exists
#configuration of the first grid (mining face 1):
nx=10 #number of blocks in axis x
ny=16 #number of blocks in axis y
nz=1 #number of blocks in axis z
xmn=5 #origin of the first block in axis x
ymn=5 #origin of the first block in axis y
zmn=5 #origin of the first block in axis z
xsiz=10 #size of each block along axis x
ysiz=10 #size of each block along axis y
zsiz=10 #size of each block along axis z
#configuration of the second grid (mining face 2):
nx2=16 #number of blocks in axis x2
ny2=5 #number of blocks in axis y2
nz2=1 #number of blocks in axis z2
xmn2=205 #origin of the first block in axis x2
ymn2=205 #origin of the first block in axis y2
zmn2=205 #origin of the first block in axis z2
xsiz2=10 #size of each block along axis x2
ysiz2=10 #size of each block along axis y2
zsiz2=10 #size of each block along axis z2
#configuration of the processing parameters:
parcels_in_bunit = 24 #number of blocks in a blending unit
face1_face2_ratio = 2 #block extraction rate between mining face 1 and face 2
#calculations of number of blocks from face 1 and face2 that composes a blending unit
p_units = round(round(parcels_in_bunit/(face1_face2_ratio+1))*face1_face2_ratio)
p_units2= parcels_in_bunit - p_units
#adjusting to pygeosts format
grid = gs.GridDef(grid_str="{} {} {} \n{} {} {} \n{} {} {}".format(nx,xmn,xsiz, ny,ymn,ysiz, nz,zmn,zsiz))
grid2 = gs.GridDef(grid_str="{} {} {} \n{} {} {} \n{} {} {}".format(nx2,xmn2,xsiz2, ny2,ymn2,ysiz2, nz2,zmn2,zsiz2))
two mining faces are unconditionally simulated through GSLIB usgsim program
usgsim = gs.Program('usgsim',getpar=True)
Unable to find the provided program! Trying to use the executable pool shipped with pygeostat! C:\Users\phaca\OneDrive\UFRGS\Tese\UAlberta files\CCG scripts\optimization\tmpgmxelmve\usgsim.par has been copied to the clipboard
usgsimpar = """ Parameters for USGSIM
*********************
START OF MAIN:
1 -number of realizations to generate, 0=kriging
1 -number of variables being simulated
0 -number of rock types to consider
69069 -random number seed
{griddef}
{out1} -file for simulation output
0 - output format: (0=reg, 1=coord, 2=binary)
impute.out -file for imputed values in case of heterotopic samples
0 -debugging level: 0,1,2,3
sgsim.dbg -file for debugging output
START OF SRCH:
50 -number of data to use per variable
500.0 500.0 10.0 -maximum search radii (hmax,hmin,vert)
45.0 0.0 0.0 -angles for search ellipsoid
0 -sort by distance (0) or covariance (1)
1 1 1 -if sorting by covariance, indicate variogram rock type, head, tail to use
START OF VARG:
1 -number of variograms
1 1 1 -rock type, variable 1, variable 2
1 0.0 1.0 - number of structures, nugget effect, sill
1 1.0 45.0 0.0 0.0 - type,variance,ang1,ang2,ang3
500.0 20.0 10.0 - a_hmax, a_hmin, a_vert
#START OF DATA:
cluster.dat -file with primary data
1 2 0 0 0 - columns for X,Y,Z,wt,rock type
3 4 - columns for variables
1 - clip data to grid, 1=yes
1 - assign to the grid, 0=none, 1=nearest, 2=average
-1.0 1.0e21 - trimming limits
#START OF TRAN:
1 -transform the data, 1=nscore
200 -number of quantiles to keep
3 -number of min/max values
1 1 0.0 15.0 - rock type, variable, min, max
1 2 0.0 15.0 - rock type, variable, min, max
1 3 0.0 15.0 - rock type, variable, min, max
0 -number of reference distributions
1 1 - rock type number, primary variable number
ref11.dat - file with ref. distribution
1 0 - columns for value and weight
1 2 - rock type number, primary variable number
ref12.dat - file with ref. distribution
1 0 - columns for value and weight
#START OF TRND:
0 -use ordinary kriging (0=no, 1=yes)
2 -number of locally varying means
1 1 - rock type number, primary variable number
lvm11.dat - file with local mean
1 - column for value
1 2 - rock type number, primary variable number
lvmfl12.dat - file with local mean
1 - column for value
#START OF SECV:
0 -number of secondary variables to consider
-998 1E11 -trimming limits
sgsim01.dat -file 1 with secondary variables
1 1 - number of variables in file and column numbers
sgsim02.dat -file 2 with secondary variables
2 1 2 - number of variables and column numbers
1 -transform secondary variables
#START OF ROCK:
1 2 3 -rock type codes
sisim.out -file with rock types
1 -column for rock type
START OF MULT:
1 -1=independent, 2=CCK, 4=CK, 5=ICCK, 6=BU
0 -option for primary variables if BU; or for secondary variables if CK
1 -perform cosimulation for multiple primary variables, 1=yes
1 -rock type for correlation matrix
1 0.6 0.7 0.5 0.6 - correlation matrix: 1-1, 1-2, 1-3, 1-sec1, 1-sec2
0.6 1 0.4 0.3 0.4 - 2-1, 2-2, 2-3, 2-sec1, 2-sec2
0.7 0.3 1 0.5 0.6 - ...
0.5 0.3 0.5 1 0.5 - ...
0.6 0.4 0.6 0.5 1 - ...
#ADDITIONAL OPTIONS:
#XYZFILE "filename" xcol ycol zcol
#SPARSE numcells
#SPLITBYREALIZATION
#COVLOOKUPOFF
#NINTEGRATE 21
#XYZFILE - specify coordinates that flag a region in the regular
# grid for simulation. Simulation is still done on a the
# regular grid.
#SPARSE numcells - specify the number of locations in the XYZFILE
# and turn on sparse output (only nodes that are
# simulated are output). Use with XYZFILE.
#SPLITBYREALIZATION - realizations are output to their own files
#COVLOOKUPOFF - turn off the covariance lookup table. This may be
# required for large problems (big grid and/or many variables)
#ZERODIST value - override the minimum distance that is considered a zero
distance for covariance calculations
#NINTEGRATE - specify number of integration points for backtransform
# of kriged estimates when a normal score is done.
# If not specified, the default of 11 is used.
# If a block of parameters is not used / not required, it can be
# deleted or commented out using a pound-sign (#)
#
"""
usgsim.run(parstr=usgsimpar.format(griddef=grid,
out1 = figfolder+'/sgsim.out',
))
Calling: ['C:\\Users\\phaca\\anaconda3\\lib\\site-packages\\pygeostat\\executable\\usgsim', 'temp']
USGSIM VERSION 4.0.5
Reading parameters
Found keyword START OF MAIN
Reading MAIN Parameters
number of realizations = 1
number of variables = 1
number of rock types = 0
random number seed = 69069
X grid specification = 10 5.000 10.00
Y grid specification = 16 5.000 10.00
Z grid specification = 1 5.000 10.00
output file figures_thesis/sgsim.out
output format = 0
imputation file impute.out
debug level = 0
debugging file sgsim.dbg
Found keyword START OF SRC
Reading SRCH Parameters
number of nodes to use = 50
search radii = 500.0 500.0 10.00
search angles = 45.00 0.000 0.000
search sorting method = 0
variogram index for sorting = 1 1 1
Found keyword START OF VARG
Reading VARG Parameters
number of variograms = 1
variogram: rock type, head, tail = 1 1 1
nst, c0, sill = 1 0.000 1.000
it,cc,ang[1,2,3] = 1 1.000 45.00 0.000 0.000
range[1,2,3] = 500.0 20.00 10.00
Could not locate START OF DATA
WARNING: data block unspecified
Running unconditional simulation
Could not locate START OF TRAN
Could not locate START OF TRND
Could not locate START OF SECV
Found keyword START OF MULT
Reading MULT Parameters
multiple variable flag = 1
multiple variable flag for BU = 0
cosimulation flag = 1
Checking for additional keywords
Could not locate XYZFILE
Could not locate SPARSE
Could not locate SPLITBYREALIZATION
Could not locate COVLOOKUPOFF
Could not locate ZERODIST
Could not locate NINTEGRATE
Finished Reading Parameters
Opening the output and debugging files
Loading conditioning data
Setting up covariance lookup tables
working on table 1 1 1
Starting realization 1
Generating multigrid random path
Working on level 1 nodes: 4
Working on level 2 nodes: 16
Working on level 3 nodes: 64
Working on level 4 nodes: 160
Sorting
Simulation
currently on node 1
currently on node 7
currently on node 13
currently on node 19
currently on node 25
currently on node 31
currently on node 37
currently on node 43
currently on node 49
currently on node 55
currently on node 61
currently on node 67
currently on node 73
currently on node 79
currently on node 85
currently on node 91
currently on node 97
currently on node 103
currently on node 109
currently on node 115
currently on node 121
currently on node 127
currently on node 133
currently on node 139
currently on node 145
currently on node 151
currently on node 157
KRIGING REPORT:
Negative variances: 0
Singular systems: 0
- Execution Time, seconds: 0
- Generating output
Variable 1; Num = 160; Y-Mean = -0.1188; Y-Variance = 0.8182
Z-Mean = 0.0000; Z-Variance = 0.0000
- Execution Time: 0
- Total execution Time: 0
ULTIMATESGSIM VERSION: 4.0.5 FINISHED
usgsimpar = """ Parameters for USGSIM
*********************
START OF MAIN:
1 -number of realizations to generate, 0=kriging
1 -number of variables being simulated
0 -number of rock types to consider
69069 -random number seed
{griddef}
{out2} -file for simulation output
0 - output format: (0=reg, 1=coord, 2=binary)
impute.out -file for imputed values in case of heterotopic samples
0 -debugging level: 0,1,2,3
sgsim.dbg -file for debugging output
START OF SRCH:
50 -number of data to use per variable
500.0 200.0 10.0 -maximum search radii (hmax,hmin,vert)
45.0 0.0 0.0 -angles for search ellipsoid
0 -sort by distance (0) or covariance (1)
1 1 1 -if sorting by covariance, indicate variogram rock type, head, tail to use
START OF VARG:
1 -number of variograms
1 1 1 -rock type, variable 1, variable 2
1 0.0 1.0 - number of structures, nugget effect, sill
1 1.0 45.0 0.0 0.0 - type,variance,ang1,ang2,ang3
500.0 20.0 10.0 - a_hmax, a_hmin, a_vert
#START OF DATA:
cluster.dat -file with primary data
1 2 0 0 0 - columns for X,Y,Z,wt,rock type
3 4 - columns for variables
1 - clip data to grid, 1=yes
1 - assign to the grid, 0=none, 1=nearest, 2=average
-1.0 1.0e21 - trimming limits
#START OF TRAN:
1 -transform the data, 1=nscore
200 -number of quantiles to keep
3 -number of min/max values
1 1 0.0 15.0 - rock type, variable, min, max
1 2 0.0 15.0 - rock type, variable, min, max
1 3 0.0 15.0 - rock type, variable, min, max
0 -number of reference distributions
1 1 - rock type number, primary variable number
ref11.dat - file with ref. distribution
1 0 - columns for value and weight
1 2 - rock type number, primary variable number
ref12.dat - file with ref. distribution
1 0 - columns for value and weight
#START OF TRND:
0 -use ordinary kriging (0=no, 1=yes)
2 -number of locally varying means
1 1 - rock type number, primary variable number
lvm11.dat - file with local mean
1 - column for value
1 2 - rock type number, primary variable number
lvmfl12.dat - file with local mean
1 - column for value
#START OF SECV:
0 -number of secondary variables to consider
-998 1E11 -trimming limits
sgsim01.dat -file 1 with secondary variables
1 1 - number of variables in file and column numbers
sgsim02.dat -file 2 with secondary variables
2 1 2 - number of variables and column numbers
1 -transform secondary variables
#START OF ROCK:
1 2 3 -rock type codes
sisim.out -file with rock types
1 -column for rock type
START OF MULT:
1 -1=independent, 2=CCK, 4=CK, 5=ICCK, 6=BU
0 -option for primary variables if BU; or for secondary variables if CK
1 -perform cosimulation for multiple primary variables, 1=yes
1 -rock type for correlation matrix
1 0.6 0.7 0.5 0.6 - correlation matrix: 1-1, 1-2, 1-3, 1-sec1, 1-sec2
0.6 1 0.4 0.3 0.4 - 2-1, 2-2, 2-3, 2-sec1, 2-sec2
0.7 0.3 1 0.5 0.6 - ...
0.5 0.3 0.5 1 0.5 - ...
0.6 0.4 0.6 0.5 1 - ...
#ADDITIONAL OPTIONS:
#XYZFILE "filename" xcol ycol zcol
#SPARSE numcells
#SPLITBYREALIZATION
#COVLOOKUPOFF
#NINTEGRATE 21
#XYZFILE - specify coordinates that flag a region in the regular
# grid for simulation. Simulation is still done on a the
# regular grid.
#SPARSE numcells - specify the number of locations in the XYZFILE
# and turn on sparse output (only nodes that are
# simulated are output). Use with XYZFILE.
#SPLITBYREALIZATION - realizations are output to their own files
#COVLOOKUPOFF - turn off the covariance lookup table. This may be
# required for large problems (big grid and/or many variables)
#ZERODIST value - override the minimum distance that is considered a zero
distance for covariance calculations
#NINTEGRATE - specify number of integration points for backtransform
# of kriged estimates when a normal score is done.
# If not specified, the default of 11 is used.
# If a block of parameters is not used / not required, it can be
# deleted or commented out using a pound-sign (#)
#
"""
usgsim.run(parstr=usgsimpar.format(griddef=grid2,
out2 = figfolder+'/sgsim_mf2.out',
))
Calling: ['C:\\Users\\phaca\\anaconda3\\lib\\site-packages\\pygeostat\\executable\\usgsim', 'temp']
USGSIM VERSION 4.0.5
Reading parameters
Found keyword START OF MAIN
Reading MAIN Parameters
number of realizations = 1
number of variables = 1
number of rock types = 0
random number seed = 69069
X grid specification = 16 205.0 10.00
Y grid specification = 5 205.0 10.00
Z grid specification = 1 205.0 10.00
output file figures_thesis/sgsim_mf2.out
output format = 0
imputation file impute.out
debug level = 0
debugging file sgsim.dbg
Found keyword START OF SRC
Reading SRCH Parameters
number of nodes to use = 50
search radii = 500.0 200.0 10.00
search angles = 45.00 0.000 0.000
search sorting method = 0
variogram index for sorting = 1 1 1
Found keyword START OF VARG
Reading VARG Parameters
number of variograms = 1
variogram: rock type, head, tail = 1 1 1
nst, c0, sill = 1 0.000 1.000
it,cc,ang[1,2,3] = 1 1.000 45.00 0.000 0.000
range[1,2,3] = 500.0 20.00 10.00
Could not locate START OF DATA
WARNING: data block unspecified
Running unconditional simulation
Could not locate START OF TRAN
Could not locate START OF TRND
Could not locate START OF SECV
Found keyword START OF MULT
Reading MULT Parameters
multiple variable flag = 1
multiple variable flag for BU = 0
cosimulation flag = 1
Checking for additional keywords
Could not locate XYZFILE
Could not locate SPARSE
Could not locate SPLITBYREALIZATION
Could not locate COVLOOKUPOFF
Could not locate ZERODIST
Could not locate NINTEGRATE
Finished Reading Parameters
Opening the output and debugging files
Loading conditioning data
Setting up covariance lookup tables
working on table 1 1 1
Starting realization 1
Generating multigrid random path
Working on level 1 nodes: 2
Working on level 2 nodes: 8
Working on level 3 nodes: 32
Working on level 4 nodes: 80
Sorting
Simulation
currently on node 1
currently on node 4
currently on node 7
currently on node 10
currently on node 13
currently on node 16
currently on node 19
currently on node 22
currently on node 25
currently on node 28
currently on node 31
currently on node 34
currently on node 37
currently on node 40
currently on node 43
currently on node 46
currently on node 49
currently on node 52
currently on node 55
currently on node 58
currently on node 61
currently on node 64
currently on node 67
currently on node 70
currently on node 73
currently on node 76
currently on node 79
KRIGING REPORT:
Negative variances: 0
Singular systems: 0
- Execution Time, seconds: 0
- Generating output
Variable 1; Num = 80; Y-Mean = -0.0507; Y-Variance = 0.9730
Z-Mean = 0.0000; Z-Variance = 0.0000
- Execution Time: 0
- Total execution Time: 0
ULTIMATESGSIM VERSION: 4.0.5 FINISHED
# visualizing simulated mining faces
fig, axes = plt.subplots(1,2, figsize=(15,8))
axes=axes.flatten()
data_file = gs.DataFile(figfolder+'\sgsim.out',griddef=grid)
data_file_mf2 = gs.DataFile(figfolder+'\sgsim_mf2.out',griddef=grid2)
gs.slice_plot(data_file, orient='xy', cmap='viridis', ax=axes[0])
gs.slice_plot(data_file_mf2, orient='xy', cmap='viridis', ax=axes[1])
<AxesSubplot:title={'center':'variable_001'}, xlabel='Easting (m)', ylabel='Northing (m)'>
# transforming the Gaussian simulated variable to be lognormal (this variable is metal grade)
m_ln = 0.0 #lognormal mean
sd_ln = 1.2 #lognormal std.dev.
# transforming the Gaussian simulated variable to be lognormal (this variable is metal grade)
data_file.data['var_ln'] = np.exp(m_ln+sd_ln*data_file.data['variable_001'])
data_file_mf2.data['var_ln'] = np.exp(m_ln+sd_ln*data_file_mf2.data['variable_001'])
# visualizing metal grade histograms of each mining face
fig, axes = plt.subplots(1,2, figsize=(15,8))
axes=axes.flatten()
gs.histogram_plot(data_file.data['var_ln'], xlabel='Metal grade (%)', ax=axes[0], title = 'Histogram - Mining face A')
gs.histogram_plot(data_file_mf2.data['var_ln'], xlabel='Metal grade (%)', ax=axes[1], title = 'Histogram - Mining face B')
<AxesSubplot:title={'center':'Histogram - Mining face B'}, xlabel='Metal grade (%)', ylabel='Frequency'>
# creating a second variable from the previous simulated one. This second variable is symetric (this variable is metal recovery).
m_2 = 75 #second variable mean (%)
sd_2 = 9.0 #second variable std.dev.(%)
# creating a second variable from the previous simulated one. This second variable is symetric (this variable is metal recovery).
data_file.data['var2_n'] = (m_2+sd_2*data_file.data['variable_001'])/100
data_file_mf2.data['var2_n'] = (m_2+sd_2*data_file_mf2.data['variable_001'])/100
#visualizing data created
data_file.data
| variable_001 | var_ln | var2_n | |
|---|---|---|---|
| 0 | 0.262203 | 1.369771 | 0.773598 |
| 1 | 0.227183 | 1.313401 | 0.770446 |
| 2 | 0.006386 | 1.007693 | 0.750575 |
| 3 | 0.159510 | 1.210959 | 0.764356 |
| 4 | -1.377812 | 0.191403 | 0.625997 |
| ... | ... | ... | ... |
| 155 | 0.025165 | 1.030659 | 0.752265 |
| 156 | -0.065964 | 0.923895 | 0.744063 |
| 157 | -0.215787 | 0.771866 | 0.730579 |
| 158 | 0.770770 | 2.521677 | 0.819369 |
| 159 | 0.697282 | 2.308823 | 0.812755 |
160 rows × 3 columns
#visualizing variable 1 and 2 relationship
gs.scatter_plot(data_file.data['var_ln'],data_file.data['var2_n'])
<AxesSubplot:xlabel='var_ln', ylabel='var2_n'>
# visualizing metal recovery histograms of each mining face
fig, axes = plt.subplots(1,2, figsize=(15,8))
axes=axes.flatten()
gs.histogram_plot(data_file.data['var2_n'], xlabel='Metal recovery (%)', ax=axes[0], title = 'Histogram - Mining face A')
gs.histogram_plot(data_file_mf2.data['var2_n'], xlabel='Metal recovery (%)', ax=axes[1], title = 'Histogram - Mining face B')
<AxesSubplot:title={'center':'Histogram - Mining face B'}, xlabel='Metal recovery (%)', ylabel='Frequency'>
# visualizing metal recovery distribution in each mining face
fig, axes = plt.subplots(1,2, figsize=(15,8))
axes=axes.flatten()
gs.slice_plot(data_file.data['var2_n'],griddef=grid, orient='xy', cmap='viridis', ax=axes[0])
gs.slice_plot(data_file_mf2.data['var2_n'],griddef=grid2, orient='xy', cmap='viridis', ax=axes[1])
<AxesSubplot:xlabel='Easting (m)', ylabel='Northing (m)'>
#assigning mass units for each block and their status:
data_file.data['mass'] = 1
data_file_mf2.data['mass'] = 1
data_file.data['mined_mask'] = 0 #(0 if not mined, 1 if already mined)
data_file_mf2.data['mined_mask'] = 0 #(0 if not mined, 1 if already mined)
#input data as lists: recovery data, grade data, mass data, mined_parcel_mask data
n_values=nx*ny*nz #total number of blocks in mining face 1
data_g = data_file.data['var_ln'].values.flatten().tolist() #list of grade values in mining face 1
data_m = data_file.data['mass'].values.flatten().tolist() #list of mass values in mining face 1
data_r = data_file.data['var2_n'].values.flatten().tolist() #list of metal recovery values in mining face 1
mined_mask = data_file.data['mined_mask'].values.flatten().tolist() #list of mined blocks in mining face 1
#input data as lists: recovery data, grade data, mass data, mined_parcel_mask data
n_values2=nx2*ny2*nz2
data_g2 = data_file_mf2.data['var_ln'].values.flatten().tolist()
data_m2 = data_file_mf2.data['mass'].values.flatten().tolist()
data_r2 = data_file_mf2.data['var2_n'].values.flatten().tolist()
mined_mask2 = data_file_mf2.data['mined_mask'].values.flatten().tolist()
#allocating grid memory
pv = np.zeros((nx, ny,nz))
gradev = np.zeros((nx, ny,nz))
massv = np.zeros((nx, ny,nz))
pv_mined=np.zeros((nx, ny,nz))
#allocating grid2 memory
pv2 = np.zeros((nx2, ny2,nz2))
gradev2 = np.zeros((nx2, ny2,nz2))
massv2 = np.zeros((nx2, ny2,nz2))
pv_mined2=np.zeros((nx2, ny2,nz2))
#calculating quantity of blend units
total_p = int(n_values)
mined_p = sum(x==1 for x in mined_mask)
proh_p = sum(x==999 for x in mined_mask)
b_units = int((total_p-mined_p-proh_p)/p_units)
#calculating quantity of blend units in grid2
total_p2 = int(n_values2)
mined_p2 = sum(x==1 for x in mined_mask2)
proh_p2 = sum(x==999 for x in mined_mask2)
b_units2 = int((total_p2-mined_p2-proh_p2)/p_units2)
#assign values in grid according to data list
#attribute value, grade, mass and mined_mask
icol=0
for iz in range(nz):
for iy in range(ny):
for ix in range(nx):
pv[ix][iy][iz], gradev[ix][iy][iz], massv[ix][iy][iz], pv_mined[ix][iy][iz] = data_r[icol], data_g[icol], data_m[icol], mined_mask[icol]
icol+=1
#assign values in grid2 according to data list
#attribute value2, grade2, mass2 and mined_mask2
icol=0
for iz in range(nz2):
for iy in range(ny2):
for ix in range(nx2):
pv2[ix][iy][iz], gradev2[ix][iy][iz], massv2[ix][iy][iz], pv_mined2[ix][iy][iz] = data_r2[icol], data_g2[icol], data_m2[icol], mined_mask2[icol]
icol+=1
#visualizing attributes
fig, axes = plt.subplots(2,2, figsize=(16,14))
axes=axes.flatten()
gs.histogram_plot(data_g, xlabel='Metal grade (%)', ax=axes[0], title = 'Histogram - Mining face A')
gs.histogram_plot(data_g2, xlabel='Metal grade (%)', ax=axes[1], title = 'Histogram - Mining face B')
gs.histogram_plot(data_file.data['var2_n'], xlabel='Metal recovery (%)', ax=axes[2], title = 'Histogram - Mining face A')
gs.histogram_plot(data_file_mf2.data['var2_n'], xlabel='Metal recovery (%)', ax=axes[3], title = 'Histogram - Mining face B')
plt.savefig (figfolder+'/hist_grade.png', bbox_inches = 'tight', dpi = 300)
#creating another variable: recoverable metal (gr)
gr = np.multiply(data_g,data_r)
gr2 = np.multiply(data_g2,data_r2)
#visuaizing grade in each mining face
fig, axes = plt.subplots(1,2, figsize=(15,8))
axes=axes.flatten()
gs.slice_plot(data=gradev.flatten(order='F'),griddef=grid, ax=axes[0],vlim=(0.0,max(data_g+data_g2)),grid=True, title='Mining face A', cbar_label='Metal grade (%)')
gs.slice_plot(data=gradev2.flatten(order='F'),griddef=grid2, ax=axes[1],vlim=(0.0,max(data_g+data_g2)),grid=True,title='Mining face B', cbar_label='Metal grade (%)')
plt.savefig (figfolder+'/mfaces_grade.png', bbox_inches = 'tight', dpi = 300)
#visuaizing meal recovery in each mining face
fig, axes = plt.subplots(1,2, figsize=(15,8))
axes=axes.flatten()
gs.slice_plot(data=pv.flatten(order='F'),griddef=grid, ax=axes[0],vlim=(min(data_r+data_r2),max(data_r+data_r2)),grid=True, title='Mining face A', cbar_label='Recovery (%)')
gs.slice_plot(data=pv2.flatten(order='F'),griddef=grid2, ax=axes[1],vlim=(min(data_r+data_r2),max(data_r+data_r2)),grid=True,title='Mining face B', cbar_label='Recovery (%)')
plt.savefig (figfolder+'/mfaces_rec.png', bbox_inches = 'tight', dpi = 300)
#visuaizing recoverable metal in each mining face
fig, axes = plt.subplots(1,2, figsize=(15,8))
axes=axes.flatten()
gs.slice_plot(data=gr.flatten(order='F'),griddef=grid,ax=axes[0], vlim=(min(gr.tolist()+gr2.tolist()),max(gr.tolist()+gr2.tolist())), grid=True, title='Mining face A',cbar_label='Recoverable metal (%)')
gs.slice_plot(data=gr2.flatten(order='F'),griddef=grid2, ax=axes[1],vlim=(min(gr.tolist()+gr2.tolist()),max(gr.tolist()+gr2.tolist())),grid=True,title='Mining face B', cbar_label='Recoverable metal (%)')
plt.savefig (figfolder+'/gr.png', bbox_inches = 'tight', dpi = 300)
mfA = pd.DataFrame(gr, columns = ['Recoverable_metal'])
mfB = pd.DataFrame(gr2, columns = ['Recoverable_metal'])
gs.write_gslib(mfA, flname=figfolder+'/mfA.dat')
gs.write_gslib(mfB, flname=figfolder+'/mfB.dat')
def rec_blend_unit(r_list, m_list, g_list, w):
'''This fuction computes and returns the effective recovery of a blending unit.
INPUT:
It takes as input a list of parcels recoveries, mass and grades and a value w (power function).
If w<1, synergistic blend
If w=0, neutral blend
If w>1, antagonistic blend:
OUTPUT:
A value of effective recovery of that blend unit
'''
r_arr, m_arr, g_arr = np.array(r_list), np.array(m_list), np.array(g_list)
r_num = np.sum(r_arr*m_arr*g_arr)
r_den = np.sum(m_arr*g_arr)
r_wt = r_num/r_den
rmin=min(r_list)
rmax=max(r_list)
if rmax==rmin:
return rmin
else:
blend_rec = rmin+(np.power((r_wt-rmin)/(rmax-rmin),w))*(rmax-rmin)
return (blend_rec)
# function to get sum of distances between parcels for all blend units
def sum_dist(pv_blend, b_units):
import math
d_b_units=[]
for i in range(1,b_units+1):
x_lst=[]
y_lst=[]
for parcel in np.argwhere(pv_blend==i):
x_lst.append(parcel[0])
y_lst.append(parcel[1])
x_lst_f = x_lst[1:] + [x_lst[0]]
y_lst_f = y_lst[1:] + [y_lst[0]]
x_diff = [abs(j-i) for i,j in zip(x_lst, x_lst_f)]
y_diff = [abs(j-i) for i,j in zip(y_lst, y_lst_f)]
d_lst = [math.sqrt(i**2 + j**2) for i,j in zip (x_diff,y_diff)]
d_b_units.append(sum(d_lst))
return (sum(d_b_units))
# objective function for simulated annealing
def gobj(b_r_list, m_unit, g_unit, dist_t, dist_penal):
'''This function calculates the total metal recovery
INPUT:
b_r_list: list of blend recoveries
m_unit: nested list with parcels mass
g_unit: nested list with parcels grades
dist_t: total movement distance to mine
dist_penal: penalization factor for distance
'''
tmr=[]
for i,j,k in zip(b_r_list, m_unit, g_unit):
#multiply the blended recovery (i) with the mass linear avg.(j), the wtd. avg. grade (k) and the number of parcels
mr_bunit = i*mean(j)*(sum(np.multiply(k,j))/sum(j))*len(j)
mr_bunit = round(mr_bunit, 9)
tmr.append(mr_bunit)
return ((sum(tmr) - (dist_penal*dist_t)),sum(tmr))
def dflt_sched(pv,pv_mined,b_units,p_units):
'''This function makes a default schedule. It starts from left to right and goes in zigzag.
INPUT:
pv: array with parcels values
pv_mined: array with parcels mined mask
b_units: integer of blending units in that array
p_units: integer of parcels that will make up each b_unit
'''
lst_dflt_blend_id = []
pv_blend = np.zeros((pv.shape[0],pv.shape[1]))
for blend_id in range(b_units):
for parcel in range(p_units,0,-1):
lst_dflt_blend_id.append(blend_id+1)
for y in range(pv_blend.shape[1]):
for x in range (pv_blend.shape[0]):
if y % 2 == 0:
if pv_mined[x][y]==1:
pv_blend[x][y]=0
elif pv_mined[x][y]==999:
pv_blend[x][y]=999
else:
pv_blend[x][y] = lst_dflt_blend_id.pop(0)
else:
if pv_mined[pv_blend.shape[0]-x-1][y]==1:
pv_blend[pv_blend.shape[0]-x-1][y]=0
elif pv_mined[pv_blend.shape[0]-x-1][y]==999:
pv_blend[pv_blend.shape[0]-x-1][y]=999
else:
pv_blend[pv_blend.shape[0]-x-1][y] = lst_dflt_blend_id.pop(0)
return (pv_blend)
def valid_swap(pv_blend):
'''INPUT:
This function gets an array of parcels with their blending unit schedule.
It tries to swaps parcels of two different blending units, subject to constraints.
OUTPUT: array with different parcels schedule.
'''
import random
swapvalid=False
while swapvalid is not True:
pv_blend_mod = np.copy(pv_blend)
p1valid=False
p2valid=False
while p1valid is not True:
#choose parcel1 at random
x1 = np.random.randint(len(pv_blend_mod))
y1 = np.random.randint(len(pv_blend_mod[x1]))
#check p1 is valid. If not, continue p1valid while loop
if pv_blend_mod[x1][y1]==0 or pv_blend_mod[x1][y1]==999 : #do not select value 0 (already mined) or 9999 (prohibit to mine)
continue
#get p1 value
p1old = pv_blend_mod[x1][y1].copy()
p1valid=True
while p2valid is not True:
#choose parcel2 at random
x2 = np.random.randint(len(pv_blend_mod))
y2 = np.random.randint(len(pv_blend_mod[x2]))
#check p2 is valid. If not, continue p2valid while loop
if pv_blend_mod[x2][y2]==0 or pv_blend_mod[x2][y2]==999 : #do not select value 0 (already mined) or 9999 (prohibit to mine)
continue
if pv_blend_mod[x2][y2]==p1old: #do not select if they are the same blend_unit
continue
#get p2 value
p2old = pv_blend_mod[x2][y2].copy()
p2valid = True
# swap p1 and p2
pv_blend_mod[x1][y1], pv_blend_mod[x2][y2] = p2old, p1old
#get neighbours
n_above1, n_ne1, n_right1, n_se1, n_below1, n_sw1, n_left1, n_nw1 = get_neigh(pv_blend_mod, x1, y1)
n_above2, n_ne2, n_right2, n_se2, n_below2, n_sw2, n_left2, n_nw2 = get_neigh(pv_blend_mod, x2, y2)
# check if the joint p1 and p2 are valid. If not, restart swapvalid while loop
if (p1old >= n_below2 and p1old >= n_sw2 and p1old >= n_se2) and ( #p1 geq than below and 45 degrees
p1old <=n_above2 and p1old <=n_nw2 and p1old <=n_ne2) and ( #p1 leq than above and 45 degrees
p2old>=n_below1 and p2old >= n_sw1 and p2old >= n_se1) and ( #p2 geq than below and 45 degrees
p2old <=n_above1 and p2old <=n_nw1 and p2old <=n_ne1
): #p2 leq than above and 45 degrees
swapvalid=True
return (pv_blend_mod)
def get_neigh(pv_blend, x, y):
'''This function inputs are an array of blend_id values and a index x,y of a parcel coordinate.
It returns the blend_id values of the neighbours in the order: north, ne, east, se, south, sw, west, nw.
'''
#right, above, left, below
if x<len(pv_blend)-1:
n_right = pv_blend[x+1][y]
else:
n_right = 9999
if y<len(pv_blend[x])-1:
n_above = pv_blend[x][y+1]
else:
n_above = 9999
if x>0:
n_left = pv_blend[x-1][y]
else:
n_left = 9999
if y>0:
n_below = pv_blend[x][y-1]
else:
n_below = 0
#diagonals neighbors (ne,nw,sw,se)
if x<len(pv_blend)-1 and y<len(pv_blend[x])-1:
n_ne = pv_blend[x+1][y+1]
else:
n_ne = 9999
if x>0 and y<len(pv_blend[x])-1:
n_nw = pv_blend[x-1][y+1]
else:
n_nw = 9999
if x>0 and y>0:
n_sw = pv_blend[x-1][y-1]
else:
n_sw = 0
if x<len(pv_blend)-1 and y>0:
n_se = pv_blend[x+1][y-1]
else:
n_se = 0
return (n_above, n_ne, n_right, n_se, n_below, n_sw, n_left, n_nw)
def sim_annealing_2f(pv, pv_mined, gradev, massv, p_units, b_units, #miningface1
pv2, pv_mined2, gradev2, massv2, p_units2, b_units2, #miningface2
dist_penal, #penalty for shovel movement (0-nothing; 0.01 - better option if want parcels together)
w, #processing_par
n_iterations, temp): #sim_annealing_par
'''
This function uses simulated annealing to provide the better schedule considering 2 mining faces and blending.
INPUT:
pv = 3d array with parcels recovery or any other attribute values
pv_mined = 3d array with 0 (not mined) or 1 (already mined) values
gradev, massv = 3d array with parcels grade and mass values
p_units = integer (how many parcels in a blending unit)
b_units = integer (how many blending units)
dist_penal = penalty factor for shovel movement (0-nothing; 0.01 - better option if want parcels together)
w = power factor used in the nonlinear function to estimate blending attribute
n_interation = iteration used in simulating annealing
temp = initial temperature of annealing
OUTPUT:
'''
import random
import math
# creating nested lists for the blend_units resulted from the 2 faces
att_unit, m_unit, g_unit = [],[],[]
#creating list of average blending attribute
att_blend_units=[]
# check all conditions that may crash the algorithm
# check if face1 is feasible
if np.count_nonzero(pv_mined==0) != (p_units*b_units):
raise ValueError('number of parcels not mined in face1 are not multiple of p_units in blend')
# check if face2 is feasible
if np.count_nonzero(pv_mined2==0) != (p_units2*b_units2):
raise ValueError('number of parcels not mined in face2 are not multiple of p_units2 in blend')
#check if number of blending units in the mining faces match
if b_units != b_units2:
raise ValueError('mining faces should have the same quantity of blending units to be mined')
# evaluate initial solution for simulated annealing
# calling function defauld sched
pv_blend = dflt_sched(pv,pv_mined,b_units,p_units)
pv_blend2 = dflt_sched(pv2,pv_mined2,b_units2,p_units2)
#calculating effective recovery per blending unit
for j,h in zip(range(1,b_units+1),range(1,b_units2+1)):
#list with parcels from face1
att_lst_unit = pv[pv_blend==j].flatten().tolist()
m_lst_unit = massv[pv_blend==j].flatten().tolist()
g_lst_unit = gradev[pv_blend==j].flatten().tolist()
#list with parcels from face2
att_lst_unit2 = pv2[pv_blend2==h].flatten().tolist()
m_lst_unit2 = massv2[pv_blend2==h].flatten().tolist()
g_lst_unit2 = gradev2[pv_blend2==h].flatten().tolist()
#join list face1 and face2
att_lst_unit.extend(att_lst_unit2)
m_lst_unit.extend(m_lst_unit2)
g_lst_unit.extend(g_lst_unit2)
#impute values in nested lists for the blend_units resulted from the 2 faces
att_unit.append(att_lst_unit)
m_unit.append(m_lst_unit)
g_unit.append(g_lst_unit)
#calculate effective recovery for each blend unit and append in a list
att_blend_units.append(rec_blend_unit(att_lst_unit,m_lst_unit,g_lst_unit,w))
# evaluate initial solution
dist = sum_dist(pv_blend, b_units)
dist2 = sum_dist(pv_blend2, b_units2)
dist_t = dist + dist2
blendset_eval, tmr = gobj(att_blend_units, m_unit, g_unit, dist_t, dist_penal)
# setting this initial solution as current working solution and best
curr_att_unit, curr_g_unit, curr_m_unit, curr_blend, curr_blend2, curr_blendset_eval, curr_tmr = att_unit, g_unit, m_unit, pv_blend, pv_blend2, blendset_eval, tmr
best_att_unit, best_g_unit, best_m_unit, best_blend, best_blend2, best_blendset_eval, best_tmr = att_unit, g_unit, m_unit, pv_blend, pv_blend2, blendset_eval, tmr
#code to convergence analysis
if n_iterations==0:
itera_values = [0]
else:
itera_values = list(range(0, n_iterations+1, int((n_iterations)/10)))
itera_values_result=[curr_tmr]
#iterating
for it in range(1, n_iterations+1):
#reset every variable
att_blend_units.clear() #reset to 0
att_unit, m_unit, g_unit = [], [], []
#random choose a face to swap
if np.random.randint(2, size=1)==0: #probability of 0 (1-100% (swap just face1), 2-50% (face 1 and face 2 50%))
pv_blend = valid_swap(curr_blend)
pv_blend2 = curr_blend2
else:
pv_blend = curr_blend
pv_blend2 = valid_swap(curr_blend2)
#calculating effective recovery per blending unit
for j,h in zip(range(1,b_units+1),range(1,b_units2+1)):
#list with parcels from face1
att_lst_unit = pv[pv_blend==j].flatten().tolist()
m_lst_unit = massv[pv_blend==j].flatten().tolist()
g_lst_unit = gradev[pv_blend==j].flatten().tolist()
#list with parcels from face2
att_lst_unit2 = pv2[pv_blend2==h].flatten().tolist()
m_lst_unit2 = massv2[pv_blend2==h].flatten().tolist()
g_lst_unit2 = gradev2[pv_blend2==h].flatten().tolist()
#join list face1 and face2
att_lst_unit.extend(att_lst_unit2)
m_lst_unit.extend(m_lst_unit2)
g_lst_unit.extend(g_lst_unit2)
#impute values in nested lists for the blend_units resulted from the 2 faces
att_unit.append(att_lst_unit)
m_unit.append(m_lst_unit)
g_unit.append(g_lst_unit)
#calculate effective recovery for each blend unit and append in a list
att_blend_units.append(rec_blend_unit(att_lst_unit,m_lst_unit,g_lst_unit,w))
# evaluate candidate solution
dist = sum_dist(pv_blend, b_units)
dist2 = sum_dist(pv_blend2, b_units2)
dist_t = dist + dist2
blendset_eval, tmr = gobj(att_blend_units, m_unit, g_unit, dist_t, dist_penal)
# check for new best solution
if blendset_eval < best_blendset_eval:
print('iteration {} found worse value: {}.'.format(it,best_blendset_eval))
if blendset_eval == best_blendset_eval:
print('iteration {} found equal value: {}.'.format(it,best_blendset_eval))
if blendset_eval > best_blendset_eval:
# store new best point
best_att_unit, best_g_unit, best_m_unit, best_blend, best_blend2, best_blendset_eval, best_tmr = att_unit, g_unit, m_unit, pv_blend, pv_blend2 , blendset_eval, tmr
# report progress
print('iteration {} found better value: {}'.format(it,blendset_eval))
# difference between candidate and current point evaluation
diff = -(blendset_eval - curr_blendset_eval)
# calculate temperature for current iteration
t = temp / float(it)
# calculate metropolis acceptance criterion
metropolis = math.exp(-diff / t)
# check if we should keep the new point
if np.random.rand() < metropolis and diff > 0:
print('iteration {}, perturbing to get out of local maxima'.format(it))
curr_att_unit, curr_g_unit, curr_m_unit, curr_blend, curr_blend2, curr_blendset_eval, curr_tmr = att_unit, g_unit, m_unit, pv_blend, pv_blend2, blendset_eval, tmr
if diff < 0:
# store the new current point
curr_att_unit, curr_g_unit, curr_m_unit, curr_blend, curr_blend2, curr_blendset_eval, curr_tmr = att_unit, g_unit, m_unit, pv_blend, pv_blend2, blendset_eval, tmr
#code to convergence analysis
if it in itera_values:
itera_values_result.append(best_tmr)
return (best_att_unit, best_g_unit, best_m_unit, best_blend, best_blend2, best_tmr, itera_values_result)
dflt_att_unit, dflt_g_unit, dflt_m_unit, dflt_blend, dflt_blend2, dflt_tmr, conv_lst_tmr = sim_annealing_2f(
pv, pv_mined, gradev, massv, p_units, b_units, #miningface1
pv2, pv_mined2, gradev2, massv2, p_units2, b_units2, #miningface2
dist_penal=0.000, #penalty for shovel movement
w=1, #processing_par
n_iterations=0, temp=5)
dflt_tmr #total metal recovered (units of mass)
356.637659352
dflt_att_unit, dflt_g_unit, dflt_m_unit, dflt_blend, dflt_blend2, dflt_tmr, conv_lst_tmr = sim_annealing_2f(
pv, pv_mined, gradev, massv, p_units, b_units, #miningface1
pv2, pv_mined2, gradev2, massv2, p_units2, b_units2, #miningface2
dist_penal=0.000, #penalty for shovel movement
w=0.8, #processing_par
n_iterations=0, temp=5)
#visualizing default schedule
#if few units, use .astype(int)
fig, axes = plt.subplots(1,2, figsize=(15,8))
axes=axes.flatten()
_=gs.slice_plot(data=dflt_blend.astype(int).flatten(order='F'),griddef=grid,catdata=True, ax=axes[0], title='Mining face A', grid=True,cmap='viridis',cbar_label='Blend units')
_=gs.slice_plot(data=dflt_blend2.astype(int).flatten(order='F'),griddef=grid2,catdata=True, ax=axes[1],title='Mining face B',grid=True,cmap='viridis',cbar_label='Blend units')
plt.subplots_adjust (left = 0.125, bottom = 0.1, right = 1.05, top = 0.9, wspace = 0.1, hspace = 0.1)
plt.savefig (figfolder + '/figure_dflt.png', bbox_inches = 'tight', dpi = 300)
dflt_tmr #total metal recovered (units of mass)
362.509752909
dflt_tmr/240 #total metal recovered (units of mass per block)
1.5104573037875
# calculating recoverable metal (%)
tmr_list = np.multiply(dflt_att_unit,dflt_g_unit)
tmr_list = tmr_list.tolist()
#visualizing box-plots of each blending unit
b_means = [np.mean(i) for i in tmr_list]
ax=sns.boxplot(data=tmr_list,whis=5)
ax=sns.lineplot(data=b_means,color='black',marker='o',markerfacecolor="black", markeredgecolor="black",markersize='3')
ax.set_xlabel('Blending Unit')
plt.xticks([0,1,2,3,4,5,6,7,8,9], [1,2,3,4,5,6,7,8,9,10])
ax.set_ylabel('Recoverable metal (%)')
Text(0, 0.5, 'Recoverable metal (%)')
best_att_unit, best_g_unit, best_m_unit, best_blend, best_blend2, best_tmr, conv_lst_tmr = sim_annealing_2f(
pv, pv_mined, gradev, massv, p_units, b_units, #miningface1
pv2, pv_mined2, gradev2, massv2, p_units2, b_units2, #miningface2
dist_penal=0.00, #penalty for shovel movement
w=0.8, #processing_par
n_iterations=20000, temp=100)
iteration 1 found worse value: 362.509752909. iteration 1, perturbing to get out of local maxima iteration 2 found worse value: 362.509752909. iteration 2, perturbing to get out of local maxima iteration 3 found worse value: 362.509752909. iteration 4 found worse value: 362.509752909. iteration 5 found worse value: 362.509752909. iteration 5, perturbing to get out of local maxima iteration 6 found worse value: 362.509752909. iteration 6, perturbing to get out of local maxima iteration 7 found worse value: 362.509752909. iteration 8 found worse value: 362.509752909. iteration 8, perturbing to get out of local maxima iteration 9 found worse value: 362.509752909. iteration 9, perturbing to get out of local maxima iteration 10 found worse value: 362.509752909. iteration 11 found worse value: 362.509752909. iteration 11, perturbing to get out of local maxima iteration 12 found worse value: 362.509752909. iteration 12, perturbing to get out of local maxima iteration 13 found worse value: 362.509752909. iteration 13, perturbing to get out of local maxima iteration 14 found worse value: 362.509752909. iteration 15 found worse value: 362.509752909. iteration 15, perturbing to get out of local maxima iteration 16 found worse value: 362.509752909. iteration 16, perturbing to get out of local maxima iteration 17 found worse value: 362.509752909. iteration 18 found worse value: 362.509752909. iteration 19 found worse value: 362.509752909. iteration 20 found worse value: 362.509752909. iteration 20, perturbing to get out of local maxima iteration 21 found worse value: 362.509752909. iteration 22 found worse value: 362.509752909. iteration 23 found worse value: 362.509752909. iteration 23, perturbing to get out of local maxima iteration 24 found worse value: 362.509752909. iteration 25 found better value: 362.836341086 iteration 26 found worse value: 362.836341086. iteration 26, perturbing to get out of local maxima iteration 27 found better value: 362.85637998100003 iteration 28 found worse value: 362.85637998100003. iteration 28, perturbing to get out of local maxima iteration 29 found worse value: 362.85637998100003. iteration 30 found worse value: 362.85637998100003. iteration 31 found better value: 363.020201845 iteration 32 found worse value: 363.020201845. iteration 32, perturbing to get out of local maxima iteration 33 found better value: 363.020900701 iteration 34 found worse value: 363.020900701. iteration 34, perturbing to get out of local maxima iteration 35 found better value: 363.033453878 iteration 36 found worse value: 363.033453878. iteration 36, perturbing to get out of local maxima iteration 37 found worse value: 363.033453878. iteration 37, perturbing to get out of local maxima iteration 38 found worse value: 363.033453878. iteration 39 found worse value: 363.033453878. iteration 39, perturbing to get out of local maxima iteration 40 found worse value: 363.033453878. iteration 41 found worse value: 363.033453878. iteration 42 found worse value: 363.033453878. iteration 42, perturbing to get out of local maxima iteration 43 found better value: 363.04016433099997 iteration 44 found worse value: 363.04016433099997. iteration 44, perturbing to get out of local maxima iteration 45 found equal value: 363.04016433099997. iteration 46 found worse value: 363.04016433099997. iteration 46, perturbing to get out of local maxima iteration 47 found worse value: 363.04016433099997. iteration 47, perturbing to get out of local maxima iteration 48 found better value: 363.05847299699997 iteration 49 found better value: 363.05957601800003 iteration 50 found worse value: 363.05957601800003. iteration 50, perturbing to get out of local maxima iteration 51 found worse value: 363.05957601800003. iteration 52 found worse value: 363.05957601800003. iteration 52, perturbing to get out of local maxima iteration 53 found worse value: 363.05957601800003. iteration 53, perturbing to get out of local maxima iteration 54 found worse value: 363.05957601800003. iteration 55 found worse value: 363.05957601800003. iteration 56 found worse value: 363.05957601800003. iteration 56, perturbing to get out of local maxima iteration 57 found worse value: 363.05957601800003. iteration 58 found worse value: 363.05957601800003. iteration 58, perturbing to get out of local maxima iteration 59 found worse value: 363.05957601800003. iteration 60 found worse value: 363.05957601800003. iteration 61 found worse value: 363.05957601800003. iteration 62 found worse value: 363.05957601800003. iteration 63 found worse value: 363.05957601800003. iteration 64 found worse value: 363.05957601800003. iteration 64, perturbing to get out of local maxima iteration 65 found worse value: 363.05957601800003. iteration 66 found worse value: 363.05957601800003. iteration 66, perturbing to get out of local maxima iteration 67 found worse value: 363.05957601800003. iteration 67, perturbing to get out of local maxima iteration 68 found worse value: 363.05957601800003. iteration 68, perturbing to get out of local maxima iteration 69 found worse value: 363.05957601800003. iteration 69, perturbing to get out of local maxima iteration 70 found worse value: 363.05957601800003. iteration 70, perturbing to get out of local maxima iteration 71 found worse value: 363.05957601800003. iteration 71, perturbing to get out of local maxima iteration 72 found worse value: 363.05957601800003. iteration 73 found worse value: 363.05957601800003. iteration 73, perturbing to get out of local maxima iteration 74 found worse value: 363.05957601800003. iteration 74, perturbing to get out of local maxima iteration 75 found worse value: 363.05957601800003. iteration 75, perturbing to get out of local maxima iteration 76 found worse value: 363.05957601800003. iteration 77 found worse value: 363.05957601800003. iteration 78 found worse value: 363.05957601800003. iteration 79 found worse value: 363.05957601800003. iteration 80 found worse value: 363.05957601800003. iteration 81 found worse value: 363.05957601800003. iteration 81, perturbing to get out of local maxima iteration 82 found worse value: 363.05957601800003. iteration 83 found worse value: 363.05957601800003. iteration 84 found worse value: 363.05957601800003. iteration 85 found worse value: 363.05957601800003. iteration 85, perturbing to get out of local maxima iteration 86 found worse value: 363.05957601800003. iteration 86, perturbing to get out of local maxima iteration 87 found worse value: 363.05957601800003. iteration 87, perturbing to get out of local maxima iteration 88 found worse value: 363.05957601800003. iteration 89 found worse value: 363.05957601800003. iteration 89, perturbing to get out of local maxima iteration 90 found worse value: 363.05957601800003. iteration 91 found worse value: 363.05957601800003. iteration 91, perturbing to get out of local maxima iteration 92 found worse value: 363.05957601800003. iteration 93 found worse value: 363.05957601800003. iteration 94 found worse value: 363.05957601800003. iteration 95 found worse value: 363.05957601800003. iteration 95, perturbing to get out of local maxima iteration 96 found worse value: 363.05957601800003. iteration 97 found worse value: 363.05957601800003. iteration 97, perturbing to get out of local maxima iteration 98 found worse value: 363.05957601800003. iteration 98, perturbing to get out of local maxima iteration 99 found worse value: 363.05957601800003. iteration 100 found worse value: 363.05957601800003. iteration 101 found worse value: 363.05957601800003. iteration 101, perturbing to get out of local maxima iteration 102 found worse value: 363.05957601800003. iteration 102, perturbing to get out of local maxima iteration 103 found worse value: 363.05957601800003. iteration 103, perturbing to get out of local maxima iteration 104 found worse value: 363.05957601800003. iteration 105 found worse value: 363.05957601800003. iteration 106 found worse value: 363.05957601800003. iteration 106, perturbing to get out of local maxima iteration 107 found worse value: 363.05957601800003. iteration 107, perturbing to get out of local maxima iteration 108 found worse value: 363.05957601800003. iteration 108, perturbing to get out of local maxima iteration 109 found worse value: 363.05957601800003. iteration 110 found better value: 363.061068151 iteration 111 found better value: 363.079871443 iteration 112 found better value: 363.091018061 iteration 113 found better value: 363.09530494499995 iteration 114 found better value: 363.097910123 iteration 115 found better value: 363.09904972699997 iteration 116 found worse value: 363.09904972699997. iteration 116, perturbing to get out of local maxima iteration 117 found worse value: 363.09904972699997. iteration 117, perturbing to get out of local maxima iteration 118 found worse value: 363.09904972699997. iteration 118, perturbing to get out of local maxima iteration 119 found better value: 363.10107662999997 iteration 120 found worse value: 363.10107662999997. iteration 120, perturbing to get out of local maxima iteration 121 found worse value: 363.10107662999997. iteration 121, perturbing to get out of local maxima iteration 122 found worse value: 363.10107662999997. iteration 123 found better value: 363.1076220880001 iteration 124 found worse value: 363.1076220880001. iteration 124, perturbing to get out of local maxima iteration 125 found worse value: 363.1076220880001. iteration 125, perturbing to get out of local maxima iteration 126 found worse value: 363.1076220880001. iteration 126, perturbing to get out of local maxima iteration 127 found worse value: 363.1076220880001. iteration 127, perturbing to get out of local maxima iteration 128 found worse value: 363.1076220880001. iteration 129 found worse value: 363.1076220880001. iteration 129, perturbing to get out of local maxima iteration 130 found worse value: 363.1076220880001. iteration 131 found better value: 363.115943084 iteration 132 found worse value: 363.115943084. iteration 132, perturbing to get out of local maxima iteration 133 found worse value: 363.115943084. iteration 134 found worse value: 363.115943084. iteration 135 found worse value: 363.115943084. iteration 135, perturbing to get out of local maxima iteration 136 found worse value: 363.115943084. iteration 136, perturbing to get out of local maxima iteration 137 found worse value: 363.115943084. iteration 138 found worse value: 363.115943084. iteration 139 found worse value: 363.115943084. iteration 139, perturbing to get out of local maxima iteration 140 found worse value: 363.115943084. iteration 140, perturbing to get out of local maxima iteration 141 found worse value: 363.115943084. iteration 142 found worse value: 363.115943084. iteration 142, perturbing to get out of local maxima iteration 143 found worse value: 363.115943084. iteration 143, perturbing to get out of local maxima iteration 144 found worse value: 363.115943084. iteration 144, perturbing to get out of local maxima iteration 145 found worse value: 363.115943084. iteration 145, perturbing to get out of local maxima iteration 146 found worse value: 363.115943084. iteration 147 found worse value: 363.115943084. iteration 147, perturbing to get out of local maxima iteration 148 found worse value: 363.115943084. iteration 148, perturbing to get out of local maxima iteration 149 found worse value: 363.115943084. iteration 149, perturbing to get out of local maxima iteration 150 found worse value: 363.115943084. iteration 150, perturbing to get out of local maxima iteration 151 found worse value: 363.115943084. iteration 152 found worse value: 363.115943084. iteration 152, perturbing to get out of local maxima iteration 153 found worse value: 363.115943084. iteration 154 found worse value: 363.115943084. iteration 154, perturbing to get out of local maxima iteration 155 found worse value: 363.115943084. iteration 155, perturbing to get out of local maxima iteration 156 found worse value: 363.115943084. iteration 156, perturbing to get out of local maxima iteration 157 found worse value: 363.115943084. iteration 158 found worse value: 363.115943084. iteration 158, perturbing to get out of local maxima iteration 159 found worse value: 363.115943084. iteration 159, perturbing to get out of local maxima iteration 160 found worse value: 363.115943084. iteration 161 found worse value: 363.115943084. iteration 162 found worse value: 363.115943084. iteration 162, perturbing to get out of local maxima iteration 163 found worse value: 363.115943084. iteration 163, perturbing to get out of local maxima iteration 164 found worse value: 363.115943084. iteration 164, perturbing to get out of local maxima iteration 165 found worse value: 363.115943084. iteration 166 found worse value: 363.115943084. iteration 166, perturbing to get out of local maxima iteration 167 found worse value: 363.115943084. iteration 168 found worse value: 363.115943084. iteration 169 found worse value: 363.115943084. iteration 170 found worse value: 363.115943084. iteration 170, perturbing to get out of local maxima iteration 171 found worse value: 363.115943084. iteration 172 found worse value: 363.115943084. iteration 172, perturbing to get out of local maxima iteration 173 found worse value: 363.115943084. iteration 174 found worse value: 363.115943084. iteration 175 found worse value: 363.115943084. iteration 176 found worse value: 363.115943084. iteration 177 found worse value: 363.115943084. iteration 177, perturbing to get out of local maxima iteration 178 found worse value: 363.115943084. iteration 178, perturbing to get out of local maxima iteration 179 found worse value: 363.115943084. iteration 179, perturbing to get out of local maxima iteration 180 found worse value: 363.115943084. iteration 181 found worse value: 363.115943084. iteration 182 found worse value: 363.115943084. iteration 183 found worse value: 363.115943084. iteration 184 found worse value: 363.115943084. iteration 185 found worse value: 363.115943084. iteration 185, perturbing to get out of local maxima iteration 186 found worse value: 363.115943084. iteration 186, perturbing to get out of local maxima iteration 187 found worse value: 363.115943084. iteration 188 found worse value: 363.115943084. iteration 189 found worse value: 363.115943084. iteration 189, perturbing to get out of local maxima iteration 190 found worse value: 363.115943084. iteration 190, perturbing to get out of local maxima iteration 191 found worse value: 363.115943084. iteration 191, perturbing to get out of local maxima iteration 192 found worse value: 363.115943084. iteration 193 found worse value: 363.115943084. iteration 193, perturbing to get out of local maxima iteration 194 found worse value: 363.115943084. iteration 194, perturbing to get out of local maxima iteration 195 found worse value: 363.115943084. iteration 195, perturbing to get out of local maxima iteration 196 found worse value: 363.115943084. iteration 197 found worse value: 363.115943084. iteration 197, perturbing to get out of local maxima iteration 198 found worse value: 363.115943084. iteration 199 found worse value: 363.115943084. iteration 200 found worse value: 363.115943084. iteration 201 found worse value: 363.115943084. iteration 202 found worse value: 363.115943084. iteration 202, perturbing to get out of local maxima iteration 203 found worse value: 363.115943084. iteration 204 found worse value: 363.115943084. iteration 204, perturbing to get out of local maxima iteration 205 found worse value: 363.115943084. iteration 205, perturbing to get out of local maxima iteration 206 found worse value: 363.115943084. iteration 207 found worse value: 363.115943084. iteration 208 found worse value: 363.115943084. iteration 208, perturbing to get out of local maxima iteration 209 found worse value: 363.115943084. iteration 210 found worse value: 363.115943084. iteration 211 found worse value: 363.115943084. iteration 211, perturbing to get out of local maxima iteration 212 found worse value: 363.115943084. iteration 212, perturbing to get out of local maxima iteration 213 found worse value: 363.115943084. iteration 214 found worse value: 363.115943084. iteration 214, perturbing to get out of local maxima iteration 215 found worse value: 363.115943084. iteration 215, perturbing to get out of local maxima iteration 216 found worse value: 363.115943084. iteration 217 found worse value: 363.115943084. iteration 217, perturbing to get out of local maxima iteration 218 found worse value: 363.115943084. iteration 219 found worse value: 363.115943084. iteration 220 found worse value: 363.115943084. iteration 220, perturbing to get out of local maxima iteration 221 found worse value: 363.115943084. iteration 221, perturbing to get out of local maxima iteration 222 found worse value: 363.115943084. iteration 223 found worse value: 363.115943084. iteration 223, perturbing to get out of local maxima iteration 224 found worse value: 363.115943084. iteration 224, perturbing to get out of local maxima iteration 225 found worse value: 363.115943084. iteration 226 found worse value: 363.115943084. iteration 226, perturbing to get out of local maxima iteration 227 found worse value: 363.115943084. iteration 228 found worse value: 363.115943084. iteration 228, perturbing to get out of local maxima iteration 229 found worse value: 363.115943084. iteration 230 found worse value: 363.115943084. iteration 231 found worse value: 363.115943084. iteration 232 found worse value: 363.115943084. iteration 233 found worse value: 363.115943084. iteration 233, perturbing to get out of local maxima iteration 234 found worse value: 363.115943084. iteration 235 found worse value: 363.115943084. iteration 235, perturbing to get out of local maxima iteration 236 found worse value: 363.115943084. iteration 237 found worse value: 363.115943084. iteration 238 found worse value: 363.115943084. iteration 239 found worse value: 363.115943084. iteration 239, perturbing to get out of local maxima iteration 240 found worse value: 363.115943084. iteration 240, perturbing to get out of local maxima iteration 241 found worse value: 363.115943084. iteration 241, perturbing to get out of local maxima iteration 242 found worse value: 363.115943084. iteration 243 found worse value: 363.115943084. iteration 244 found worse value: 363.115943084. iteration 244, perturbing to get out of local maxima iteration 245 found worse value: 363.115943084. iteration 246 found worse value: 363.115943084. iteration 246, perturbing to get out of local maxima iteration 247 found worse value: 363.115943084. iteration 247, perturbing to get out of local maxima iteration 248 found worse value: 363.115943084. iteration 249 found worse value: 363.115943084. iteration 250 found worse value: 363.115943084. iteration 250, perturbing to get out of local maxima iteration 251 found worse value: 363.115943084. iteration 251, perturbing to get out of local maxima iteration 252 found worse value: 363.115943084. iteration 253 found worse value: 363.115943084. iteration 254 found worse value: 363.115943084. iteration 254, perturbing to get out of local maxima iteration 255 found worse value: 363.115943084. iteration 255, perturbing to get out of local maxima iteration 256 found worse value: 363.115943084. iteration 257 found worse value: 363.115943084. iteration 257, perturbing to get out of local maxima iteration 258 found worse value: 363.115943084. iteration 259 found worse value: 363.115943084. iteration 259, perturbing to get out of local maxima iteration 260 found worse value: 363.115943084. iteration 261 found worse value: 363.115943084. iteration 261, perturbing to get out of local maxima iteration 262 found worse value: 363.115943084. iteration 263 found worse value: 363.115943084. iteration 263, perturbing to get out of local maxima iteration 264 found worse value: 363.115943084. iteration 265 found worse value: 363.115943084. iteration 265, perturbing to get out of local maxima iteration 266 found worse value: 363.115943084. iteration 267 found worse value: 363.115943084. iteration 268 found worse value: 363.115943084. iteration 268, perturbing to get out of local maxima iteration 269 found worse value: 363.115943084. iteration 269, perturbing to get out of local maxima iteration 270 found worse value: 363.115943084. iteration 271 found worse value: 363.115943084. iteration 271, perturbing to get out of local maxima iteration 272 found worse value: 363.115943084. iteration 272, perturbing to get out of local maxima iteration 273 found worse value: 363.115943084. iteration 273, perturbing to get out of local maxima iteration 274 found worse value: 363.115943084. iteration 274, perturbing to get out of local maxima iteration 275 found worse value: 363.115943084. iteration 276 found worse value: 363.115943084. iteration 276, perturbing to get out of local maxima iteration 277 found worse value: 363.115943084. iteration 277, perturbing to get out of local maxima iteration 278 found worse value: 363.115943084. iteration 278, perturbing to get out of local maxima iteration 279 found worse value: 363.115943084. iteration 280 found worse value: 363.115943084. iteration 280, perturbing to get out of local maxima iteration 281 found worse value: 363.115943084. iteration 281, perturbing to get out of local maxima iteration 282 found worse value: 363.115943084. iteration 283 found worse value: 363.115943084. iteration 283, perturbing to get out of local maxima iteration 284 found worse value: 363.115943084. iteration 284, perturbing to get out of local maxima iteration 285 found worse value: 363.115943084. iteration 285, perturbing to get out of local maxima iteration 286 found worse value: 363.115943084. iteration 286, perturbing to get out of local maxima iteration 287 found worse value: 363.115943084. iteration 288 found worse value: 363.115943084. iteration 289 found worse value: 363.115943084. iteration 290 found worse value: 363.115943084. iteration 291 found worse value: 363.115943084. iteration 292 found worse value: 363.115943084. iteration 293 found worse value: 363.115943084. iteration 293, perturbing to get out of local maxima iteration 294 found worse value: 363.115943084. iteration 294, perturbing to get out of local maxima iteration 295 found worse value: 363.115943084. iteration 295, perturbing to get out of local maxima iteration 296 found worse value: 363.115943084. iteration 297 found worse value: 363.115943084. iteration 298 found worse value: 363.115943084. iteration 298, perturbing to get out of local maxima iteration 299 found worse value: 363.115943084. iteration 300 found worse value: 363.115943084. iteration 300, perturbing to get out of local maxima iteration 301 found worse value: 363.115943084. iteration 301, perturbing to get out of local maxima iteration 302 found worse value: 363.115943084. iteration 302, perturbing to get out of local maxima iteration 303 found worse value: 363.115943084. iteration 303, perturbing to get out of local maxima iteration 304 found worse value: 363.115943084. iteration 304, perturbing to get out of local maxima iteration 305 found worse value: 363.115943084. iteration 305, perturbing to get out of local maxima iteration 306 found worse value: 363.115943084. iteration 307 found worse value: 363.115943084. iteration 308 found worse value: 363.115943084. iteration 309 found worse value: 363.115943084. iteration 309, perturbing to get out of local maxima iteration 310 found worse value: 363.115943084. iteration 310, perturbing to get out of local maxima iteration 311 found worse value: 363.115943084. iteration 311, perturbing to get out of local maxima iteration 312 found worse value: 363.115943084. iteration 312, perturbing to get out of local maxima iteration 313 found worse value: 363.115943084. iteration 313, perturbing to get out of local maxima iteration 314 found worse value: 363.115943084. iteration 314, perturbing to get out of local maxima iteration 315 found worse value: 363.115943084. iteration 316 found worse value: 363.115943084. iteration 316, perturbing to get out of local maxima iteration 317 found worse value: 363.115943084. iteration 318 found worse value: 363.115943084. iteration 318, perturbing to get out of local maxima iteration 319 found worse value: 363.115943084. iteration 320 found worse value: 363.115943084. iteration 321 found worse value: 363.115943084. iteration 322 found worse value: 363.115943084. iteration 323 found worse value: 363.115943084. iteration 324 found worse value: 363.115943084. iteration 324, perturbing to get out of local maxima iteration 325 found worse value: 363.115943084. iteration 325, perturbing to get out of local maxima iteration 326 found worse value: 363.115943084. iteration 327 found worse value: 363.115943084. iteration 327, perturbing to get out of local maxima iteration 328 found worse value: 363.115943084. iteration 328, perturbing to get out of local maxima iteration 329 found worse value: 363.115943084. iteration 329, perturbing to get out of local maxima iteration 330 found worse value: 363.115943084. iteration 331 found worse value: 363.115943084. iteration 332 found worse value: 363.115943084. iteration 333 found worse value: 363.115943084. iteration 334 found worse value: 363.115943084. iteration 334, perturbing to get out of local maxima iteration 335 found worse value: 363.115943084. iteration 336 found worse value: 363.115943084. iteration 337 found worse value: 363.115943084. iteration 337, perturbing to get out of local maxima iteration 338 found worse value: 363.115943084. iteration 339 found worse value: 363.115943084. iteration 339, perturbing to get out of local maxima iteration 340 found worse value: 363.115943084. iteration 341 found worse value: 363.115943084. iteration 341, perturbing to get out of local maxima iteration 342 found worse value: 363.115943084. iteration 343 found worse value: 363.115943084. iteration 344 found worse value: 363.115943084. iteration 344, perturbing to get out of local maxima iteration 345 found worse value: 363.115943084. iteration 345, perturbing to get out of local maxima iteration 346 found worse value: 363.115943084. iteration 346, perturbing to get out of local maxima iteration 347 found worse value: 363.115943084. iteration 348 found worse value: 363.115943084. iteration 348, perturbing to get out of local maxima iteration 349 found worse value: 363.115943084. iteration 350 found worse value: 363.115943084. iteration 350, perturbing to get out of local maxima iteration 351 found worse value: 363.115943084. iteration 351, perturbing to get out of local maxima iteration 352 found worse value: 363.115943084. iteration 353 found worse value: 363.115943084. iteration 353, perturbing to get out of local maxima iteration 354 found worse value: 363.115943084. iteration 355 found worse value: 363.115943084. iteration 356 found worse value: 363.115943084. iteration 356, perturbing to get out of local maxima iteration 357 found worse value: 363.115943084. iteration 358 found worse value: 363.115943084. iteration 358, perturbing to get out of local maxima iteration 359 found worse value: 363.115943084. iteration 360 found worse value: 363.115943084. iteration 361 found worse value: 363.115943084. iteration 361, perturbing to get out of local maxima iteration 362 found worse value: 363.115943084. iteration 362, perturbing to get out of local maxima iteration 363 found worse value: 363.115943084. iteration 363, perturbing to get out of local maxima iteration 364 found worse value: 363.115943084. iteration 365 found worse value: 363.115943084. iteration 366 found worse value: 363.115943084. iteration 366, perturbing to get out of local maxima iteration 367 found worse value: 363.115943084. iteration 367, perturbing to get out of local maxima iteration 368 found worse value: 363.115943084. iteration 369 found worse value: 363.115943084. iteration 370 found worse value: 363.115943084. iteration 370, perturbing to get out of local maxima iteration 371 found worse value: 363.115943084. iteration 372 found worse value: 363.115943084. iteration 373 found worse value: 363.115943084. iteration 373, perturbing to get out of local maxima iteration 374 found worse value: 363.115943084. iteration 375 found worse value: 363.115943084. iteration 376 found worse value: 363.115943084. iteration 376, perturbing to get out of local maxima iteration 377 found worse value: 363.115943084. iteration 377, perturbing to get out of local maxima iteration 378 found worse value: 363.115943084. iteration 378, perturbing to get out of local maxima iteration 379 found worse value: 363.115943084. iteration 379, perturbing to get out of local maxima iteration 380 found worse value: 363.115943084. iteration 381 found worse value: 363.115943084. iteration 381, perturbing to get out of local maxima iteration 382 found worse value: 363.115943084. iteration 382, perturbing to get out of local maxima iteration 383 found worse value: 363.115943084. iteration 384 found worse value: 363.115943084. iteration 384, perturbing to get out of local maxima iteration 385 found worse value: 363.115943084. iteration 385, perturbing to get out of local maxima iteration 386 found worse value: 363.115943084. iteration 386, perturbing to get out of local maxima iteration 387 found worse value: 363.115943084. iteration 388 found worse value: 363.115943084. iteration 388, perturbing to get out of local maxima iteration 389 found worse value: 363.115943084. iteration 389, perturbing to get out of local maxima iteration 390 found worse value: 363.115943084. iteration 391 found worse value: 363.115943084. iteration 391, perturbing to get out of local maxima iteration 392 found worse value: 363.115943084. iteration 393 found worse value: 363.115943084. iteration 393, perturbing to get out of local maxima iteration 394 found worse value: 363.115943084. iteration 394, perturbing to get out of local maxima iteration 395 found worse value: 363.115943084. iteration 396 found worse value: 363.115943084. iteration 396, perturbing to get out of local maxima iteration 397 found worse value: 363.115943084. iteration 398 found worse value: 363.115943084. iteration 399 found worse value: 363.115943084. iteration 399, perturbing to get out of local maxima iteration 400 found worse value: 363.115943084. iteration 401 found worse value: 363.115943084. iteration 402 found worse value: 363.115943084. iteration 402, perturbing to get out of local maxima iteration 403 found worse value: 363.115943084. iteration 404 found worse value: 363.115943084. iteration 405 found worse value: 363.115943084. iteration 406 found worse value: 363.115943084. iteration 407 found worse value: 363.115943084. iteration 408 found worse value: 363.115943084. iteration 409 found worse value: 363.115943084. iteration 409, perturbing to get out of local maxima iteration 410 found worse value: 363.115943084. iteration 410, perturbing to get out of local maxima iteration 411 found worse value: 363.115943084. iteration 412 found worse value: 363.115943084. iteration 413 found worse value: 363.115943084. iteration 413, perturbing to get out of local maxima iteration 414 found worse value: 363.115943084. iteration 414, perturbing to get out of local maxima iteration 415 found worse value: 363.115943084. iteration 416 found worse value: 363.115943084. iteration 417 found worse value: 363.115943084. iteration 418 found worse value: 363.115943084. iteration 418, perturbing to get out of local maxima iteration 419 found worse value: 363.115943084. iteration 419, perturbing to get out of local maxima iteration 420 found worse value: 363.115943084. iteration 421 found worse value: 363.115943084. iteration 422 found worse value: 363.115943084. iteration 422, perturbing to get out of local maxima iteration 423 found worse value: 363.115943084. iteration 423, perturbing to get out of local maxima iteration 424 found worse value: 363.115943084. iteration 424, perturbing to get out of local maxima iteration 425 found worse value: 363.115943084. iteration 425, perturbing to get out of local maxima iteration 426 found worse value: 363.115943084. iteration 427 found worse value: 363.115943084. iteration 427, perturbing to get out of local maxima iteration 428 found worse value: 363.115943084. iteration 429 found worse value: 363.115943084. iteration 429, perturbing to get out of local maxima iteration 430 found worse value: 363.115943084. iteration 431 found worse value: 363.115943084. iteration 431, perturbing to get out of local maxima iteration 432 found worse value: 363.115943084. iteration 433 found worse value: 363.115943084. iteration 433, perturbing to get out of local maxima iteration 434 found worse value: 363.115943084. iteration 435 found worse value: 363.115943084. iteration 436 found worse value: 363.115943084. iteration 436, perturbing to get out of local maxima iteration 437 found worse value: 363.115943084. iteration 438 found worse value: 363.115943084. iteration 438, perturbing to get out of local maxima iteration 439 found worse value: 363.115943084. iteration 440 found worse value: 363.115943084. iteration 441 found worse value: 363.115943084. iteration 441, perturbing to get out of local maxima iteration 442 found worse value: 363.115943084. iteration 443 found worse value: 363.115943084. iteration 444 found worse value: 363.115943084. iteration 444, perturbing to get out of local maxima iteration 445 found worse value: 363.115943084. iteration 446 found worse value: 363.115943084. iteration 447 found worse value: 363.115943084. iteration 448 found worse value: 363.115943084. iteration 449 found worse value: 363.115943084. iteration 450 found worse value: 363.115943084. iteration 451 found worse value: 363.115943084. iteration 451, perturbing to get out of local maxima iteration 452 found worse value: 363.115943084. iteration 453 found worse value: 363.115943084. iteration 453, perturbing to get out of local maxima iteration 454 found worse value: 363.115943084. iteration 454, perturbing to get out of local maxima iteration 455 found worse value: 363.115943084. iteration 456 found worse value: 363.115943084. iteration 456, perturbing to get out of local maxima iteration 457 found worse value: 363.115943084. iteration 457, perturbing to get out of local maxima iteration 458 found worse value: 363.115943084. iteration 459 found worse value: 363.115943084. iteration 459, perturbing to get out of local maxima iteration 460 found worse value: 363.115943084. iteration 461 found worse value: 363.115943084. iteration 462 found worse value: 363.115943084. iteration 463 found worse value: 363.115943084. iteration 464 found worse value: 363.115943084. iteration 464, perturbing to get out of local maxima iteration 465 found worse value: 363.115943084. iteration 465, perturbing to get out of local maxima iteration 466 found worse value: 363.115943084. iteration 467 found worse value: 363.115943084. iteration 468 found worse value: 363.115943084. iteration 469 found worse value: 363.115943084. iteration 469, perturbing to get out of local maxima iteration 470 found worse value: 363.115943084. iteration 471 found worse value: 363.115943084. iteration 471, perturbing to get out of local maxima iteration 472 found worse value: 363.115943084. iteration 473 found worse value: 363.115943084. iteration 473, perturbing to get out of local maxima iteration 474 found worse value: 363.115943084. iteration 475 found worse value: 363.115943084. iteration 475, perturbing to get out of local maxima iteration 476 found worse value: 363.115943084. iteration 477 found worse value: 363.115943084. iteration 478 found worse value: 363.115943084. iteration 479 found worse value: 363.115943084. iteration 479, perturbing to get out of local maxima iteration 480 found worse value: 363.115943084. iteration 481 found worse value: 363.115943084. iteration 481, perturbing to get out of local maxima iteration 482 found worse value: 363.115943084. iteration 483 found worse value: 363.115943084. iteration 483, perturbing to get out of local maxima iteration 484 found worse value: 363.115943084. iteration 484, perturbing to get out of local maxima iteration 485 found worse value: 363.115943084. iteration 485, perturbing to get out of local maxima iteration 486 found worse value: 363.115943084. iteration 486, perturbing to get out of local maxima iteration 487 found worse value: 363.115943084. iteration 488 found worse value: 363.115943084. iteration 488, perturbing to get out of local maxima iteration 489 found worse value: 363.115943084. iteration 489, perturbing to get out of local maxima iteration 490 found worse value: 363.115943084. iteration 490, perturbing to get out of local maxima iteration 491 found worse value: 363.115943084. iteration 492 found worse value: 363.115943084. iteration 493 found worse value: 363.115943084. iteration 493, perturbing to get out of local maxima iteration 494 found worse value: 363.115943084. iteration 494, perturbing to get out of local maxima iteration 495 found worse value: 363.115943084. iteration 495, perturbing to get out of local maxima iteration 496 found worse value: 363.115943084. iteration 496, perturbing to get out of local maxima iteration 497 found worse value: 363.115943084. iteration 498 found worse value: 363.115943084. iteration 498, perturbing to get out of local maxima iteration 499 found worse value: 363.115943084. iteration 500 found worse value: 363.115943084. iteration 501 found worse value: 363.115943084. iteration 501, perturbing to get out of local maxima iteration 502 found worse value: 363.115943084. iteration 503 found worse value: 363.115943084. iteration 503, perturbing to get out of local maxima iteration 504 found worse value: 363.115943084. iteration 505 found worse value: 363.115943084. iteration 505, perturbing to get out of local maxima iteration 506 found worse value: 363.115943084. iteration 506, perturbing to get out of local maxima iteration 507 found worse value: 363.115943084. iteration 508 found worse value: 363.115943084. iteration 508, perturbing to get out of local maxima iteration 509 found worse value: 363.115943084. iteration 510 found worse value: 363.115943084. iteration 510, perturbing to get out of local maxima iteration 511 found worse value: 363.115943084. iteration 511, perturbing to get out of local maxima iteration 512 found worse value: 363.115943084. iteration 512, perturbing to get out of local maxima iteration 513 found worse value: 363.115943084. iteration 513, perturbing to get out of local maxima iteration 514 found worse value: 363.115943084. iteration 515 found worse value: 363.115943084. iteration 516 found worse value: 363.115943084. iteration 517 found worse value: 363.115943084. iteration 517, perturbing to get out of local maxima iteration 518 found worse value: 363.115943084. iteration 519 found worse value: 363.115943084. iteration 520 found worse value: 363.115943084. iteration 520, perturbing to get out of local maxima iteration 521 found worse value: 363.115943084. iteration 521, perturbing to get out of local maxima iteration 522 found worse value: 363.115943084. iteration 522, perturbing to get out of local maxima iteration 523 found worse value: 363.115943084. iteration 523, perturbing to get out of local maxima iteration 524 found worse value: 363.115943084. iteration 525 found worse value: 363.115943084. iteration 526 found worse value: 363.115943084. iteration 527 found worse value: 363.115943084. iteration 527, perturbing to get out of local maxima iteration 528 found worse value: 363.115943084. iteration 529 found worse value: 363.115943084. iteration 529, perturbing to get out of local maxima iteration 530 found worse value: 363.115943084. iteration 530, perturbing to get out of local maxima iteration 531 found worse value: 363.115943084. iteration 531, perturbing to get out of local maxima iteration 532 found worse value: 363.115943084. iteration 533 found worse value: 363.115943084. iteration 534 found worse value: 363.115943084. iteration 534, perturbing to get out of local maxima iteration 535 found worse value: 363.115943084. iteration 535, perturbing to get out of local maxima iteration 536 found worse value: 363.115943084. iteration 536, perturbing to get out of local maxima iteration 537 found worse value: 363.115943084. iteration 538 found worse value: 363.115943084. iteration 538, perturbing to get out of local maxima iteration 539 found worse value: 363.115943084. iteration 540 found worse value: 363.115943084. iteration 540, perturbing to get out of local maxima iteration 541 found worse value: 363.115943084. iteration 541, perturbing to get out of local maxima iteration 542 found worse value: 363.115943084. iteration 543 found worse value: 363.115943084. iteration 544 found worse value: 363.115943084. iteration 545 found worse value: 363.115943084. iteration 546 found worse value: 363.115943084. iteration 547 found worse value: 363.115943084. iteration 548 found worse value: 363.115943084. iteration 549 found worse value: 363.115943084. iteration 549, perturbing to get out of local maxima iteration 550 found worse value: 363.115943084. iteration 550, perturbing to get out of local maxima iteration 551 found worse value: 363.115943084. iteration 552 found worse value: 363.115943084. iteration 552, perturbing to get out of local maxima iteration 553 found worse value: 363.115943084. iteration 553, perturbing to get out of local maxima iteration 554 found worse value: 363.115943084. iteration 555 found worse value: 363.115943084. iteration 556 found worse value: 363.115943084. iteration 556, perturbing to get out of local maxima iteration 557 found worse value: 363.115943084. iteration 558 found worse value: 363.115943084. iteration 558, perturbing to get out of local maxima iteration 559 found worse value: 363.115943084. iteration 560 found worse value: 363.115943084. iteration 560, perturbing to get out of local maxima iteration 561 found worse value: 363.115943084. iteration 562 found worse value: 363.115943084. iteration 562, perturbing to get out of local maxima iteration 563 found worse value: 363.115943084. iteration 563, perturbing to get out of local maxima iteration 564 found worse value: 363.115943084. iteration 564, perturbing to get out of local maxima iteration 565 found worse value: 363.115943084. iteration 565, perturbing to get out of local maxima iteration 566 found worse value: 363.115943084. iteration 567 found worse value: 363.115943084. iteration 568 found worse value: 363.115943084. iteration 568, perturbing to get out of local maxima iteration 569 found worse value: 363.115943084. iteration 569, perturbing to get out of local maxima iteration 570 found worse value: 363.115943084. iteration 571 found worse value: 363.115943084. iteration 572 found worse value: 363.115943084. iteration 572, perturbing to get out of local maxima iteration 573 found worse value: 363.115943084. iteration 574 found worse value: 363.115943084. iteration 575 found worse value: 363.115943084. iteration 576 found worse value: 363.115943084. iteration 577 found worse value: 363.115943084. iteration 578 found worse value: 363.115943084. iteration 579 found worse value: 363.115943084. iteration 579, perturbing to get out of local maxima iteration 580 found worse value: 363.115943084. iteration 581 found worse value: 363.115943084. iteration 582 found worse value: 363.115943084. iteration 582, perturbing to get out of local maxima iteration 583 found worse value: 363.115943084. iteration 584 found worse value: 363.115943084. iteration 584, perturbing to get out of local maxima iteration 585 found worse value: 363.115943084. iteration 585, perturbing to get out of local maxima iteration 586 found worse value: 363.115943084. iteration 587 found worse value: 363.115943084. iteration 587, perturbing to get out of local maxima iteration 588 found worse value: 363.115943084. iteration 589 found worse value: 363.115943084. iteration 589, perturbing to get out of local maxima iteration 590 found worse value: 363.115943084. iteration 591 found worse value: 363.115943084. iteration 591, perturbing to get out of local maxima iteration 592 found worse value: 363.115943084. iteration 593 found worse value: 363.115943084. iteration 593, perturbing to get out of local maxima iteration 594 found worse value: 363.115943084. iteration 594, perturbing to get out of local maxima iteration 595 found worse value: 363.115943084. iteration 595, perturbing to get out of local maxima iteration 596 found worse value: 363.115943084. iteration 597 found worse value: 363.115943084. iteration 598 found worse value: 363.115943084. iteration 598, perturbing to get out of local maxima iteration 599 found worse value: 363.115943084. iteration 600 found worse value: 363.115943084. iteration 601 found worse value: 363.115943084. iteration 601, perturbing to get out of local maxima iteration 602 found worse value: 363.115943084. iteration 602, perturbing to get out of local maxima iteration 603 found worse value: 363.115943084. iteration 603, perturbing to get out of local maxima iteration 604 found worse value: 363.115943084. iteration 605 found worse value: 363.115943084. iteration 606 found worse value: 363.115943084. iteration 607 found worse value: 363.115943084. iteration 607, perturbing to get out of local maxima iteration 608 found worse value: 363.115943084. iteration 609 found worse value: 363.115943084. iteration 609, perturbing to get out of local maxima iteration 610 found worse value: 363.115943084. iteration 610, perturbing to get out of local maxima iteration 611 found worse value: 363.115943084. iteration 611, perturbing to get out of local maxima iteration 612 found worse value: 363.115943084. iteration 612, perturbing to get out of local maxima iteration 613 found worse value: 363.115943084. iteration 614 found worse value: 363.115943084. iteration 614, perturbing to get out of local maxima iteration 615 found worse value: 363.115943084. iteration 616 found worse value: 363.115943084. iteration 617 found worse value: 363.115943084. iteration 618 found worse value: 363.115943084. iteration 618, perturbing to get out of local maxima iteration 619 found worse value: 363.115943084. iteration 619, perturbing to get out of local maxima iteration 620 found worse value: 363.115943084. iteration 620, perturbing to get out of local maxima iteration 621 found worse value: 363.115943084. iteration 621, perturbing to get out of local maxima iteration 622 found worse value: 363.115943084. iteration 622, perturbing to get out of local maxima iteration 623 found worse value: 363.115943084. iteration 624 found worse value: 363.115943084. iteration 625 found worse value: 363.115943084. iteration 625, perturbing to get out of local maxima iteration 626 found worse value: 363.115943084. iteration 627 found worse value: 363.115943084. iteration 628 found worse value: 363.115943084. iteration 628, perturbing to get out of local maxima iteration 629 found worse value: 363.115943084. iteration 630 found worse value: 363.115943084. iteration 631 found worse value: 363.115943084. iteration 631, perturbing to get out of local maxima iteration 632 found worse value: 363.115943084. iteration 633 found worse value: 363.115943084. iteration 634 found worse value: 363.115943084. iteration 634, perturbing to get out of local maxima iteration 635 found worse value: 363.115943084. iteration 635, perturbing to get out of local maxima iteration 636 found worse value: 363.115943084. iteration 637 found worse value: 363.115943084. iteration 637, perturbing to get out of local maxima iteration 638 found worse value: 363.115943084. iteration 639 found worse value: 363.115943084. iteration 639, perturbing to get out of local maxima iteration 640 found worse value: 363.115943084. iteration 640, perturbing to get out of local maxima iteration 641 found worse value: 363.115943084. iteration 641, perturbing to get out of local maxima iteration 642 found worse value: 363.115943084. iteration 643 found worse value: 363.115943084. iteration 643, perturbing to get out of local maxima iteration 644 found worse value: 363.115943084. iteration 644, perturbing to get out of local maxima iteration 645 found worse value: 363.115943084. iteration 645, perturbing to get out of local maxima iteration 646 found worse value: 363.115943084. iteration 646, perturbing to get out of local maxima iteration 647 found worse value: 363.115943084. iteration 648 found worse value: 363.115943084. iteration 648, perturbing to get out of local maxima iteration 649 found worse value: 363.115943084. iteration 649, perturbing to get out of local maxima iteration 650 found worse value: 363.115943084. iteration 651 found worse value: 363.115943084. iteration 652 found worse value: 363.115943084. iteration 653 found worse value: 363.115943084. iteration 654 found worse value: 363.115943084. iteration 655 found worse value: 363.115943084. iteration 656 found worse value: 363.115943084. iteration 657 found worse value: 363.115943084. iteration 657, perturbing to get out of local maxima iteration 658 found worse value: 363.115943084. iteration 658, perturbing to get out of local maxima iteration 659 found worse value: 363.115943084. iteration 660 found worse value: 363.115943084. iteration 661 found worse value: 363.115943084. iteration 661, perturbing to get out of local maxima iteration 662 found worse value: 363.115943084. iteration 663 found worse value: 363.115943084. iteration 663, perturbing to get out of local maxima iteration 664 found worse value: 363.115943084. iteration 665 found worse value: 363.115943084. iteration 665, perturbing to get out of local maxima iteration 666 found worse value: 363.115943084. iteration 666, perturbing to get out of local maxima iteration 667 found worse value: 363.115943084. iteration 667, perturbing to get out of local maxima iteration 668 found worse value: 363.115943084. iteration 669 found worse value: 363.115943084. iteration 669, perturbing to get out of local maxima iteration 670 found worse value: 363.115943084. iteration 671 found worse value: 363.115943084. iteration 672 found worse value: 363.115943084. iteration 672, perturbing to get out of local maxima iteration 673 found worse value: 363.115943084. iteration 673, perturbing to get out of local maxima iteration 674 found worse value: 363.115943084. iteration 675 found worse value: 363.115943084. iteration 676 found worse value: 363.115943084. iteration 677 found worse value: 363.115943084. iteration 677, perturbing to get out of local maxima iteration 678 found worse value: 363.115943084. iteration 678, perturbing to get out of local maxima iteration 679 found worse value: 363.115943084. iteration 680 found worse value: 363.115943084. iteration 680, perturbing to get out of local maxima iteration 681 found worse value: 363.115943084. iteration 682 found worse value: 363.115943084. iteration 683 found worse value: 363.115943084. iteration 683, perturbing to get out of local maxima iteration 684 found worse value: 363.115943084. iteration 685 found worse value: 363.115943084. iteration 686 found worse value: 363.115943084. iteration 687 found worse value: 363.115943084. iteration 688 found worse value: 363.115943084. iteration 688, perturbing to get out of local maxima iteration 689 found worse value: 363.115943084. iteration 690 found worse value: 363.115943084. iteration 690, perturbing to get out of local maxima iteration 691 found worse value: 363.115943084. iteration 692 found worse value: 363.115943084. iteration 692, perturbing to get out of local maxima iteration 693 found worse value: 363.115943084. iteration 694 found worse value: 363.115943084. iteration 695 found worse value: 363.115943084. iteration 696 found worse value: 363.115943084. iteration 696, perturbing to get out of local maxima iteration 697 found worse value: 363.115943084. iteration 698 found worse value: 363.115943084. iteration 699 found worse value: 363.115943084. iteration 700 found worse value: 363.115943084. iteration 701 found worse value: 363.115943084. iteration 701, perturbing to get out of local maxima iteration 702 found worse value: 363.115943084. iteration 702, perturbing to get out of local maxima iteration 703 found worse value: 363.115943084. iteration 704 found worse value: 363.115943084. iteration 705 found worse value: 363.115943084. iteration 706 found worse value: 363.115943084. iteration 706, perturbing to get out of local maxima iteration 707 found worse value: 363.115943084. iteration 707, perturbing to get out of local maxima iteration 708 found worse value: 363.115943084. iteration 709 found worse value: 363.115943084. iteration 709, perturbing to get out of local maxima iteration 710 found worse value: 363.115943084. iteration 711 found worse value: 363.115943084. iteration 711, perturbing to get out of local maxima iteration 712 found worse value: 363.115943084. iteration 713 found worse value: 363.115943084. iteration 714 found worse value: 363.115943084. iteration 715 found worse value: 363.115943084. iteration 716 found worse value: 363.115943084. iteration 716, perturbing to get out of local maxima iteration 717 found worse value: 363.115943084. iteration 717, perturbing to get out of local maxima iteration 718 found worse value: 363.115943084. iteration 718, perturbing to get out of local maxima iteration 719 found worse value: 363.115943084. iteration 720 found worse value: 363.115943084. iteration 720, perturbing to get out of local maxima iteration 721 found worse value: 363.115943084. iteration 721, perturbing to get out of local maxima iteration 722 found worse value: 363.115943084. iteration 722, perturbing to get out of local maxima iteration 723 found worse value: 363.115943084. iteration 723, perturbing to get out of local maxima iteration 724 found worse value: 363.115943084. iteration 725 found worse value: 363.115943084. iteration 725, perturbing to get out of local maxima iteration 726 found worse value: 363.115943084. iteration 726, perturbing to get out of local maxima iteration 727 found worse value: 363.115943084. iteration 728 found worse value: 363.115943084. iteration 728, perturbing to get out of local maxima iteration 729 found worse value: 363.115943084. iteration 730 found worse value: 363.115943084. iteration 731 found worse value: 363.115943084. iteration 731, perturbing to get out of local maxima iteration 732 found worse value: 363.115943084. iteration 733 found worse value: 363.115943084. iteration 733, perturbing to get out of local maxima iteration 734 found worse value: 363.115943084. iteration 735 found worse value: 363.115943084. iteration 735, perturbing to get out of local maxima iteration 736 found worse value: 363.115943084. iteration 736, perturbing to get out of local maxima iteration 737 found worse value: 363.115943084. iteration 737, perturbing to get out of local maxima iteration 738 found worse value: 363.115943084. iteration 739 found worse value: 363.115943084. iteration 740 found worse value: 363.115943084. iteration 740, perturbing to get out of local maxima iteration 741 found worse value: 363.115943084. iteration 741, perturbing to get out of local maxima iteration 742 found worse value: 363.115943084. iteration 742, perturbing to get out of local maxima iteration 743 found worse value: 363.115943084. iteration 743, perturbing to get out of local maxima iteration 744 found worse value: 363.115943084. iteration 745 found worse value: 363.115943084. iteration 745, perturbing to get out of local maxima iteration 746 found worse value: 363.115943084. iteration 747 found worse value: 363.115943084. iteration 748 found worse value: 363.115943084. iteration 748, perturbing to get out of local maxima iteration 749 found worse value: 363.115943084. iteration 750 found worse value: 363.115943084. iteration 750, perturbing to get out of local maxima iteration 751 found worse value: 363.115943084. iteration 751, perturbing to get out of local maxima iteration 752 found worse value: 363.115943084. iteration 753 found worse value: 363.115943084. iteration 753, perturbing to get out of local maxima iteration 754 found worse value: 363.115943084. iteration 754, perturbing to get out of local maxima iteration 755 found worse value: 363.115943084. iteration 755, perturbing to get out of local maxima iteration 756 found worse value: 363.115943084. iteration 757 found worse value: 363.115943084. iteration 757, perturbing to get out of local maxima iteration 758 found worse value: 363.115943084. iteration 759 found worse value: 363.115943084. iteration 760 found worse value: 363.115943084. iteration 760, perturbing to get out of local maxima iteration 761 found worse value: 363.115943084. iteration 761, perturbing to get out of local maxima iteration 762 found worse value: 363.115943084. iteration 763 found worse value: 363.115943084. iteration 763, perturbing to get out of local maxima iteration 764 found worse value: 363.115943084. iteration 764, perturbing to get out of local maxima iteration 765 found worse value: 363.115943084. iteration 766 found worse value: 363.115943084. iteration 767 found worse value: 363.115943084. iteration 768 found worse value: 363.115943084. iteration 769 found worse value: 363.115943084. iteration 770 found worse value: 363.115943084. iteration 770, perturbing to get out of local maxima iteration 771 found worse value: 363.115943084. iteration 771, perturbing to get out of local maxima iteration 772 found worse value: 363.115943084. iteration 772, perturbing to get out of local maxima iteration 773 found worse value: 363.115943084. iteration 774 found worse value: 363.115943084. iteration 775 found worse value: 363.115943084. iteration 775, perturbing to get out of local maxima iteration 776 found worse value: 363.115943084. iteration 777 found worse value: 363.115943084. iteration 777, perturbing to get out of local maxima iteration 778 found worse value: 363.115943084. iteration 779 found worse value: 363.115943084. iteration 780 found worse value: 363.115943084. iteration 781 found worse value: 363.115943084. iteration 781, perturbing to get out of local maxima iteration 782 found worse value: 363.115943084. iteration 783 found worse value: 363.115943084. iteration 784 found worse value: 363.115943084. iteration 784, perturbing to get out of local maxima iteration 785 found worse value: 363.115943084. iteration 786 found worse value: 363.115943084. iteration 787 found worse value: 363.115943084. iteration 787, perturbing to get out of local maxima iteration 788 found worse value: 363.115943084. iteration 789 found worse value: 363.115943084. iteration 789, perturbing to get out of local maxima iteration 790 found worse value: 363.115943084. iteration 791 found worse value: 363.115943084. iteration 791, perturbing to get out of local maxima iteration 792 found worse value: 363.115943084. iteration 793 found worse value: 363.115943084. iteration 793, perturbing to get out of local maxima iteration 794 found worse value: 363.115943084. iteration 794, perturbing to get out of local maxima iteration 795 found worse value: 363.115943084. iteration 796 found worse value: 363.115943084. iteration 796, perturbing to get out of local maxima iteration 797 found worse value: 363.115943084. iteration 797, perturbing to get out of local maxima iteration 798 found worse value: 363.115943084. iteration 798, perturbing to get out of local maxima iteration 799 found worse value: 363.115943084. iteration 799, perturbing to get out of local maxima iteration 800 found worse value: 363.115943084. iteration 800, perturbing to get out of local maxima iteration 801 found worse value: 363.115943084. iteration 802 found worse value: 363.115943084. iteration 802, perturbing to get out of local maxima iteration 803 found worse value: 363.115943084. iteration 803, perturbing to get out of local maxima iteration 804 found worse value: 363.115943084. iteration 805 found worse value: 363.115943084. iteration 805, perturbing to get out of local maxima iteration 806 found worse value: 363.115943084. iteration 806, perturbing to get out of local maxima iteration 807 found worse value: 363.115943084. iteration 807, perturbing to get out of local maxima iteration 808 found worse value: 363.115943084. iteration 809 found worse value: 363.115943084. iteration 810 found worse value: 363.115943084. iteration 810, perturbing to get out of local maxima iteration 811 found worse value: 363.115943084. iteration 812 found worse value: 363.115943084. iteration 812, perturbing to get out of local maxima iteration 813 found worse value: 363.115943084. iteration 813, perturbing to get out of local maxima iteration 814 found worse value: 363.115943084. iteration 815 found worse value: 363.115943084. iteration 815, perturbing to get out of local maxima iteration 816 found worse value: 363.115943084. iteration 817 found worse value: 363.115943084. iteration 817, perturbing to get out of local maxima iteration 818 found worse value: 363.115943084. iteration 819 found worse value: 363.115943084. iteration 820 found worse value: 363.115943084. iteration 820, perturbing to get out of local maxima iteration 821 found worse value: 363.115943084. iteration 821, perturbing to get out of local maxima iteration 822 found worse value: 363.115943084. iteration 823 found worse value: 363.115943084. iteration 824 found worse value: 363.115943084. iteration 825 found worse value: 363.115943084. iteration 825, perturbing to get out of local maxima iteration 826 found worse value: 363.115943084. iteration 827 found worse value: 363.115943084. iteration 827, perturbing to get out of local maxima iteration 828 found worse value: 363.115943084. iteration 828, perturbing to get out of local maxima iteration 829 found worse value: 363.115943084. iteration 830 found worse value: 363.115943084. iteration 831 found worse value: 363.115943084. iteration 832 found worse value: 363.115943084. iteration 832, perturbing to get out of local maxima iteration 833 found worse value: 363.115943084. iteration 834 found worse value: 363.115943084. iteration 835 found worse value: 363.115943084. iteration 836 found worse value: 363.115943084. iteration 836, perturbing to get out of local maxima iteration 837 found worse value: 363.115943084. iteration 837, perturbing to get out of local maxima iteration 838 found worse value: 363.115943084. iteration 838, perturbing to get out of local maxima iteration 839 found worse value: 363.115943084. iteration 839, perturbing to get out of local maxima iteration 840 found worse value: 363.115943084. iteration 840, perturbing to get out of local maxima iteration 841 found worse value: 363.115943084. iteration 842 found worse value: 363.115943084. iteration 843 found worse value: 363.115943084. iteration 844 found worse value: 363.115943084. iteration 844, perturbing to get out of local maxima iteration 845 found worse value: 363.115943084. iteration 846 found worse value: 363.115943084. iteration 847 found worse value: 363.115943084. iteration 847, perturbing to get out of local maxima iteration 848 found worse value: 363.115943084. iteration 849 found worse value: 363.115943084. iteration 849, perturbing to get out of local maxima iteration 850 found worse value: 363.115943084. iteration 851 found worse value: 363.115943084. iteration 852 found worse value: 363.115943084. iteration 852, perturbing to get out of local maxima iteration 853 found worse value: 363.115943084. iteration 853, perturbing to get out of local maxima iteration 854 found worse value: 363.115943084. iteration 855 found worse value: 363.115943084. iteration 856 found worse value: 363.115943084. iteration 857 found worse value: 363.115943084. iteration 858 found worse value: 363.115943084. iteration 858, perturbing to get out of local maxima iteration 859 found worse value: 363.115943084. iteration 859, perturbing to get out of local maxima iteration 860 found worse value: 363.115943084. iteration 860, perturbing to get out of local maxima iteration 861 found worse value: 363.115943084. iteration 861, perturbing to get out of local maxima iteration 862 found worse value: 363.115943084. iteration 863 found worse value: 363.115943084. iteration 863, perturbing to get out of local maxima iteration 864 found worse value: 363.115943084. iteration 864, perturbing to get out of local maxima iteration 865 found worse value: 363.115943084. iteration 866 found worse value: 363.115943084. iteration 866, perturbing to get out of local maxima iteration 867 found worse value: 363.115943084. iteration 868 found worse value: 363.115943084. iteration 869 found worse value: 363.115943084. iteration 870 found worse value: 363.115943084. iteration 870, perturbing to get out of local maxima iteration 871 found worse value: 363.115943084. iteration 871, perturbing to get out of local maxima iteration 872 found worse value: 363.115943084. iteration 873 found worse value: 363.115943084. iteration 873, perturbing to get out of local maxima iteration 874 found worse value: 363.115943084. iteration 874, perturbing to get out of local maxima iteration 875 found worse value: 363.115943084. iteration 876 found worse value: 363.115943084. iteration 877 found worse value: 363.115943084. iteration 877, perturbing to get out of local maxima iteration 878 found worse value: 363.115943084. iteration 879 found worse value: 363.115943084. iteration 879, perturbing to get out of local maxima iteration 880 found better value: 363.125567924 iteration 881 found better value: 363.127437339 iteration 882 found worse value: 363.127437339. iteration 882, perturbing to get out of local maxima iteration 883 found worse value: 363.127437339. iteration 883, perturbing to get out of local maxima iteration 884 found worse value: 363.127437339. iteration 884, perturbing to get out of local maxima iteration 885 found worse value: 363.127437339. iteration 886 found worse value: 363.127437339. iteration 886, perturbing to get out of local maxima iteration 887 found worse value: 363.127437339. iteration 887, perturbing to get out of local maxima iteration 888 found worse value: 363.127437339. iteration 888, perturbing to get out of local maxima iteration 889 found worse value: 363.127437339. iteration 889, perturbing to get out of local maxima iteration 890 found worse value: 363.127437339. iteration 891 found worse value: 363.127437339. iteration 892 found worse value: 363.127437339. iteration 892, perturbing to get out of local maxima iteration 893 found worse value: 363.127437339. iteration 894 found worse value: 363.127437339. iteration 894, perturbing to get out of local maxima iteration 895 found worse value: 363.127437339. iteration 896 found worse value: 363.127437339. iteration 897 found worse value: 363.127437339. iteration 897, perturbing to get out of local maxima iteration 898 found worse value: 363.127437339. iteration 898, perturbing to get out of local maxima iteration 899 found worse value: 363.127437339. iteration 900 found worse value: 363.127437339. iteration 901 found worse value: 363.127437339. iteration 901, perturbing to get out of local maxima iteration 902 found worse value: 363.127437339. iteration 903 found worse value: 363.127437339. iteration 904 found worse value: 363.127437339. iteration 904, perturbing to get out of local maxima iteration 905 found worse value: 363.127437339. iteration 905, perturbing to get out of local maxima iteration 906 found worse value: 363.127437339. iteration 906, perturbing to get out of local maxima iteration 907 found worse value: 363.127437339. iteration 907, perturbing to get out of local maxima iteration 908 found worse value: 363.127437339. iteration 908, perturbing to get out of local maxima iteration 909 found worse value: 363.127437339. iteration 910 found worse value: 363.127437339. iteration 911 found worse value: 363.127437339. iteration 912 found worse value: 363.127437339. iteration 912, perturbing to get out of local maxima iteration 913 found worse value: 363.127437339. iteration 913, perturbing to get out of local maxima iteration 914 found worse value: 363.127437339. iteration 915 found worse value: 363.127437339. iteration 915, perturbing to get out of local maxima iteration 916 found worse value: 363.127437339. iteration 917 found worse value: 363.127437339. iteration 918 found worse value: 363.127437339. iteration 919 found worse value: 363.127437339. iteration 920 found worse value: 363.127437339. iteration 920, perturbing to get out of local maxima iteration 921 found worse value: 363.127437339. iteration 922 found worse value: 363.127437339. iteration 922, perturbing to get out of local maxima iteration 923 found worse value: 363.127437339. iteration 924 found worse value: 363.127437339. iteration 924, perturbing to get out of local maxima iteration 925 found worse value: 363.127437339. iteration 926 found worse value: 363.127437339. iteration 927 found worse value: 363.127437339. iteration 928 found worse value: 363.127437339. iteration 929 found worse value: 363.127437339. iteration 930 found worse value: 363.127437339. iteration 930, perturbing to get out of local maxima iteration 931 found worse value: 363.127437339. iteration 931, perturbing to get out of local maxima iteration 932 found worse value: 363.127437339. iteration 932, perturbing to get out of local maxima iteration 933 found worse value: 363.127437339. iteration 933, perturbing to get out of local maxima iteration 934 found worse value: 363.127437339. iteration 935 found worse value: 363.127437339. iteration 936 found worse value: 363.127437339. iteration 937 found worse value: 363.127437339. iteration 937, perturbing to get out of local maxima iteration 938 found worse value: 363.127437339. iteration 938, perturbing to get out of local maxima iteration 939 found worse value: 363.127437339. iteration 940 found worse value: 363.127437339. iteration 940, perturbing to get out of local maxima iteration 941 found worse value: 363.127437339. iteration 942 found worse value: 363.127437339. iteration 943 found worse value: 363.127437339. iteration 944 found worse value: 363.127437339. iteration 945 found worse value: 363.127437339. iteration 946 found worse value: 363.127437339. iteration 947 found worse value: 363.127437339. iteration 947, perturbing to get out of local maxima iteration 948 found worse value: 363.127437339. iteration 948, perturbing to get out of local maxima iteration 949 found worse value: 363.127437339. iteration 950 found worse value: 363.127437339. iteration 951 found worse value: 363.127437339. iteration 952 found worse value: 363.127437339. iteration 952, perturbing to get out of local maxima iteration 953 found worse value: 363.127437339. iteration 954 found worse value: 363.127437339. iteration 955 found worse value: 363.127437339. iteration 955, perturbing to get out of local maxima iteration 956 found worse value: 363.127437339. iteration 957 found worse value: 363.127437339. iteration 957, perturbing to get out of local maxima iteration 958 found worse value: 363.127437339. iteration 959 found worse value: 363.127437339. iteration 959, perturbing to get out of local maxima iteration 960 found worse value: 363.127437339. iteration 960, perturbing to get out of local maxima iteration 961 found worse value: 363.127437339. iteration 962 found worse value: 363.127437339. iteration 962, perturbing to get out of local maxima iteration 963 found worse value: 363.127437339. iteration 964 found worse value: 363.127437339. iteration 964, perturbing to get out of local maxima iteration 965 found worse value: 363.127437339. iteration 966 found worse value: 363.127437339. iteration 966, perturbing to get out of local maxima iteration 967 found worse value: 363.127437339. iteration 967, perturbing to get out of local maxima iteration 968 found worse value: 363.127437339. iteration 969 found worse value: 363.127437339. iteration 970 found worse value: 363.127437339. iteration 970, perturbing to get out of local maxima iteration 971 found worse value: 363.127437339. iteration 971, perturbing to get out of local maxima iteration 972 found worse value: 363.127437339. iteration 973 found worse value: 363.127437339. iteration 974 found worse value: 363.127437339. iteration 975 found worse value: 363.127437339. iteration 976 found worse value: 363.127437339. iteration 976, perturbing to get out of local maxima iteration 977 found worse value: 363.127437339. iteration 978 found worse value: 363.127437339. iteration 979 found worse value: 363.127437339. iteration 979, perturbing to get out of local maxima iteration 980 found worse value: 363.127437339. iteration 980, perturbing to get out of local maxima iteration 981 found worse value: 363.127437339. iteration 982 found worse value: 363.127437339. iteration 982, perturbing to get out of local maxima iteration 983 found worse value: 363.127437339. iteration 983, perturbing to get out of local maxima iteration 984 found worse value: 363.127437339. iteration 985 found worse value: 363.127437339. iteration 986 found worse value: 363.127437339. iteration 986, perturbing to get out of local maxima iteration 987 found worse value: 363.127437339. iteration 988 found worse value: 363.127437339. iteration 988, perturbing to get out of local maxima iteration 989 found worse value: 363.127437339. iteration 990 found worse value: 363.127437339. iteration 991 found worse value: 363.127437339. iteration 992 found worse value: 363.127437339. iteration 993 found worse value: 363.127437339. iteration 994 found worse value: 363.127437339. iteration 995 found worse value: 363.127437339. iteration 996 found worse value: 363.127437339. iteration 996, perturbing to get out of local maxima iteration 997 found worse value: 363.127437339. iteration 997, perturbing to get out of local maxima iteration 998 found worse value: 363.127437339. iteration 999 found worse value: 363.127437339. iteration 1000 found worse value: 363.127437339. iteration 1001 found worse value: 363.127437339. iteration 1001, perturbing to get out of local maxima iteration 1002 found worse value: 363.127437339. iteration 1003 found worse value: 363.127437339. iteration 1003, perturbing to get out of local maxima iteration 1004 found worse value: 363.127437339. iteration 1004, perturbing to get out of local maxima iteration 1005 found worse value: 363.127437339. iteration 1006 found worse value: 363.127437339. iteration 1007 found worse value: 363.127437339. iteration 1008 found worse value: 363.127437339. iteration 1008, perturbing to get out of local maxima iteration 1009 found worse value: 363.127437339. iteration 1010 found worse value: 363.127437339. iteration 1010, perturbing to get out of local maxima iteration 1011 found worse value: 363.127437339. iteration 1011, perturbing to get out of local maxima iteration 1012 found worse value: 363.127437339. iteration 1012, perturbing to get out of local maxima iteration 1013 found worse value: 363.127437339. iteration 1014 found worse value: 363.127437339. iteration 1015 found worse value: 363.127437339. iteration 1016 found worse value: 363.127437339. iteration 1016, perturbing to get out of local maxima iteration 1017 found worse value: 363.127437339. iteration 1017, perturbing to get out of local maxima iteration 1018 found worse value: 363.127437339. iteration 1019 found better value: 363.177695021 iteration 1020 found worse value: 363.177695021. iteration 1020, perturbing to get out of local maxima iteration 1021 found worse value: 363.177695021. iteration 1021, perturbing to get out of local maxima iteration 1022 found worse value: 363.177695021. iteration 1022, perturbing to get out of local maxima iteration 1023 found worse value: 363.177695021. iteration 1024 found worse value: 363.177695021. iteration 1025 found worse value: 363.177695021. iteration 1025, perturbing to get out of local maxima iteration 1026 found worse value: 363.177695021. iteration 1026, perturbing to get out of local maxima iteration 1027 found worse value: 363.177695021. iteration 1027, perturbing to get out of local maxima iteration 1028 found worse value: 363.177695021. iteration 1028, perturbing to get out of local maxima iteration 1029 found worse value: 363.177695021. iteration 1030 found worse value: 363.177695021. iteration 1030, perturbing to get out of local maxima iteration 1031 found worse value: 363.177695021. iteration 1031, perturbing to get out of local maxima iteration 1032 found worse value: 363.177695021. iteration 1033 found worse value: 363.177695021. iteration 1033, perturbing to get out of local maxima iteration 1034 found worse value: 363.177695021. iteration 1034, perturbing to get out of local maxima iteration 1035 found worse value: 363.177695021. iteration 1036 found worse value: 363.177695021. iteration 1036, perturbing to get out of local maxima iteration 1037 found worse value: 363.177695021. iteration 1037, perturbing to get out of local maxima iteration 1038 found worse value: 363.177695021. iteration 1039 found worse value: 363.177695021. iteration 1039, perturbing to get out of local maxima iteration 1040 found worse value: 363.177695021. iteration 1041 found worse value: 363.177695021. iteration 1042 found worse value: 363.177695021. iteration 1043 found worse value: 363.177695021. iteration 1044 found worse value: 363.177695021. iteration 1044, perturbing to get out of local maxima iteration 1045 found worse value: 363.177695021. iteration 1045, perturbing to get out of local maxima iteration 1046 found worse value: 363.177695021. iteration 1046, perturbing to get out of local maxima iteration 1047 found worse value: 363.177695021. iteration 1048 found worse value: 363.177695021. iteration 1049 found worse value: 363.177695021. iteration 1050 found worse value: 363.177695021. iteration 1051 found worse value: 363.177695021. iteration 1051, perturbing to get out of local maxima iteration 1052 found worse value: 363.177695021. iteration 1053 found worse value: 363.177695021. iteration 1054 found worse value: 363.177695021. iteration 1055 found worse value: 363.177695021. iteration 1056 found worse value: 363.177695021. iteration 1056, perturbing to get out of local maxima iteration 1057 found worse value: 363.177695021. iteration 1058 found worse value: 363.177695021. iteration 1058, perturbing to get out of local maxima iteration 1059 found worse value: 363.177695021. iteration 1060 found worse value: 363.177695021. iteration 1060, perturbing to get out of local maxima iteration 1061 found worse value: 363.177695021. iteration 1062 found worse value: 363.177695021. iteration 1062, perturbing to get out of local maxima iteration 1063 found worse value: 363.177695021. iteration 1063, perturbing to get out of local maxima iteration 1064 found worse value: 363.177695021. iteration 1065 found better value: 363.202990056 iteration 1066 found worse value: 363.202990056. iteration 1066, perturbing to get out of local maxima iteration 1067 found worse value: 363.202990056. iteration 1067, perturbing to get out of local maxima iteration 1068 found worse value: 363.202990056. iteration 1068, perturbing to get out of local maxima iteration 1069 found worse value: 363.202990056. iteration 1070 found worse value: 363.202990056. iteration 1070, perturbing to get out of local maxima iteration 1071 found worse value: 363.202990056. iteration 1072 found worse value: 363.202990056. iteration 1072, perturbing to get out of local maxima iteration 1073 found worse value: 363.202990056. iteration 1074 found worse value: 363.202990056. iteration 1075 found worse value: 363.202990056. iteration 1076 found worse value: 363.202990056. iteration 1076, perturbing to get out of local maxima iteration 1077 found worse value: 363.202990056. iteration 1077, perturbing to get out of local maxima iteration 1078 found worse value: 363.202990056. iteration 1078, perturbing to get out of local maxima iteration 1079 found worse value: 363.202990056. iteration 1079, perturbing to get out of local maxima iteration 1080 found worse value: 363.202990056. iteration 1080, perturbing to get out of local maxima iteration 1081 found worse value: 363.202990056. iteration 1082 found worse value: 363.202990056. iteration 1082, perturbing to get out of local maxima iteration 1083 found worse value: 363.202990056. iteration 1084 found worse value: 363.202990056. iteration 1085 found worse value: 363.202990056. iteration 1086 found worse value: 363.202990056. iteration 1086, perturbing to get out of local maxima iteration 1087 found worse value: 363.202990056. iteration 1088 found worse value: 363.202990056. iteration 1089 found worse value: 363.202990056. iteration 1089, perturbing to get out of local maxima iteration 1090 found worse value: 363.202990056. iteration 1091 found better value: 363.20683221999997 iteration 1092 found worse value: 363.20683221999997. iteration 1092, perturbing to get out of local maxima iteration 1093 found worse value: 363.20683221999997. iteration 1094 found worse value: 363.20683221999997. iteration 1094, perturbing to get out of local maxima iteration 1095 found worse value: 363.20683221999997. iteration 1095, perturbing to get out of local maxima iteration 1096 found worse value: 363.20683221999997. iteration 1097 found worse value: 363.20683221999997. iteration 1097, perturbing to get out of local maxima iteration 1098 found worse value: 363.20683221999997. iteration 1099 found worse value: 363.20683221999997. iteration 1100 found worse value: 363.20683221999997. iteration 1100, perturbing to get out of local maxima iteration 1101 found worse value: 363.20683221999997. iteration 1102 found worse value: 363.20683221999997. iteration 1102, perturbing to get out of local maxima iteration 1103 found worse value: 363.20683221999997. iteration 1104 found worse value: 363.20683221999997. iteration 1104, perturbing to get out of local maxima iteration 1105 found worse value: 363.20683221999997. iteration 1105, perturbing to get out of local maxima iteration 1106 found worse value: 363.20683221999997. iteration 1106, perturbing to get out of local maxima iteration 1107 found worse value: 363.20683221999997. iteration 1107, perturbing to get out of local maxima iteration 1108 found worse value: 363.20683221999997. iteration 1109 found worse value: 363.20683221999997. iteration 1109, perturbing to get out of local maxima iteration 1110 found worse value: 363.20683221999997. iteration 1110, perturbing to get out of local maxima iteration 1111 found worse value: 363.20683221999997. iteration 1112 found worse value: 363.20683221999997. iteration 1112, perturbing to get out of local maxima iteration 1113 found worse value: 363.20683221999997. iteration 1113, perturbing to get out of local maxima iteration 1114 found worse value: 363.20683221999997. iteration 1115 found worse value: 363.20683221999997. iteration 1115, perturbing to get out of local maxima iteration 1116 found worse value: 363.20683221999997. iteration 1116, perturbing to get out of local maxima iteration 1117 found worse value: 363.20683221999997. iteration 1118 found worse value: 363.20683221999997. iteration 1118, perturbing to get out of local maxima iteration 1119 found worse value: 363.20683221999997. iteration 1119, perturbing to get out of local maxima iteration 1120 found worse value: 363.20683221999997. iteration 1121 found worse value: 363.20683221999997. iteration 1121, perturbing to get out of local maxima iteration 1122 found worse value: 363.20683221999997. iteration 1122, perturbing to get out of local maxima iteration 1123 found worse value: 363.20683221999997. iteration 1123, perturbing to get out of local maxima iteration 1124 found worse value: 363.20683221999997. iteration 1124, perturbing to get out of local maxima iteration 1125 found worse value: 363.20683221999997. iteration 1126 found worse value: 363.20683221999997. iteration 1126, perturbing to get out of local maxima iteration 1127 found worse value: 363.20683221999997. iteration 1127, perturbing to get out of local maxima iteration 1128 found worse value: 363.20683221999997. iteration 1129 found worse value: 363.20683221999997. iteration 1129, perturbing to get out of local maxima iteration 1130 found worse value: 363.20683221999997. iteration 1130, perturbing to get out of local maxima iteration 1131 found worse value: 363.20683221999997. iteration 1132 found worse value: 363.20683221999997. iteration 1132, perturbing to get out of local maxima iteration 1133 found worse value: 363.20683221999997. iteration 1134 found worse value: 363.20683221999997. iteration 1135 found worse value: 363.20683221999997. iteration 1135, perturbing to get out of local maxima iteration 1136 found worse value: 363.20683221999997. iteration 1137 found worse value: 363.20683221999997. iteration 1137, perturbing to get out of local maxima iteration 1138 found worse value: 363.20683221999997. iteration 1139 found worse value: 363.20683221999997. iteration 1139, perturbing to get out of local maxima iteration 1140 found worse value: 363.20683221999997. iteration 1140, perturbing to get out of local maxima iteration 1141 found worse value: 363.20683221999997. iteration 1142 found worse value: 363.20683221999997. iteration 1143 found worse value: 363.20683221999997. iteration 1144 found worse value: 363.20683221999997. iteration 1144, perturbing to get out of local maxima iteration 1145 found worse value: 363.20683221999997. iteration 1146 found worse value: 363.20683221999997. iteration 1147 found worse value: 363.20683221999997. iteration 1147, perturbing to get out of local maxima iteration 1148 found worse value: 363.20683221999997. iteration 1148, perturbing to get out of local maxima iteration 1149 found worse value: 363.20683221999997. iteration 1149, perturbing to get out of local maxima iteration 1150 found worse value: 363.20683221999997. iteration 1150, perturbing to get out of local maxima iteration 1151 found worse value: 363.20683221999997. iteration 1152 found worse value: 363.20683221999997. iteration 1153 found worse value: 363.20683221999997. iteration 1154 found worse value: 363.20683221999997. iteration 1155 found worse value: 363.20683221999997. iteration 1156 found worse value: 363.20683221999997. iteration 1157 found worse value: 363.20683221999997. iteration 1157, perturbing to get out of local maxima iteration 1158 found worse value: 363.20683221999997. iteration 1159 found worse value: 363.20683221999997. iteration 1160 found worse value: 363.20683221999997. iteration 1161 found worse value: 363.20683221999997. iteration 1162 found worse value: 363.20683221999997. iteration 1162, perturbing to get out of local maxima iteration 1163 found better value: 363.23403869699996 iteration 1164 found better value: 363.23543980999995 iteration 1165 found worse value: 363.23543980999995. iteration 1165, perturbing to get out of local maxima iteration 1166 found worse value: 363.23543980999995. iteration 1167 found worse value: 363.23543980999995. iteration 1167, perturbing to get out of local maxima iteration 1168 found worse value: 363.23543980999995. iteration 1168, perturbing to get out of local maxima iteration 1169 found worse value: 363.23543980999995. iteration 1169, perturbing to get out of local maxima iteration 1170 found worse value: 363.23543980999995. iteration 1170, perturbing to get out of local maxima iteration 1171 found worse value: 363.23543980999995. iteration 1172 found worse value: 363.23543980999995. iteration 1172, perturbing to get out of local maxima iteration 1173 found worse value: 363.23543980999995. iteration 1174 found worse value: 363.23543980999995. iteration 1174, perturbing to get out of local maxima iteration 1175 found worse value: 363.23543980999995. iteration 1175, perturbing to get out of local maxima iteration 1176 found worse value: 363.23543980999995. iteration 1176, perturbing to get out of local maxima iteration 1177 found worse value: 363.23543980999995. iteration 1178 found worse value: 363.23543980999995. iteration 1179 found worse value: 363.23543980999995. iteration 1179, perturbing to get out of local maxima iteration 1180 found worse value: 363.23543980999995. iteration 1180, perturbing to get out of local maxima iteration 1181 found worse value: 363.23543980999995. iteration 1181, perturbing to get out of local maxima iteration 1182 found worse value: 363.23543980999995. iteration 1183 found worse value: 363.23543980999995. iteration 1184 found worse value: 363.23543980999995. iteration 1184, perturbing to get out of local maxima iteration 1185 found worse value: 363.23543980999995. iteration 1185, perturbing to get out of local maxima iteration 1186 found worse value: 363.23543980999995. iteration 1187 found worse value: 363.23543980999995. iteration 1188 found worse value: 363.23543980999995. iteration 1189 found worse value: 363.23543980999995. iteration 1189, perturbing to get out of local maxima iteration 1190 found worse value: 363.23543980999995. iteration 1190, perturbing to get out of local maxima iteration 1191 found worse value: 363.23543980999995. iteration 1191, perturbing to get out of local maxima iteration 1192 found worse value: 363.23543980999995. iteration 1193 found worse value: 363.23543980999995. iteration 1194 found worse value: 363.23543980999995. iteration 1195 found worse value: 363.23543980999995. iteration 1195, perturbing to get out of local maxima iteration 1196 found worse value: 363.23543980999995. iteration 1196, perturbing to get out of local maxima iteration 1197 found worse value: 363.23543980999995. iteration 1198 found worse value: 363.23543980999995. iteration 1198, perturbing to get out of local maxima iteration 1199 found worse value: 363.23543980999995. iteration 1199, perturbing to get out of local maxima iteration 1200 found worse value: 363.23543980999995. iteration 1201 found worse value: 363.23543980999995. iteration 1202 found worse value: 363.23543980999995. iteration 1203 found worse value: 363.23543980999995. iteration 1203, perturbing to get out of local maxima iteration 1204 found worse value: 363.23543980999995. iteration 1205 found worse value: 363.23543980999995. iteration 1205, perturbing to get out of local maxima iteration 1206 found worse value: 363.23543980999995. iteration 1207 found worse value: 363.23543980999995. iteration 1208 found worse value: 363.23543980999995. iteration 1209 found worse value: 363.23543980999995. iteration 1210 found worse value: 363.23543980999995. iteration 1210, perturbing to get out of local maxima iteration 1211 found worse value: 363.23543980999995. iteration 1212 found worse value: 363.23543980999995. iteration 1213 found worse value: 363.23543980999995. iteration 1214 found worse value: 363.23543980999995. iteration 1215 found worse value: 363.23543980999995. iteration 1215, perturbing to get out of local maxima iteration 1216 found worse value: 363.23543980999995. iteration 1217 found worse value: 363.23543980999995. iteration 1217, perturbing to get out of local maxima iteration 1218 found worse value: 363.23543980999995. iteration 1219 found worse value: 363.23543980999995. iteration 1219, perturbing to get out of local maxima iteration 1220 found worse value: 363.23543980999995. iteration 1221 found worse value: 363.23543980999995. iteration 1222 found worse value: 363.23543980999995. iteration 1223 found worse value: 363.23543980999995. iteration 1223, perturbing to get out of local maxima iteration 1224 found worse value: 363.23543980999995. iteration 1225 found worse value: 363.23543980999995. iteration 1225, perturbing to get out of local maxima iteration 1226 found better value: 363.254891267 iteration 1227 found better value: 363.255223972 iteration 1228 found better value: 363.27839834 iteration 1229 found worse value: 363.27839834. iteration 1229, perturbing to get out of local maxima iteration 1230 found worse value: 363.27839834. iteration 1230, perturbing to get out of local maxima iteration 1231 found worse value: 363.27839834. iteration 1231, perturbing to get out of local maxima iteration 1232 found worse value: 363.27839834. iteration 1232, perturbing to get out of local maxima iteration 1233 found worse value: 363.27839834. iteration 1233, perturbing to get out of local maxima iteration 1234 found worse value: 363.27839834. iteration 1235 found worse value: 363.27839834. iteration 1235, perturbing to get out of local maxima iteration 1236 found worse value: 363.27839834. iteration 1237 found worse value: 363.27839834. iteration 1238 found worse value: 363.27839834. iteration 1239 found worse value: 363.27839834. iteration 1239, perturbing to get out of local maxima iteration 1240 found worse value: 363.27839834. iteration 1240, perturbing to get out of local maxima iteration 1241 found worse value: 363.27839834. iteration 1241, perturbing to get out of local maxima iteration 1242 found worse value: 363.27839834. iteration 1242, perturbing to get out of local maxima iteration 1243 found worse value: 363.27839834. iteration 1243, perturbing to get out of local maxima iteration 1244 found worse value: 363.27839834. iteration 1244, perturbing to get out of local maxima iteration 1245 found worse value: 363.27839834. iteration 1246 found better value: 363.284917429 iteration 1247 found worse value: 363.284917429. iteration 1248 found better value: 363.287945278 iteration 1249 found worse value: 363.287945278. iteration 1249, perturbing to get out of local maxima iteration 1250 found worse value: 363.287945278. iteration 1251 found worse value: 363.287945278. iteration 1251, perturbing to get out of local maxima iteration 1252 found better value: 363.29081544499996 iteration 1253 found worse value: 363.29081544499996. iteration 1253, perturbing to get out of local maxima iteration 1254 found worse value: 363.29081544499996. iteration 1255 found worse value: 363.29081544499996. iteration 1255, perturbing to get out of local maxima iteration 1256 found worse value: 363.29081544499996. iteration 1256, perturbing to get out of local maxima iteration 1257 found worse value: 363.29081544499996. iteration 1257, perturbing to get out of local maxima iteration 1258 found worse value: 363.29081544499996. iteration 1258, perturbing to get out of local maxima iteration 1259 found worse value: 363.29081544499996. iteration 1260 found worse value: 363.29081544499996. iteration 1261 found worse value: 363.29081544499996. iteration 1262 found worse value: 363.29081544499996. iteration 1262, perturbing to get out of local maxima iteration 1263 found worse value: 363.29081544499996. iteration 1263, perturbing to get out of local maxima iteration 1264 found worse value: 363.29081544499996. iteration 1265 found worse value: 363.29081544499996. iteration 1265, perturbing to get out of local maxima iteration 1266 found worse value: 363.29081544499996. iteration 1266, perturbing to get out of local maxima iteration 1267 found worse value: 363.29081544499996. iteration 1268 found worse value: 363.29081544499996. iteration 1269 found worse value: 363.29081544499996. iteration 1270 found worse value: 363.29081544499996. iteration 1271 found worse value: 363.29081544499996. iteration 1272 found worse value: 363.29081544499996. iteration 1272, perturbing to get out of local maxima iteration 1273 found worse value: 363.29081544499996. iteration 1274 found worse value: 363.29081544499996. iteration 1275 found worse value: 363.29081544499996. iteration 1276 found worse value: 363.29081544499996. iteration 1276, perturbing to get out of local maxima iteration 1277 found worse value: 363.29081544499996. iteration 1278 found worse value: 363.29081544499996. iteration 1278, perturbing to get out of local maxima iteration 1279 found worse value: 363.29081544499996. iteration 1280 found worse value: 363.29081544499996. iteration 1281 found worse value: 363.29081544499996. iteration 1282 found worse value: 363.29081544499996. iteration 1282, perturbing to get out of local maxima iteration 1283 found worse value: 363.29081544499996. iteration 1284 found worse value: 363.29081544499996. iteration 1284, perturbing to get out of local maxima iteration 1285 found worse value: 363.29081544499996. iteration 1286 found worse value: 363.29081544499996. iteration 1286, perturbing to get out of local maxima iteration 1287 found worse value: 363.29081544499996. iteration 1288 found worse value: 363.29081544499996. iteration 1289 found worse value: 363.29081544499996. iteration 1290 found worse value: 363.29081544499996. iteration 1291 found worse value: 363.29081544499996. iteration 1291, perturbing to get out of local maxima iteration 1292 found worse value: 363.29081544499996. iteration 1293 found worse value: 363.29081544499996. iteration 1294 found worse value: 363.29081544499996. iteration 1295 found worse value: 363.29081544499996. iteration 1295, perturbing to get out of local maxima iteration 1296 found worse value: 363.29081544499996. iteration 1297 found worse value: 363.29081544499996. iteration 1297, perturbing to get out of local maxima iteration 1298 found worse value: 363.29081544499996. iteration 1298, perturbing to get out of local maxima iteration 1299 found worse value: 363.29081544499996. iteration 1300 found worse value: 363.29081544499996. iteration 1301 found worse value: 363.29081544499996. iteration 1301, perturbing to get out of local maxima iteration 1302 found worse value: 363.29081544499996. iteration 1302, perturbing to get out of local maxima iteration 1303 found worse value: 363.29081544499996. iteration 1304 found worse value: 363.29081544499996. iteration 1305 found worse value: 363.29081544499996. iteration 1306 found worse value: 363.29081544499996. iteration 1307 found worse value: 363.29081544499996. iteration 1308 found worse value: 363.29081544499996. iteration 1308, perturbing to get out of local maxima iteration 1309 found worse value: 363.29081544499996. iteration 1309, perturbing to get out of local maxima iteration 1310 found worse value: 363.29081544499996. iteration 1311 found worse value: 363.29081544499996. iteration 1312 found worse value: 363.29081544499996. iteration 1313 found worse value: 363.29081544499996. iteration 1313, perturbing to get out of local maxima iteration 1314 found worse value: 363.29081544499996. iteration 1315 found worse value: 363.29081544499996. iteration 1316 found worse value: 363.29081544499996. iteration 1316, perturbing to get out of local maxima iteration 1317 found worse value: 363.29081544499996. iteration 1318 found worse value: 363.29081544499996. iteration 1319 found worse value: 363.29081544499996. iteration 1319, perturbing to get out of local maxima iteration 1320 found worse value: 363.29081544499996. iteration 1321 found worse value: 363.29081544499996. iteration 1322 found worse value: 363.29081544499996. iteration 1323 found worse value: 363.29081544499996. iteration 1324 found worse value: 363.29081544499996. iteration 1325 found worse value: 363.29081544499996. iteration 1325, perturbing to get out of local maxima iteration 1326 found worse value: 363.29081544499996. iteration 1326, perturbing to get out of local maxima iteration 1327 found worse value: 363.29081544499996. iteration 1327, perturbing to get out of local maxima iteration 1328 found worse value: 363.29081544499996. iteration 1329 found worse value: 363.29081544499996. iteration 1329, perturbing to get out of local maxima iteration 1330 found worse value: 363.29081544499996. iteration 1330, perturbing to get out of local maxima iteration 1331 found worse value: 363.29081544499996. iteration 1331, perturbing to get out of local maxima iteration 1332 found worse value: 363.29081544499996. iteration 1332, perturbing to get out of local maxima iteration 1333 found worse value: 363.29081544499996. iteration 1334 found worse value: 363.29081544499996. iteration 1334, perturbing to get out of local maxima iteration 1335 found worse value: 363.29081544499996. iteration 1336 found worse value: 363.29081544499996. iteration 1336, perturbing to get out of local maxima iteration 1337 found worse value: 363.29081544499996. iteration 1337, perturbing to get out of local maxima iteration 1338 found worse value: 363.29081544499996. iteration 1339 found worse value: 363.29081544499996. iteration 1339, perturbing to get out of local maxima iteration 1340 found worse value: 363.29081544499996. iteration 1340, perturbing to get out of local maxima iteration 1341 found worse value: 363.29081544499996. iteration 1342 found worse value: 363.29081544499996. iteration 1343 found worse value: 363.29081544499996. iteration 1344 found worse value: 363.29081544499996. iteration 1345 found worse value: 363.29081544499996. iteration 1345, perturbing to get out of local maxima iteration 1346 found worse value: 363.29081544499996. iteration 1347 found worse value: 363.29081544499996. iteration 1348 found worse value: 363.29081544499996. iteration 1348, perturbing to get out of local maxima iteration 1349 found worse value: 363.29081544499996. iteration 1350 found worse value: 363.29081544499996. iteration 1351 found worse value: 363.29081544499996. iteration 1351, perturbing to get out of local maxima iteration 1352 found worse value: 363.29081544499996. iteration 1352, perturbing to get out of local maxima iteration 1353 found worse value: 363.29081544499996. iteration 1354 found worse value: 363.29081544499996. iteration 1355 found worse value: 363.29081544499996. iteration 1356 found worse value: 363.29081544499996. iteration 1356, perturbing to get out of local maxima iteration 1357 found worse value: 363.29081544499996. iteration 1358 found worse value: 363.29081544499996. iteration 1358, perturbing to get out of local maxima iteration 1359 found worse value: 363.29081544499996. iteration 1360 found worse value: 363.29081544499996. iteration 1361 found worse value: 363.29081544499996. iteration 1362 found worse value: 363.29081544499996. iteration 1363 found worse value: 363.29081544499996. iteration 1363, perturbing to get out of local maxima iteration 1364 found worse value: 363.29081544499996. iteration 1364, perturbing to get out of local maxima iteration 1365 found worse value: 363.29081544499996. iteration 1366 found worse value: 363.29081544499996. iteration 1367 found worse value: 363.29081544499996. iteration 1367, perturbing to get out of local maxima iteration 1368 found worse value: 363.29081544499996. iteration 1368, perturbing to get out of local maxima iteration 1369 found worse value: 363.29081544499996. iteration 1370 found worse value: 363.29081544499996. iteration 1371 found worse value: 363.29081544499996. iteration 1371, perturbing to get out of local maxima iteration 1372 found worse value: 363.29081544499996. iteration 1373 found worse value: 363.29081544499996. iteration 1373, perturbing to get out of local maxima iteration 1374 found worse value: 363.29081544499996. iteration 1374, perturbing to get out of local maxima iteration 1375 found worse value: 363.29081544499996. iteration 1375, perturbing to get out of local maxima iteration 1376 found worse value: 363.29081544499996. iteration 1377 found worse value: 363.29081544499996. iteration 1377, perturbing to get out of local maxima iteration 1378 found worse value: 363.29081544499996. iteration 1379 found worse value: 363.29081544499996. iteration 1379, perturbing to get out of local maxima iteration 1380 found worse value: 363.29081544499996. iteration 1380, perturbing to get out of local maxima iteration 1381 found worse value: 363.29081544499996. iteration 1381, perturbing to get out of local maxima iteration 1382 found worse value: 363.29081544499996. iteration 1383 found worse value: 363.29081544499996. iteration 1383, perturbing to get out of local maxima iteration 1384 found worse value: 363.29081544499996. iteration 1385 found worse value: 363.29081544499996. iteration 1385, perturbing to get out of local maxima iteration 1386 found worse value: 363.29081544499996. iteration 1387 found worse value: 363.29081544499996. iteration 1388 found worse value: 363.29081544499996. iteration 1389 found worse value: 363.29081544499996. iteration 1390 found worse value: 363.29081544499996. iteration 1390, perturbing to get out of local maxima iteration 1391 found worse value: 363.29081544499996. iteration 1392 found worse value: 363.29081544499996. iteration 1392, perturbing to get out of local maxima iteration 1393 found worse value: 363.29081544499996. iteration 1393, perturbing to get out of local maxima iteration 1394 found worse value: 363.29081544499996. iteration 1395 found worse value: 363.29081544499996. iteration 1396 found worse value: 363.29081544499996. iteration 1396, perturbing to get out of local maxima iteration 1397 found worse value: 363.29081544499996. iteration 1397, perturbing to get out of local maxima iteration 1398 found worse value: 363.29081544499996. iteration 1399 found worse value: 363.29081544499996. iteration 1400 found worse value: 363.29081544499996. iteration 1401 found worse value: 363.29081544499996. iteration 1401, perturbing to get out of local maxima iteration 1402 found worse value: 363.29081544499996. iteration 1402, perturbing to get out of local maxima iteration 1403 found worse value: 363.29081544499996. iteration 1403, perturbing to get out of local maxima iteration 1404 found worse value: 363.29081544499996. iteration 1405 found worse value: 363.29081544499996. iteration 1405, perturbing to get out of local maxima iteration 1406 found worse value: 363.29081544499996. iteration 1407 found worse value: 363.29081544499996. iteration 1407, perturbing to get out of local maxima iteration 1408 found worse value: 363.29081544499996. iteration 1409 found worse value: 363.29081544499996. iteration 1409, perturbing to get out of local maxima iteration 1410 found worse value: 363.29081544499996. iteration 1411 found worse value: 363.29081544499996. iteration 1412 found worse value: 363.29081544499996. iteration 1412, perturbing to get out of local maxima iteration 1413 found worse value: 363.29081544499996. iteration 1414 found worse value: 363.29081544499996. iteration 1414, perturbing to get out of local maxima iteration 1415 found worse value: 363.29081544499996. iteration 1415, perturbing to get out of local maxima iteration 1416 found worse value: 363.29081544499996. iteration 1417 found worse value: 363.29081544499996. iteration 1417, perturbing to get out of local maxima iteration 1418 found worse value: 363.29081544499996. iteration 1418, perturbing to get out of local maxima iteration 1419 found worse value: 363.29081544499996. iteration 1419, perturbing to get out of local maxima iteration 1420 found worse value: 363.29081544499996. iteration 1421 found worse value: 363.29081544499996. iteration 1422 found worse value: 363.29081544499996. iteration 1423 found worse value: 363.29081544499996. iteration 1423, perturbing to get out of local maxima iteration 1424 found worse value: 363.29081544499996. iteration 1425 found worse value: 363.29081544499996. iteration 1425, perturbing to get out of local maxima iteration 1426 found worse value: 363.29081544499996. iteration 1427 found worse value: 363.29081544499996. iteration 1427, perturbing to get out of local maxima iteration 1428 found worse value: 363.29081544499996. iteration 1428, perturbing to get out of local maxima iteration 1429 found worse value: 363.29081544499996. iteration 1430 found worse value: 363.29081544499996. iteration 1431 found worse value: 363.29081544499996. iteration 1432 found worse value: 363.29081544499996. iteration 1433 found worse value: 363.29081544499996. iteration 1433, perturbing to get out of local maxima iteration 1434 found worse value: 363.29081544499996. iteration 1434, perturbing to get out of local maxima iteration 1435 found worse value: 363.29081544499996. iteration 1436 found worse value: 363.29081544499996. iteration 1436, perturbing to get out of local maxima iteration 1437 found worse value: 363.29081544499996. iteration 1438 found worse value: 363.29081544499996. iteration 1438, perturbing to get out of local maxima iteration 1439 found worse value: 363.29081544499996. iteration 1440 found worse value: 363.29081544499996. iteration 1441 found worse value: 363.29081544499996. iteration 1442 found worse value: 363.29081544499996. iteration 1442, perturbing to get out of local maxima iteration 1443 found worse value: 363.29081544499996. iteration 1444 found worse value: 363.29081544499996. iteration 1444, perturbing to get out of local maxima iteration 1445 found worse value: 363.29081544499996. iteration 1446 found worse value: 363.29081544499996. iteration 1446, perturbing to get out of local maxima iteration 1447 found worse value: 363.29081544499996. iteration 1448 found worse value: 363.29081544499996. iteration 1449 found worse value: 363.29081544499996. iteration 1450 found worse value: 363.29081544499996. iteration 1450, perturbing to get out of local maxima iteration 1451 found worse value: 363.29081544499996. iteration 1451, perturbing to get out of local maxima iteration 1452 found worse value: 363.29081544499996. iteration 1453 found worse value: 363.29081544499996. iteration 1454 found worse value: 363.29081544499996. iteration 1455 found worse value: 363.29081544499996. iteration 1456 found worse value: 363.29081544499996. iteration 1456, perturbing to get out of local maxima iteration 1457 found worse value: 363.29081544499996. iteration 1457, perturbing to get out of local maxima iteration 1458 found worse value: 363.29081544499996. iteration 1459 found worse value: 363.29081544499996. iteration 1460 found worse value: 363.29081544499996. iteration 1461 found worse value: 363.29081544499996. iteration 1462 found worse value: 363.29081544499996. iteration 1462, perturbing to get out of local maxima iteration 1463 found worse value: 363.29081544499996. iteration 1464 found worse value: 363.29081544499996. iteration 1464, perturbing to get out of local maxima iteration 1465 found worse value: 363.29081544499996. iteration 1466 found worse value: 363.29081544499996. iteration 1466, perturbing to get out of local maxima iteration 1467 found worse value: 363.29081544499996. iteration 1468 found worse value: 363.29081544499996. iteration 1469 found worse value: 363.29081544499996. iteration 1469, perturbing to get out of local maxima iteration 1470 found worse value: 363.29081544499996. iteration 1470, perturbing to get out of local maxima iteration 1471 found worse value: 363.29081544499996. iteration 1471, perturbing to get out of local maxima iteration 1472 found worse value: 363.29081544499996. iteration 1473 found worse value: 363.29081544499996. iteration 1473, perturbing to get out of local maxima iteration 1474 found worse value: 363.29081544499996. iteration 1475 found worse value: 363.29081544499996. iteration 1475, perturbing to get out of local maxima iteration 1476 found worse value: 363.29081544499996. iteration 1477 found worse value: 363.29081544499996. iteration 1477, perturbing to get out of local maxima iteration 1478 found worse value: 363.29081544499996. iteration 1478, perturbing to get out of local maxima iteration 1479 found worse value: 363.29081544499996. iteration 1480 found worse value: 363.29081544499996. iteration 1481 found worse value: 363.29081544499996. iteration 1482 found worse value: 363.29081544499996. iteration 1482, perturbing to get out of local maxima iteration 1483 found worse value: 363.29081544499996. iteration 1483, perturbing to get out of local maxima iteration 1484 found worse value: 363.29081544499996. iteration 1484, perturbing to get out of local maxima iteration 1485 found worse value: 363.29081544499996. iteration 1486 found worse value: 363.29081544499996. iteration 1487 found worse value: 363.29081544499996. iteration 1487, perturbing to get out of local maxima iteration 1488 found worse value: 363.29081544499996. iteration 1488, perturbing to get out of local maxima iteration 1489 found worse value: 363.29081544499996. iteration 1490 found worse value: 363.29081544499996. iteration 1491 found worse value: 363.29081544499996. iteration 1492 found worse value: 363.29081544499996. iteration 1492, perturbing to get out of local maxima iteration 1493 found worse value: 363.29081544499996. iteration 1494 found worse value: 363.29081544499996. iteration 1494, perturbing to get out of local maxima iteration 1495 found worse value: 363.29081544499996. iteration 1495, perturbing to get out of local maxima iteration 1496 found worse value: 363.29081544499996. iteration 1496, perturbing to get out of local maxima iteration 1497 found worse value: 363.29081544499996. iteration 1498 found worse value: 363.29081544499996. iteration 1498, perturbing to get out of local maxima iteration 1499 found worse value: 363.29081544499996. iteration 1500 found worse value: 363.29081544499996. iteration 1500, perturbing to get out of local maxima iteration 1501 found worse value: 363.29081544499996. iteration 1502 found worse value: 363.29081544499996. iteration 1503 found worse value: 363.29081544499996. iteration 1503, perturbing to get out of local maxima iteration 1504 found worse value: 363.29081544499996. iteration 1505 found worse value: 363.29081544499996. iteration 1506 found worse value: 363.29081544499996. iteration 1506, perturbing to get out of local maxima iteration 1507 found worse value: 363.29081544499996. iteration 1507, perturbing to get out of local maxima iteration 1508 found worse value: 363.29081544499996. iteration 1508, perturbing to get out of local maxima iteration 1509 found worse value: 363.29081544499996. iteration 1510 found worse value: 363.29081544499996. iteration 1510, perturbing to get out of local maxima iteration 1511 found worse value: 363.29081544499996. iteration 1512 found worse value: 363.29081544499996. iteration 1513 found worse value: 363.29081544499996. iteration 1514 found worse value: 363.29081544499996. iteration 1514, perturbing to get out of local maxima iteration 1515 found worse value: 363.29081544499996. iteration 1516 found worse value: 363.29081544499996. iteration 1517 found worse value: 363.29081544499996. iteration 1518 found worse value: 363.29081544499996. iteration 1518, perturbing to get out of local maxima iteration 1519 found worse value: 363.29081544499996. iteration 1520 found worse value: 363.29081544499996. iteration 1521 found worse value: 363.29081544499996. iteration 1522 found worse value: 363.29081544499996. iteration 1523 found worse value: 363.29081544499996. iteration 1523, perturbing to get out of local maxima iteration 1524 found worse value: 363.29081544499996. iteration 1525 found worse value: 363.29081544499996. iteration 1526 found worse value: 363.29081544499996. iteration 1527 found worse value: 363.29081544499996. iteration 1528 found worse value: 363.29081544499996. iteration 1528, perturbing to get out of local maxima iteration 1529 found worse value: 363.29081544499996. iteration 1530 found worse value: 363.29081544499996. iteration 1530, perturbing to get out of local maxima iteration 1531 found worse value: 363.29081544499996. iteration 1532 found worse value: 363.29081544499996. iteration 1533 found worse value: 363.29081544499996. iteration 1533, perturbing to get out of local maxima iteration 1534 found worse value: 363.29081544499996. iteration 1535 found worse value: 363.29081544499996. iteration 1536 found worse value: 363.29081544499996. iteration 1537 found worse value: 363.29081544499996. iteration 1538 found worse value: 363.29081544499996. iteration 1538, perturbing to get out of local maxima iteration 1539 found worse value: 363.29081544499996. iteration 1540 found worse value: 363.29081544499996. iteration 1541 found worse value: 363.29081544499996. iteration 1541, perturbing to get out of local maxima iteration 1542 found worse value: 363.29081544499996. iteration 1542, perturbing to get out of local maxima iteration 1543 found worse value: 363.29081544499996. iteration 1543, perturbing to get out of local maxima iteration 1544 found worse value: 363.29081544499996. iteration 1544, perturbing to get out of local maxima iteration 1545 found worse value: 363.29081544499996. iteration 1546 found worse value: 363.29081544499996. iteration 1546, perturbing to get out of local maxima iteration 1547 found worse value: 363.29081544499996. iteration 1548 found worse value: 363.29081544499996. iteration 1549 found worse value: 363.29081544499996. iteration 1549, perturbing to get out of local maxima iteration 1550 found worse value: 363.29081544499996. iteration 1550, perturbing to get out of local maxima iteration 1551 found worse value: 363.29081544499996. iteration 1551, perturbing to get out of local maxima iteration 1552 found worse value: 363.29081544499996. iteration 1553 found worse value: 363.29081544499996. iteration 1554 found worse value: 363.29081544499996. iteration 1554, perturbing to get out of local maxima iteration 1555 found worse value: 363.29081544499996. iteration 1556 found worse value: 363.29081544499996. iteration 1557 found worse value: 363.29081544499996. iteration 1558 found worse value: 363.29081544499996. iteration 1559 found worse value: 363.29081544499996. iteration 1560 found worse value: 363.29081544499996. iteration 1561 found worse value: 363.29081544499996. iteration 1561, perturbing to get out of local maxima iteration 1562 found worse value: 363.29081544499996. iteration 1563 found worse value: 363.29081544499996. iteration 1564 found worse value: 363.29081544499996. iteration 1565 found worse value: 363.29081544499996. iteration 1565, perturbing to get out of local maxima iteration 1566 found worse value: 363.29081544499996. iteration 1567 found worse value: 363.29081544499996. iteration 1567, perturbing to get out of local maxima iteration 1568 found worse value: 363.29081544499996. iteration 1569 found worse value: 363.29081544499996. iteration 1569, perturbing to get out of local maxima iteration 1570 found worse value: 363.29081544499996. iteration 1570, perturbing to get out of local maxima iteration 1571 found worse value: 363.29081544499996. iteration 1572 found worse value: 363.29081544499996. iteration 1572, perturbing to get out of local maxima iteration 1573 found worse value: 363.29081544499996. iteration 1574 found worse value: 363.29081544499996. iteration 1575 found worse value: 363.29081544499996. iteration 1575, perturbing to get out of local maxima iteration 1576 found worse value: 363.29081544499996. iteration 1577 found worse value: 363.29081544499996. iteration 1577, perturbing to get out of local maxima iteration 1578 found worse value: 363.29081544499996. iteration 1578, perturbing to get out of local maxima iteration 1579 found worse value: 363.29081544499996. iteration 1579, perturbing to get out of local maxima iteration 1580 found worse value: 363.29081544499996. iteration 1581 found worse value: 363.29081544499996. iteration 1581, perturbing to get out of local maxima iteration 1582 found worse value: 363.29081544499996. iteration 1583 found worse value: 363.29081544499996. iteration 1583, perturbing to get out of local maxima iteration 1584 found worse value: 363.29081544499996. iteration 1585 found worse value: 363.29081544499996. iteration 1586 found worse value: 363.29081544499996. iteration 1587 found worse value: 363.29081544499996. iteration 1588 found worse value: 363.29081544499996. iteration 1588, perturbing to get out of local maxima iteration 1589 found worse value: 363.29081544499996. iteration 1589, perturbing to get out of local maxima iteration 1590 found worse value: 363.29081544499996. iteration 1591 found worse value: 363.29081544499996. iteration 1591, perturbing to get out of local maxima iteration 1592 found worse value: 363.29081544499996. iteration 1593 found worse value: 363.29081544499996. iteration 1593, perturbing to get out of local maxima iteration 1594 found worse value: 363.29081544499996. iteration 1594, perturbing to get out of local maxima iteration 1595 found worse value: 363.29081544499996. iteration 1595, perturbing to get out of local maxima iteration 1596 found worse value: 363.29081544499996. iteration 1596, perturbing to get out of local maxima iteration 1597 found worse value: 363.29081544499996. iteration 1597, perturbing to get out of local maxima iteration 1598 found worse value: 363.29081544499996. iteration 1599 found worse value: 363.29081544499996. iteration 1599, perturbing to get out of local maxima iteration 1600 found worse value: 363.29081544499996. iteration 1601 found worse value: 363.29081544499996. iteration 1602 found worse value: 363.29081544499996. iteration 1603 found worse value: 363.29081544499996. iteration 1603, perturbing to get out of local maxima iteration 1604 found worse value: 363.29081544499996. iteration 1604, perturbing to get out of local maxima iteration 1605 found worse value: 363.29081544499996. iteration 1605, perturbing to get out of local maxima iteration 1606 found worse value: 363.29081544499996. iteration 1607 found worse value: 363.29081544499996. iteration 1608 found worse value: 363.29081544499996. iteration 1608, perturbing to get out of local maxima iteration 1609 found worse value: 363.29081544499996. iteration 1609, perturbing to get out of local maxima iteration 1610 found worse value: 363.29081544499996. iteration 1611 found worse value: 363.29081544499996. iteration 1612 found worse value: 363.29081544499996. iteration 1612, perturbing to get out of local maxima iteration 1613 found worse value: 363.29081544499996. iteration 1614 found worse value: 363.29081544499996. iteration 1615 found worse value: 363.29081544499996. iteration 1616 found worse value: 363.29081544499996. iteration 1616, perturbing to get out of local maxima iteration 1617 found worse value: 363.29081544499996. iteration 1618 found worse value: 363.29081544499996. iteration 1619 found worse value: 363.29081544499996. iteration 1620 found worse value: 363.29081544499996. iteration 1620, perturbing to get out of local maxima iteration 1621 found worse value: 363.29081544499996. iteration 1622 found worse value: 363.29081544499996. iteration 1623 found worse value: 363.29081544499996. iteration 1624 found worse value: 363.29081544499996. iteration 1624, perturbing to get out of local maxima iteration 1625 found worse value: 363.29081544499996. iteration 1625, perturbing to get out of local maxima iteration 1626 found worse value: 363.29081544499996. iteration 1627 found worse value: 363.29081544499996. iteration 1627, perturbing to get out of local maxima iteration 1628 found worse value: 363.29081544499996. iteration 1629 found worse value: 363.29081544499996. iteration 1630 found worse value: 363.29081544499996. iteration 1631 found worse value: 363.29081544499996. iteration 1632 found worse value: 363.29081544499996. iteration 1632, perturbing to get out of local maxima iteration 1633 found worse value: 363.29081544499996. iteration 1633, perturbing to get out of local maxima iteration 1634 found worse value: 363.29081544499996. iteration 1634, perturbing to get out of local maxima iteration 1635 found worse value: 363.29081544499996. iteration 1635, perturbing to get out of local maxima iteration 1636 found worse value: 363.29081544499996. iteration 1637 found worse value: 363.29081544499996. iteration 1638 found worse value: 363.29081544499996. iteration 1639 found worse value: 363.29081544499996. iteration 1640 found worse value: 363.29081544499996. iteration 1641 found worse value: 363.29081544499996. iteration 1641, perturbing to get out of local maxima iteration 1642 found worse value: 363.29081544499996. iteration 1642, perturbing to get out of local maxima iteration 1643 found worse value: 363.29081544499996. iteration 1643, perturbing to get out of local maxima iteration 1644 found worse value: 363.29081544499996. iteration 1645 found worse value: 363.29081544499996. iteration 1645, perturbing to get out of local maxima iteration 1646 found worse value: 363.29081544499996. iteration 1646, perturbing to get out of local maxima iteration 1647 found worse value: 363.29081544499996. iteration 1647, perturbing to get out of local maxima iteration 1648 found worse value: 363.29081544499996. iteration 1649 found worse value: 363.29081544499996. iteration 1649, perturbing to get out of local maxima iteration 1650 found worse value: 363.29081544499996. iteration 1651 found worse value: 363.29081544499996. iteration 1651, perturbing to get out of local maxima iteration 1652 found worse value: 363.29081544499996. iteration 1653 found worse value: 363.29081544499996. iteration 1654 found worse value: 363.29081544499996. iteration 1655 found worse value: 363.29081544499996. iteration 1656 found worse value: 363.29081544499996. iteration 1657 found worse value: 363.29081544499996. iteration 1657, perturbing to get out of local maxima iteration 1658 found worse value: 363.29081544499996. iteration 1658, perturbing to get out of local maxima iteration 1659 found worse value: 363.29081544499996. iteration 1659, perturbing to get out of local maxima iteration 1660 found worse value: 363.29081544499996. iteration 1660, perturbing to get out of local maxima iteration 1661 found worse value: 363.29081544499996. iteration 1662 found worse value: 363.29081544499996. iteration 1663 found worse value: 363.29081544499996. iteration 1663, perturbing to get out of local maxima iteration 1664 found worse value: 363.29081544499996. iteration 1665 found worse value: 363.29081544499996. iteration 1665, perturbing to get out of local maxima iteration 1666 found worse value: 363.29081544499996. iteration 1666, perturbing to get out of local maxima iteration 1667 found worse value: 363.29081544499996. iteration 1668 found worse value: 363.29081544499996. iteration 1668, perturbing to get out of local maxima iteration 1669 found worse value: 363.29081544499996. iteration 1670 found worse value: 363.29081544499996. iteration 1671 found worse value: 363.29081544499996. iteration 1671, perturbing to get out of local maxima iteration 1672 found worse value: 363.29081544499996. iteration 1673 found worse value: 363.29081544499996. iteration 1674 found worse value: 363.29081544499996. iteration 1675 found worse value: 363.29081544499996. iteration 1675, perturbing to get out of local maxima iteration 1676 found worse value: 363.29081544499996. iteration 1677 found worse value: 363.29081544499996. iteration 1678 found worse value: 363.29081544499996. iteration 1678, perturbing to get out of local maxima iteration 1679 found worse value: 363.29081544499996. iteration 1680 found worse value: 363.29081544499996. iteration 1681 found worse value: 363.29081544499996. iteration 1681, perturbing to get out of local maxima iteration 1682 found worse value: 363.29081544499996. iteration 1683 found worse value: 363.29081544499996. iteration 1683, perturbing to get out of local maxima iteration 1684 found worse value: 363.29081544499996. iteration 1685 found worse value: 363.29081544499996. iteration 1685, perturbing to get out of local maxima iteration 1686 found worse value: 363.29081544499996. iteration 1687 found worse value: 363.29081544499996. iteration 1688 found worse value: 363.29081544499996. iteration 1689 found worse value: 363.29081544499996. iteration 1689, perturbing to get out of local maxima iteration 1690 found worse value: 363.29081544499996. iteration 1691 found worse value: 363.29081544499996. iteration 1692 found worse value: 363.29081544499996. iteration 1692, perturbing to get out of local maxima iteration 1693 found worse value: 363.29081544499996. iteration 1694 found worse value: 363.29081544499996. iteration 1695 found worse value: 363.29081544499996. iteration 1695, perturbing to get out of local maxima iteration 1696 found worse value: 363.29081544499996. iteration 1697 found worse value: 363.29081544499996. iteration 1698 found worse value: 363.29081544499996. iteration 1699 found worse value: 363.29081544499996. iteration 1700 found worse value: 363.29081544499996. iteration 1700, perturbing to get out of local maxima iteration 1701 found worse value: 363.29081544499996. iteration 1702 found worse value: 363.29081544499996. iteration 1702, perturbing to get out of local maxima iteration 1703 found worse value: 363.29081544499996. iteration 1704 found worse value: 363.29081544499996. iteration 1704, perturbing to get out of local maxima iteration 1705 found worse value: 363.29081544499996. iteration 1705, perturbing to get out of local maxima iteration 1706 found worse value: 363.29081544499996. iteration 1707 found worse value: 363.29081544499996. iteration 1708 found worse value: 363.29081544499996. iteration 1708, perturbing to get out of local maxima iteration 1709 found worse value: 363.29081544499996. iteration 1709, perturbing to get out of local maxima iteration 1710 found worse value: 363.29081544499996. iteration 1710, perturbing to get out of local maxima iteration 1711 found worse value: 363.29081544499996. iteration 1711, perturbing to get out of local maxima iteration 1712 found worse value: 363.29081544499996. iteration 1713 found worse value: 363.29081544499996. iteration 1713, perturbing to get out of local maxima iteration 1714 found worse value: 363.29081544499996. iteration 1715 found worse value: 363.29081544499996. iteration 1715, perturbing to get out of local maxima iteration 1716 found worse value: 363.29081544499996. iteration 1716, perturbing to get out of local maxima iteration 1717 found worse value: 363.29081544499996. iteration 1718 found worse value: 363.29081544499996. iteration 1718, perturbing to get out of local maxima iteration 1719 found worse value: 363.29081544499996. iteration 1719, perturbing to get out of local maxima iteration 1720 found worse value: 363.29081544499996. iteration 1721 found worse value: 363.29081544499996. iteration 1721, perturbing to get out of local maxima iteration 1722 found worse value: 363.29081544499996. iteration 1723 found worse value: 363.29081544499996. iteration 1724 found worse value: 363.29081544499996. iteration 1724, perturbing to get out of local maxima iteration 1725 found worse value: 363.29081544499996. iteration 1726 found worse value: 363.29081544499996. iteration 1726, perturbing to get out of local maxima iteration 1727 found worse value: 363.29081544499996. iteration 1728 found worse value: 363.29081544499996. iteration 1729 found worse value: 363.29081544499996. iteration 1730 found worse value: 363.29081544499996. iteration 1731 found worse value: 363.29081544499996. iteration 1732 found worse value: 363.29081544499996. iteration 1733 found worse value: 363.29081544499996. iteration 1733, perturbing to get out of local maxima iteration 1734 found worse value: 363.29081544499996. iteration 1734, perturbing to get out of local maxima iteration 1735 found worse value: 363.29081544499996. iteration 1736 found worse value: 363.29081544499996. iteration 1736, perturbing to get out of local maxima iteration 1737 found worse value: 363.29081544499996. iteration 1737, perturbing to get out of local maxima iteration 1738 found worse value: 363.29081544499996. iteration 1739 found worse value: 363.29081544499996. iteration 1740 found worse value: 363.29081544499996. iteration 1741 found worse value: 363.29081544499996. iteration 1742 found worse value: 363.29081544499996. iteration 1742, perturbing to get out of local maxima iteration 1743 found worse value: 363.29081544499996. iteration 1743, perturbing to get out of local maxima iteration 1744 found worse value: 363.29081544499996. iteration 1745 found worse value: 363.29081544499996. iteration 1746 found worse value: 363.29081544499996. iteration 1746, perturbing to get out of local maxima iteration 1747 found worse value: 363.29081544499996. iteration 1747, perturbing to get out of local maxima iteration 1748 found worse value: 363.29081544499996. iteration 1749 found worse value: 363.29081544499996. iteration 1749, perturbing to get out of local maxima iteration 1750 found worse value: 363.29081544499996. iteration 1750, perturbing to get out of local maxima iteration 1751 found worse value: 363.29081544499996. iteration 1751, perturbing to get out of local maxima iteration 1752 found worse value: 363.29081544499996. iteration 1753 found worse value: 363.29081544499996. iteration 1753, perturbing to get out of local maxima iteration 1754 found worse value: 363.29081544499996. iteration 1754, perturbing to get out of local maxima iteration 1755 found worse value: 363.29081544499996. iteration 1756 found worse value: 363.29081544499996. iteration 1756, perturbing to get out of local maxima iteration 1757 found worse value: 363.29081544499996. iteration 1758 found worse value: 363.29081544499996. iteration 1759 found worse value: 363.29081544499996. iteration 1760 found worse value: 363.29081544499996. iteration 1760, perturbing to get out of local maxima iteration 1761 found worse value: 363.29081544499996. iteration 1762 found worse value: 363.29081544499996. iteration 1763 found worse value: 363.29081544499996. iteration 1763, perturbing to get out of local maxima iteration 1764 found worse value: 363.29081544499996. iteration 1764, perturbing to get out of local maxima iteration 1765 found worse value: 363.29081544499996. iteration 1766 found worse value: 363.29081544499996. iteration 1766, perturbing to get out of local maxima iteration 1767 found worse value: 363.29081544499996. iteration 1768 found worse value: 363.29081544499996. iteration 1769 found worse value: 363.29081544499996. iteration 1770 found worse value: 363.29081544499996. iteration 1771 found worse value: 363.29081544499996. iteration 1772 found worse value: 363.29081544499996. iteration 1772, perturbing to get out of local maxima iteration 1773 found worse value: 363.29081544499996. iteration 1774 found worse value: 363.29081544499996. iteration 1775 found worse value: 363.29081544499996. iteration 1776 found worse value: 363.29081544499996. iteration 1776, perturbing to get out of local maxima iteration 1777 found worse value: 363.29081544499996. iteration 1778 found worse value: 363.29081544499996. iteration 1779 found worse value: 363.29081544499996. iteration 1779, perturbing to get out of local maxima iteration 1780 found worse value: 363.29081544499996. iteration 1780, perturbing to get out of local maxima iteration 1781 found worse value: 363.29081544499996. iteration 1782 found worse value: 363.29081544499996. iteration 1782, perturbing to get out of local maxima iteration 1783 found worse value: 363.29081544499996. iteration 1783, perturbing to get out of local maxima iteration 1784 found worse value: 363.29081544499996. iteration 1785 found worse value: 363.29081544499996. iteration 1785, perturbing to get out of local maxima iteration 1786 found worse value: 363.29081544499996. iteration 1787 found worse value: 363.29081544499996. iteration 1788 found worse value: 363.29081544499996. iteration 1789 found worse value: 363.29081544499996. iteration 1790 found worse value: 363.29081544499996. iteration 1791 found worse value: 363.29081544499996. iteration 1792 found worse value: 363.29081544499996. iteration 1792, perturbing to get out of local maxima iteration 1793 found worse value: 363.29081544499996. iteration 1794 found worse value: 363.29081544499996. iteration 1795 found worse value: 363.29081544499996. iteration 1795, perturbing to get out of local maxima iteration 1796 found worse value: 363.29081544499996. iteration 1797 found better value: 363.300549863 iteration 1798 found better value: 363.30205526000003 iteration 1799 found worse value: 363.30205526000003. iteration 1799, perturbing to get out of local maxima iteration 1800 found better value: 363.331037343 iteration 1801 found better value: 363.335571731 iteration 1802 found worse value: 363.335571731. iteration 1802, perturbing to get out of local maxima iteration 1803 found worse value: 363.335571731. iteration 1803, perturbing to get out of local maxima iteration 1804 found worse value: 363.335571731. iteration 1804, perturbing to get out of local maxima iteration 1805 found worse value: 363.335571731. iteration 1805, perturbing to get out of local maxima iteration 1806 found worse value: 363.335571731. iteration 1806, perturbing to get out of local maxima iteration 1807 found worse value: 363.335571731. iteration 1807, perturbing to get out of local maxima iteration 1808 found worse value: 363.335571731. iteration 1809 found worse value: 363.335571731. iteration 1810 found worse value: 363.335571731. iteration 1810, perturbing to get out of local maxima iteration 1811 found worse value: 363.335571731. iteration 1811, perturbing to get out of local maxima iteration 1812 found worse value: 363.335571731. iteration 1813 found worse value: 363.335571731. iteration 1813, perturbing to get out of local maxima iteration 1814 found worse value: 363.335571731. iteration 1814, perturbing to get out of local maxima iteration 1815 found worse value: 363.335571731. iteration 1815, perturbing to get out of local maxima iteration 1816 found worse value: 363.335571731. iteration 1816, perturbing to get out of local maxima iteration 1817 found worse value: 363.335571731. iteration 1818 found worse value: 363.335571731. iteration 1819 found worse value: 363.335571731. iteration 1819, perturbing to get out of local maxima iteration 1820 found worse value: 363.335571731. iteration 1821 found worse value: 363.335571731. iteration 1822 found worse value: 363.335571731. iteration 1822, perturbing to get out of local maxima iteration 1823 found worse value: 363.335571731. iteration 1824 found worse value: 363.335571731. iteration 1825 found worse value: 363.335571731. iteration 1825, perturbing to get out of local maxima iteration 1826 found worse value: 363.335571731. iteration 1826, perturbing to get out of local maxima iteration 1827 found worse value: 363.335571731. iteration 1827, perturbing to get out of local maxima iteration 1828 found worse value: 363.335571731. iteration 1829 found worse value: 363.335571731. iteration 1830 found worse value: 363.335571731. iteration 1830, perturbing to get out of local maxima iteration 1831 found worse value: 363.335571731. iteration 1832 found worse value: 363.335571731. iteration 1833 found worse value: 363.335571731. iteration 1833, perturbing to get out of local maxima iteration 1834 found worse value: 363.335571731. iteration 1835 found worse value: 363.335571731. iteration 1835, perturbing to get out of local maxima iteration 1836 found worse value: 363.335571731. iteration 1836, perturbing to get out of local maxima iteration 1837 found worse value: 363.335571731. iteration 1838 found worse value: 363.335571731. iteration 1838, perturbing to get out of local maxima iteration 1839 found worse value: 363.335571731. iteration 1839, perturbing to get out of local maxima iteration 1840 found worse value: 363.335571731. iteration 1841 found worse value: 363.335571731. iteration 1841, perturbing to get out of local maxima iteration 1842 found worse value: 363.335571731. iteration 1842, perturbing to get out of local maxima iteration 1843 found worse value: 363.335571731. iteration 1843, perturbing to get out of local maxima iteration 1844 found worse value: 363.335571731. iteration 1845 found worse value: 363.335571731. iteration 1846 found worse value: 363.335571731. iteration 1847 found worse value: 363.335571731. iteration 1848 found worse value: 363.335571731. iteration 1849 found worse value: 363.335571731. iteration 1850 found worse value: 363.335571731. iteration 1851 found worse value: 363.335571731. iteration 1852 found worse value: 363.335571731. iteration 1853 found worse value: 363.335571731. iteration 1854 found worse value: 363.335571731. iteration 1855 found worse value: 363.335571731. iteration 1855, perturbing to get out of local maxima iteration 1856 found worse value: 363.335571731. iteration 1856, perturbing to get out of local maxima iteration 1857 found worse value: 363.335571731. iteration 1858 found worse value: 363.335571731. iteration 1859 found worse value: 363.335571731. iteration 1859, perturbing to get out of local maxima iteration 1860 found worse value: 363.335571731. iteration 1860, perturbing to get out of local maxima iteration 1861 found worse value: 363.335571731. iteration 1862 found worse value: 363.335571731. iteration 1862, perturbing to get out of local maxima iteration 1863 found worse value: 363.335571731. iteration 1864 found worse value: 363.335571731. iteration 1865 found worse value: 363.335571731. iteration 1865, perturbing to get out of local maxima iteration 1866 found worse value: 363.335571731. iteration 1866, perturbing to get out of local maxima iteration 1867 found worse value: 363.335571731. iteration 1868 found worse value: 363.335571731. iteration 1869 found worse value: 363.335571731. iteration 1869, perturbing to get out of local maxima iteration 1870 found worse value: 363.335571731. iteration 1870, perturbing to get out of local maxima iteration 1871 found worse value: 363.335571731. iteration 1871, perturbing to get out of local maxima iteration 1872 found worse value: 363.335571731. iteration 1872, perturbing to get out of local maxima iteration 1873 found worse value: 363.335571731. iteration 1873, perturbing to get out of local maxima iteration 1874 found worse value: 363.335571731. iteration 1875 found worse value: 363.335571731. iteration 1875, perturbing to get out of local maxima iteration 1876 found worse value: 363.335571731. iteration 1877 found worse value: 363.335571731. iteration 1878 found worse value: 363.335571731. iteration 1879 found worse value: 363.335571731. iteration 1880 found worse value: 363.335571731. iteration 1881 found worse value: 363.335571731. iteration 1881, perturbing to get out of local maxima iteration 1882 found worse value: 363.335571731. iteration 1882, perturbing to get out of local maxima iteration 1883 found worse value: 363.335571731. iteration 1883, perturbing to get out of local maxima iteration 1884 found worse value: 363.335571731. iteration 1885 found worse value: 363.335571731. iteration 1886 found worse value: 363.335571731. iteration 1886, perturbing to get out of local maxima iteration 1887 found worse value: 363.335571731. iteration 1888 found worse value: 363.335571731. iteration 1889 found worse value: 363.335571731. iteration 1889, perturbing to get out of local maxima iteration 1890 found worse value: 363.335571731. iteration 1890, perturbing to get out of local maxima iteration 1891 found worse value: 363.335571731. iteration 1892 found worse value: 363.335571731. iteration 1893 found worse value: 363.335571731. iteration 1894 found worse value: 363.335571731. iteration 1894, perturbing to get out of local maxima iteration 1895 found worse value: 363.335571731. iteration 1895, perturbing to get out of local maxima iteration 1896 found worse value: 363.335571731. iteration 1896, perturbing to get out of local maxima iteration 1897 found worse value: 363.335571731. iteration 1897, perturbing to get out of local maxima iteration 1898 found worse value: 363.335571731. iteration 1899 found worse value: 363.335571731. iteration 1900 found worse value: 363.335571731. iteration 1901 found worse value: 363.335571731. iteration 1901, perturbing to get out of local maxima iteration 1902 found worse value: 363.335571731. iteration 1903 found worse value: 363.335571731. iteration 1904 found worse value: 363.335571731. iteration 1904, perturbing to get out of local maxima iteration 1905 found worse value: 363.335571731. iteration 1906 found worse value: 363.335571731. iteration 1907 found worse value: 363.335571731. iteration 1907, perturbing to get out of local maxima iteration 1908 found worse value: 363.335571731. iteration 1909 found worse value: 363.335571731. iteration 1910 found worse value: 363.335571731. iteration 1911 found worse value: 363.335571731. iteration 1912 found worse value: 363.335571731. iteration 1912, perturbing to get out of local maxima iteration 1913 found worse value: 363.335571731. iteration 1913, perturbing to get out of local maxima iteration 1914 found worse value: 363.335571731. iteration 1915 found worse value: 363.335571731. iteration 1915, perturbing to get out of local maxima iteration 1916 found worse value: 363.335571731. iteration 1916, perturbing to get out of local maxima iteration 1917 found worse value: 363.335571731. iteration 1918 found worse value: 363.335571731. iteration 1918, perturbing to get out of local maxima iteration 1919 found worse value: 363.335571731. iteration 1920 found worse value: 363.335571731. iteration 1920, perturbing to get out of local maxima iteration 1921 found worse value: 363.335571731. iteration 1921, perturbing to get out of local maxima iteration 1922 found worse value: 363.335571731. iteration 1923 found worse value: 363.335571731. iteration 1923, perturbing to get out of local maxima iteration 1924 found worse value: 363.335571731. iteration 1924, perturbing to get out of local maxima iteration 1925 found worse value: 363.335571731. iteration 1925, perturbing to get out of local maxima iteration 1926 found worse value: 363.335571731. iteration 1926, perturbing to get out of local maxima iteration 1927 found worse value: 363.335571731. iteration 1927, perturbing to get out of local maxima iteration 1928 found worse value: 363.335571731. iteration 1928, perturbing to get out of local maxima iteration 1929 found worse value: 363.335571731. iteration 1930 found worse value: 363.335571731. iteration 1930, perturbing to get out of local maxima iteration 1931 found worse value: 363.335571731. iteration 1932 found worse value: 363.335571731. iteration 1933 found worse value: 363.335571731. iteration 1934 found worse value: 363.335571731. iteration 1935 found worse value: 363.335571731. iteration 1936 found worse value: 363.335571731. iteration 1936, perturbing to get out of local maxima iteration 1937 found worse value: 363.335571731. iteration 1938 found worse value: 363.335571731. iteration 1939 found worse value: 363.335571731. iteration 1940 found worse value: 363.335571731. iteration 1941 found worse value: 363.335571731. iteration 1941, perturbing to get out of local maxima iteration 1942 found worse value: 363.335571731. iteration 1943 found worse value: 363.335571731. iteration 1943, perturbing to get out of local maxima iteration 1944 found worse value: 363.335571731. iteration 1944, perturbing to get out of local maxima iteration 1945 found worse value: 363.335571731. iteration 1945, perturbing to get out of local maxima iteration 1946 found worse value: 363.335571731. iteration 1947 found worse value: 363.335571731. iteration 1947, perturbing to get out of local maxima iteration 1948 found worse value: 363.335571731. iteration 1948, perturbing to get out of local maxima iteration 1949 found worse value: 363.335571731. iteration 1949, perturbing to get out of local maxima iteration 1950 found worse value: 363.335571731. iteration 1950, perturbing to get out of local maxima iteration 1951 found worse value: 363.335571731. iteration 1951, perturbing to get out of local maxima iteration 1952 found worse value: 363.335571731. iteration 1952, perturbing to get out of local maxima iteration 1953 found worse value: 363.335571731. iteration 1954 found worse value: 363.335571731. iteration 1955 found worse value: 363.335571731. iteration 1955, perturbing to get out of local maxima iteration 1956 found worse value: 363.335571731. iteration 1957 found worse value: 363.335571731. iteration 1958 found worse value: 363.335571731. iteration 1959 found worse value: 363.335571731. iteration 1960 found worse value: 363.335571731. iteration 1961 found worse value: 363.335571731. iteration 1962 found worse value: 363.335571731. iteration 1963 found worse value: 363.335571731. iteration 1963, perturbing to get out of local maxima iteration 1964 found worse value: 363.335571731. iteration 1965 found worse value: 363.335571731. iteration 1966 found worse value: 363.335571731. iteration 1966, perturbing to get out of local maxima iteration 1967 found worse value: 363.335571731. iteration 1968 found worse value: 363.335571731. iteration 1969 found worse value: 363.335571731. iteration 1969, perturbing to get out of local maxima iteration 1970 found worse value: 363.335571731. iteration 1971 found worse value: 363.335571731. iteration 1971, perturbing to get out of local maxima iteration 1972 found worse value: 363.335571731. iteration 1973 found worse value: 363.335571731. iteration 1973, perturbing to get out of local maxima iteration 1974 found worse value: 363.335571731. iteration 1974, perturbing to get out of local maxima iteration 1975 found worse value: 363.335571731. iteration 1976 found worse value: 363.335571731. iteration 1976, perturbing to get out of local maxima iteration 1977 found worse value: 363.335571731. iteration 1977, perturbing to get out of local maxima iteration 1978 found worse value: 363.335571731. iteration 1979 found worse value: 363.335571731. iteration 1979, perturbing to get out of local maxima iteration 1980 found worse value: 363.335571731. iteration 1980, perturbing to get out of local maxima iteration 1981 found worse value: 363.335571731. iteration 1982 found worse value: 363.335571731. iteration 1982, perturbing to get out of local maxima iteration 1983 found worse value: 363.335571731. iteration 1983, perturbing to get out of local maxima iteration 1984 found worse value: 363.335571731. iteration 1985 found worse value: 363.335571731. iteration 1986 found worse value: 363.335571731. iteration 1987 found worse value: 363.335571731. iteration 1988 found worse value: 363.335571731. iteration 1988, perturbing to get out of local maxima iteration 1989 found worse value: 363.335571731. iteration 1989, perturbing to get out of local maxima iteration 1990 found worse value: 363.335571731. iteration 1990, perturbing to get out of local maxima iteration 1991 found worse value: 363.335571731. iteration 1992 found worse value: 363.335571731. iteration 1993 found worse value: 363.335571731. iteration 1993, perturbing to get out of local maxima iteration 1994 found worse value: 363.335571731. iteration 1994, perturbing to get out of local maxima iteration 1995 found worse value: 363.335571731. iteration 1996 found worse value: 363.335571731. iteration 1997 found worse value: 363.335571731. iteration 1998 found worse value: 363.335571731. iteration 1999 found worse value: 363.335571731. iteration 2000 found worse value: 363.335571731. iteration 2001 found worse value: 363.335571731. iteration 2002 found worse value: 363.335571731. iteration 2002, perturbing to get out of local maxima iteration 2003 found worse value: 363.335571731. iteration 2004 found worse value: 363.335571731. iteration 2004, perturbing to get out of local maxima iteration 2005 found worse value: 363.335571731. iteration 2006 found worse value: 363.335571731. iteration 2006, perturbing to get out of local maxima iteration 2007 found worse value: 363.335571731. iteration 2008 found worse value: 363.335571731. iteration 2008, perturbing to get out of local maxima iteration 2009 found worse value: 363.335571731. iteration 2010 found worse value: 363.335571731. iteration 2011 found worse value: 363.335571731. iteration 2012 found worse value: 363.335571731. iteration 2013 found worse value: 363.335571731. iteration 2014 found worse value: 363.335571731. iteration 2014, perturbing to get out of local maxima iteration 2015 found worse value: 363.335571731. iteration 2016 found worse value: 363.335571731. iteration 2017 found worse value: 363.335571731. iteration 2017, perturbing to get out of local maxima iteration 2018 found worse value: 363.335571731. iteration 2019 found worse value: 363.335571731. iteration 2020 found worse value: 363.335571731. iteration 2021 found worse value: 363.335571731. iteration 2022 found worse value: 363.335571731. iteration 2023 found worse value: 363.335571731. iteration 2024 found worse value: 363.335571731. iteration 2025 found worse value: 363.335571731. iteration 2025, perturbing to get out of local maxima iteration 2026 found worse value: 363.335571731. iteration 2027 found worse value: 363.335571731. iteration 2027, perturbing to get out of local maxima iteration 2028 found worse value: 363.335571731. iteration 2028, perturbing to get out of local maxima iteration 2029 found worse value: 363.335571731. iteration 2030 found worse value: 363.335571731. iteration 2030, perturbing to get out of local maxima iteration 2031 found worse value: 363.335571731. iteration 2032 found worse value: 363.335571731. iteration 2033 found worse value: 363.335571731. iteration 2033, perturbing to get out of local maxima iteration 2034 found worse value: 363.335571731. iteration 2034, perturbing to get out of local maxima iteration 2035 found worse value: 363.335571731. iteration 2036 found worse value: 363.335571731. iteration 2036, perturbing to get out of local maxima iteration 2037 found worse value: 363.335571731. iteration 2038 found worse value: 363.335571731. iteration 2038, perturbing to get out of local maxima iteration 2039 found worse value: 363.335571731. iteration 2039, perturbing to get out of local maxima iteration 2040 found worse value: 363.335571731. iteration 2041 found worse value: 363.335571731. iteration 2041, perturbing to get out of local maxima iteration 2042 found worse value: 363.335571731. iteration 2043 found worse value: 363.335571731. iteration 2044 found worse value: 363.335571731. iteration 2044, perturbing to get out of local maxima iteration 2045 found worse value: 363.335571731. iteration 2045, perturbing to get out of local maxima iteration 2046 found worse value: 363.335571731. iteration 2047 found worse value: 363.335571731. iteration 2047, perturbing to get out of local maxima iteration 2048 found worse value: 363.335571731. iteration 2049 found worse value: 363.335571731. iteration 2050 found worse value: 363.335571731. iteration 2051 found worse value: 363.335571731. iteration 2052 found worse value: 363.335571731. iteration 2052, perturbing to get out of local maxima iteration 2053 found worse value: 363.335571731. iteration 2053, perturbing to get out of local maxima iteration 2054 found worse value: 363.335571731. iteration 2055 found worse value: 363.335571731. iteration 2055, perturbing to get out of local maxima iteration 2056 found worse value: 363.335571731. iteration 2057 found worse value: 363.335571731. iteration 2057, perturbing to get out of local maxima iteration 2058 found worse value: 363.335571731. iteration 2059 found worse value: 363.335571731. iteration 2060 found worse value: 363.335571731. iteration 2061 found worse value: 363.335571731. iteration 2061, perturbing to get out of local maxima iteration 2062 found worse value: 363.335571731. iteration 2063 found worse value: 363.335571731. iteration 2063, perturbing to get out of local maxima iteration 2064 found worse value: 363.335571731. iteration 2064, perturbing to get out of local maxima iteration 2065 found worse value: 363.335571731. iteration 2066 found worse value: 363.335571731. iteration 2066, perturbing to get out of local maxima iteration 2067 found worse value: 363.335571731. iteration 2068 found worse value: 363.335571731. iteration 2069 found worse value: 363.335571731. iteration 2069, perturbing to get out of local maxima iteration 2070 found worse value: 363.335571731. iteration 2071 found worse value: 363.335571731. iteration 2071, perturbing to get out of local maxima iteration 2072 found worse value: 363.335571731. iteration 2073 found worse value: 363.335571731. iteration 2074 found worse value: 363.335571731. iteration 2075 found worse value: 363.335571731. iteration 2076 found worse value: 363.335571731. iteration 2077 found worse value: 363.335571731. iteration 2077, perturbing to get out of local maxima iteration 2078 found worse value: 363.335571731. iteration 2079 found worse value: 363.335571731. iteration 2079, perturbing to get out of local maxima iteration 2080 found worse value: 363.335571731. iteration 2081 found worse value: 363.335571731. iteration 2082 found worse value: 363.335571731. iteration 2082, perturbing to get out of local maxima iteration 2083 found worse value: 363.335571731. iteration 2084 found worse value: 363.335571731. iteration 2085 found worse value: 363.335571731. iteration 2085, perturbing to get out of local maxima iteration 2086 found worse value: 363.335571731. iteration 2086, perturbing to get out of local maxima iteration 2087 found worse value: 363.335571731. iteration 2087, perturbing to get out of local maxima iteration 2088 found worse value: 363.335571731. iteration 2088, perturbing to get out of local maxima iteration 2089 found worse value: 363.335571731. iteration 2089, perturbing to get out of local maxima iteration 2090 found worse value: 363.335571731. iteration 2091 found worse value: 363.335571731. iteration 2092 found worse value: 363.335571731. iteration 2093 found worse value: 363.335571731. iteration 2094 found worse value: 363.335571731. iteration 2095 found worse value: 363.335571731. iteration 2096 found worse value: 363.335571731. iteration 2096, perturbing to get out of local maxima iteration 2097 found worse value: 363.335571731. iteration 2098 found worse value: 363.335571731. iteration 2099 found worse value: 363.335571731. iteration 2100 found worse value: 363.335571731. iteration 2101 found worse value: 363.335571731. iteration 2101, perturbing to get out of local maxima iteration 2102 found worse value: 363.335571731. iteration 2103 found worse value: 363.335571731. iteration 2104 found worse value: 363.335571731. iteration 2105 found worse value: 363.335571731. iteration 2105, perturbing to get out of local maxima iteration 2106 found worse value: 363.335571731. iteration 2107 found worse value: 363.335571731. iteration 2108 found worse value: 363.335571731. iteration 2109 found worse value: 363.335571731. iteration 2110 found worse value: 363.335571731. iteration 2111 found worse value: 363.335571731. iteration 2112 found worse value: 363.335571731. iteration 2112, perturbing to get out of local maxima iteration 2113 found worse value: 363.335571731. iteration 2114 found worse value: 363.335571731. iteration 2115 found worse value: 363.335571731. iteration 2115, perturbing to get out of local maxima iteration 2116 found worse value: 363.335571731. iteration 2116, perturbing to get out of local maxima iteration 2117 found worse value: 363.335571731. iteration 2118 found worse value: 363.335571731. iteration 2119 found worse value: 363.335571731. iteration 2119, perturbing to get out of local maxima iteration 2120 found worse value: 363.335571731. iteration 2120, perturbing to get out of local maxima iteration 2121 found worse value: 363.335571731. iteration 2122 found worse value: 363.335571731. iteration 2123 found worse value: 363.335571731. iteration 2124 found worse value: 363.335571731. iteration 2125 found worse value: 363.335571731. iteration 2126 found worse value: 363.335571731. iteration 2126, perturbing to get out of local maxima iteration 2127 found worse value: 363.335571731. iteration 2128 found worse value: 363.335571731. iteration 2129 found worse value: 363.335571731. iteration 2130 found worse value: 363.335571731. iteration 2130, perturbing to get out of local maxima iteration 2131 found worse value: 363.335571731. iteration 2131, perturbing to get out of local maxima iteration 2132 found worse value: 363.335571731. iteration 2133 found worse value: 363.335571731. iteration 2134 found worse value: 363.335571731. iteration 2134, perturbing to get out of local maxima iteration 2135 found worse value: 363.335571731. iteration 2135, perturbing to get out of local maxima iteration 2136 found worse value: 363.335571731. iteration 2137 found worse value: 363.335571731. iteration 2138 found worse value: 363.335571731. iteration 2138, perturbing to get out of local maxima iteration 2139 found worse value: 363.335571731. iteration 2140 found worse value: 363.335571731. iteration 2140, perturbing to get out of local maxima iteration 2141 found worse value: 363.335571731. iteration 2141, perturbing to get out of local maxima iteration 2142 found worse value: 363.335571731. iteration 2142, perturbing to get out of local maxima iteration 2143 found worse value: 363.335571731. iteration 2143, perturbing to get out of local maxima iteration 2144 found worse value: 363.335571731. iteration 2144, perturbing to get out of local maxima iteration 2145 found worse value: 363.335571731. iteration 2145, perturbing to get out of local maxima iteration 2146 found worse value: 363.335571731. iteration 2146, perturbing to get out of local maxima iteration 2147 found worse value: 363.335571731. iteration 2148 found worse value: 363.335571731. iteration 2148, perturbing to get out of local maxima iteration 2149 found worse value: 363.335571731. iteration 2150 found worse value: 363.335571731. iteration 2150, perturbing to get out of local maxima iteration 2151 found worse value: 363.335571731. iteration 2152 found worse value: 363.335571731. iteration 2153 found worse value: 363.335571731. iteration 2154 found worse value: 363.335571731. iteration 2155 found worse value: 363.335571731. iteration 2156 found worse value: 363.335571731. iteration 2156, perturbing to get out of local maxima iteration 2157 found worse value: 363.335571731. iteration 2157, perturbing to get out of local maxima iteration 2158 found worse value: 363.335571731. iteration 2159 found worse value: 363.335571731. iteration 2160 found worse value: 363.335571731. iteration 2161 found worse value: 363.335571731. iteration 2162 found worse value: 363.335571731. iteration 2163 found worse value: 363.335571731. iteration 2163, perturbing to get out of local maxima iteration 2164 found worse value: 363.335571731. iteration 2164, perturbing to get out of local maxima iteration 2165 found worse value: 363.335571731. iteration 2165, perturbing to get out of local maxima iteration 2166 found worse value: 363.335571731. iteration 2167 found worse value: 363.335571731. iteration 2168 found worse value: 363.335571731. iteration 2169 found worse value: 363.335571731. iteration 2169, perturbing to get out of local maxima iteration 2170 found worse value: 363.335571731. iteration 2171 found worse value: 363.335571731. iteration 2172 found worse value: 363.335571731. iteration 2173 found worse value: 363.335571731. iteration 2173, perturbing to get out of local maxima iteration 2174 found worse value: 363.335571731. iteration 2175 found worse value: 363.335571731. iteration 2175, perturbing to get out of local maxima iteration 2176 found worse value: 363.335571731. iteration 2176, perturbing to get out of local maxima iteration 2177 found worse value: 363.335571731. iteration 2178 found worse value: 363.335571731. iteration 2179 found worse value: 363.335571731. iteration 2179, perturbing to get out of local maxima iteration 2180 found worse value: 363.335571731. iteration 2181 found worse value: 363.335571731. iteration 2182 found worse value: 363.335571731. iteration 2182, perturbing to get out of local maxima iteration 2183 found worse value: 363.335571731. iteration 2184 found worse value: 363.335571731. iteration 2185 found worse value: 363.335571731. iteration 2186 found worse value: 363.335571731. iteration 2187 found worse value: 363.335571731. iteration 2187, perturbing to get out of local maxima iteration 2188 found worse value: 363.335571731. iteration 2188, perturbing to get out of local maxima iteration 2189 found worse value: 363.335571731. iteration 2190 found worse value: 363.335571731. iteration 2191 found worse value: 363.335571731. iteration 2192 found worse value: 363.335571731. iteration 2192, perturbing to get out of local maxima iteration 2193 found worse value: 363.335571731. iteration 2193, perturbing to get out of local maxima iteration 2194 found worse value: 363.335571731. iteration 2194, perturbing to get out of local maxima iteration 2195 found worse value: 363.335571731. iteration 2196 found worse value: 363.335571731. iteration 2196, perturbing to get out of local maxima iteration 2197 found worse value: 363.335571731. iteration 2198 found worse value: 363.335571731. iteration 2199 found worse value: 363.335571731. iteration 2200 found worse value: 363.335571731. iteration 2201 found worse value: 363.335571731. iteration 2202 found worse value: 363.335571731. iteration 2203 found worse value: 363.335571731. iteration 2203, perturbing to get out of local maxima iteration 2204 found worse value: 363.335571731. iteration 2204, perturbing to get out of local maxima iteration 2205 found worse value: 363.335571731. iteration 2206 found worse value: 363.335571731. iteration 2206, perturbing to get out of local maxima iteration 2207 found worse value: 363.335571731. iteration 2208 found worse value: 363.335571731. iteration 2209 found worse value: 363.335571731. iteration 2210 found worse value: 363.335571731. iteration 2211 found worse value: 363.335571731. iteration 2212 found worse value: 363.335571731. iteration 2213 found worse value: 363.335571731. iteration 2213, perturbing to get out of local maxima iteration 2214 found worse value: 363.335571731. iteration 2215 found worse value: 363.335571731. iteration 2216 found worse value: 363.335571731. iteration 2217 found worse value: 363.335571731. iteration 2217, perturbing to get out of local maxima iteration 2218 found worse value: 363.335571731. iteration 2218, perturbing to get out of local maxima iteration 2219 found worse value: 363.335571731. iteration 2220 found worse value: 363.335571731. iteration 2220, perturbing to get out of local maxima iteration 2221 found worse value: 363.335571731. iteration 2222 found worse value: 363.335571731. iteration 2223 found worse value: 363.335571731. iteration 2223, perturbing to get out of local maxima iteration 2224 found worse value: 363.335571731. iteration 2225 found worse value: 363.335571731. iteration 2225, perturbing to get out of local maxima iteration 2226 found worse value: 363.335571731. iteration 2227 found worse value: 363.335571731. iteration 2227, perturbing to get out of local maxima iteration 2228 found worse value: 363.335571731. iteration 2229 found worse value: 363.335571731. iteration 2229, perturbing to get out of local maxima iteration 2230 found worse value: 363.335571731. iteration 2230, perturbing to get out of local maxima iteration 2231 found worse value: 363.335571731. iteration 2232 found worse value: 363.335571731. iteration 2232, perturbing to get out of local maxima iteration 2233 found worse value: 363.335571731. iteration 2234 found worse value: 363.335571731. iteration 2235 found worse value: 363.335571731. iteration 2235, perturbing to get out of local maxima iteration 2236 found worse value: 363.335571731. iteration 2237 found worse value: 363.335571731. iteration 2237, perturbing to get out of local maxima iteration 2238 found worse value: 363.335571731. iteration 2239 found worse value: 363.335571731. iteration 2240 found worse value: 363.335571731. iteration 2241 found worse value: 363.335571731. iteration 2241, perturbing to get out of local maxima iteration 2242 found worse value: 363.335571731. iteration 2242, perturbing to get out of local maxima iteration 2243 found worse value: 363.335571731. iteration 2243, perturbing to get out of local maxima iteration 2244 found worse value: 363.335571731. iteration 2244, perturbing to get out of local maxima iteration 2245 found worse value: 363.335571731. iteration 2246 found worse value: 363.335571731. iteration 2247 found worse value: 363.335571731. iteration 2248 found worse value: 363.335571731. iteration 2248, perturbing to get out of local maxima iteration 2249 found worse value: 363.335571731. iteration 2250 found worse value: 363.335571731. iteration 2251 found worse value: 363.335571731. iteration 2251, perturbing to get out of local maxima iteration 2252 found worse value: 363.335571731. iteration 2253 found worse value: 363.335571731. iteration 2254 found worse value: 363.335571731. iteration 2254, perturbing to get out of local maxima iteration 2255 found worse value: 363.335571731. iteration 2255, perturbing to get out of local maxima iteration 2256 found worse value: 363.335571731. iteration 2257 found worse value: 363.335571731. iteration 2258 found worse value: 363.335571731. iteration 2259 found worse value: 363.335571731. iteration 2260 found worse value: 363.335571731. iteration 2260, perturbing to get out of local maxima iteration 2261 found worse value: 363.335571731. iteration 2262 found worse value: 363.335571731. iteration 2262, perturbing to get out of local maxima iteration 2263 found worse value: 363.335571731. iteration 2264 found worse value: 363.335571731. iteration 2264, perturbing to get out of local maxima iteration 2265 found worse value: 363.335571731. iteration 2265, perturbing to get out of local maxima iteration 2266 found worse value: 363.335571731. iteration 2266, perturbing to get out of local maxima iteration 2267 found worse value: 363.335571731. iteration 2268 found worse value: 363.335571731. iteration 2269 found worse value: 363.335571731. iteration 2269, perturbing to get out of local maxima iteration 2270 found worse value: 363.335571731. iteration 2270, perturbing to get out of local maxima iteration 2271 found worse value: 363.335571731. iteration 2271, perturbing to get out of local maxima iteration 2272 found worse value: 363.335571731. iteration 2273 found worse value: 363.335571731. iteration 2274 found worse value: 363.335571731. iteration 2275 found worse value: 363.335571731. iteration 2275, perturbing to get out of local maxima iteration 2276 found worse value: 363.335571731. iteration 2276, perturbing to get out of local maxima iteration 2277 found worse value: 363.335571731. iteration 2277, perturbing to get out of local maxima iteration 2278 found worse value: 363.335571731. iteration 2278, perturbing to get out of local maxima iteration 2279 found worse value: 363.335571731. iteration 2280 found worse value: 363.335571731. iteration 2280, perturbing to get out of local maxima iteration 2281 found worse value: 363.335571731. iteration 2281, perturbing to get out of local maxima iteration 2282 found worse value: 363.335571731. iteration 2282, perturbing to get out of local maxima iteration 2283 found worse value: 363.335571731. iteration 2283, perturbing to get out of local maxima iteration 2284 found worse value: 363.335571731. iteration 2285 found worse value: 363.335571731. iteration 2286 found worse value: 363.335571731. iteration 2287 found worse value: 363.335571731. iteration 2288 found worse value: 363.335571731. iteration 2289 found worse value: 363.335571731. iteration 2290 found worse value: 363.335571731. iteration 2290, perturbing to get out of local maxima iteration 2291 found worse value: 363.335571731. iteration 2292 found worse value: 363.335571731. iteration 2293 found worse value: 363.335571731. iteration 2293, perturbing to get out of local maxima iteration 2294 found worse value: 363.335571731. iteration 2295 found worse value: 363.335571731. iteration 2296 found worse value: 363.335571731. iteration 2297 found worse value: 363.335571731. iteration 2297, perturbing to get out of local maxima iteration 2298 found worse value: 363.335571731. iteration 2299 found worse value: 363.335571731. iteration 2300 found worse value: 363.335571731. iteration 2301 found worse value: 363.335571731. iteration 2301, perturbing to get out of local maxima iteration 2302 found worse value: 363.335571731. iteration 2303 found worse value: 363.335571731. iteration 2304 found worse value: 363.335571731. iteration 2304, perturbing to get out of local maxima iteration 2305 found worse value: 363.335571731. iteration 2305, perturbing to get out of local maxima iteration 2306 found worse value: 363.335571731. iteration 2306, perturbing to get out of local maxima iteration 2307 found worse value: 363.335571731. iteration 2307, perturbing to get out of local maxima iteration 2308 found worse value: 363.335571731. iteration 2309 found worse value: 363.335571731. iteration 2309, perturbing to get out of local maxima iteration 2310 found worse value: 363.335571731. iteration 2311 found worse value: 363.335571731. iteration 2311, perturbing to get out of local maxima iteration 2312 found worse value: 363.335571731. iteration 2313 found worse value: 363.335571731. iteration 2314 found worse value: 363.335571731. iteration 2315 found worse value: 363.335571731. iteration 2316 found worse value: 363.335571731. iteration 2317 found worse value: 363.335571731. iteration 2318 found worse value: 363.335571731. iteration 2319 found worse value: 363.335571731. iteration 2320 found worse value: 363.335571731. iteration 2321 found worse value: 363.335571731. iteration 2322 found worse value: 363.335571731. iteration 2323 found worse value: 363.335571731. iteration 2323, perturbing to get out of local maxima iteration 2324 found worse value: 363.335571731. iteration 2325 found worse value: 363.335571731. iteration 2326 found worse value: 363.335571731. iteration 2326, perturbing to get out of local maxima iteration 2327 found worse value: 363.335571731. iteration 2327, perturbing to get out of local maxima iteration 2328 found worse value: 363.335571731. iteration 2329 found worse value: 363.335571731. iteration 2329, perturbing to get out of local maxima iteration 2330 found worse value: 363.335571731. iteration 2331 found worse value: 363.335571731. iteration 2332 found worse value: 363.335571731. iteration 2333 found worse value: 363.335571731. iteration 2334 found worse value: 363.335571731. iteration 2335 found worse value: 363.335571731. iteration 2336 found worse value: 363.335571731. iteration 2336, perturbing to get out of local maxima iteration 2337 found worse value: 363.335571731. iteration 2337, perturbing to get out of local maxima iteration 2338 found worse value: 363.335571731. iteration 2338, perturbing to get out of local maxima iteration 2339 found worse value: 363.335571731. iteration 2340 found worse value: 363.335571731. iteration 2341 found worse value: 363.335571731. iteration 2342 found worse value: 363.335571731. iteration 2343 found worse value: 363.335571731. iteration 2343, perturbing to get out of local maxima iteration 2344 found worse value: 363.335571731. iteration 2345 found worse value: 363.335571731. iteration 2346 found worse value: 363.335571731. iteration 2347 found worse value: 363.335571731. iteration 2347, perturbing to get out of local maxima iteration 2348 found worse value: 363.335571731. iteration 2348, perturbing to get out of local maxima iteration 2349 found worse value: 363.335571731. iteration 2349, perturbing to get out of local maxima iteration 2350 found worse value: 363.335571731. iteration 2350, perturbing to get out of local maxima iteration 2351 found worse value: 363.335571731. iteration 2352 found worse value: 363.335571731. iteration 2352, perturbing to get out of local maxima iteration 2353 found worse value: 363.335571731. iteration 2354 found worse value: 363.335571731. iteration 2355 found worse value: 363.335571731. iteration 2356 found worse value: 363.335571731. iteration 2357 found worse value: 363.335571731. iteration 2358 found worse value: 363.335571731. iteration 2359 found worse value: 363.335571731. iteration 2359, perturbing to get out of local maxima iteration 2360 found worse value: 363.335571731. iteration 2361 found worse value: 363.335571731. iteration 2361, perturbing to get out of local maxima iteration 2362 found worse value: 363.335571731. iteration 2362, perturbing to get out of local maxima iteration 2363 found worse value: 363.335571731. iteration 2363, perturbing to get out of local maxima iteration 2364 found worse value: 363.335571731. iteration 2365 found worse value: 363.335571731. iteration 2365, perturbing to get out of local maxima iteration 2366 found worse value: 363.335571731. iteration 2366, perturbing to get out of local maxima iteration 2367 found worse value: 363.335571731. iteration 2368 found worse value: 363.335571731. iteration 2368, perturbing to get out of local maxima iteration 2369 found worse value: 363.335571731. iteration 2370 found worse value: 363.335571731. iteration 2370, perturbing to get out of local maxima iteration 2371 found worse value: 363.335571731. iteration 2372 found worse value: 363.335571731. iteration 2372, perturbing to get out of local maxima iteration 2373 found worse value: 363.335571731. iteration 2374 found worse value: 363.335571731. iteration 2375 found worse value: 363.335571731. iteration 2375, perturbing to get out of local maxima iteration 2376 found worse value: 363.335571731. iteration 2377 found worse value: 363.335571731. iteration 2377, perturbing to get out of local maxima iteration 2378 found worse value: 363.335571731. iteration 2379 found worse value: 363.335571731. iteration 2380 found worse value: 363.335571731. iteration 2381 found worse value: 363.335571731. iteration 2382 found worse value: 363.335571731. iteration 2383 found worse value: 363.335571731. iteration 2383, perturbing to get out of local maxima iteration 2384 found worse value: 363.335571731. iteration 2384, perturbing to get out of local maxima iteration 2385 found worse value: 363.335571731. iteration 2386 found worse value: 363.335571731. iteration 2387 found worse value: 363.335571731. iteration 2388 found worse value: 363.335571731. iteration 2388, perturbing to get out of local maxima iteration 2389 found worse value: 363.335571731. iteration 2390 found worse value: 363.335571731. iteration 2391 found worse value: 363.335571731. iteration 2392 found worse value: 363.335571731. iteration 2392, perturbing to get out of local maxima iteration 2393 found worse value: 363.335571731. iteration 2394 found worse value: 363.335571731. iteration 2395 found worse value: 363.335571731. iteration 2395, perturbing to get out of local maxima iteration 2396 found worse value: 363.335571731. iteration 2396, perturbing to get out of local maxima iteration 2397 found worse value: 363.335571731. iteration 2398 found worse value: 363.335571731. iteration 2399 found worse value: 363.335571731. iteration 2400 found worse value: 363.335571731. iteration 2400, perturbing to get out of local maxima iteration 2401 found worse value: 363.335571731. iteration 2401, perturbing to get out of local maxima iteration 2402 found worse value: 363.335571731. iteration 2402, perturbing to get out of local maxima iteration 2403 found worse value: 363.335571731. iteration 2403, perturbing to get out of local maxima iteration 2404 found worse value: 363.335571731. iteration 2404, perturbing to get out of local maxima iteration 2405 found worse value: 363.335571731. iteration 2405, perturbing to get out of local maxima iteration 2406 found worse value: 363.335571731. iteration 2407 found worse value: 363.335571731. iteration 2407, perturbing to get out of local maxima iteration 2408 found worse value: 363.335571731. iteration 2408, perturbing to get out of local maxima iteration 2409 found worse value: 363.335571731. iteration 2410 found worse value: 363.335571731. iteration 2411 found worse value: 363.335571731. iteration 2412 found worse value: 363.335571731. iteration 2413 found worse value: 363.335571731. iteration 2414 found worse value: 363.335571731. iteration 2414, perturbing to get out of local maxima iteration 2415 found worse value: 363.335571731. iteration 2415, perturbing to get out of local maxima iteration 2416 found worse value: 363.335571731. iteration 2417 found worse value: 363.335571731. iteration 2418 found worse value: 363.335571731. iteration 2419 found worse value: 363.335571731. iteration 2419, perturbing to get out of local maxima iteration 2420 found worse value: 363.335571731. iteration 2421 found worse value: 363.335571731. iteration 2422 found worse value: 363.335571731. iteration 2423 found worse value: 363.335571731. iteration 2424 found worse value: 363.335571731. iteration 2424, perturbing to get out of local maxima iteration 2425 found worse value: 363.335571731. iteration 2425, perturbing to get out of local maxima iteration 2426 found worse value: 363.335571731. iteration 2427 found worse value: 363.335571731. iteration 2428 found worse value: 363.335571731. iteration 2429 found worse value: 363.335571731. iteration 2429, perturbing to get out of local maxima iteration 2430 found worse value: 363.335571731. iteration 2431 found worse value: 363.335571731. iteration 2432 found worse value: 363.335571731. iteration 2432, perturbing to get out of local maxima iteration 2433 found worse value: 363.335571731. iteration 2434 found worse value: 363.335571731. iteration 2435 found worse value: 363.335571731. iteration 2435, perturbing to get out of local maxima iteration 2436 found worse value: 363.335571731. iteration 2437 found worse value: 363.335571731. iteration 2438 found worse value: 363.335571731. iteration 2438, perturbing to get out of local maxima iteration 2439 found worse value: 363.335571731. iteration 2439, perturbing to get out of local maxima iteration 2440 found worse value: 363.335571731. iteration 2440, perturbing to get out of local maxima iteration 2441 found worse value: 363.335571731. iteration 2441, perturbing to get out of local maxima iteration 2442 found worse value: 363.335571731. iteration 2442, perturbing to get out of local maxima iteration 2443 found worse value: 363.335571731. iteration 2444 found worse value: 363.335571731. iteration 2445 found worse value: 363.335571731. iteration 2446 found worse value: 363.335571731. iteration 2446, perturbing to get out of local maxima iteration 2447 found worse value: 363.335571731. iteration 2447, perturbing to get out of local maxima iteration 2448 found worse value: 363.335571731. iteration 2448, perturbing to get out of local maxima iteration 2449 found worse value: 363.335571731. iteration 2449, perturbing to get out of local maxima iteration 2450 found worse value: 363.335571731. iteration 2451 found worse value: 363.335571731. iteration 2452 found worse value: 363.335571731. iteration 2453 found worse value: 363.335571731. iteration 2454 found worse value: 363.335571731. iteration 2455 found worse value: 363.335571731. iteration 2455, perturbing to get out of local maxima iteration 2456 found worse value: 363.335571731. iteration 2457 found worse value: 363.335571731. iteration 2457, perturbing to get out of local maxima iteration 2458 found worse value: 363.335571731. iteration 2458, perturbing to get out of local maxima iteration 2459 found worse value: 363.335571731. iteration 2459, perturbing to get out of local maxima iteration 2460 found worse value: 363.335571731. iteration 2460, perturbing to get out of local maxima iteration 2461 found worse value: 363.335571731. iteration 2461, perturbing to get out of local maxima iteration 2462 found worse value: 363.335571731. iteration 2463 found worse value: 363.335571731. iteration 2464 found worse value: 363.335571731. iteration 2465 found worse value: 363.335571731. iteration 2465, perturbing to get out of local maxima iteration 2466 found worse value: 363.335571731. iteration 2467 found worse value: 363.335571731. iteration 2468 found worse value: 363.335571731. iteration 2469 found worse value: 363.335571731. iteration 2470 found worse value: 363.335571731. iteration 2470, perturbing to get out of local maxima iteration 2471 found worse value: 363.335571731. iteration 2472 found worse value: 363.335571731. iteration 2472, perturbing to get out of local maxima iteration 2473 found worse value: 363.335571731. iteration 2473, perturbing to get out of local maxima iteration 2474 found worse value: 363.335571731. iteration 2475 found worse value: 363.335571731. iteration 2476 found worse value: 363.335571731. iteration 2476, perturbing to get out of local maxima iteration 2477 found worse value: 363.335571731. iteration 2478 found worse value: 363.335571731. iteration 2479 found worse value: 363.335571731. iteration 2480 found worse value: 363.335571731. iteration 2480, perturbing to get out of local maxima iteration 2481 found worse value: 363.335571731. iteration 2481, perturbing to get out of local maxima iteration 2482 found worse value: 363.335571731. iteration 2483 found worse value: 363.335571731. iteration 2484 found worse value: 363.335571731. iteration 2485 found worse value: 363.335571731. iteration 2486 found worse value: 363.335571731. iteration 2486, perturbing to get out of local maxima iteration 2487 found worse value: 363.335571731. iteration 2488 found worse value: 363.335571731. iteration 2489 found worse value: 363.335571731. iteration 2489, perturbing to get out of local maxima iteration 2490 found worse value: 363.335571731. iteration 2491 found worse value: 363.335571731. iteration 2491, perturbing to get out of local maxima iteration 2492 found worse value: 363.335571731. iteration 2492, perturbing to get out of local maxima iteration 2493 found worse value: 363.335571731. iteration 2494 found worse value: 363.335571731. iteration 2494, perturbing to get out of local maxima iteration 2495 found worse value: 363.335571731. iteration 2496 found worse value: 363.335571731. iteration 2497 found worse value: 363.335571731. iteration 2498 found worse value: 363.335571731. iteration 2498, perturbing to get out of local maxima iteration 2499 found worse value: 363.335571731. iteration 2500 found worse value: 363.335571731. iteration 2500, perturbing to get out of local maxima iteration 2501 found worse value: 363.335571731. iteration 2502 found worse value: 363.335571731. iteration 2503 found worse value: 363.335571731. iteration 2504 found worse value: 363.335571731. iteration 2505 found worse value: 363.335571731. iteration 2505, perturbing to get out of local maxima iteration 2506 found worse value: 363.335571731. iteration 2506, perturbing to get out of local maxima iteration 2507 found worse value: 363.335571731. iteration 2508 found worse value: 363.335571731. iteration 2509 found worse value: 363.335571731. iteration 2510 found worse value: 363.335571731. iteration 2511 found worse value: 363.335571731. iteration 2512 found worse value: 363.335571731. iteration 2513 found worse value: 363.335571731. iteration 2513, perturbing to get out of local maxima iteration 2514 found worse value: 363.335571731. iteration 2515 found worse value: 363.335571731. iteration 2515, perturbing to get out of local maxima iteration 2516 found worse value: 363.335571731. iteration 2517 found worse value: 363.335571731. iteration 2518 found worse value: 363.335571731. iteration 2518, perturbing to get out of local maxima iteration 2519 found worse value: 363.335571731. iteration 2519, perturbing to get out of local maxima iteration 2520 found worse value: 363.335571731. iteration 2521 found worse value: 363.335571731. iteration 2521, perturbing to get out of local maxima iteration 2522 found worse value: 363.335571731. iteration 2523 found worse value: 363.335571731. iteration 2524 found worse value: 363.335571731. iteration 2525 found worse value: 363.335571731. iteration 2525, perturbing to get out of local maxima iteration 2526 found worse value: 363.335571731. iteration 2526, perturbing to get out of local maxima iteration 2527 found worse value: 363.335571731. iteration 2528 found worse value: 363.335571731. iteration 2529 found worse value: 363.335571731. iteration 2530 found worse value: 363.335571731. iteration 2530, perturbing to get out of local maxima iteration 2531 found worse value: 363.335571731. iteration 2532 found worse value: 363.335571731. iteration 2533 found worse value: 363.335571731. iteration 2534 found worse value: 363.335571731. iteration 2535 found worse value: 363.335571731. iteration 2536 found worse value: 363.335571731. iteration 2536, perturbing to get out of local maxima iteration 2537 found worse value: 363.335571731. iteration 2538 found worse value: 363.335571731. iteration 2539 found worse value: 363.335571731. iteration 2540 found worse value: 363.335571731. iteration 2541 found worse value: 363.335571731. iteration 2542 found worse value: 363.335571731. iteration 2542, perturbing to get out of local maxima iteration 2543 found worse value: 363.335571731. iteration 2543, perturbing to get out of local maxima iteration 2544 found worse value: 363.335571731. iteration 2544, perturbing to get out of local maxima iteration 2545 found worse value: 363.335571731. iteration 2545, perturbing to get out of local maxima iteration 2546 found worse value: 363.335571731. iteration 2546, perturbing to get out of local maxima iteration 2547 found worse value: 363.335571731. iteration 2547, perturbing to get out of local maxima iteration 2548 found worse value: 363.335571731. iteration 2549 found worse value: 363.335571731. iteration 2549, perturbing to get out of local maxima iteration 2550 found worse value: 363.335571731. iteration 2551 found worse value: 363.335571731. iteration 2551, perturbing to get out of local maxima iteration 2552 found worse value: 363.335571731. iteration 2553 found worse value: 363.335571731. iteration 2554 found worse value: 363.335571731. iteration 2554, perturbing to get out of local maxima iteration 2555 found worse value: 363.335571731. iteration 2555, perturbing to get out of local maxima iteration 2556 found worse value: 363.335571731. iteration 2557 found worse value: 363.335571731. iteration 2557, perturbing to get out of local maxima iteration 2558 found worse value: 363.335571731. iteration 2558, perturbing to get out of local maxima iteration 2559 found worse value: 363.335571731. iteration 2560 found worse value: 363.335571731. iteration 2560, perturbing to get out of local maxima iteration 2561 found worse value: 363.335571731. iteration 2562 found worse value: 363.335571731. iteration 2563 found worse value: 363.335571731. iteration 2564 found worse value: 363.335571731. iteration 2564, perturbing to get out of local maxima iteration 2565 found worse value: 363.335571731. iteration 2566 found worse value: 363.335571731. iteration 2567 found worse value: 363.335571731. iteration 2567, perturbing to get out of local maxima iteration 2568 found worse value: 363.335571731. iteration 2569 found worse value: 363.335571731. iteration 2569, perturbing to get out of local maxima iteration 2570 found worse value: 363.335571731. iteration 2570, perturbing to get out of local maxima iteration 2571 found worse value: 363.335571731. iteration 2571, perturbing to get out of local maxima iteration 2572 found worse value: 363.335571731. iteration 2573 found worse value: 363.335571731. iteration 2573, perturbing to get out of local maxima iteration 2574 found worse value: 363.335571731. iteration 2575 found worse value: 363.335571731. iteration 2575, perturbing to get out of local maxima iteration 2576 found worse value: 363.335571731. iteration 2577 found worse value: 363.335571731. iteration 2578 found worse value: 363.335571731. iteration 2579 found worse value: 363.335571731. iteration 2580 found worse value: 363.335571731. iteration 2580, perturbing to get out of local maxima iteration 2581 found worse value: 363.335571731. iteration 2581, perturbing to get out of local maxima iteration 2582 found worse value: 363.335571731. iteration 2582, perturbing to get out of local maxima iteration 2583 found worse value: 363.335571731. iteration 2583, perturbing to get out of local maxima iteration 2584 found worse value: 363.335571731. iteration 2585 found worse value: 363.335571731. iteration 2586 found worse value: 363.335571731. iteration 2587 found worse value: 363.335571731. iteration 2588 found worse value: 363.335571731. iteration 2588, perturbing to get out of local maxima iteration 2589 found worse value: 363.335571731. iteration 2590 found worse value: 363.335571731. iteration 2591 found worse value: 363.335571731. iteration 2591, perturbing to get out of local maxima iteration 2592 found worse value: 363.335571731. iteration 2593 found worse value: 363.335571731. iteration 2593, perturbing to get out of local maxima iteration 2594 found worse value: 363.335571731. iteration 2595 found worse value: 363.335571731. iteration 2595, perturbing to get out of local maxima iteration 2596 found worse value: 363.335571731. iteration 2597 found worse value: 363.335571731. iteration 2597, perturbing to get out of local maxima iteration 2598 found worse value: 363.335571731. iteration 2599 found worse value: 363.335571731. iteration 2600 found worse value: 363.335571731. iteration 2601 found worse value: 363.335571731. iteration 2602 found worse value: 363.335571731. iteration 2603 found worse value: 363.335571731. iteration 2604 found worse value: 363.335571731. iteration 2604, perturbing to get out of local maxima iteration 2605 found worse value: 363.335571731. iteration 2605, perturbing to get out of local maxima iteration 2606 found worse value: 363.335571731. iteration 2607 found worse value: 363.335571731. iteration 2607, perturbing to get out of local maxima iteration 2608 found worse value: 363.335571731. iteration 2608, perturbing to get out of local maxima iteration 2609 found worse value: 363.335571731. iteration 2610 found worse value: 363.335571731. iteration 2610, perturbing to get out of local maxima iteration 2611 found worse value: 363.335571731. iteration 2612 found worse value: 363.335571731. iteration 2612, perturbing to get out of local maxima iteration 2613 found worse value: 363.335571731. iteration 2613, perturbing to get out of local maxima iteration 2614 found worse value: 363.335571731. iteration 2615 found worse value: 363.335571731. iteration 2615, perturbing to get out of local maxima iteration 2616 found worse value: 363.335571731. iteration 2617 found worse value: 363.335571731. iteration 2617, perturbing to get out of local maxima iteration 2618 found worse value: 363.335571731. iteration 2619 found worse value: 363.335571731. iteration 2619, perturbing to get out of local maxima iteration 2620 found worse value: 363.335571731. iteration 2621 found worse value: 363.335571731. iteration 2622 found worse value: 363.335571731. iteration 2622, perturbing to get out of local maxima iteration 2623 found worse value: 363.335571731. iteration 2624 found worse value: 363.335571731. iteration 2624, perturbing to get out of local maxima iteration 2625 found worse value: 363.335571731. iteration 2626 found worse value: 363.335571731. iteration 2627 found worse value: 363.335571731. iteration 2628 found worse value: 363.335571731. iteration 2629 found worse value: 363.335571731. iteration 2630 found worse value: 363.335571731. iteration 2631 found worse value: 363.335571731. iteration 2632 found worse value: 363.335571731. iteration 2632, perturbing to get out of local maxima iteration 2633 found worse value: 363.335571731. iteration 2634 found worse value: 363.335571731. iteration 2634, perturbing to get out of local maxima iteration 2635 found worse value: 363.335571731. iteration 2636 found worse value: 363.335571731. iteration 2636, perturbing to get out of local maxima iteration 2637 found worse value: 363.335571731. iteration 2638 found worse value: 363.335571731. iteration 2639 found worse value: 363.335571731. iteration 2640 found worse value: 363.335571731. iteration 2641 found worse value: 363.335571731. iteration 2642 found worse value: 363.335571731. iteration 2642, perturbing to get out of local maxima iteration 2643 found worse value: 363.335571731. iteration 2644 found worse value: 363.335571731. iteration 2644, perturbing to get out of local maxima iteration 2645 found worse value: 363.335571731. iteration 2645, perturbing to get out of local maxima iteration 2646 found worse value: 363.335571731. iteration 2647 found worse value: 363.335571731. iteration 2648 found worse value: 363.335571731. iteration 2649 found worse value: 363.335571731. iteration 2649, perturbing to get out of local maxima iteration 2650 found worse value: 363.335571731. iteration 2650, perturbing to get out of local maxima iteration 2651 found worse value: 363.335571731. iteration 2651, perturbing to get out of local maxima iteration 2652 found worse value: 363.335571731. iteration 2653 found worse value: 363.335571731. iteration 2653, perturbing to get out of local maxima iteration 2654 found worse value: 363.335571731. iteration 2655 found worse value: 363.335571731. iteration 2656 found worse value: 363.335571731. iteration 2657 found worse value: 363.335571731. iteration 2658 found worse value: 363.335571731. iteration 2658, perturbing to get out of local maxima iteration 2659 found worse value: 363.335571731. iteration 2659, perturbing to get out of local maxima iteration 2660 found worse value: 363.335571731. iteration 2661 found worse value: 363.335571731. iteration 2661, perturbing to get out of local maxima iteration 2662 found worse value: 363.335571731. iteration 2663 found worse value: 363.335571731. iteration 2664 found worse value: 363.335571731. iteration 2665 found worse value: 363.335571731. iteration 2665, perturbing to get out of local maxima iteration 2666 found worse value: 363.335571731. iteration 2667 found worse value: 363.335571731. iteration 2668 found worse value: 363.335571731. iteration 2668, perturbing to get out of local maxima iteration 2669 found worse value: 363.335571731. iteration 2670 found worse value: 363.335571731. iteration 2670, perturbing to get out of local maxima iteration 2671 found worse value: 363.335571731. iteration 2671, perturbing to get out of local maxima iteration 2672 found worse value: 363.335571731. iteration 2673 found worse value: 363.335571731. iteration 2673, perturbing to get out of local maxima iteration 2674 found worse value: 363.335571731. iteration 2674, perturbing to get out of local maxima iteration 2675 found worse value: 363.335571731. iteration 2676 found worse value: 363.335571731. iteration 2677 found worse value: 363.335571731. iteration 2678 found worse value: 363.335571731. iteration 2679 found worse value: 363.335571731. iteration 2679, perturbing to get out of local maxima iteration 2680 found worse value: 363.335571731. iteration 2680, perturbing to get out of local maxima iteration 2681 found worse value: 363.335571731. iteration 2681, perturbing to get out of local maxima iteration 2682 found worse value: 363.335571731. iteration 2682, perturbing to get out of local maxima iteration 2683 found worse value: 363.335571731. iteration 2684 found worse value: 363.335571731. iteration 2684, perturbing to get out of local maxima iteration 2685 found worse value: 363.335571731. iteration 2686 found worse value: 363.335571731. iteration 2686, perturbing to get out of local maxima iteration 2687 found worse value: 363.335571731. iteration 2688 found worse value: 363.335571731. iteration 2688, perturbing to get out of local maxima iteration 2689 found worse value: 363.335571731. iteration 2690 found worse value: 363.335571731. iteration 2690, perturbing to get out of local maxima iteration 2691 found worse value: 363.335571731. iteration 2691, perturbing to get out of local maxima iteration 2692 found worse value: 363.335571731. iteration 2693 found worse value: 363.335571731. iteration 2694 found worse value: 363.335571731. iteration 2694, perturbing to get out of local maxima iteration 2695 found worse value: 363.335571731. iteration 2696 found worse value: 363.335571731. iteration 2697 found worse value: 363.335571731. iteration 2698 found worse value: 363.335571731. iteration 2698, perturbing to get out of local maxima iteration 2699 found worse value: 363.335571731. iteration 2699, perturbing to get out of local maxima iteration 2700 found worse value: 363.335571731. iteration 2700, perturbing to get out of local maxima iteration 2701 found worse value: 363.335571731. iteration 2701, perturbing to get out of local maxima iteration 2702 found worse value: 363.335571731. iteration 2702, perturbing to get out of local maxima iteration 2703 found worse value: 363.335571731. iteration 2703, perturbing to get out of local maxima iteration 2704 found worse value: 363.335571731. iteration 2704, perturbing to get out of local maxima iteration 2705 found worse value: 363.335571731. iteration 2705, perturbing to get out of local maxima iteration 2706 found worse value: 363.335571731. iteration 2707 found worse value: 363.335571731. iteration 2708 found worse value: 363.335571731. iteration 2709 found worse value: 363.335571731. iteration 2710 found worse value: 363.335571731. iteration 2710, perturbing to get out of local maxima iteration 2711 found worse value: 363.335571731. iteration 2711, perturbing to get out of local maxima iteration 2712 found worse value: 363.335571731. iteration 2713 found worse value: 363.335571731. iteration 2714 found worse value: 363.335571731. iteration 2715 found worse value: 363.335571731. iteration 2716 found worse value: 363.335571731. iteration 2717 found worse value: 363.335571731. iteration 2718 found worse value: 363.335571731. iteration 2719 found worse value: 363.335571731. iteration 2720 found worse value: 363.335571731. iteration 2721 found worse value: 363.335571731. iteration 2722 found worse value: 363.335571731. iteration 2723 found worse value: 363.335571731. iteration 2723, perturbing to get out of local maxima iteration 2724 found worse value: 363.335571731. iteration 2725 found worse value: 363.335571731. iteration 2726 found worse value: 363.335571731. iteration 2727 found worse value: 363.335571731. iteration 2728 found worse value: 363.335571731. iteration 2729 found worse value: 363.335571731. iteration 2729, perturbing to get out of local maxima iteration 2730 found worse value: 363.335571731. iteration 2731 found worse value: 363.335571731. iteration 2731, perturbing to get out of local maxima iteration 2732 found worse value: 363.335571731. iteration 2733 found worse value: 363.335571731. iteration 2734 found worse value: 363.335571731. iteration 2734, perturbing to get out of local maxima iteration 2735 found worse value: 363.335571731. iteration 2735, perturbing to get out of local maxima iteration 2736 found worse value: 363.335571731. iteration 2736, perturbing to get out of local maxima iteration 2737 found worse value: 363.335571731. iteration 2737, perturbing to get out of local maxima iteration 2738 found worse value: 363.335571731. iteration 2739 found worse value: 363.335571731. iteration 2740 found worse value: 363.335571731. iteration 2740, perturbing to get out of local maxima iteration 2741 found worse value: 363.335571731. iteration 2742 found worse value: 363.335571731. iteration 2742, perturbing to get out of local maxima iteration 2743 found worse value: 363.335571731. iteration 2744 found worse value: 363.335571731. iteration 2745 found worse value: 363.335571731. iteration 2746 found worse value: 363.335571731. iteration 2746, perturbing to get out of local maxima iteration 2747 found worse value: 363.335571731. iteration 2748 found worse value: 363.335571731. iteration 2749 found worse value: 363.335571731. iteration 2750 found worse value: 363.335571731. iteration 2751 found worse value: 363.335571731. iteration 2752 found worse value: 363.335571731. iteration 2752, perturbing to get out of local maxima iteration 2753 found worse value: 363.335571731. iteration 2754 found worse value: 363.335571731. iteration 2755 found worse value: 363.335571731. iteration 2755, perturbing to get out of local maxima iteration 2756 found worse value: 363.335571731. iteration 2757 found worse value: 363.335571731. iteration 2758 found worse value: 363.335571731. iteration 2759 found worse value: 363.335571731. iteration 2760 found worse value: 363.335571731. iteration 2760, perturbing to get out of local maxima iteration 2761 found worse value: 363.335571731. iteration 2762 found worse value: 363.335571731. iteration 2762, perturbing to get out of local maxima iteration 2763 found worse value: 363.335571731. iteration 2764 found worse value: 363.335571731. iteration 2765 found worse value: 363.335571731. iteration 2766 found worse value: 363.335571731. iteration 2767 found worse value: 363.335571731. iteration 2768 found worse value: 363.335571731. iteration 2769 found worse value: 363.335571731. iteration 2770 found worse value: 363.335571731. iteration 2771 found worse value: 363.335571731. iteration 2771, perturbing to get out of local maxima iteration 2772 found worse value: 363.335571731. iteration 2773 found worse value: 363.335571731. iteration 2774 found worse value: 363.335571731. iteration 2774, perturbing to get out of local maxima iteration 2775 found better value: 363.361098436 iteration 2776 found better value: 363.364921574 iteration 2777 found worse value: 363.364921574. iteration 2778 found worse value: 363.364921574. iteration 2778, perturbing to get out of local maxima iteration 2779 found worse value: 363.364921574. iteration 2780 found worse value: 363.364921574. iteration 2780, perturbing to get out of local maxima iteration 2781 found worse value: 363.364921574. iteration 2782 found worse value: 363.364921574. iteration 2782, perturbing to get out of local maxima iteration 2783 found worse value: 363.364921574. iteration 2783, perturbing to get out of local maxima iteration 2784 found worse value: 363.364921574. iteration 2785 found worse value: 363.364921574. iteration 2786 found worse value: 363.364921574. iteration 2786, perturbing to get out of local maxima iteration 2787 found worse value: 363.364921574. iteration 2788 found worse value: 363.364921574. iteration 2788, perturbing to get out of local maxima iteration 2789 found worse value: 363.364921574. iteration 2790 found better value: 363.37848649 iteration 2791 found better value: 363.401232024 iteration 2792 found better value: 363.4014154970001 iteration 2793 found better value: 363.401682526 iteration 2794 found better value: 363.404012528 iteration 2795 found worse value: 363.404012528. iteration 2795, perturbing to get out of local maxima iteration 2796 found worse value: 363.404012528. iteration 2796, perturbing to get out of local maxima iteration 2797 found worse value: 363.404012528. iteration 2798 found worse value: 363.404012528. iteration 2798, perturbing to get out of local maxima iteration 2799 found worse value: 363.404012528. iteration 2799, perturbing to get out of local maxima iteration 2800 found worse value: 363.404012528. iteration 2801 found worse value: 363.404012528. iteration 2802 found better value: 363.40420628100003 iteration 2803 found worse value: 363.40420628100003. iteration 2803, perturbing to get out of local maxima iteration 2804 found better value: 363.406200104 iteration 2805 found worse value: 363.406200104. iteration 2805, perturbing to get out of local maxima iteration 2806 found worse value: 363.406200104. iteration 2807 found worse value: 363.406200104. iteration 2808 found worse value: 363.406200104. iteration 2808, perturbing to get out of local maxima iteration 2809 found worse value: 363.406200104. iteration 2810 found worse value: 363.406200104. iteration 2810, perturbing to get out of local maxima iteration 2811 found worse value: 363.406200104. iteration 2811, perturbing to get out of local maxima iteration 2812 found worse value: 363.406200104. iteration 2812, perturbing to get out of local maxima iteration 2813 found worse value: 363.406200104. iteration 2814 found worse value: 363.406200104. iteration 2814, perturbing to get out of local maxima iteration 2815 found worse value: 363.406200104. iteration 2815, perturbing to get out of local maxima iteration 2816 found worse value: 363.406200104. iteration 2817 found worse value: 363.406200104. iteration 2817, perturbing to get out of local maxima iteration 2818 found worse value: 363.406200104. iteration 2819 found worse value: 363.406200104. iteration 2819, perturbing to get out of local maxima iteration 2820 found worse value: 363.406200104. iteration 2821 found worse value: 363.406200104. iteration 2821, perturbing to get out of local maxima iteration 2822 found worse value: 363.406200104. iteration 2822, perturbing to get out of local maxima iteration 2823 found worse value: 363.406200104. iteration 2824 found worse value: 363.406200104. iteration 2824, perturbing to get out of local maxima iteration 2825 found worse value: 363.406200104. iteration 2826 found worse value: 363.406200104. iteration 2826, perturbing to get out of local maxima iteration 2827 found worse value: 363.406200104. iteration 2828 found worse value: 363.406200104. iteration 2829 found worse value: 363.406200104. iteration 2829, perturbing to get out of local maxima iteration 2830 found worse value: 363.406200104. iteration 2831 found worse value: 363.406200104. iteration 2832 found worse value: 363.406200104. iteration 2832, perturbing to get out of local maxima iteration 2833 found worse value: 363.406200104. iteration 2833, perturbing to get out of local maxima iteration 2834 found worse value: 363.406200104. iteration 2834, perturbing to get out of local maxima iteration 2835 found worse value: 363.406200104. iteration 2835, perturbing to get out of local maxima iteration 2836 found worse value: 363.406200104. iteration 2836, perturbing to get out of local maxima iteration 2837 found worse value: 363.406200104. iteration 2838 found worse value: 363.406200104. iteration 2839 found worse value: 363.406200104. iteration 2840 found worse value: 363.406200104. iteration 2840, perturbing to get out of local maxima iteration 2841 found worse value: 363.406200104. iteration 2842 found worse value: 363.406200104. iteration 2842, perturbing to get out of local maxima iteration 2843 found worse value: 363.406200104. iteration 2843, perturbing to get out of local maxima iteration 2844 found worse value: 363.406200104. iteration 2844, perturbing to get out of local maxima iteration 2845 found worse value: 363.406200104. iteration 2845, perturbing to get out of local maxima iteration 2846 found worse value: 363.406200104. iteration 2847 found worse value: 363.406200104. iteration 2847, perturbing to get out of local maxima iteration 2848 found worse value: 363.406200104. iteration 2848, perturbing to get out of local maxima iteration 2849 found worse value: 363.406200104. iteration 2850 found worse value: 363.406200104. iteration 2850, perturbing to get out of local maxima iteration 2851 found worse value: 363.406200104. iteration 2851, perturbing to get out of local maxima iteration 2852 found worse value: 363.406200104. iteration 2852, perturbing to get out of local maxima iteration 2853 found worse value: 363.406200104. iteration 2854 found worse value: 363.406200104. iteration 2855 found worse value: 363.406200104. iteration 2856 found worse value: 363.406200104. iteration 2857 found worse value: 363.406200104. iteration 2858 found worse value: 363.406200104. iteration 2858, perturbing to get out of local maxima iteration 2859 found worse value: 363.406200104. iteration 2859, perturbing to get out of local maxima iteration 2860 found worse value: 363.406200104. iteration 2860, perturbing to get out of local maxima iteration 2861 found worse value: 363.406200104. iteration 2861, perturbing to get out of local maxima iteration 2862 found worse value: 363.406200104. iteration 2863 found worse value: 363.406200104. iteration 2864 found worse value: 363.406200104. iteration 2865 found worse value: 363.406200104. iteration 2865, perturbing to get out of local maxima iteration 2866 found worse value: 363.406200104. iteration 2867 found worse value: 363.406200104. iteration 2868 found worse value: 363.406200104. iteration 2869 found worse value: 363.406200104. iteration 2869, perturbing to get out of local maxima iteration 2870 found worse value: 363.406200104. iteration 2871 found worse value: 363.406200104. iteration 2872 found worse value: 363.406200104. iteration 2872, perturbing to get out of local maxima iteration 2873 found worse value: 363.406200104. iteration 2873, perturbing to get out of local maxima iteration 2874 found worse value: 363.406200104. iteration 2875 found worse value: 363.406200104. iteration 2875, perturbing to get out of local maxima iteration 2876 found worse value: 363.406200104. iteration 2877 found worse value: 363.406200104. iteration 2877, perturbing to get out of local maxima iteration 2878 found worse value: 363.406200104. iteration 2878, perturbing to get out of local maxima iteration 2879 found worse value: 363.406200104. iteration 2880 found worse value: 363.406200104. iteration 2880, perturbing to get out of local maxima iteration 2881 found worse value: 363.406200104. iteration 2882 found worse value: 363.406200104. iteration 2882, perturbing to get out of local maxima iteration 2883 found worse value: 363.406200104. iteration 2884 found worse value: 363.406200104. iteration 2885 found worse value: 363.406200104. iteration 2886 found worse value: 363.406200104. iteration 2886, perturbing to get out of local maxima iteration 2887 found worse value: 363.406200104. iteration 2888 found worse value: 363.406200104. iteration 2888, perturbing to get out of local maxima iteration 2889 found worse value: 363.406200104. iteration 2889, perturbing to get out of local maxima iteration 2890 found worse value: 363.406200104. iteration 2891 found worse value: 363.406200104. iteration 2891, perturbing to get out of local maxima iteration 2892 found worse value: 363.406200104. iteration 2892, perturbing to get out of local maxima iteration 2893 found worse value: 363.406200104. iteration 2894 found worse value: 363.406200104. iteration 2895 found worse value: 363.406200104. iteration 2895, perturbing to get out of local maxima iteration 2896 found worse value: 363.406200104. iteration 2897 found worse value: 363.406200104. iteration 2898 found worse value: 363.406200104. iteration 2899 found worse value: 363.406200104. iteration 2900 found worse value: 363.406200104. iteration 2900, perturbing to get out of local maxima iteration 2901 found worse value: 363.406200104. iteration 2902 found worse value: 363.406200104. iteration 2903 found worse value: 363.406200104. iteration 2904 found worse value: 363.406200104. iteration 2905 found worse value: 363.406200104. iteration 2905, perturbing to get out of local maxima iteration 2906 found worse value: 363.406200104. iteration 2907 found worse value: 363.406200104. iteration 2907, perturbing to get out of local maxima iteration 2908 found worse value: 363.406200104. iteration 2909 found worse value: 363.406200104. iteration 2910 found worse value: 363.406200104. iteration 2911 found worse value: 363.406200104. iteration 2912 found worse value: 363.406200104. iteration 2913 found worse value: 363.406200104. iteration 2914 found worse value: 363.406200104. iteration 2915 found worse value: 363.406200104. iteration 2915, perturbing to get out of local maxima iteration 2916 found worse value: 363.406200104. iteration 2917 found worse value: 363.406200104. iteration 2918 found worse value: 363.406200104. iteration 2919 found worse value: 363.406200104. iteration 2919, perturbing to get out of local maxima iteration 2920 found worse value: 363.406200104. iteration 2921 found worse value: 363.406200104. iteration 2922 found worse value: 363.406200104. iteration 2923 found worse value: 363.406200104. iteration 2924 found worse value: 363.406200104. iteration 2924, perturbing to get out of local maxima iteration 2925 found worse value: 363.406200104. iteration 2926 found worse value: 363.406200104. iteration 2926, perturbing to get out of local maxima iteration 2927 found worse value: 363.406200104. iteration 2927, perturbing to get out of local maxima iteration 2928 found worse value: 363.406200104. iteration 2929 found worse value: 363.406200104. iteration 2930 found worse value: 363.406200104. iteration 2930, perturbing to get out of local maxima iteration 2931 found worse value: 363.406200104. iteration 2931, perturbing to get out of local maxima iteration 2932 found worse value: 363.406200104. iteration 2933 found worse value: 363.406200104. iteration 2934 found worse value: 363.406200104. iteration 2935 found worse value: 363.406200104. iteration 2935, perturbing to get out of local maxima iteration 2936 found worse value: 363.406200104. iteration 2937 found worse value: 363.406200104. iteration 2938 found worse value: 363.406200104. iteration 2938, perturbing to get out of local maxima iteration 2939 found worse value: 363.406200104. iteration 2939, perturbing to get out of local maxima iteration 2940 found worse value: 363.406200104. iteration 2941 found worse value: 363.406200104. iteration 2941, perturbing to get out of local maxima iteration 2942 found worse value: 363.406200104. iteration 2942, perturbing to get out of local maxima iteration 2943 found worse value: 363.406200104. iteration 2944 found worse value: 363.406200104. iteration 2944, perturbing to get out of local maxima iteration 2945 found worse value: 363.406200104. iteration 2945, perturbing to get out of local maxima iteration 2946 found worse value: 363.406200104. iteration 2946, perturbing to get out of local maxima iteration 2947 found worse value: 363.406200104. iteration 2947, perturbing to get out of local maxima iteration 2948 found worse value: 363.406200104. iteration 2948, perturbing to get out of local maxima iteration 2949 found worse value: 363.406200104. iteration 2950 found worse value: 363.406200104. iteration 2951 found worse value: 363.406200104. iteration 2952 found worse value: 363.406200104. iteration 2953 found worse value: 363.406200104. iteration 2954 found worse value: 363.406200104. iteration 2955 found worse value: 363.406200104. iteration 2956 found worse value: 363.406200104. iteration 2956, perturbing to get out of local maxima iteration 2957 found worse value: 363.406200104. iteration 2958 found worse value: 363.406200104. iteration 2959 found worse value: 363.406200104. iteration 2959, perturbing to get out of local maxima iteration 2960 found worse value: 363.406200104. iteration 2960, perturbing to get out of local maxima iteration 2961 found worse value: 363.406200104. iteration 2962 found worse value: 363.406200104. iteration 2962, perturbing to get out of local maxima iteration 2963 found worse value: 363.406200104. iteration 2964 found worse value: 363.406200104. iteration 2964, perturbing to get out of local maxima iteration 2965 found worse value: 363.406200104. iteration 2966 found worse value: 363.406200104. iteration 2967 found worse value: 363.406200104. iteration 2968 found worse value: 363.406200104. iteration 2968, perturbing to get out of local maxima iteration 2969 found worse value: 363.406200104. iteration 2970 found worse value: 363.406200104. iteration 2971 found worse value: 363.406200104. iteration 2971, perturbing to get out of local maxima iteration 2972 found worse value: 363.406200104. iteration 2972, perturbing to get out of local maxima iteration 2973 found worse value: 363.406200104. iteration 2974 found worse value: 363.406200104. iteration 2975 found worse value: 363.406200104. iteration 2976 found worse value: 363.406200104. iteration 2976, perturbing to get out of local maxima iteration 2977 found worse value: 363.406200104. iteration 2977, perturbing to get out of local maxima iteration 2978 found worse value: 363.406200104. iteration 2979 found worse value: 363.406200104. iteration 2980 found worse value: 363.406200104. iteration 2980, perturbing to get out of local maxima iteration 2981 found worse value: 363.406200104. iteration 2982 found worse value: 363.406200104. iteration 2983 found worse value: 363.406200104. iteration 2984 found worse value: 363.406200104. iteration 2985 found worse value: 363.406200104. iteration 2985, perturbing to get out of local maxima iteration 2986 found worse value: 363.406200104. iteration 2986, perturbing to get out of local maxima iteration 2987 found worse value: 363.406200104. iteration 2988 found worse value: 363.406200104. iteration 2988, perturbing to get out of local maxima iteration 2989 found worse value: 363.406200104. iteration 2989, perturbing to get out of local maxima iteration 2990 found worse value: 363.406200104. iteration 2990, perturbing to get out of local maxima iteration 2991 found worse value: 363.406200104. iteration 2992 found worse value: 363.406200104. iteration 2992, perturbing to get out of local maxima iteration 2993 found worse value: 363.406200104. iteration 2993, perturbing to get out of local maxima iteration 2994 found worse value: 363.406200104. iteration 2994, perturbing to get out of local maxima iteration 2995 found worse value: 363.406200104. iteration 2995, perturbing to get out of local maxima iteration 2996 found worse value: 363.406200104. iteration 2996, perturbing to get out of local maxima iteration 2997 found worse value: 363.406200104. iteration 2998 found worse value: 363.406200104. iteration 2998, perturbing to get out of local maxima iteration 2999 found worse value: 363.406200104. iteration 2999, perturbing to get out of local maxima iteration 3000 found worse value: 363.406200104. iteration 3001 found worse value: 363.406200104. iteration 3002 found worse value: 363.406200104. iteration 3003 found worse value: 363.406200104. iteration 3004 found worse value: 363.406200104. iteration 3004, perturbing to get out of local maxima iteration 3005 found worse value: 363.406200104. iteration 3006 found worse value: 363.406200104. iteration 3007 found worse value: 363.406200104. iteration 3008 found worse value: 363.406200104. iteration 3008, perturbing to get out of local maxima iteration 3009 found worse value: 363.406200104. iteration 3010 found worse value: 363.406200104. iteration 3011 found worse value: 363.406200104. iteration 3012 found worse value: 363.406200104. iteration 3013 found worse value: 363.406200104. iteration 3013, perturbing to get out of local maxima iteration 3014 found worse value: 363.406200104. iteration 3015 found worse value: 363.406200104. iteration 3016 found worse value: 363.406200104. iteration 3017 found worse value: 363.406200104. iteration 3018 found worse value: 363.406200104. iteration 3019 found worse value: 363.406200104. iteration 3020 found worse value: 363.406200104. iteration 3021 found worse value: 363.406200104. iteration 3022 found worse value: 363.406200104. iteration 3022, perturbing to get out of local maxima iteration 3023 found worse value: 363.406200104. iteration 3024 found worse value: 363.406200104. iteration 3025 found worse value: 363.406200104. iteration 3026 found worse value: 363.406200104. iteration 3027 found worse value: 363.406200104. iteration 3028 found worse value: 363.406200104. iteration 3029 found worse value: 363.406200104. iteration 3030 found worse value: 363.406200104. iteration 3031 found worse value: 363.406200104. iteration 3031, perturbing to get out of local maxima iteration 3032 found worse value: 363.406200104. iteration 3033 found worse value: 363.406200104. iteration 3034 found worse value: 363.406200104. iteration 3034, perturbing to get out of local maxima iteration 3035 found worse value: 363.406200104. iteration 3035, perturbing to get out of local maxima iteration 3036 found worse value: 363.406200104. iteration 3036, perturbing to get out of local maxima iteration 3037 found worse value: 363.406200104. iteration 3038 found worse value: 363.406200104. iteration 3038, perturbing to get out of local maxima iteration 3039 found worse value: 363.406200104. iteration 3040 found worse value: 363.406200104. iteration 3040, perturbing to get out of local maxima iteration 3041 found worse value: 363.406200104. iteration 3042 found worse value: 363.406200104. iteration 3043 found worse value: 363.406200104. iteration 3044 found worse value: 363.406200104. iteration 3045 found worse value: 363.406200104. iteration 3046 found worse value: 363.406200104. iteration 3046, perturbing to get out of local maxima iteration 3047 found worse value: 363.406200104. iteration 3048 found worse value: 363.406200104. iteration 3049 found worse value: 363.406200104. iteration 3049, perturbing to get out of local maxima iteration 3050 found worse value: 363.406200104. iteration 3051 found worse value: 363.406200104. iteration 3052 found worse value: 363.406200104. iteration 3053 found worse value: 363.406200104. iteration 3054 found worse value: 363.406200104. iteration 3054, perturbing to get out of local maxima iteration 3055 found worse value: 363.406200104. iteration 3055, perturbing to get out of local maxima iteration 3056 found worse value: 363.406200104. iteration 3057 found worse value: 363.406200104. iteration 3058 found worse value: 363.406200104. iteration 3059 found worse value: 363.406200104. iteration 3060 found worse value: 363.406200104. iteration 3060, perturbing to get out of local maxima iteration 3061 found worse value: 363.406200104. iteration 3062 found worse value: 363.406200104. iteration 3062, perturbing to get out of local maxima iteration 3063 found worse value: 363.406200104. iteration 3063, perturbing to get out of local maxima iteration 3064 found worse value: 363.406200104. iteration 3065 found worse value: 363.406200104. iteration 3066 found worse value: 363.406200104. iteration 3067 found worse value: 363.406200104. iteration 3067, perturbing to get out of local maxima iteration 3068 found worse value: 363.406200104. iteration 3069 found worse value: 363.406200104. iteration 3070 found worse value: 363.406200104. iteration 3071 found worse value: 363.406200104. iteration 3072 found worse value: 363.406200104. iteration 3073 found worse value: 363.406200104. iteration 3074 found worse value: 363.406200104. iteration 3074, perturbing to get out of local maxima iteration 3075 found worse value: 363.406200104. iteration 3075, perturbing to get out of local maxima iteration 3076 found worse value: 363.406200104. iteration 3076, perturbing to get out of local maxima iteration 3077 found worse value: 363.406200104. iteration 3078 found worse value: 363.406200104. iteration 3078, perturbing to get out of local maxima iteration 3079 found worse value: 363.406200104. iteration 3080 found worse value: 363.406200104. iteration 3080, perturbing to get out of local maxima iteration 3081 found worse value: 363.406200104. iteration 3082 found worse value: 363.406200104. iteration 3082, perturbing to get out of local maxima iteration 3083 found worse value: 363.406200104. iteration 3084 found worse value: 363.406200104. iteration 3084, perturbing to get out of local maxima iteration 3085 found worse value: 363.406200104. iteration 3085, perturbing to get out of local maxima iteration 3086 found worse value: 363.406200104. iteration 3087 found worse value: 363.406200104. iteration 3087, perturbing to get out of local maxima iteration 3088 found worse value: 363.406200104. iteration 3088, perturbing to get out of local maxima iteration 3089 found worse value: 363.406200104. iteration 3089, perturbing to get out of local maxima iteration 3090 found worse value: 363.406200104. iteration 3090, perturbing to get out of local maxima iteration 3091 found worse value: 363.406200104. iteration 3091, perturbing to get out of local maxima iteration 3092 found worse value: 363.406200104. iteration 3092, perturbing to get out of local maxima iteration 3093 found worse value: 363.406200104. iteration 3093, perturbing to get out of local maxima iteration 3094 found worse value: 363.406200104. iteration 3095 found worse value: 363.406200104. iteration 3096 found worse value: 363.406200104. iteration 3097 found worse value: 363.406200104. iteration 3097, perturbing to get out of local maxima iteration 3098 found worse value: 363.406200104. iteration 3098, perturbing to get out of local maxima iteration 3099 found worse value: 363.406200104. iteration 3099, perturbing to get out of local maxima iteration 3100 found worse value: 363.406200104. iteration 3101 found worse value: 363.406200104. iteration 3102 found worse value: 363.406200104. iteration 3102, perturbing to get out of local maxima iteration 3103 found worse value: 363.406200104. iteration 3104 found worse value: 363.406200104. iteration 3104, perturbing to get out of local maxima iteration 3105 found worse value: 363.406200104. iteration 3106 found worse value: 363.406200104. iteration 3107 found worse value: 363.406200104. iteration 3108 found worse value: 363.406200104. iteration 3108, perturbing to get out of local maxima iteration 3109 found worse value: 363.406200104. iteration 3110 found worse value: 363.406200104. iteration 3111 found worse value: 363.406200104. iteration 3112 found worse value: 363.406200104. iteration 3113 found worse value: 363.406200104. iteration 3114 found worse value: 363.406200104. iteration 3114, perturbing to get out of local maxima iteration 3115 found worse value: 363.406200104. iteration 3116 found worse value: 363.406200104. iteration 3116, perturbing to get out of local maxima iteration 3117 found worse value: 363.406200104. iteration 3117, perturbing to get out of local maxima iteration 3118 found worse value: 363.406200104. iteration 3119 found worse value: 363.406200104. iteration 3120 found worse value: 363.406200104. iteration 3120, perturbing to get out of local maxima iteration 3121 found worse value: 363.406200104. iteration 3121, perturbing to get out of local maxima iteration 3122 found worse value: 363.406200104. iteration 3122, perturbing to get out of local maxima iteration 3123 found worse value: 363.406200104. iteration 3124 found worse value: 363.406200104. iteration 3124, perturbing to get out of local maxima iteration 3125 found worse value: 363.406200104. iteration 3125, perturbing to get out of local maxima iteration 3126 found worse value: 363.406200104. iteration 3126, perturbing to get out of local maxima iteration 3127 found worse value: 363.406200104. iteration 3128 found worse value: 363.406200104. iteration 3129 found worse value: 363.406200104. iteration 3130 found worse value: 363.406200104. iteration 3131 found worse value: 363.406200104. iteration 3132 found worse value: 363.406200104. iteration 3132, perturbing to get out of local maxima iteration 3133 found worse value: 363.406200104. iteration 3133, perturbing to get out of local maxima iteration 3134 found worse value: 363.406200104. iteration 3134, perturbing to get out of local maxima iteration 3135 found worse value: 363.406200104. iteration 3136 found worse value: 363.406200104. iteration 3137 found worse value: 363.406200104. iteration 3137, perturbing to get out of local maxima iteration 3138 found worse value: 363.406200104. iteration 3139 found worse value: 363.406200104. iteration 3140 found worse value: 363.406200104. iteration 3140, perturbing to get out of local maxima iteration 3141 found worse value: 363.406200104. iteration 3142 found worse value: 363.406200104. iteration 3142, perturbing to get out of local maxima iteration 3143 found worse value: 363.406200104. iteration 3143, perturbing to get out of local maxima iteration 3144 found worse value: 363.406200104. iteration 3145 found worse value: 363.406200104. iteration 3146 found worse value: 363.406200104. iteration 3147 found worse value: 363.406200104. iteration 3148 found worse value: 363.406200104. iteration 3149 found worse value: 363.406200104. iteration 3149, perturbing to get out of local maxima iteration 3150 found worse value: 363.406200104. iteration 3150, perturbing to get out of local maxima iteration 3151 found worse value: 363.406200104. iteration 3152 found worse value: 363.406200104. iteration 3153 found worse value: 363.406200104. iteration 3153, perturbing to get out of local maxima iteration 3154 found worse value: 363.406200104. iteration 3155 found worse value: 363.406200104. iteration 3156 found worse value: 363.406200104. iteration 3157 found worse value: 363.406200104. iteration 3157, perturbing to get out of local maxima iteration 3158 found worse value: 363.406200104. iteration 3159 found worse value: 363.406200104. iteration 3160 found worse value: 363.406200104. iteration 3161 found worse value: 363.406200104. iteration 3162 found worse value: 363.406200104. iteration 3163 found worse value: 363.406200104. iteration 3163, perturbing to get out of local maxima iteration 3164 found worse value: 363.406200104. iteration 3164, perturbing to get out of local maxima iteration 3165 found worse value: 363.406200104. iteration 3166 found worse value: 363.406200104. iteration 3167 found worse value: 363.406200104. iteration 3167, perturbing to get out of local maxima iteration 3168 found worse value: 363.406200104. iteration 3168, perturbing to get out of local maxima iteration 3169 found worse value: 363.406200104. iteration 3169, perturbing to get out of local maxima iteration 3170 found worse value: 363.406200104. iteration 3170, perturbing to get out of local maxima iteration 3171 found worse value: 363.406200104. iteration 3172 found worse value: 363.406200104. iteration 3173 found worse value: 363.406200104. iteration 3173, perturbing to get out of local maxima iteration 3174 found worse value: 363.406200104. iteration 3175 found worse value: 363.406200104. iteration 3176 found worse value: 363.406200104. iteration 3176, perturbing to get out of local maxima iteration 3177 found worse value: 363.406200104. iteration 3178 found worse value: 363.406200104. iteration 3178, perturbing to get out of local maxima iteration 3179 found worse value: 363.406200104. iteration 3179, perturbing to get out of local maxima iteration 3180 found worse value: 363.406200104. iteration 3181 found worse value: 363.406200104. iteration 3182 found worse value: 363.406200104. iteration 3183 found worse value: 363.406200104. iteration 3184 found worse value: 363.406200104. iteration 3185 found worse value: 363.406200104. iteration 3185, perturbing to get out of local maxima iteration 3186 found worse value: 363.406200104. iteration 3186, perturbing to get out of local maxima iteration 3187 found worse value: 363.406200104. iteration 3188 found worse value: 363.406200104. iteration 3189 found worse value: 363.406200104. iteration 3189, perturbing to get out of local maxima iteration 3190 found worse value: 363.406200104. iteration 3191 found worse value: 363.406200104. iteration 3191, perturbing to get out of local maxima iteration 3192 found worse value: 363.406200104. iteration 3193 found worse value: 363.406200104. iteration 3194 found worse value: 363.406200104. iteration 3195 found worse value: 363.406200104. iteration 3195, perturbing to get out of local maxima iteration 3196 found worse value: 363.406200104. iteration 3197 found worse value: 363.406200104. iteration 3198 found worse value: 363.406200104. iteration 3198, perturbing to get out of local maxima iteration 3199 found worse value: 363.406200104. iteration 3199, perturbing to get out of local maxima iteration 3200 found worse value: 363.406200104. iteration 3201 found worse value: 363.406200104. iteration 3202 found worse value: 363.406200104. iteration 3202, perturbing to get out of local maxima iteration 3203 found worse value: 363.406200104. iteration 3204 found worse value: 363.406200104. iteration 3205 found worse value: 363.406200104. iteration 3206 found worse value: 363.406200104. iteration 3206, perturbing to get out of local maxima iteration 3207 found worse value: 363.406200104. iteration 3208 found worse value: 363.406200104. iteration 3209 found worse value: 363.406200104. iteration 3210 found worse value: 363.406200104. iteration 3210, perturbing to get out of local maxima iteration 3211 found worse value: 363.406200104. iteration 3211, perturbing to get out of local maxima iteration 3212 found worse value: 363.406200104. iteration 3213 found worse value: 363.406200104. iteration 3214 found worse value: 363.406200104. iteration 3215 found worse value: 363.406200104. iteration 3216 found worse value: 363.406200104. iteration 3217 found worse value: 363.406200104. iteration 3217, perturbing to get out of local maxima iteration 3218 found worse value: 363.406200104. iteration 3219 found worse value: 363.406200104. iteration 3220 found worse value: 363.406200104. iteration 3221 found worse value: 363.406200104. iteration 3222 found worse value: 363.406200104. iteration 3222, perturbing to get out of local maxima iteration 3223 found worse value: 363.406200104. iteration 3224 found worse value: 363.406200104. iteration 3225 found worse value: 363.406200104. iteration 3225, perturbing to get out of local maxima iteration 3226 found worse value: 363.406200104. iteration 3226, perturbing to get out of local maxima iteration 3227 found worse value: 363.406200104. iteration 3227, perturbing to get out of local maxima iteration 3228 found worse value: 363.406200104. iteration 3228, perturbing to get out of local maxima iteration 3229 found worse value: 363.406200104. iteration 3229, perturbing to get out of local maxima iteration 3230 found worse value: 363.406200104. iteration 3230, perturbing to get out of local maxima iteration 3231 found worse value: 363.406200104. iteration 3231, perturbing to get out of local maxima iteration 3232 found worse value: 363.406200104. iteration 3233 found worse value: 363.406200104. iteration 3233, perturbing to get out of local maxima iteration 3234 found worse value: 363.406200104. iteration 3234, perturbing to get out of local maxima iteration 3235 found worse value: 363.406200104. iteration 3236 found worse value: 363.406200104. iteration 3237 found worse value: 363.406200104. iteration 3238 found worse value: 363.406200104. iteration 3239 found worse value: 363.406200104. iteration 3239, perturbing to get out of local maxima iteration 3240 found worse value: 363.406200104. iteration 3241 found worse value: 363.406200104. iteration 3242 found worse value: 363.406200104. iteration 3242, perturbing to get out of local maxima iteration 3243 found worse value: 363.406200104. iteration 3244 found worse value: 363.406200104. iteration 3245 found worse value: 363.406200104. iteration 3246 found worse value: 363.406200104. iteration 3246, perturbing to get out of local maxima iteration 3247 found worse value: 363.406200104. iteration 3247, perturbing to get out of local maxima iteration 3248 found worse value: 363.406200104. iteration 3249 found worse value: 363.406200104. iteration 3250 found worse value: 363.406200104. iteration 3251 found worse value: 363.406200104. iteration 3252 found worse value: 363.406200104. iteration 3253 found worse value: 363.406200104. iteration 3254 found worse value: 363.406200104. iteration 3255 found worse value: 363.406200104. iteration 3256 found worse value: 363.406200104. iteration 3257 found worse value: 363.406200104. iteration 3257, perturbing to get out of local maxima iteration 3258 found worse value: 363.406200104. iteration 3258, perturbing to get out of local maxima iteration 3259 found worse value: 363.406200104. iteration 3260 found worse value: 363.406200104. iteration 3261 found worse value: 363.406200104. iteration 3262 found worse value: 363.406200104. iteration 3263 found worse value: 363.406200104. iteration 3263, perturbing to get out of local maxima iteration 3264 found worse value: 363.406200104. iteration 3265 found worse value: 363.406200104. iteration 3266 found worse value: 363.406200104. iteration 3266, perturbing to get out of local maxima iteration 3267 found worse value: 363.406200104. iteration 3268 found worse value: 363.406200104. iteration 3269 found worse value: 363.406200104. iteration 3270 found worse value: 363.406200104. iteration 3271 found worse value: 363.406200104. iteration 3272 found worse value: 363.406200104. iteration 3273 found worse value: 363.406200104. iteration 3274 found worse value: 363.406200104. iteration 3274, perturbing to get out of local maxima iteration 3275 found worse value: 363.406200104. iteration 3275, perturbing to get out of local maxima iteration 3276 found worse value: 363.406200104. iteration 3277 found worse value: 363.406200104. iteration 3277, perturbing to get out of local maxima iteration 3278 found worse value: 363.406200104. iteration 3278, perturbing to get out of local maxima iteration 3279 found worse value: 363.406200104. iteration 3280 found worse value: 363.406200104. iteration 3281 found worse value: 363.406200104. iteration 3282 found worse value: 363.406200104. iteration 3283 found worse value: 363.406200104. iteration 3283, perturbing to get out of local maxima iteration 3284 found worse value: 363.406200104. iteration 3285 found worse value: 363.406200104. iteration 3286 found worse value: 363.406200104. iteration 3286, perturbing to get out of local maxima iteration 3287 found worse value: 363.406200104. iteration 3288 found worse value: 363.406200104. iteration 3289 found worse value: 363.406200104. iteration 3289, perturbing to get out of local maxima iteration 3290 found worse value: 363.406200104. iteration 3291 found worse value: 363.406200104. iteration 3292 found worse value: 363.406200104. iteration 3293 found worse value: 363.406200104. iteration 3293, perturbing to get out of local maxima iteration 3294 found worse value: 363.406200104. iteration 3295 found worse value: 363.406200104. iteration 3296 found worse value: 363.406200104. iteration 3297 found worse value: 363.406200104. iteration 3297, perturbing to get out of local maxima iteration 3298 found worse value: 363.406200104. iteration 3299 found worse value: 363.406200104. iteration 3300 found worse value: 363.406200104. iteration 3301 found worse value: 363.406200104. iteration 3302 found worse value: 363.406200104. iteration 3303 found worse value: 363.406200104. iteration 3303, perturbing to get out of local maxima iteration 3304 found worse value: 363.406200104. iteration 3304, perturbing to get out of local maxima iteration 3305 found worse value: 363.406200104. iteration 3306 found worse value: 363.406200104. iteration 3307 found worse value: 363.406200104. iteration 3308 found worse value: 363.406200104. iteration 3308, perturbing to get out of local maxima iteration 3309 found worse value: 363.406200104. iteration 3310 found worse value: 363.406200104. iteration 3311 found worse value: 363.406200104. iteration 3312 found worse value: 363.406200104. iteration 3313 found worse value: 363.406200104. iteration 3314 found worse value: 363.406200104. iteration 3315 found better value: 363.42181802499994 iteration 3316 found worse value: 363.42181802499994. iteration 3316, perturbing to get out of local maxima iteration 3317 found worse value: 363.42181802499994. iteration 3318 found worse value: 363.42181802499994. iteration 3318, perturbing to get out of local maxima iteration 3319 found worse value: 363.42181802499994. iteration 3320 found worse value: 363.42181802499994. iteration 3321 found worse value: 363.42181802499994. iteration 3321, perturbing to get out of local maxima iteration 3322 found worse value: 363.42181802499994. iteration 3322, perturbing to get out of local maxima iteration 3323 found worse value: 363.42181802499994. iteration 3323, perturbing to get out of local maxima iteration 3324 found worse value: 363.42181802499994. iteration 3325 found worse value: 363.42181802499994. iteration 3326 found worse value: 363.42181802499994. iteration 3327 found worse value: 363.42181802499994. iteration 3328 found worse value: 363.42181802499994. iteration 3329 found worse value: 363.42181802499994. iteration 3330 found worse value: 363.42181802499994. iteration 3331 found worse value: 363.42181802499994. iteration 3331, perturbing to get out of local maxima iteration 3332 found worse value: 363.42181802499994. iteration 3332, perturbing to get out of local maxima iteration 3333 found worse value: 363.42181802499994. iteration 3333, perturbing to get out of local maxima iteration 3334 found worse value: 363.42181802499994. iteration 3335 found worse value: 363.42181802499994. iteration 3335, perturbing to get out of local maxima iteration 3336 found worse value: 363.42181802499994. iteration 3337 found worse value: 363.42181802499994. iteration 3338 found worse value: 363.42181802499994. iteration 3338, perturbing to get out of local maxima iteration 3339 found worse value: 363.42181802499994. iteration 3340 found worse value: 363.42181802499994. iteration 3341 found worse value: 363.42181802499994. iteration 3341, perturbing to get out of local maxima iteration 3342 found worse value: 363.42181802499994. iteration 3343 found worse value: 363.42181802499994. iteration 3344 found worse value: 363.42181802499994. iteration 3344, perturbing to get out of local maxima iteration 3345 found worse value: 363.42181802499994. iteration 3346 found worse value: 363.42181802499994. iteration 3346, perturbing to get out of local maxima iteration 3347 found worse value: 363.42181802499994. iteration 3348 found worse value: 363.42181802499994. iteration 3349 found worse value: 363.42181802499994. iteration 3350 found worse value: 363.42181802499994. iteration 3351 found worse value: 363.42181802499994. iteration 3352 found worse value: 363.42181802499994. iteration 3353 found worse value: 363.42181802499994. iteration 3354 found worse value: 363.42181802499994. iteration 3355 found worse value: 363.42181802499994. iteration 3355, perturbing to get out of local maxima iteration 3356 found worse value: 363.42181802499994. iteration 3356, perturbing to get out of local maxima iteration 3357 found worse value: 363.42181802499994. iteration 3358 found worse value: 363.42181802499994. iteration 3359 found worse value: 363.42181802499994. iteration 3359, perturbing to get out of local maxima iteration 3360 found worse value: 363.42181802499994. iteration 3360, perturbing to get out of local maxima iteration 3361 found worse value: 363.42181802499994. iteration 3362 found worse value: 363.42181802499994. iteration 3362, perturbing to get out of local maxima iteration 3363 found worse value: 363.42181802499994. iteration 3363, perturbing to get out of local maxima iteration 3364 found worse value: 363.42181802499994. iteration 3364, perturbing to get out of local maxima iteration 3365 found worse value: 363.42181802499994. iteration 3366 found worse value: 363.42181802499994. iteration 3366, perturbing to get out of local maxima iteration 3367 found worse value: 363.42181802499994. iteration 3367, perturbing to get out of local maxima iteration 3368 found worse value: 363.42181802499994. iteration 3369 found worse value: 363.42181802499994. iteration 3370 found worse value: 363.42181802499994. iteration 3370, perturbing to get out of local maxima iteration 3371 found worse value: 363.42181802499994. iteration 3372 found worse value: 363.42181802499994. iteration 3372, perturbing to get out of local maxima iteration 3373 found worse value: 363.42181802499994. iteration 3374 found worse value: 363.42181802499994. iteration 3375 found worse value: 363.42181802499994. iteration 3375, perturbing to get out of local maxima iteration 3376 found worse value: 363.42181802499994. iteration 3377 found worse value: 363.42181802499994. iteration 3378 found worse value: 363.42181802499994. iteration 3378, perturbing to get out of local maxima iteration 3379 found worse value: 363.42181802499994. iteration 3380 found worse value: 363.42181802499994. iteration 3381 found worse value: 363.42181802499994. iteration 3382 found worse value: 363.42181802499994. iteration 3383 found worse value: 363.42181802499994. iteration 3384 found worse value: 363.42181802499994. iteration 3384, perturbing to get out of local maxima iteration 3385 found worse value: 363.42181802499994. iteration 3386 found worse value: 363.42181802499994. iteration 3387 found worse value: 363.42181802499994. iteration 3388 found worse value: 363.42181802499994. iteration 3389 found worse value: 363.42181802499994. iteration 3390 found worse value: 363.42181802499994. iteration 3390, perturbing to get out of local maxima iteration 3391 found worse value: 363.42181802499994. iteration 3392 found worse value: 363.42181802499994. iteration 3393 found worse value: 363.42181802499994. iteration 3393, perturbing to get out of local maxima iteration 3394 found worse value: 363.42181802499994. iteration 3395 found worse value: 363.42181802499994. iteration 3395, perturbing to get out of local maxima iteration 3396 found worse value: 363.42181802499994. iteration 3396, perturbing to get out of local maxima iteration 3397 found worse value: 363.42181802499994. iteration 3398 found worse value: 363.42181802499994. iteration 3398, perturbing to get out of local maxima iteration 3399 found worse value: 363.42181802499994. iteration 3400 found worse value: 363.42181802499994. iteration 3401 found worse value: 363.42181802499994. iteration 3401, perturbing to get out of local maxima iteration 3402 found worse value: 363.42181802499994. iteration 3403 found worse value: 363.42181802499994. iteration 3404 found worse value: 363.42181802499994. iteration 3405 found worse value: 363.42181802499994. iteration 3406 found worse value: 363.42181802499994. iteration 3407 found worse value: 363.42181802499994. iteration 3408 found worse value: 363.42181802499994. iteration 3409 found worse value: 363.42181802499994. iteration 3410 found better value: 363.432099865 iteration 3411 found better value: 363.438390527 iteration 3412 found worse value: 363.438390527. iteration 3413 found worse value: 363.438390527. iteration 3414 found better value: 363.442658006 iteration 3415 found worse value: 363.442658006. iteration 3416 found worse value: 363.442658006. iteration 3417 found worse value: 363.442658006. iteration 3417, perturbing to get out of local maxima iteration 3418 found worse value: 363.442658006. iteration 3418, perturbing to get out of local maxima iteration 3419 found worse value: 363.442658006. iteration 3419, perturbing to get out of local maxima iteration 3420 found worse value: 363.442658006. iteration 3420, perturbing to get out of local maxima iteration 3421 found worse value: 363.442658006. iteration 3421, perturbing to get out of local maxima iteration 3422 found worse value: 363.442658006. iteration 3422, perturbing to get out of local maxima iteration 3423 found worse value: 363.442658006. iteration 3423, perturbing to get out of local maxima iteration 3424 found worse value: 363.442658006. iteration 3425 found worse value: 363.442658006. iteration 3425, perturbing to get out of local maxima iteration 3426 found worse value: 363.442658006. iteration 3426, perturbing to get out of local maxima iteration 3427 found worse value: 363.442658006. iteration 3428 found worse value: 363.442658006. iteration 3428, perturbing to get out of local maxima iteration 3429 found worse value: 363.442658006. iteration 3430 found worse value: 363.442658006. iteration 3431 found worse value: 363.442658006. iteration 3432 found worse value: 363.442658006. iteration 3432, perturbing to get out of local maxima iteration 3433 found worse value: 363.442658006. iteration 3434 found worse value: 363.442658006. iteration 3435 found worse value: 363.442658006. iteration 3435, perturbing to get out of local maxima iteration 3436 found worse value: 363.442658006. iteration 3436, perturbing to get out of local maxima iteration 3437 found worse value: 363.442658006. iteration 3437, perturbing to get out of local maxima iteration 3438 found worse value: 363.442658006. iteration 3439 found worse value: 363.442658006. iteration 3440 found worse value: 363.442658006. iteration 3440, perturbing to get out of local maxima iteration 3441 found worse value: 363.442658006. iteration 3441, perturbing to get out of local maxima iteration 3442 found worse value: 363.442658006. iteration 3443 found worse value: 363.442658006. iteration 3444 found worse value: 363.442658006. iteration 3445 found worse value: 363.442658006. iteration 3446 found worse value: 363.442658006. iteration 3446, perturbing to get out of local maxima iteration 3447 found worse value: 363.442658006. iteration 3447, perturbing to get out of local maxima iteration 3448 found worse value: 363.442658006. iteration 3448, perturbing to get out of local maxima iteration 3449 found worse value: 363.442658006. iteration 3450 found worse value: 363.442658006. iteration 3450, perturbing to get out of local maxima iteration 3451 found worse value: 363.442658006. iteration 3452 found worse value: 363.442658006. iteration 3452, perturbing to get out of local maxima iteration 3453 found worse value: 363.442658006. iteration 3453, perturbing to get out of local maxima iteration 3454 found worse value: 363.442658006. iteration 3454, perturbing to get out of local maxima iteration 3455 found worse value: 363.442658006. iteration 3455, perturbing to get out of local maxima iteration 3456 found worse value: 363.442658006. iteration 3457 found worse value: 363.442658006. iteration 3458 found worse value: 363.442658006. iteration 3458, perturbing to get out of local maxima iteration 3459 found worse value: 363.442658006. iteration 3460 found worse value: 363.442658006. iteration 3461 found worse value: 363.442658006. iteration 3461, perturbing to get out of local maxima iteration 3462 found worse value: 363.442658006. iteration 3463 found worse value: 363.442658006. iteration 3463, perturbing to get out of local maxima iteration 3464 found worse value: 363.442658006. iteration 3465 found worse value: 363.442658006. iteration 3465, perturbing to get out of local maxima iteration 3466 found worse value: 363.442658006. iteration 3466, perturbing to get out of local maxima iteration 3467 found worse value: 363.442658006. iteration 3467, perturbing to get out of local maxima iteration 3468 found worse value: 363.442658006. iteration 3468, perturbing to get out of local maxima iteration 3469 found worse value: 363.442658006. iteration 3470 found worse value: 363.442658006. iteration 3471 found worse value: 363.442658006. iteration 3472 found worse value: 363.442658006. iteration 3472, perturbing to get out of local maxima iteration 3473 found worse value: 363.442658006. iteration 3474 found worse value: 363.442658006. iteration 3474, perturbing to get out of local maxima iteration 3475 found worse value: 363.442658006. iteration 3475, perturbing to get out of local maxima iteration 3476 found worse value: 363.442658006. iteration 3477 found worse value: 363.442658006. iteration 3478 found worse value: 363.442658006. iteration 3478, perturbing to get out of local maxima iteration 3479 found worse value: 363.442658006. iteration 3479, perturbing to get out of local maxima iteration 3480 found worse value: 363.442658006. iteration 3481 found worse value: 363.442658006. iteration 3481, perturbing to get out of local maxima iteration 3482 found worse value: 363.442658006. iteration 3483 found worse value: 363.442658006. iteration 3484 found worse value: 363.442658006. iteration 3484, perturbing to get out of local maxima iteration 3485 found worse value: 363.442658006. iteration 3486 found worse value: 363.442658006. iteration 3487 found worse value: 363.442658006. iteration 3488 found worse value: 363.442658006. iteration 3488, perturbing to get out of local maxima iteration 3489 found worse value: 363.442658006. iteration 3490 found worse value: 363.442658006. iteration 3491 found worse value: 363.442658006. iteration 3492 found worse value: 363.442658006. iteration 3493 found worse value: 363.442658006. iteration 3493, perturbing to get out of local maxima iteration 3494 found worse value: 363.442658006. iteration 3494, perturbing to get out of local maxima iteration 3495 found worse value: 363.442658006. iteration 3495, perturbing to get out of local maxima iteration 3496 found worse value: 363.442658006. iteration 3496, perturbing to get out of local maxima iteration 3497 found worse value: 363.442658006. iteration 3497, perturbing to get out of local maxima iteration 3498 found worse value: 363.442658006. iteration 3498, perturbing to get out of local maxima iteration 3499 found worse value: 363.442658006. iteration 3499, perturbing to get out of local maxima iteration 3500 found worse value: 363.442658006. iteration 3500, perturbing to get out of local maxima iteration 3501 found worse value: 363.442658006. iteration 3502 found worse value: 363.442658006. iteration 3503 found worse value: 363.442658006. iteration 3504 found worse value: 363.442658006. iteration 3505 found worse value: 363.442658006. iteration 3506 found worse value: 363.442658006. iteration 3507 found worse value: 363.442658006. iteration 3508 found worse value: 363.442658006. iteration 3508, perturbing to get out of local maxima iteration 3509 found worse value: 363.442658006. iteration 3509, perturbing to get out of local maxima iteration 3510 found worse value: 363.442658006. iteration 3511 found worse value: 363.442658006. iteration 3512 found worse value: 363.442658006. iteration 3512, perturbing to get out of local maxima iteration 3513 found worse value: 363.442658006. iteration 3513, perturbing to get out of local maxima iteration 3514 found worse value: 363.442658006. iteration 3515 found worse value: 363.442658006. iteration 3516 found worse value: 363.442658006. iteration 3517 found worse value: 363.442658006. iteration 3518 found worse value: 363.442658006. iteration 3519 found worse value: 363.442658006. iteration 3520 found worse value: 363.442658006. iteration 3520, perturbing to get out of local maxima iteration 3521 found worse value: 363.442658006. iteration 3522 found worse value: 363.442658006. iteration 3523 found worse value: 363.442658006. iteration 3524 found worse value: 363.442658006. iteration 3525 found worse value: 363.442658006. iteration 3526 found worse value: 363.442658006. iteration 3526, perturbing to get out of local maxima iteration 3527 found worse value: 363.442658006. iteration 3527, perturbing to get out of local maxima iteration 3528 found worse value: 363.442658006. iteration 3529 found worse value: 363.442658006. iteration 3530 found worse value: 363.442658006. iteration 3530, perturbing to get out of local maxima iteration 3531 found worse value: 363.442658006. iteration 3532 found worse value: 363.442658006. iteration 3533 found worse value: 363.442658006. iteration 3534 found worse value: 363.442658006. iteration 3535 found worse value: 363.442658006. iteration 3535, perturbing to get out of local maxima iteration 3536 found worse value: 363.442658006. iteration 3537 found worse value: 363.442658006. iteration 3538 found worse value: 363.442658006. iteration 3538, perturbing to get out of local maxima iteration 3539 found worse value: 363.442658006. iteration 3539, perturbing to get out of local maxima iteration 3540 found worse value: 363.442658006. iteration 3540, perturbing to get out of local maxima iteration 3541 found worse value: 363.442658006. iteration 3542 found worse value: 363.442658006. iteration 3543 found worse value: 363.442658006. iteration 3544 found worse value: 363.442658006. iteration 3545 found worse value: 363.442658006. iteration 3546 found worse value: 363.442658006. iteration 3546, perturbing to get out of local maxima iteration 3547 found worse value: 363.442658006. iteration 3548 found worse value: 363.442658006. iteration 3548, perturbing to get out of local maxima iteration 3549 found worse value: 363.442658006. iteration 3550 found worse value: 363.442658006. iteration 3551 found worse value: 363.442658006. iteration 3551, perturbing to get out of local maxima iteration 3552 found worse value: 363.442658006. iteration 3553 found worse value: 363.442658006. iteration 3554 found worse value: 363.442658006. iteration 3555 found worse value: 363.442658006. iteration 3555, perturbing to get out of local maxima iteration 3556 found worse value: 363.442658006. iteration 3557 found worse value: 363.442658006. iteration 3558 found worse value: 363.442658006. iteration 3559 found worse value: 363.442658006. iteration 3559, perturbing to get out of local maxima iteration 3560 found worse value: 363.442658006. iteration 3561 found worse value: 363.442658006. iteration 3561, perturbing to get out of local maxima iteration 3562 found worse value: 363.442658006. iteration 3562, perturbing to get out of local maxima iteration 3563 found worse value: 363.442658006. iteration 3564 found worse value: 363.442658006. iteration 3565 found worse value: 363.442658006. iteration 3566 found worse value: 363.442658006. iteration 3567 found worse value: 363.442658006. iteration 3567, perturbing to get out of local maxima iteration 3568 found worse value: 363.442658006. iteration 3569 found worse value: 363.442658006. iteration 3570 found worse value: 363.442658006. iteration 3571 found worse value: 363.442658006. iteration 3571, perturbing to get out of local maxima iteration 3572 found worse value: 363.442658006. iteration 3572, perturbing to get out of local maxima iteration 3573 found worse value: 363.442658006. iteration 3573, perturbing to get out of local maxima iteration 3574 found worse value: 363.442658006. iteration 3575 found worse value: 363.442658006. iteration 3576 found worse value: 363.442658006. iteration 3577 found worse value: 363.442658006. iteration 3578 found worse value: 363.442658006. iteration 3578, perturbing to get out of local maxima iteration 3579 found worse value: 363.442658006. iteration 3579, perturbing to get out of local maxima iteration 3580 found worse value: 363.442658006. iteration 3581 found worse value: 363.442658006. iteration 3582 found worse value: 363.442658006. iteration 3583 found worse value: 363.442658006. iteration 3584 found worse value: 363.442658006. iteration 3585 found worse value: 363.442658006. iteration 3585, perturbing to get out of local maxima iteration 3586 found worse value: 363.442658006. iteration 3587 found worse value: 363.442658006. iteration 3588 found worse value: 363.442658006. iteration 3589 found worse value: 363.442658006. iteration 3589, perturbing to get out of local maxima iteration 3590 found worse value: 363.442658006. iteration 3590, perturbing to get out of local maxima iteration 3591 found worse value: 363.442658006. iteration 3592 found worse value: 363.442658006. iteration 3592, perturbing to get out of local maxima iteration 3593 found worse value: 363.442658006. iteration 3594 found worse value: 363.442658006. iteration 3595 found worse value: 363.442658006. iteration 3595, perturbing to get out of local maxima iteration 3596 found worse value: 363.442658006. iteration 3597 found worse value: 363.442658006. iteration 3598 found worse value: 363.442658006. iteration 3598, perturbing to get out of local maxima iteration 3599 found worse value: 363.442658006. iteration 3599, perturbing to get out of local maxima iteration 3600 found worse value: 363.442658006. iteration 3601 found worse value: 363.442658006. iteration 3602 found worse value: 363.442658006. iteration 3602, perturbing to get out of local maxima iteration 3603 found worse value: 363.442658006. iteration 3604 found worse value: 363.442658006. iteration 3605 found worse value: 363.442658006. iteration 3606 found worse value: 363.442658006. iteration 3606, perturbing to get out of local maxima iteration 3607 found worse value: 363.442658006. iteration 3607, perturbing to get out of local maxima iteration 3608 found worse value: 363.442658006. iteration 3609 found worse value: 363.442658006. iteration 3609, perturbing to get out of local maxima iteration 3610 found worse value: 363.442658006. iteration 3611 found worse value: 363.442658006. iteration 3612 found better value: 363.44417056000003 iteration 3613 found better value: 363.45039778 iteration 3614 found better value: 363.46674694700005 iteration 3615 found better value: 363.46684235000004 iteration 3616 found worse value: 363.46684235000004. iteration 3616, perturbing to get out of local maxima iteration 3617 found worse value: 363.46684235000004. iteration 3618 found better value: 363.473215951 iteration 3619 found better value: 363.474193402 iteration 3620 found worse value: 363.474193402. iteration 3620, perturbing to get out of local maxima iteration 3621 found better value: 363.474241365 iteration 3622 found better value: 363.47478099200003 iteration 3623 found better value: 363.47542885700005 iteration 3624 found worse value: 363.47542885700005. iteration 3624, perturbing to get out of local maxima iteration 3625 found worse value: 363.47542885700005. iteration 3626 found worse value: 363.47542885700005. iteration 3626, perturbing to get out of local maxima iteration 3627 found worse value: 363.47542885700005. iteration 3627, perturbing to get out of local maxima iteration 3628 found worse value: 363.47542885700005. iteration 3628, perturbing to get out of local maxima iteration 3629 found worse value: 363.47542885700005. iteration 3630 found worse value: 363.47542885700005. iteration 3630, perturbing to get out of local maxima iteration 3631 found worse value: 363.47542885700005. iteration 3631, perturbing to get out of local maxima iteration 3632 found worse value: 363.47542885700005. iteration 3633 found better value: 363.48144422400003 iteration 3634 found worse value: 363.48144422400003. iteration 3635 found better value: 363.48717708999993 iteration 3636 found better value: 363.487436847 iteration 3637 found worse value: 363.487436847. iteration 3637, perturbing to get out of local maxima iteration 3638 found worse value: 363.487436847. iteration 3638, perturbing to get out of local maxima iteration 3639 found worse value: 363.487436847. iteration 3639, perturbing to get out of local maxima iteration 3640 found worse value: 363.487436847. iteration 3640, perturbing to get out of local maxima iteration 3641 found worse value: 363.487436847. iteration 3641, perturbing to get out of local maxima iteration 3642 found worse value: 363.487436847. iteration 3643 found worse value: 363.487436847. iteration 3644 found worse value: 363.487436847. iteration 3644, perturbing to get out of local maxima iteration 3645 found worse value: 363.487436847. iteration 3645, perturbing to get out of local maxima iteration 3646 found worse value: 363.487436847. iteration 3646, perturbing to get out of local maxima iteration 3647 found worse value: 363.487436847. iteration 3648 found worse value: 363.487436847. iteration 3649 found worse value: 363.487436847. iteration 3650 found worse value: 363.487436847. iteration 3651 found worse value: 363.487436847. iteration 3651, perturbing to get out of local maxima iteration 3652 found worse value: 363.487436847. iteration 3652, perturbing to get out of local maxima iteration 3653 found worse value: 363.487436847. iteration 3654 found worse value: 363.487436847. iteration 3655 found worse value: 363.487436847. iteration 3655, perturbing to get out of local maxima iteration 3656 found worse value: 363.487436847. iteration 3656, perturbing to get out of local maxima iteration 3657 found worse value: 363.487436847. iteration 3658 found worse value: 363.487436847. iteration 3659 found worse value: 363.487436847. iteration 3659, perturbing to get out of local maxima iteration 3660 found worse value: 363.487436847. iteration 3661 found worse value: 363.487436847. iteration 3661, perturbing to get out of local maxima iteration 3662 found worse value: 363.487436847. iteration 3662, perturbing to get out of local maxima iteration 3663 found worse value: 363.487436847. iteration 3664 found worse value: 363.487436847. iteration 3664, perturbing to get out of local maxima iteration 3665 found worse value: 363.487436847. iteration 3666 found worse value: 363.487436847. iteration 3667 found worse value: 363.487436847. iteration 3668 found worse value: 363.487436847. iteration 3668, perturbing to get out of local maxima iteration 3669 found worse value: 363.487436847. iteration 3670 found worse value: 363.487436847. iteration 3671 found worse value: 363.487436847. iteration 3672 found worse value: 363.487436847. iteration 3673 found worse value: 363.487436847. iteration 3674 found worse value: 363.487436847. iteration 3675 found worse value: 363.487436847. iteration 3675, perturbing to get out of local maxima iteration 3676 found worse value: 363.487436847. iteration 3677 found worse value: 363.487436847. iteration 3677, perturbing to get out of local maxima iteration 3678 found worse value: 363.487436847. iteration 3679 found worse value: 363.487436847. iteration 3680 found worse value: 363.487436847. iteration 3680, perturbing to get out of local maxima iteration 3681 found worse value: 363.487436847. iteration 3682 found worse value: 363.487436847. iteration 3683 found worse value: 363.487436847. iteration 3683, perturbing to get out of local maxima iteration 3684 found worse value: 363.487436847. iteration 3685 found worse value: 363.487436847. iteration 3686 found worse value: 363.487436847. iteration 3687 found worse value: 363.487436847. iteration 3688 found worse value: 363.487436847. iteration 3688, perturbing to get out of local maxima iteration 3689 found worse value: 363.487436847. iteration 3689, perturbing to get out of local maxima iteration 3690 found worse value: 363.487436847. iteration 3691 found worse value: 363.487436847. iteration 3691, perturbing to get out of local maxima iteration 3692 found worse value: 363.487436847. iteration 3692, perturbing to get out of local maxima iteration 3693 found worse value: 363.487436847. iteration 3694 found worse value: 363.487436847. iteration 3695 found worse value: 363.487436847. iteration 3695, perturbing to get out of local maxima iteration 3696 found worse value: 363.487436847. iteration 3696, perturbing to get out of local maxima iteration 3697 found worse value: 363.487436847. iteration 3697, perturbing to get out of local maxima iteration 3698 found worse value: 363.487436847. iteration 3699 found worse value: 363.487436847. iteration 3699, perturbing to get out of local maxima iteration 3700 found worse value: 363.487436847. iteration 3701 found worse value: 363.487436847. iteration 3702 found worse value: 363.487436847. iteration 3703 found worse value: 363.487436847. iteration 3704 found worse value: 363.487436847. iteration 3705 found worse value: 363.487436847. iteration 3706 found worse value: 363.487436847. iteration 3706, perturbing to get out of local maxima iteration 3707 found worse value: 363.487436847. iteration 3707, perturbing to get out of local maxima iteration 3708 found worse value: 363.487436847. iteration 3708, perturbing to get out of local maxima iteration 3709 found worse value: 363.487436847. iteration 3710 found worse value: 363.487436847. iteration 3711 found worse value: 363.487436847. iteration 3711, perturbing to get out of local maxima iteration 3712 found worse value: 363.487436847. iteration 3713 found worse value: 363.487436847. iteration 3714 found worse value: 363.487436847. iteration 3715 found worse value: 363.487436847. iteration 3715, perturbing to get out of local maxima iteration 3716 found worse value: 363.487436847. iteration 3716, perturbing to get out of local maxima iteration 3717 found worse value: 363.487436847. iteration 3717, perturbing to get out of local maxima iteration 3718 found worse value: 363.487436847. iteration 3718, perturbing to get out of local maxima iteration 3719 found worse value: 363.487436847. iteration 3719, perturbing to get out of local maxima iteration 3720 found worse value: 363.487436847. iteration 3721 found worse value: 363.487436847. iteration 3722 found worse value: 363.487436847. iteration 3722, perturbing to get out of local maxima iteration 3723 found worse value: 363.487436847. iteration 3723, perturbing to get out of local maxima iteration 3724 found worse value: 363.487436847. iteration 3725 found worse value: 363.487436847. iteration 3726 found worse value: 363.487436847. iteration 3727 found worse value: 363.487436847. iteration 3727, perturbing to get out of local maxima iteration 3728 found worse value: 363.487436847. iteration 3729 found worse value: 363.487436847. iteration 3730 found worse value: 363.487436847. iteration 3731 found worse value: 363.487436847. iteration 3732 found worse value: 363.487436847. iteration 3733 found worse value: 363.487436847. iteration 3733, perturbing to get out of local maxima iteration 3734 found worse value: 363.487436847. iteration 3734, perturbing to get out of local maxima iteration 3735 found worse value: 363.487436847. iteration 3735, perturbing to get out of local maxima iteration 3736 found worse value: 363.487436847. iteration 3737 found worse value: 363.487436847. iteration 3738 found worse value: 363.487436847. iteration 3738, perturbing to get out of local maxima iteration 3739 found worse value: 363.487436847. iteration 3740 found worse value: 363.487436847. iteration 3741 found worse value: 363.487436847. iteration 3741, perturbing to get out of local maxima iteration 3742 found worse value: 363.487436847. iteration 3742, perturbing to get out of local maxima iteration 3743 found worse value: 363.487436847. iteration 3743, perturbing to get out of local maxima iteration 3744 found worse value: 363.487436847. iteration 3745 found worse value: 363.487436847. iteration 3745, perturbing to get out of local maxima iteration 3746 found worse value: 363.487436847. iteration 3747 found worse value: 363.487436847. iteration 3747, perturbing to get out of local maxima iteration 3748 found worse value: 363.487436847. iteration 3748, perturbing to get out of local maxima iteration 3749 found worse value: 363.487436847. iteration 3750 found worse value: 363.487436847. iteration 3750, perturbing to get out of local maxima iteration 3751 found worse value: 363.487436847. iteration 3751, perturbing to get out of local maxima iteration 3752 found worse value: 363.487436847. iteration 3752, perturbing to get out of local maxima iteration 3753 found worse value: 363.487436847. iteration 3754 found worse value: 363.487436847. iteration 3754, perturbing to get out of local maxima iteration 3755 found worse value: 363.487436847. iteration 3756 found worse value: 363.487436847. iteration 3757 found worse value: 363.487436847. iteration 3757, perturbing to get out of local maxima iteration 3758 found worse value: 363.487436847. iteration 3758, perturbing to get out of local maxima iteration 3759 found worse value: 363.487436847. iteration 3759, perturbing to get out of local maxima iteration 3760 found worse value: 363.487436847. iteration 3760, perturbing to get out of local maxima iteration 3761 found worse value: 363.487436847. iteration 3762 found worse value: 363.487436847. iteration 3763 found worse value: 363.487436847. iteration 3764 found worse value: 363.487436847. iteration 3764, perturbing to get out of local maxima iteration 3765 found worse value: 363.487436847. iteration 3766 found worse value: 363.487436847. iteration 3767 found worse value: 363.487436847. iteration 3768 found worse value: 363.487436847. iteration 3769 found worse value: 363.487436847. iteration 3770 found worse value: 363.487436847. iteration 3771 found worse value: 363.487436847. iteration 3772 found worse value: 363.487436847. iteration 3772, perturbing to get out of local maxima iteration 3773 found worse value: 363.487436847. iteration 3773, perturbing to get out of local maxima iteration 3774 found worse value: 363.487436847. iteration 3775 found worse value: 363.487436847. iteration 3775, perturbing to get out of local maxima iteration 3776 found worse value: 363.487436847. iteration 3777 found worse value: 363.487436847. iteration 3778 found worse value: 363.487436847. iteration 3778, perturbing to get out of local maxima iteration 3779 found worse value: 363.487436847. iteration 3780 found worse value: 363.487436847. iteration 3781 found worse value: 363.487436847. iteration 3782 found worse value: 363.487436847. iteration 3783 found worse value: 363.487436847. iteration 3784 found worse value: 363.487436847. iteration 3785 found worse value: 363.487436847. iteration 3785, perturbing to get out of local maxima iteration 3786 found worse value: 363.487436847. iteration 3787 found worse value: 363.487436847. iteration 3787, perturbing to get out of local maxima iteration 3788 found worse value: 363.487436847. iteration 3789 found worse value: 363.487436847. iteration 3790 found worse value: 363.487436847. iteration 3790, perturbing to get out of local maxima iteration 3791 found worse value: 363.487436847. iteration 3792 found worse value: 363.487436847. iteration 3793 found worse value: 363.487436847. iteration 3794 found worse value: 363.487436847. iteration 3795 found worse value: 363.487436847. iteration 3795, perturbing to get out of local maxima iteration 3796 found worse value: 363.487436847. iteration 3796, perturbing to get out of local maxima iteration 3797 found worse value: 363.487436847. iteration 3797, perturbing to get out of local maxima iteration 3798 found worse value: 363.487436847. iteration 3799 found worse value: 363.487436847. iteration 3800 found worse value: 363.487436847. iteration 3801 found worse value: 363.487436847. iteration 3802 found worse value: 363.487436847. iteration 3803 found worse value: 363.487436847. iteration 3804 found worse value: 363.487436847. iteration 3805 found worse value: 363.487436847. iteration 3806 found worse value: 363.487436847. iteration 3807 found worse value: 363.487436847. iteration 3808 found worse value: 363.487436847. iteration 3809 found worse value: 363.487436847. iteration 3810 found worse value: 363.487436847. iteration 3811 found worse value: 363.487436847. iteration 3811, perturbing to get out of local maxima iteration 3812 found worse value: 363.487436847. iteration 3813 found worse value: 363.487436847. iteration 3814 found worse value: 363.487436847. iteration 3814, perturbing to get out of local maxima iteration 3815 found worse value: 363.487436847. iteration 3816 found worse value: 363.487436847. iteration 3817 found worse value: 363.487436847. iteration 3817, perturbing to get out of local maxima iteration 3818 found worse value: 363.487436847. iteration 3819 found worse value: 363.487436847. iteration 3819, perturbing to get out of local maxima iteration 3820 found worse value: 363.487436847. iteration 3821 found worse value: 363.487436847. iteration 3821, perturbing to get out of local maxima iteration 3822 found worse value: 363.487436847. iteration 3823 found worse value: 363.487436847. iteration 3824 found worse value: 363.487436847. iteration 3824, perturbing to get out of local maxima iteration 3825 found worse value: 363.487436847. iteration 3826 found worse value: 363.487436847. iteration 3826, perturbing to get out of local maxima iteration 3827 found worse value: 363.487436847. iteration 3827, perturbing to get out of local maxima iteration 3828 found worse value: 363.487436847. iteration 3829 found worse value: 363.487436847. iteration 3830 found worse value: 363.487436847. iteration 3831 found worse value: 363.487436847. iteration 3831, perturbing to get out of local maxima iteration 3832 found worse value: 363.487436847. iteration 3833 found worse value: 363.487436847. iteration 3834 found worse value: 363.487436847. iteration 3834, perturbing to get out of local maxima iteration 3835 found worse value: 363.487436847. iteration 3836 found worse value: 363.487436847. iteration 3837 found worse value: 363.487436847. iteration 3838 found worse value: 363.487436847. iteration 3838, perturbing to get out of local maxima iteration 3839 found worse value: 363.487436847. iteration 3839, perturbing to get out of local maxima iteration 3840 found worse value: 363.487436847. iteration 3840, perturbing to get out of local maxima iteration 3841 found worse value: 363.487436847. iteration 3842 found worse value: 363.487436847. iteration 3842, perturbing to get out of local maxima iteration 3843 found worse value: 363.487436847. iteration 3844 found worse value: 363.487436847. iteration 3845 found worse value: 363.487436847. iteration 3845, perturbing to get out of local maxima iteration 3846 found worse value: 363.487436847. iteration 3847 found worse value: 363.487436847. iteration 3847, perturbing to get out of local maxima iteration 3848 found worse value: 363.487436847. iteration 3848, perturbing to get out of local maxima iteration 3849 found worse value: 363.487436847. iteration 3850 found worse value: 363.487436847. iteration 3851 found worse value: 363.487436847. iteration 3852 found worse value: 363.487436847. iteration 3852, perturbing to get out of local maxima iteration 3853 found worse value: 363.487436847. iteration 3853, perturbing to get out of local maxima iteration 3854 found worse value: 363.487436847. iteration 3855 found worse value: 363.487436847. iteration 3855, perturbing to get out of local maxima iteration 3856 found worse value: 363.487436847. iteration 3857 found worse value: 363.487436847. iteration 3857, perturbing to get out of local maxima iteration 3858 found worse value: 363.487436847. iteration 3859 found worse value: 363.487436847. iteration 3859, perturbing to get out of local maxima iteration 3860 found worse value: 363.487436847. iteration 3861 found worse value: 363.487436847. iteration 3861, perturbing to get out of local maxima iteration 3862 found worse value: 363.487436847. iteration 3863 found worse value: 363.487436847. iteration 3864 found worse value: 363.487436847. iteration 3865 found worse value: 363.487436847. iteration 3866 found worse value: 363.487436847. iteration 3866, perturbing to get out of local maxima iteration 3867 found worse value: 363.487436847. iteration 3868 found worse value: 363.487436847. iteration 3868, perturbing to get out of local maxima iteration 3869 found worse value: 363.487436847. iteration 3870 found worse value: 363.487436847. iteration 3870, perturbing to get out of local maxima iteration 3871 found worse value: 363.487436847. iteration 3872 found worse value: 363.487436847. iteration 3872, perturbing to get out of local maxima iteration 3873 found worse value: 363.487436847. iteration 3874 found worse value: 363.487436847. iteration 3875 found worse value: 363.487436847. iteration 3875, perturbing to get out of local maxima iteration 3876 found worse value: 363.487436847. iteration 3876, perturbing to get out of local maxima iteration 3877 found worse value: 363.487436847. iteration 3878 found worse value: 363.487436847. iteration 3878, perturbing to get out of local maxima iteration 3879 found worse value: 363.487436847. iteration 3879, perturbing to get out of local maxima iteration 3880 found worse value: 363.487436847. iteration 3880, perturbing to get out of local maxima iteration 3881 found worse value: 363.487436847. iteration 3882 found worse value: 363.487436847. iteration 3882, perturbing to get out of local maxima iteration 3883 found worse value: 363.487436847. iteration 3883, perturbing to get out of local maxima iteration 3884 found worse value: 363.487436847. iteration 3885 found worse value: 363.487436847. iteration 3885, perturbing to get out of local maxima iteration 3886 found worse value: 363.487436847. iteration 3887 found worse value: 363.487436847. iteration 3888 found worse value: 363.487436847. iteration 3889 found worse value: 363.487436847. iteration 3889, perturbing to get out of local maxima iteration 3890 found worse value: 363.487436847. iteration 3891 found worse value: 363.487436847. iteration 3891, perturbing to get out of local maxima iteration 3892 found worse value: 363.487436847. iteration 3893 found worse value: 363.487436847. iteration 3894 found worse value: 363.487436847. iteration 3895 found worse value: 363.487436847. iteration 3895, perturbing to get out of local maxima iteration 3896 found worse value: 363.487436847. iteration 3896, perturbing to get out of local maxima iteration 3897 found worse value: 363.487436847. iteration 3898 found worse value: 363.487436847. iteration 3899 found worse value: 363.487436847. iteration 3899, perturbing to get out of local maxima iteration 3900 found worse value: 363.487436847. iteration 3901 found worse value: 363.487436847. iteration 3902 found worse value: 363.487436847. iteration 3902, perturbing to get out of local maxima iteration 3903 found worse value: 363.487436847. iteration 3904 found worse value: 363.487436847. iteration 3905 found worse value: 363.487436847. iteration 3906 found worse value: 363.487436847. iteration 3906, perturbing to get out of local maxima iteration 3907 found worse value: 363.487436847. iteration 3908 found worse value: 363.487436847. iteration 3908, perturbing to get out of local maxima iteration 3909 found worse value: 363.487436847. iteration 3909, perturbing to get out of local maxima iteration 3910 found worse value: 363.487436847. iteration 3910, perturbing to get out of local maxima iteration 3911 found worse value: 363.487436847. iteration 3912 found worse value: 363.487436847. iteration 3913 found worse value: 363.487436847. iteration 3914 found worse value: 363.487436847. iteration 3915 found worse value: 363.487436847. iteration 3916 found worse value: 363.487436847. iteration 3917 found worse value: 363.487436847. iteration 3918 found worse value: 363.487436847. iteration 3919 found worse value: 363.487436847. iteration 3920 found worse value: 363.487436847. iteration 3921 found worse value: 363.487436847. iteration 3922 found worse value: 363.487436847. iteration 3923 found worse value: 363.487436847. iteration 3924 found worse value: 363.487436847. iteration 3924, perturbing to get out of local maxima iteration 3925 found worse value: 363.487436847. iteration 3926 found worse value: 363.487436847. iteration 3927 found worse value: 363.487436847. iteration 3928 found worse value: 363.487436847. iteration 3929 found worse value: 363.487436847. iteration 3930 found worse value: 363.487436847. iteration 3931 found worse value: 363.487436847. iteration 3932 found worse value: 363.487436847. iteration 3933 found worse value: 363.487436847. iteration 3933, perturbing to get out of local maxima iteration 3934 found worse value: 363.487436847. iteration 3935 found worse value: 363.487436847. iteration 3936 found worse value: 363.487436847. iteration 3936, perturbing to get out of local maxima iteration 3937 found worse value: 363.487436847. iteration 3937, perturbing to get out of local maxima iteration 3938 found worse value: 363.487436847. iteration 3939 found worse value: 363.487436847. iteration 3940 found worse value: 363.487436847. iteration 3941 found worse value: 363.487436847. iteration 3941, perturbing to get out of local maxima iteration 3942 found worse value: 363.487436847. iteration 3942, perturbing to get out of local maxima iteration 3943 found worse value: 363.487436847. iteration 3944 found worse value: 363.487436847. iteration 3944, perturbing to get out of local maxima iteration 3945 found worse value: 363.487436847. iteration 3946 found worse value: 363.487436847. iteration 3947 found worse value: 363.487436847. iteration 3947, perturbing to get out of local maxima iteration 3948 found worse value: 363.487436847. iteration 3948, perturbing to get out of local maxima iteration 3949 found worse value: 363.487436847. iteration 3950 found worse value: 363.487436847. iteration 3950, perturbing to get out of local maxima iteration 3951 found worse value: 363.487436847. iteration 3952 found worse value: 363.487436847. iteration 3953 found worse value: 363.487436847. iteration 3954 found worse value: 363.487436847. iteration 3954, perturbing to get out of local maxima iteration 3955 found worse value: 363.487436847. iteration 3956 found worse value: 363.487436847. iteration 3957 found worse value: 363.487436847. iteration 3958 found worse value: 363.487436847. iteration 3958, perturbing to get out of local maxima iteration 3959 found worse value: 363.487436847. iteration 3959, perturbing to get out of local maxima iteration 3960 found worse value: 363.487436847. iteration 3960, perturbing to get out of local maxima iteration 3961 found worse value: 363.487436847. iteration 3962 found worse value: 363.487436847. iteration 3962, perturbing to get out of local maxima iteration 3963 found worse value: 363.487436847. iteration 3964 found worse value: 363.487436847. iteration 3964, perturbing to get out of local maxima iteration 3965 found worse value: 363.487436847. iteration 3966 found worse value: 363.487436847. iteration 3967 found worse value: 363.487436847. iteration 3968 found worse value: 363.487436847. iteration 3969 found worse value: 363.487436847. iteration 3970 found worse value: 363.487436847. iteration 3971 found worse value: 363.487436847. iteration 3972 found worse value: 363.487436847. iteration 3973 found worse value: 363.487436847. iteration 3974 found worse value: 363.487436847. iteration 3975 found worse value: 363.487436847. iteration 3976 found worse value: 363.487436847. iteration 3977 found worse value: 363.487436847. iteration 3977, perturbing to get out of local maxima iteration 3978 found worse value: 363.487436847. iteration 3979 found worse value: 363.487436847. iteration 3979, perturbing to get out of local maxima iteration 3980 found worse value: 363.487436847. iteration 3981 found worse value: 363.487436847. iteration 3981, perturbing to get out of local maxima iteration 3982 found worse value: 363.487436847. iteration 3983 found worse value: 363.487436847. iteration 3983, perturbing to get out of local maxima iteration 3984 found worse value: 363.487436847. iteration 3984, perturbing to get out of local maxima iteration 3985 found worse value: 363.487436847. iteration 3985, perturbing to get out of local maxima iteration 3986 found worse value: 363.487436847. iteration 3987 found worse value: 363.487436847. iteration 3987, perturbing to get out of local maxima iteration 3988 found worse value: 363.487436847. iteration 3988, perturbing to get out of local maxima iteration 3989 found worse value: 363.487436847. iteration 3990 found worse value: 363.487436847. iteration 3990, perturbing to get out of local maxima iteration 3991 found worse value: 363.487436847. iteration 3992 found worse value: 363.487436847. iteration 3993 found worse value: 363.487436847. iteration 3993, perturbing to get out of local maxima iteration 3994 found worse value: 363.487436847. iteration 3994, perturbing to get out of local maxima iteration 3995 found worse value: 363.487436847. iteration 3995, perturbing to get out of local maxima iteration 3996 found worse value: 363.487436847. iteration 3997 found worse value: 363.487436847. iteration 3997, perturbing to get out of local maxima iteration 3998 found worse value: 363.487436847. iteration 3999 found worse value: 363.487436847. iteration 4000 found worse value: 363.487436847. iteration 4001 found worse value: 363.487436847. iteration 4001, perturbing to get out of local maxima iteration 4002 found worse value: 363.487436847. iteration 4003 found worse value: 363.487436847. iteration 4004 found worse value: 363.487436847. iteration 4005 found worse value: 363.487436847. iteration 4005, perturbing to get out of local maxima iteration 4006 found worse value: 363.487436847. iteration 4007 found worse value: 363.487436847. iteration 4007, perturbing to get out of local maxima iteration 4008 found worse value: 363.487436847. iteration 4009 found worse value: 363.487436847. iteration 4010 found worse value: 363.487436847. iteration 4010, perturbing to get out of local maxima iteration 4011 found worse value: 363.487436847. iteration 4012 found worse value: 363.487436847. iteration 4013 found worse value: 363.487436847. iteration 4014 found worse value: 363.487436847. iteration 4014, perturbing to get out of local maxima iteration 4015 found worse value: 363.487436847. iteration 4016 found worse value: 363.487436847. iteration 4017 found worse value: 363.487436847. iteration 4018 found worse value: 363.487436847. iteration 4019 found worse value: 363.487436847. iteration 4019, perturbing to get out of local maxima iteration 4020 found worse value: 363.487436847. iteration 4021 found worse value: 363.487436847. iteration 4022 found worse value: 363.487436847. iteration 4023 found worse value: 363.487436847. iteration 4024 found worse value: 363.487436847. iteration 4024, perturbing to get out of local maxima iteration 4025 found worse value: 363.487436847. iteration 4026 found worse value: 363.487436847. iteration 4027 found worse value: 363.487436847. iteration 4027, perturbing to get out of local maxima iteration 4028 found worse value: 363.487436847. iteration 4029 found worse value: 363.487436847. iteration 4029, perturbing to get out of local maxima iteration 4030 found worse value: 363.487436847. iteration 4031 found worse value: 363.487436847. iteration 4031, perturbing to get out of local maxima iteration 4032 found worse value: 363.487436847. iteration 4032, perturbing to get out of local maxima iteration 4033 found worse value: 363.487436847. iteration 4033, perturbing to get out of local maxima iteration 4034 found worse value: 363.487436847. iteration 4034, perturbing to get out of local maxima iteration 4035 found worse value: 363.487436847. iteration 4036 found worse value: 363.487436847. iteration 4036, perturbing to get out of local maxima iteration 4037 found worse value: 363.487436847. iteration 4038 found worse value: 363.487436847. iteration 4039 found worse value: 363.487436847. iteration 4040 found worse value: 363.487436847. iteration 4041 found worse value: 363.487436847. iteration 4042 found worse value: 363.487436847. iteration 4043 found worse value: 363.487436847. iteration 4043, perturbing to get out of local maxima iteration 4044 found worse value: 363.487436847. iteration 4045 found worse value: 363.487436847. iteration 4046 found worse value: 363.487436847. iteration 4046, perturbing to get out of local maxima iteration 4047 found worse value: 363.487436847. iteration 4047, perturbing to get out of local maxima iteration 4048 found worse value: 363.487436847. iteration 4049 found worse value: 363.487436847. iteration 4050 found worse value: 363.487436847. iteration 4050, perturbing to get out of local maxima iteration 4051 found worse value: 363.487436847. iteration 4051, perturbing to get out of local maxima iteration 4052 found worse value: 363.487436847. iteration 4053 found worse value: 363.487436847. iteration 4054 found worse value: 363.487436847. iteration 4055 found worse value: 363.487436847. iteration 4056 found worse value: 363.487436847. iteration 4057 found worse value: 363.487436847. iteration 4057, perturbing to get out of local maxima iteration 4058 found worse value: 363.487436847. iteration 4058, perturbing to get out of local maxima iteration 4059 found worse value: 363.487436847. iteration 4059, perturbing to get out of local maxima iteration 4060 found worse value: 363.487436847. iteration 4061 found worse value: 363.487436847. iteration 4062 found worse value: 363.487436847. iteration 4063 found worse value: 363.487436847. iteration 4064 found worse value: 363.487436847. iteration 4065 found worse value: 363.487436847. iteration 4066 found worse value: 363.487436847. iteration 4066, perturbing to get out of local maxima iteration 4067 found worse value: 363.487436847. iteration 4067, perturbing to get out of local maxima iteration 4068 found worse value: 363.487436847. iteration 4068, perturbing to get out of local maxima iteration 4069 found worse value: 363.487436847. iteration 4070 found worse value: 363.487436847. iteration 4070, perturbing to get out of local maxima iteration 4071 found worse value: 363.487436847. iteration 4072 found worse value: 363.487436847. iteration 4072, perturbing to get out of local maxima iteration 4073 found worse value: 363.487436847. iteration 4073, perturbing to get out of local maxima iteration 4074 found worse value: 363.487436847. iteration 4074, perturbing to get out of local maxima iteration 4075 found worse value: 363.487436847. iteration 4076 found worse value: 363.487436847. iteration 4076, perturbing to get out of local maxima iteration 4077 found worse value: 363.487436847. iteration 4078 found worse value: 363.487436847. iteration 4079 found worse value: 363.487436847. iteration 4080 found worse value: 363.487436847. iteration 4081 found worse value: 363.487436847. iteration 4082 found worse value: 363.487436847. iteration 4083 found worse value: 363.487436847. iteration 4084 found worse value: 363.487436847. iteration 4084, perturbing to get out of local maxima iteration 4085 found worse value: 363.487436847. iteration 4085, perturbing to get out of local maxima iteration 4086 found worse value: 363.487436847. iteration 4087 found worse value: 363.487436847. iteration 4088 found worse value: 363.487436847. iteration 4088, perturbing to get out of local maxima iteration 4089 found worse value: 363.487436847. iteration 4089, perturbing to get out of local maxima iteration 4090 found worse value: 363.487436847. iteration 4091 found worse value: 363.487436847. iteration 4091, perturbing to get out of local maxima iteration 4092 found worse value: 363.487436847. iteration 4092, perturbing to get out of local maxima iteration 4093 found worse value: 363.487436847. iteration 4094 found worse value: 363.487436847. iteration 4095 found worse value: 363.487436847. iteration 4095, perturbing to get out of local maxima iteration 4096 found worse value: 363.487436847. iteration 4097 found worse value: 363.487436847. iteration 4098 found worse value: 363.487436847. iteration 4099 found worse value: 363.487436847. iteration 4099, perturbing to get out of local maxima iteration 4100 found worse value: 363.487436847. iteration 4101 found worse value: 363.487436847. iteration 4102 found worse value: 363.487436847. iteration 4102, perturbing to get out of local maxima iteration 4103 found worse value: 363.487436847. iteration 4104 found worse value: 363.487436847. iteration 4105 found worse value: 363.487436847. iteration 4105, perturbing to get out of local maxima iteration 4106 found worse value: 363.487436847. iteration 4106, perturbing to get out of local maxima iteration 4107 found worse value: 363.487436847. iteration 4107, perturbing to get out of local maxima iteration 4108 found worse value: 363.487436847. iteration 4108, perturbing to get out of local maxima iteration 4109 found worse value: 363.487436847. iteration 4110 found worse value: 363.487436847. iteration 4111 found worse value: 363.487436847. iteration 4111, perturbing to get out of local maxima iteration 4112 found worse value: 363.487436847. iteration 4113 found worse value: 363.487436847. iteration 4114 found worse value: 363.487436847. iteration 4114, perturbing to get out of local maxima iteration 4115 found worse value: 363.487436847. iteration 4115, perturbing to get out of local maxima iteration 4116 found worse value: 363.487436847. iteration 4116, perturbing to get out of local maxima iteration 4117 found worse value: 363.487436847. iteration 4118 found worse value: 363.487436847. iteration 4119 found worse value: 363.487436847. iteration 4120 found worse value: 363.487436847. iteration 4120, perturbing to get out of local maxima iteration 4121 found worse value: 363.487436847. iteration 4122 found worse value: 363.487436847. iteration 4123 found worse value: 363.487436847. iteration 4124 found worse value: 363.487436847. iteration 4124, perturbing to get out of local maxima iteration 4125 found worse value: 363.487436847. iteration 4125, perturbing to get out of local maxima iteration 4126 found worse value: 363.487436847. iteration 4127 found worse value: 363.487436847. iteration 4128 found worse value: 363.487436847. iteration 4129 found worse value: 363.487436847. iteration 4129, perturbing to get out of local maxima iteration 4130 found worse value: 363.487436847. iteration 4131 found worse value: 363.487436847. iteration 4132 found worse value: 363.487436847. iteration 4133 found worse value: 363.487436847. iteration 4134 found worse value: 363.487436847. iteration 4135 found worse value: 363.487436847. iteration 4135, perturbing to get out of local maxima iteration 4136 found worse value: 363.487436847. iteration 4137 found worse value: 363.487436847. iteration 4138 found worse value: 363.487436847. iteration 4138, perturbing to get out of local maxima iteration 4139 found worse value: 363.487436847. iteration 4139, perturbing to get out of local maxima iteration 4140 found worse value: 363.487436847. iteration 4140, perturbing to get out of local maxima iteration 4141 found worse value: 363.487436847. iteration 4141, perturbing to get out of local maxima iteration 4142 found worse value: 363.487436847. iteration 4142, perturbing to get out of local maxima iteration 4143 found worse value: 363.487436847. iteration 4143, perturbing to get out of local maxima iteration 4144 found worse value: 363.487436847. iteration 4144, perturbing to get out of local maxima iteration 4145 found worse value: 363.487436847. iteration 4146 found worse value: 363.487436847. iteration 4146, perturbing to get out of local maxima iteration 4147 found worse value: 363.487436847. iteration 4147, perturbing to get out of local maxima iteration 4148 found worse value: 363.487436847. iteration 4148, perturbing to get out of local maxima iteration 4149 found worse value: 363.487436847. iteration 4149, perturbing to get out of local maxima iteration 4150 found worse value: 363.487436847. iteration 4151 found worse value: 363.487436847. iteration 4152 found worse value: 363.487436847. iteration 4153 found worse value: 363.487436847. iteration 4154 found worse value: 363.487436847. iteration 4154, perturbing to get out of local maxima iteration 4155 found worse value: 363.487436847. iteration 4156 found worse value: 363.487436847. iteration 4157 found worse value: 363.487436847. iteration 4158 found worse value: 363.487436847. iteration 4159 found worse value: 363.487436847. iteration 4160 found worse value: 363.487436847. iteration 4160, perturbing to get out of local maxima iteration 4161 found worse value: 363.487436847. iteration 4161, perturbing to get out of local maxima iteration 4162 found worse value: 363.487436847. iteration 4163 found worse value: 363.487436847. iteration 4164 found worse value: 363.487436847. iteration 4164, perturbing to get out of local maxima iteration 4165 found worse value: 363.487436847. iteration 4166 found worse value: 363.487436847. iteration 4167 found worse value: 363.487436847. iteration 4167, perturbing to get out of local maxima iteration 4168 found worse value: 363.487436847. iteration 4168, perturbing to get out of local maxima iteration 4169 found worse value: 363.487436847. iteration 4170 found worse value: 363.487436847. iteration 4171 found worse value: 363.487436847. iteration 4172 found worse value: 363.487436847. iteration 4173 found worse value: 363.487436847. iteration 4173, perturbing to get out of local maxima iteration 4174 found worse value: 363.487436847. iteration 4175 found worse value: 363.487436847. iteration 4176 found worse value: 363.487436847. iteration 4176, perturbing to get out of local maxima iteration 4177 found worse value: 363.487436847. iteration 4178 found worse value: 363.487436847. iteration 4179 found worse value: 363.487436847. iteration 4180 found worse value: 363.487436847. iteration 4181 found worse value: 363.487436847. iteration 4182 found worse value: 363.487436847. iteration 4183 found worse value: 363.487436847. iteration 4184 found worse value: 363.487436847. iteration 4185 found worse value: 363.487436847. iteration 4185, perturbing to get out of local maxima iteration 4186 found worse value: 363.487436847. iteration 4186, perturbing to get out of local maxima iteration 4187 found worse value: 363.487436847. iteration 4188 found worse value: 363.487436847. iteration 4189 found worse value: 363.487436847. iteration 4190 found worse value: 363.487436847. iteration 4191 found worse value: 363.487436847. iteration 4192 found worse value: 363.487436847. iteration 4193 found worse value: 363.487436847. iteration 4193, perturbing to get out of local maxima iteration 4194 found worse value: 363.487436847. iteration 4195 found worse value: 363.487436847. iteration 4196 found worse value: 363.487436847. iteration 4197 found worse value: 363.487436847. iteration 4198 found worse value: 363.487436847. iteration 4198, perturbing to get out of local maxima iteration 4199 found worse value: 363.487436847. iteration 4200 found worse value: 363.487436847. iteration 4201 found worse value: 363.487436847. iteration 4202 found worse value: 363.487436847. iteration 4202, perturbing to get out of local maxima iteration 4203 found worse value: 363.487436847. iteration 4204 found worse value: 363.487436847. iteration 4204, perturbing to get out of local maxima iteration 4205 found worse value: 363.487436847. iteration 4206 found worse value: 363.487436847. iteration 4207 found worse value: 363.487436847. iteration 4208 found worse value: 363.487436847. iteration 4208, perturbing to get out of local maxima iteration 4209 found worse value: 363.487436847. iteration 4210 found worse value: 363.487436847. iteration 4211 found worse value: 363.487436847. iteration 4212 found worse value: 363.487436847. iteration 4213 found worse value: 363.487436847. iteration 4214 found worse value: 363.487436847. iteration 4215 found worse value: 363.487436847. iteration 4215, perturbing to get out of local maxima iteration 4216 found worse value: 363.487436847. iteration 4217 found worse value: 363.487436847. iteration 4217, perturbing to get out of local maxima iteration 4218 found worse value: 363.487436847. iteration 4218, perturbing to get out of local maxima iteration 4219 found worse value: 363.487436847. iteration 4219, perturbing to get out of local maxima iteration 4220 found worse value: 363.487436847. iteration 4220, perturbing to get out of local maxima iteration 4221 found worse value: 363.487436847. iteration 4222 found worse value: 363.487436847. iteration 4223 found worse value: 363.487436847. iteration 4224 found worse value: 363.487436847. iteration 4224, perturbing to get out of local maxima iteration 4225 found worse value: 363.487436847. iteration 4225, perturbing to get out of local maxima iteration 4226 found worse value: 363.487436847. iteration 4227 found worse value: 363.487436847. iteration 4228 found worse value: 363.487436847. iteration 4228, perturbing to get out of local maxima iteration 4229 found worse value: 363.487436847. iteration 4230 found worse value: 363.487436847. iteration 4230, perturbing to get out of local maxima iteration 4231 found worse value: 363.487436847. iteration 4232 found worse value: 363.487436847. iteration 4232, perturbing to get out of local maxima iteration 4233 found worse value: 363.487436847. iteration 4234 found worse value: 363.487436847. iteration 4235 found worse value: 363.487436847. iteration 4236 found worse value: 363.487436847. iteration 4236, perturbing to get out of local maxima iteration 4237 found worse value: 363.487436847. iteration 4237, perturbing to get out of local maxima iteration 4238 found worse value: 363.487436847. iteration 4238, perturbing to get out of local maxima iteration 4239 found worse value: 363.487436847. iteration 4240 found worse value: 363.487436847. iteration 4240, perturbing to get out of local maxima iteration 4241 found worse value: 363.487436847. iteration 4242 found worse value: 363.487436847. iteration 4243 found worse value: 363.487436847. iteration 4243, perturbing to get out of local maxima iteration 4244 found worse value: 363.487436847. iteration 4245 found worse value: 363.487436847. iteration 4246 found worse value: 363.487436847. iteration 4247 found worse value: 363.487436847. iteration 4248 found worse value: 363.487436847. iteration 4249 found worse value: 363.487436847. iteration 4250 found worse value: 363.487436847. iteration 4251 found worse value: 363.487436847. iteration 4251, perturbing to get out of local maxima iteration 4252 found worse value: 363.487436847. iteration 4253 found worse value: 363.487436847. iteration 4254 found worse value: 363.487436847. iteration 4254, perturbing to get out of local maxima iteration 4255 found worse value: 363.487436847. iteration 4256 found worse value: 363.487436847. iteration 4257 found worse value: 363.487436847. iteration 4257, perturbing to get out of local maxima iteration 4258 found worse value: 363.487436847. iteration 4259 found worse value: 363.487436847. iteration 4259, perturbing to get out of local maxima iteration 4260 found worse value: 363.487436847. iteration 4261 found worse value: 363.487436847. iteration 4262 found worse value: 363.487436847. iteration 4263 found worse value: 363.487436847. iteration 4263, perturbing to get out of local maxima iteration 4264 found worse value: 363.487436847. iteration 4265 found worse value: 363.487436847. iteration 4265, perturbing to get out of local maxima iteration 4266 found worse value: 363.487436847. iteration 4267 found worse value: 363.487436847. iteration 4268 found worse value: 363.487436847. iteration 4269 found worse value: 363.487436847. iteration 4269, perturbing to get out of local maxima iteration 4270 found worse value: 363.487436847. iteration 4270, perturbing to get out of local maxima iteration 4271 found worse value: 363.487436847. iteration 4272 found worse value: 363.487436847. iteration 4273 found worse value: 363.487436847. iteration 4274 found worse value: 363.487436847. iteration 4275 found worse value: 363.487436847. iteration 4276 found worse value: 363.487436847. iteration 4277 found worse value: 363.487436847. iteration 4277, perturbing to get out of local maxima iteration 4278 found worse value: 363.487436847. iteration 4279 found worse value: 363.487436847. iteration 4279, perturbing to get out of local maxima iteration 4280 found worse value: 363.487436847. iteration 4281 found worse value: 363.487436847. iteration 4281, perturbing to get out of local maxima iteration 4282 found worse value: 363.487436847. iteration 4282, perturbing to get out of local maxima iteration 4283 found worse value: 363.487436847. iteration 4283, perturbing to get out of local maxima iteration 4284 found worse value: 363.487436847. iteration 4285 found worse value: 363.487436847. iteration 4286 found worse value: 363.487436847. iteration 4287 found worse value: 363.487436847. iteration 4288 found worse value: 363.487436847. iteration 4289 found worse value: 363.487436847. iteration 4289, perturbing to get out of local maxima iteration 4290 found worse value: 363.487436847. iteration 4290, perturbing to get out of local maxima iteration 4291 found worse value: 363.487436847. iteration 4292 found worse value: 363.487436847. iteration 4293 found worse value: 363.487436847. iteration 4293, perturbing to get out of local maxima iteration 4294 found worse value: 363.487436847. iteration 4295 found worse value: 363.487436847. iteration 4296 found worse value: 363.487436847. iteration 4297 found worse value: 363.487436847. iteration 4298 found worse value: 363.487436847. iteration 4299 found worse value: 363.487436847. iteration 4300 found worse value: 363.487436847. iteration 4301 found worse value: 363.487436847. iteration 4302 found worse value: 363.487436847. iteration 4302, perturbing to get out of local maxima iteration 4303 found worse value: 363.487436847. iteration 4304 found worse value: 363.487436847. iteration 4305 found worse value: 363.487436847. iteration 4305, perturbing to get out of local maxima iteration 4306 found worse value: 363.487436847. iteration 4307 found worse value: 363.487436847. iteration 4308 found worse value: 363.487436847. iteration 4308, perturbing to get out of local maxima iteration 4309 found worse value: 363.487436847. iteration 4310 found worse value: 363.487436847. iteration 4310, perturbing to get out of local maxima iteration 4311 found worse value: 363.487436847. iteration 4312 found worse value: 363.487436847. iteration 4313 found worse value: 363.487436847. iteration 4314 found worse value: 363.487436847. iteration 4314, perturbing to get out of local maxima iteration 4315 found worse value: 363.487436847. iteration 4315, perturbing to get out of local maxima iteration 4316 found worse value: 363.487436847. iteration 4317 found worse value: 363.487436847. iteration 4317, perturbing to get out of local maxima iteration 4318 found worse value: 363.487436847. iteration 4318, perturbing to get out of local maxima iteration 4319 found worse value: 363.487436847. iteration 4319, perturbing to get out of local maxima iteration 4320 found worse value: 363.487436847. iteration 4321 found worse value: 363.487436847. iteration 4322 found worse value: 363.487436847. iteration 4323 found worse value: 363.487436847. iteration 4324 found worse value: 363.487436847. iteration 4324, perturbing to get out of local maxima iteration 4325 found worse value: 363.487436847. iteration 4326 found worse value: 363.487436847. iteration 4327 found worse value: 363.487436847. iteration 4328 found worse value: 363.487436847. iteration 4329 found worse value: 363.487436847. iteration 4329, perturbing to get out of local maxima iteration 4330 found worse value: 363.487436847. iteration 4331 found worse value: 363.487436847. iteration 4332 found worse value: 363.487436847. iteration 4332, perturbing to get out of local maxima iteration 4333 found worse value: 363.487436847. iteration 4334 found worse value: 363.487436847. iteration 4335 found worse value: 363.487436847. iteration 4336 found worse value: 363.487436847. iteration 4337 found worse value: 363.487436847. iteration 4338 found worse value: 363.487436847. iteration 4339 found worse value: 363.487436847. iteration 4340 found worse value: 363.487436847. iteration 4341 found worse value: 363.487436847. iteration 4342 found worse value: 363.487436847. iteration 4342, perturbing to get out of local maxima iteration 4343 found worse value: 363.487436847. iteration 4344 found worse value: 363.487436847. iteration 4345 found worse value: 363.487436847. iteration 4346 found worse value: 363.487436847. iteration 4347 found worse value: 363.487436847. iteration 4347, perturbing to get out of local maxima iteration 4348 found worse value: 363.487436847. iteration 4348, perturbing to get out of local maxima iteration 4349 found worse value: 363.487436847. iteration 4349, perturbing to get out of local maxima iteration 4350 found worse value: 363.487436847. iteration 4351 found worse value: 363.487436847. iteration 4352 found worse value: 363.487436847. iteration 4352, perturbing to get out of local maxima iteration 4353 found worse value: 363.487436847. iteration 4354 found worse value: 363.487436847. iteration 4355 found worse value: 363.487436847. iteration 4355, perturbing to get out of local maxima iteration 4356 found worse value: 363.487436847. iteration 4356, perturbing to get out of local maxima iteration 4357 found worse value: 363.487436847. iteration 4357, perturbing to get out of local maxima iteration 4358 found worse value: 363.487436847. iteration 4358, perturbing to get out of local maxima iteration 4359 found worse value: 363.487436847. iteration 4359, perturbing to get out of local maxima iteration 4360 found worse value: 363.487436847. iteration 4360, perturbing to get out of local maxima iteration 4361 found worse value: 363.487436847. iteration 4361, perturbing to get out of local maxima iteration 4362 found worse value: 363.487436847. iteration 4363 found worse value: 363.487436847. iteration 4364 found worse value: 363.487436847. iteration 4364, perturbing to get out of local maxima iteration 4365 found worse value: 363.487436847. iteration 4365, perturbing to get out of local maxima iteration 4366 found worse value: 363.487436847. iteration 4367 found worse value: 363.487436847. iteration 4368 found worse value: 363.487436847. iteration 4369 found worse value: 363.487436847. iteration 4370 found worse value: 363.487436847. iteration 4371 found worse value: 363.487436847. iteration 4371, perturbing to get out of local maxima iteration 4372 found worse value: 363.487436847. iteration 4372, perturbing to get out of local maxima iteration 4373 found worse value: 363.487436847. iteration 4374 found worse value: 363.487436847. iteration 4375 found worse value: 363.487436847. iteration 4375, perturbing to get out of local maxima iteration 4376 found worse value: 363.487436847. iteration 4377 found worse value: 363.487436847. iteration 4378 found worse value: 363.487436847. iteration 4379 found worse value: 363.487436847. iteration 4379, perturbing to get out of local maxima iteration 4380 found worse value: 363.487436847. iteration 4381 found worse value: 363.487436847. iteration 4381, perturbing to get out of local maxima iteration 4382 found worse value: 363.487436847. iteration 4383 found worse value: 363.487436847. iteration 4384 found worse value: 363.487436847. iteration 4385 found worse value: 363.487436847. iteration 4386 found worse value: 363.487436847. iteration 4387 found worse value: 363.487436847. iteration 4387, perturbing to get out of local maxima iteration 4388 found worse value: 363.487436847. iteration 4388, perturbing to get out of local maxima iteration 4389 found worse value: 363.487436847. iteration 4389, perturbing to get out of local maxima iteration 4390 found worse value: 363.487436847. iteration 4390, perturbing to get out of local maxima iteration 4391 found worse value: 363.487436847. iteration 4391, perturbing to get out of local maxima iteration 4392 found worse value: 363.487436847. iteration 4393 found worse value: 363.487436847. iteration 4393, perturbing to get out of local maxima iteration 4394 found worse value: 363.487436847. iteration 4394, perturbing to get out of local maxima iteration 4395 found worse value: 363.487436847. iteration 4396 found worse value: 363.487436847. iteration 4396, perturbing to get out of local maxima iteration 4397 found worse value: 363.487436847. iteration 4398 found worse value: 363.487436847. iteration 4398, perturbing to get out of local maxima iteration 4399 found worse value: 363.487436847. iteration 4400 found worse value: 363.487436847. iteration 4401 found worse value: 363.487436847. iteration 4402 found worse value: 363.487436847. iteration 4403 found worse value: 363.487436847. iteration 4403, perturbing to get out of local maxima iteration 4404 found worse value: 363.487436847. iteration 4405 found worse value: 363.487436847. iteration 4406 found worse value: 363.487436847. iteration 4407 found worse value: 363.487436847. iteration 4407, perturbing to get out of local maxima iteration 4408 found worse value: 363.487436847. iteration 4409 found worse value: 363.487436847. iteration 4410 found worse value: 363.487436847. iteration 4411 found worse value: 363.487436847. iteration 4411, perturbing to get out of local maxima iteration 4412 found worse value: 363.487436847. iteration 4412, perturbing to get out of local maxima iteration 4413 found worse value: 363.487436847. iteration 4413, perturbing to get out of local maxima iteration 4414 found worse value: 363.487436847. iteration 4414, perturbing to get out of local maxima iteration 4415 found worse value: 363.487436847. iteration 4416 found worse value: 363.487436847. iteration 4416, perturbing to get out of local maxima iteration 4417 found worse value: 363.487436847. iteration 4418 found worse value: 363.487436847. iteration 4418, perturbing to get out of local maxima iteration 4419 found worse value: 363.487436847. iteration 4420 found worse value: 363.487436847. iteration 4420, perturbing to get out of local maxima iteration 4421 found worse value: 363.487436847. iteration 4422 found worse value: 363.487436847. iteration 4423 found worse value: 363.487436847. iteration 4424 found worse value: 363.487436847. iteration 4424, perturbing to get out of local maxima iteration 4425 found worse value: 363.487436847. iteration 4426 found worse value: 363.487436847. iteration 4427 found worse value: 363.487436847. iteration 4428 found worse value: 363.487436847. iteration 4429 found worse value: 363.487436847. iteration 4430 found worse value: 363.487436847. iteration 4431 found worse value: 363.487436847. iteration 4431, perturbing to get out of local maxima iteration 4432 found worse value: 363.487436847. iteration 4432, perturbing to get out of local maxima iteration 4433 found worse value: 363.487436847. iteration 4434 found worse value: 363.487436847. iteration 4434, perturbing to get out of local maxima iteration 4435 found worse value: 363.487436847. iteration 4435, perturbing to get out of local maxima iteration 4436 found worse value: 363.487436847. iteration 4437 found worse value: 363.487436847. iteration 4438 found worse value: 363.487436847. iteration 4439 found worse value: 363.487436847. iteration 4440 found worse value: 363.487436847. iteration 4441 found worse value: 363.487436847. iteration 4441, perturbing to get out of local maxima iteration 4442 found worse value: 363.487436847. iteration 4443 found worse value: 363.487436847. iteration 4444 found worse value: 363.487436847. iteration 4445 found worse value: 363.487436847. iteration 4445, perturbing to get out of local maxima iteration 4446 found worse value: 363.487436847. iteration 4447 found worse value: 363.487436847. iteration 4447, perturbing to get out of local maxima iteration 4448 found worse value: 363.487436847. iteration 4449 found worse value: 363.487436847. iteration 4450 found worse value: 363.487436847. iteration 4451 found worse value: 363.487436847. iteration 4452 found worse value: 363.487436847. iteration 4453 found worse value: 363.487436847. iteration 4453, perturbing to get out of local maxima iteration 4454 found worse value: 363.487436847. iteration 4454, perturbing to get out of local maxima iteration 4455 found worse value: 363.487436847. iteration 4456 found worse value: 363.487436847. iteration 4457 found worse value: 363.487436847. iteration 4458 found worse value: 363.487436847. iteration 4458, perturbing to get out of local maxima iteration 4459 found worse value: 363.487436847. iteration 4459, perturbing to get out of local maxima iteration 4460 found worse value: 363.487436847. iteration 4460, perturbing to get out of local maxima iteration 4461 found worse value: 363.487436847. iteration 4461, perturbing to get out of local maxima iteration 4462 found worse value: 363.487436847. iteration 4463 found worse value: 363.487436847. iteration 4463, perturbing to get out of local maxima iteration 4464 found worse value: 363.487436847. iteration 4464, perturbing to get out of local maxima iteration 4465 found worse value: 363.487436847. iteration 4465, perturbing to get out of local maxima iteration 4466 found worse value: 363.487436847. iteration 4466, perturbing to get out of local maxima iteration 4467 found worse value: 363.487436847. iteration 4467, perturbing to get out of local maxima iteration 4468 found worse value: 363.487436847. iteration 4469 found worse value: 363.487436847. iteration 4470 found worse value: 363.487436847. iteration 4471 found worse value: 363.487436847. iteration 4472 found worse value: 363.487436847. iteration 4473 found worse value: 363.487436847. iteration 4474 found worse value: 363.487436847. iteration 4475 found worse value: 363.487436847. iteration 4476 found worse value: 363.487436847. iteration 4477 found worse value: 363.487436847. iteration 4478 found worse value: 363.487436847. iteration 4478, perturbing to get out of local maxima iteration 4479 found worse value: 363.487436847. iteration 4480 found worse value: 363.487436847. iteration 4480, perturbing to get out of local maxima iteration 4481 found worse value: 363.487436847. iteration 4482 found worse value: 363.487436847. iteration 4482, perturbing to get out of local maxima iteration 4483 found worse value: 363.487436847. iteration 4483, perturbing to get out of local maxima iteration 4484 found worse value: 363.487436847. iteration 4485 found worse value: 363.487436847. iteration 4486 found worse value: 363.487436847. iteration 4487 found worse value: 363.487436847. iteration 4487, perturbing to get out of local maxima iteration 4488 found worse value: 363.487436847. iteration 4489 found worse value: 363.487436847. iteration 4489, perturbing to get out of local maxima iteration 4490 found worse value: 363.487436847. iteration 4490, perturbing to get out of local maxima iteration 4491 found worse value: 363.487436847. iteration 4492 found worse value: 363.487436847. iteration 4492, perturbing to get out of local maxima iteration 4493 found worse value: 363.487436847. iteration 4493, perturbing to get out of local maxima iteration 4494 found worse value: 363.487436847. iteration 4494, perturbing to get out of local maxima iteration 4495 found worse value: 363.487436847. iteration 4496 found worse value: 363.487436847. iteration 4497 found worse value: 363.487436847. iteration 4498 found worse value: 363.487436847. iteration 4499 found worse value: 363.487436847. iteration 4499, perturbing to get out of local maxima iteration 4500 found worse value: 363.487436847. iteration 4500, perturbing to get out of local maxima iteration 4501 found worse value: 363.487436847. iteration 4502 found worse value: 363.487436847. iteration 4503 found worse value: 363.487436847. iteration 4504 found worse value: 363.487436847. iteration 4505 found worse value: 363.487436847. iteration 4506 found worse value: 363.487436847. iteration 4507 found worse value: 363.487436847. iteration 4507, perturbing to get out of local maxima iteration 4508 found worse value: 363.487436847. iteration 4509 found worse value: 363.487436847. iteration 4510 found worse value: 363.487436847. iteration 4510, perturbing to get out of local maxima iteration 4511 found worse value: 363.487436847. iteration 4511, perturbing to get out of local maxima iteration 4512 found worse value: 363.487436847. iteration 4512, perturbing to get out of local maxima iteration 4513 found worse value: 363.487436847. iteration 4514 found worse value: 363.487436847. iteration 4514, perturbing to get out of local maxima iteration 4515 found worse value: 363.487436847. iteration 4516 found worse value: 363.487436847. iteration 4516, perturbing to get out of local maxima iteration 4517 found worse value: 363.487436847. iteration 4518 found worse value: 363.487436847. iteration 4519 found worse value: 363.487436847. iteration 4520 found worse value: 363.487436847. iteration 4521 found worse value: 363.487436847. iteration 4522 found worse value: 363.487436847. iteration 4522, perturbing to get out of local maxima iteration 4523 found worse value: 363.487436847. iteration 4523, perturbing to get out of local maxima iteration 4524 found worse value: 363.487436847. iteration 4525 found worse value: 363.487436847. iteration 4525, perturbing to get out of local maxima iteration 4526 found worse value: 363.487436847. iteration 4526, perturbing to get out of local maxima iteration 4527 found worse value: 363.487436847. iteration 4527, perturbing to get out of local maxima iteration 4528 found worse value: 363.487436847. iteration 4528, perturbing to get out of local maxima iteration 4529 found worse value: 363.487436847. iteration 4530 found worse value: 363.487436847. iteration 4530, perturbing to get out of local maxima iteration 4531 found worse value: 363.487436847. iteration 4531, perturbing to get out of local maxima iteration 4532 found worse value: 363.487436847. iteration 4533 found worse value: 363.487436847. iteration 4534 found worse value: 363.487436847. iteration 4535 found worse value: 363.487436847. iteration 4535, perturbing to get out of local maxima iteration 4536 found worse value: 363.487436847. iteration 4537 found worse value: 363.487436847. iteration 4538 found worse value: 363.487436847. iteration 4538, perturbing to get out of local maxima iteration 4539 found worse value: 363.487436847. iteration 4540 found worse value: 363.487436847. iteration 4541 found worse value: 363.487436847. iteration 4541, perturbing to get out of local maxima iteration 4542 found worse value: 363.487436847. iteration 4542, perturbing to get out of local maxima iteration 4543 found worse value: 363.487436847. iteration 4544 found worse value: 363.487436847. iteration 4545 found worse value: 363.487436847. iteration 4546 found worse value: 363.487436847. iteration 4546, perturbing to get out of local maxima iteration 4547 found worse value: 363.487436847. iteration 4548 found worse value: 363.487436847. iteration 4549 found worse value: 363.487436847. iteration 4550 found worse value: 363.487436847. iteration 4550, perturbing to get out of local maxima iteration 4551 found worse value: 363.487436847. iteration 4552 found worse value: 363.487436847. iteration 4553 found worse value: 363.487436847. iteration 4553, perturbing to get out of local maxima iteration 4554 found worse value: 363.487436847. iteration 4554, perturbing to get out of local maxima iteration 4555 found worse value: 363.487436847. iteration 4555, perturbing to get out of local maxima iteration 4556 found worse value: 363.487436847. iteration 4556, perturbing to get out of local maxima iteration 4557 found worse value: 363.487436847. iteration 4558 found worse value: 363.487436847. iteration 4559 found worse value: 363.487436847. iteration 4560 found worse value: 363.487436847. iteration 4560, perturbing to get out of local maxima iteration 4561 found worse value: 363.487436847. iteration 4561, perturbing to get out of local maxima iteration 4562 found worse value: 363.487436847. iteration 4563 found worse value: 363.487436847. iteration 4564 found worse value: 363.487436847. iteration 4565 found worse value: 363.487436847. iteration 4566 found worse value: 363.487436847. iteration 4567 found worse value: 363.487436847. iteration 4567, perturbing to get out of local maxima iteration 4568 found worse value: 363.487436847. iteration 4569 found worse value: 363.487436847. iteration 4569, perturbing to get out of local maxima iteration 4570 found worse value: 363.487436847. iteration 4570, perturbing to get out of local maxima iteration 4571 found worse value: 363.487436847. iteration 4572 found worse value: 363.487436847. iteration 4573 found worse value: 363.487436847. iteration 4573, perturbing to get out of local maxima iteration 4574 found worse value: 363.487436847. iteration 4574, perturbing to get out of local maxima iteration 4575 found worse value: 363.487436847. iteration 4576 found worse value: 363.487436847. iteration 4577 found worse value: 363.487436847. iteration 4577, perturbing to get out of local maxima iteration 4578 found worse value: 363.487436847. iteration 4578, perturbing to get out of local maxima iteration 4579 found worse value: 363.487436847. iteration 4579, perturbing to get out of local maxima iteration 4580 found worse value: 363.487436847. iteration 4581 found worse value: 363.487436847. iteration 4582 found worse value: 363.487436847. iteration 4582, perturbing to get out of local maxima iteration 4583 found worse value: 363.487436847. iteration 4584 found worse value: 363.487436847. iteration 4585 found worse value: 363.487436847. iteration 4585, perturbing to get out of local maxima iteration 4586 found worse value: 363.487436847. iteration 4587 found worse value: 363.487436847. iteration 4587, perturbing to get out of local maxima iteration 4588 found worse value: 363.487436847. iteration 4588, perturbing to get out of local maxima iteration 4589 found worse value: 363.487436847. iteration 4590 found worse value: 363.487436847. iteration 4591 found worse value: 363.487436847. iteration 4592 found worse value: 363.487436847. iteration 4593 found worse value: 363.487436847. iteration 4593, perturbing to get out of local maxima iteration 4594 found worse value: 363.487436847. iteration 4595 found worse value: 363.487436847. iteration 4595, perturbing to get out of local maxima iteration 4596 found worse value: 363.487436847. iteration 4596, perturbing to get out of local maxima iteration 4597 found worse value: 363.487436847. iteration 4597, perturbing to get out of local maxima iteration 4598 found worse value: 363.487436847. iteration 4599 found worse value: 363.487436847. iteration 4599, perturbing to get out of local maxima iteration 4600 found worse value: 363.487436847. iteration 4601 found worse value: 363.487436847. iteration 4602 found worse value: 363.487436847. iteration 4603 found worse value: 363.487436847. iteration 4603, perturbing to get out of local maxima iteration 4604 found worse value: 363.487436847. iteration 4605 found worse value: 363.487436847. iteration 4606 found worse value: 363.487436847. iteration 4606, perturbing to get out of local maxima iteration 4607 found worse value: 363.487436847. iteration 4608 found worse value: 363.487436847. iteration 4609 found worse value: 363.487436847. iteration 4609, perturbing to get out of local maxima iteration 4610 found worse value: 363.487436847. iteration 4610, perturbing to get out of local maxima iteration 4611 found worse value: 363.487436847. iteration 4612 found worse value: 363.487436847. iteration 4612, perturbing to get out of local maxima iteration 4613 found worse value: 363.487436847. iteration 4614 found worse value: 363.487436847. iteration 4615 found worse value: 363.487436847. iteration 4616 found worse value: 363.487436847. iteration 4616, perturbing to get out of local maxima iteration 4617 found worse value: 363.487436847. iteration 4617, perturbing to get out of local maxima iteration 4618 found worse value: 363.487436847. iteration 4619 found worse value: 363.487436847. iteration 4619, perturbing to get out of local maxima iteration 4620 found worse value: 363.487436847. iteration 4621 found worse value: 363.487436847. iteration 4622 found worse value: 363.487436847. iteration 4623 found worse value: 363.487436847. iteration 4624 found worse value: 363.487436847. iteration 4624, perturbing to get out of local maxima iteration 4625 found worse value: 363.487436847. iteration 4625, perturbing to get out of local maxima iteration 4626 found worse value: 363.487436847. iteration 4627 found worse value: 363.487436847. iteration 4627, perturbing to get out of local maxima iteration 4628 found worse value: 363.487436847. iteration 4629 found worse value: 363.487436847. iteration 4630 found worse value: 363.487436847. iteration 4630, perturbing to get out of local maxima iteration 4631 found worse value: 363.487436847. iteration 4631, perturbing to get out of local maxima iteration 4632 found worse value: 363.487436847. iteration 4633 found worse value: 363.487436847. iteration 4633, perturbing to get out of local maxima iteration 4634 found worse value: 363.487436847. iteration 4635 found worse value: 363.487436847. iteration 4636 found worse value: 363.487436847. iteration 4637 found worse value: 363.487436847. iteration 4637, perturbing to get out of local maxima iteration 4638 found worse value: 363.487436847. iteration 4638, perturbing to get out of local maxima iteration 4639 found worse value: 363.487436847. iteration 4639, perturbing to get out of local maxima iteration 4640 found worse value: 363.487436847. iteration 4641 found worse value: 363.487436847. iteration 4642 found worse value: 363.487436847. iteration 4642, perturbing to get out of local maxima iteration 4643 found worse value: 363.487436847. iteration 4643, perturbing to get out of local maxima iteration 4644 found worse value: 363.487436847. iteration 4644, perturbing to get out of local maxima iteration 4645 found worse value: 363.487436847. iteration 4646 found worse value: 363.487436847. iteration 4647 found worse value: 363.487436847. iteration 4648 found worse value: 363.487436847. iteration 4648, perturbing to get out of local maxima iteration 4649 found worse value: 363.487436847. iteration 4650 found worse value: 363.487436847. iteration 4651 found worse value: 363.487436847. iteration 4651, perturbing to get out of local maxima iteration 4652 found worse value: 363.487436847. iteration 4652, perturbing to get out of local maxima iteration 4653 found worse value: 363.487436847. iteration 4654 found worse value: 363.487436847. iteration 4655 found worse value: 363.487436847. iteration 4656 found worse value: 363.487436847. iteration 4656, perturbing to get out of local maxima iteration 4657 found worse value: 363.487436847. iteration 4658 found worse value: 363.487436847. iteration 4659 found worse value: 363.487436847. iteration 4659, perturbing to get out of local maxima iteration 4660 found worse value: 363.487436847. iteration 4660, perturbing to get out of local maxima iteration 4661 found worse value: 363.487436847. iteration 4662 found worse value: 363.487436847. iteration 4662, perturbing to get out of local maxima iteration 4663 found worse value: 363.487436847. iteration 4663, perturbing to get out of local maxima iteration 4664 found worse value: 363.487436847. iteration 4664, perturbing to get out of local maxima iteration 4665 found worse value: 363.487436847. iteration 4666 found worse value: 363.487436847. iteration 4667 found worse value: 363.487436847. iteration 4668 found worse value: 363.487436847. iteration 4668, perturbing to get out of local maxima iteration 4669 found worse value: 363.487436847. iteration 4670 found worse value: 363.487436847. iteration 4671 found worse value: 363.487436847. iteration 4672 found worse value: 363.487436847. iteration 4673 found worse value: 363.487436847. iteration 4674 found worse value: 363.487436847. iteration 4675 found worse value: 363.487436847. iteration 4675, perturbing to get out of local maxima iteration 4676 found worse value: 363.487436847. iteration 4676, perturbing to get out of local maxima iteration 4677 found worse value: 363.487436847. iteration 4677, perturbing to get out of local maxima iteration 4678 found worse value: 363.487436847. iteration 4678, perturbing to get out of local maxima iteration 4679 found worse value: 363.487436847. iteration 4680 found worse value: 363.487436847. iteration 4680, perturbing to get out of local maxima iteration 4681 found worse value: 363.487436847. iteration 4682 found worse value: 363.487436847. iteration 4682, perturbing to get out of local maxima iteration 4683 found worse value: 363.487436847. iteration 4684 found worse value: 363.487436847. iteration 4684, perturbing to get out of local maxima iteration 4685 found worse value: 363.487436847. iteration 4686 found worse value: 363.487436847. iteration 4687 found worse value: 363.487436847. iteration 4688 found worse value: 363.487436847. iteration 4689 found worse value: 363.487436847. iteration 4689, perturbing to get out of local maxima iteration 4690 found worse value: 363.487436847. iteration 4691 found worse value: 363.487436847. iteration 4692 found worse value: 363.487436847. iteration 4693 found worse value: 363.487436847. iteration 4694 found worse value: 363.487436847. iteration 4694, perturbing to get out of local maxima iteration 4695 found worse value: 363.487436847. iteration 4695, perturbing to get out of local maxima iteration 4696 found worse value: 363.487436847. iteration 4696, perturbing to get out of local maxima iteration 4697 found worse value: 363.487436847. iteration 4698 found worse value: 363.487436847. iteration 4698, perturbing to get out of local maxima iteration 4699 found worse value: 363.487436847. iteration 4699, perturbing to get out of local maxima iteration 4700 found worse value: 363.487436847. iteration 4701 found worse value: 363.487436847. iteration 4702 found worse value: 363.487436847. iteration 4702, perturbing to get out of local maxima iteration 4703 found worse value: 363.487436847. iteration 4704 found worse value: 363.487436847. iteration 4705 found worse value: 363.487436847. iteration 4706 found worse value: 363.487436847. iteration 4707 found worse value: 363.487436847. iteration 4708 found worse value: 363.487436847. iteration 4708, perturbing to get out of local maxima iteration 4709 found worse value: 363.487436847. iteration 4710 found worse value: 363.487436847. iteration 4710, perturbing to get out of local maxima iteration 4711 found worse value: 363.487436847. iteration 4712 found worse value: 363.487436847. iteration 4713 found worse value: 363.487436847. iteration 4714 found worse value: 363.487436847. iteration 4714, perturbing to get out of local maxima iteration 4715 found worse value: 363.487436847. iteration 4716 found worse value: 363.487436847. iteration 4716, perturbing to get out of local maxima iteration 4717 found worse value: 363.487436847. iteration 4718 found worse value: 363.487436847. iteration 4718, perturbing to get out of local maxima iteration 4719 found worse value: 363.487436847. iteration 4719, perturbing to get out of local maxima iteration 4720 found worse value: 363.487436847. iteration 4720, perturbing to get out of local maxima iteration 4721 found worse value: 363.487436847. iteration 4722 found worse value: 363.487436847. iteration 4723 found worse value: 363.487436847. iteration 4724 found worse value: 363.487436847. iteration 4725 found worse value: 363.487436847. iteration 4726 found worse value: 363.487436847. iteration 4727 found worse value: 363.487436847. iteration 4728 found worse value: 363.487436847. iteration 4729 found worse value: 363.487436847. iteration 4729, perturbing to get out of local maxima iteration 4730 found worse value: 363.487436847. iteration 4730, perturbing to get out of local maxima iteration 4731 found worse value: 363.487436847. iteration 4732 found worse value: 363.487436847. iteration 4733 found worse value: 363.487436847. iteration 4733, perturbing to get out of local maxima iteration 4734 found worse value: 363.487436847. iteration 4735 found worse value: 363.487436847. iteration 4736 found worse value: 363.487436847. iteration 4737 found worse value: 363.487436847. iteration 4738 found worse value: 363.487436847. iteration 4738, perturbing to get out of local maxima iteration 4739 found worse value: 363.487436847. iteration 4739, perturbing to get out of local maxima iteration 4740 found worse value: 363.487436847. iteration 4741 found worse value: 363.487436847. iteration 4742 found worse value: 363.487436847. iteration 4743 found worse value: 363.487436847. iteration 4743, perturbing to get out of local maxima iteration 4744 found worse value: 363.487436847. iteration 4745 found worse value: 363.487436847. iteration 4746 found worse value: 363.487436847. iteration 4747 found worse value: 363.487436847. iteration 4748 found worse value: 363.487436847. iteration 4748, perturbing to get out of local maxima iteration 4749 found worse value: 363.487436847. iteration 4750 found worse value: 363.487436847. iteration 4751 found worse value: 363.487436847. iteration 4752 found worse value: 363.487436847. iteration 4753 found worse value: 363.487436847. iteration 4754 found worse value: 363.487436847. iteration 4755 found worse value: 363.487436847. iteration 4755, perturbing to get out of local maxima iteration 4756 found worse value: 363.487436847. iteration 4756, perturbing to get out of local maxima iteration 4757 found worse value: 363.487436847. iteration 4757, perturbing to get out of local maxima iteration 4758 found worse value: 363.487436847. iteration 4758, perturbing to get out of local maxima iteration 4759 found worse value: 363.487436847. iteration 4760 found worse value: 363.487436847. iteration 4760, perturbing to get out of local maxima iteration 4761 found worse value: 363.487436847. iteration 4761, perturbing to get out of local maxima iteration 4762 found worse value: 363.487436847. iteration 4762, perturbing to get out of local maxima iteration 4763 found worse value: 363.487436847. iteration 4764 found worse value: 363.487436847. iteration 4765 found worse value: 363.487436847. iteration 4765, perturbing to get out of local maxima iteration 4766 found worse value: 363.487436847. iteration 4767 found worse value: 363.487436847. iteration 4768 found worse value: 363.487436847. iteration 4769 found worse value: 363.487436847. iteration 4769, perturbing to get out of local maxima iteration 4770 found worse value: 363.487436847. iteration 4770, perturbing to get out of local maxima iteration 4771 found worse value: 363.487436847. iteration 4772 found worse value: 363.487436847. iteration 4773 found worse value: 363.487436847. iteration 4773, perturbing to get out of local maxima iteration 4774 found worse value: 363.487436847. iteration 4774, perturbing to get out of local maxima iteration 4775 found worse value: 363.487436847. iteration 4775, perturbing to get out of local maxima iteration 4776 found worse value: 363.487436847. iteration 4777 found worse value: 363.487436847. iteration 4778 found worse value: 363.487436847. iteration 4779 found worse value: 363.487436847. iteration 4780 found worse value: 363.487436847. iteration 4780, perturbing to get out of local maxima iteration 4781 found worse value: 363.487436847. iteration 4782 found worse value: 363.487436847. iteration 4783 found worse value: 363.487436847. iteration 4783, perturbing to get out of local maxima iteration 4784 found worse value: 363.487436847. iteration 4785 found worse value: 363.487436847. iteration 4786 found worse value: 363.487436847. iteration 4786, perturbing to get out of local maxima iteration 4787 found worse value: 363.487436847. iteration 4788 found worse value: 363.487436847. iteration 4789 found worse value: 363.487436847. iteration 4789, perturbing to get out of local maxima iteration 4790 found worse value: 363.487436847. iteration 4791 found worse value: 363.487436847. iteration 4791, perturbing to get out of local maxima iteration 4792 found worse value: 363.487436847. iteration 4793 found worse value: 363.487436847. iteration 4794 found worse value: 363.487436847. iteration 4795 found worse value: 363.487436847. iteration 4795, perturbing to get out of local maxima iteration 4796 found worse value: 363.487436847. iteration 4797 found worse value: 363.487436847. iteration 4798 found worse value: 363.487436847. iteration 4799 found worse value: 363.487436847. iteration 4799, perturbing to get out of local maxima iteration 4800 found worse value: 363.487436847. iteration 4801 found worse value: 363.487436847. iteration 4802 found worse value: 363.487436847. iteration 4803 found worse value: 363.487436847. iteration 4804 found worse value: 363.487436847. iteration 4805 found worse value: 363.487436847. iteration 4805, perturbing to get out of local maxima iteration 4806 found worse value: 363.487436847. iteration 4807 found worse value: 363.487436847. iteration 4808 found worse value: 363.487436847. iteration 4808, perturbing to get out of local maxima iteration 4809 found worse value: 363.487436847. iteration 4810 found worse value: 363.487436847. iteration 4811 found worse value: 363.487436847. iteration 4812 found worse value: 363.487436847. iteration 4812, perturbing to get out of local maxima iteration 4813 found worse value: 363.487436847. iteration 4814 found worse value: 363.487436847. iteration 4815 found worse value: 363.487436847. iteration 4816 found worse value: 363.487436847. iteration 4817 found worse value: 363.487436847. iteration 4818 found worse value: 363.487436847. iteration 4819 found worse value: 363.487436847. iteration 4820 found worse value: 363.487436847. iteration 4821 found worse value: 363.487436847. iteration 4822 found worse value: 363.487436847. iteration 4822, perturbing to get out of local maxima iteration 4823 found worse value: 363.487436847. iteration 4824 found worse value: 363.487436847. iteration 4824, perturbing to get out of local maxima iteration 4825 found worse value: 363.487436847. iteration 4825, perturbing to get out of local maxima iteration 4826 found worse value: 363.487436847. iteration 4826, perturbing to get out of local maxima iteration 4827 found worse value: 363.487436847. iteration 4828 found worse value: 363.487436847. iteration 4828, perturbing to get out of local maxima iteration 4829 found worse value: 363.487436847. iteration 4830 found worse value: 363.487436847. iteration 4830, perturbing to get out of local maxima iteration 4831 found worse value: 363.487436847. iteration 4832 found worse value: 363.487436847. iteration 4833 found worse value: 363.487436847. iteration 4833, perturbing to get out of local maxima iteration 4834 found worse value: 363.487436847. iteration 4834, perturbing to get out of local maxima iteration 4835 found worse value: 363.487436847. iteration 4836 found worse value: 363.487436847. iteration 4836, perturbing to get out of local maxima iteration 4837 found worse value: 363.487436847. iteration 4837, perturbing to get out of local maxima iteration 4838 found worse value: 363.487436847. iteration 4838, perturbing to get out of local maxima iteration 4839 found worse value: 363.487436847. iteration 4839, perturbing to get out of local maxima iteration 4840 found worse value: 363.487436847. iteration 4840, perturbing to get out of local maxima iteration 4841 found worse value: 363.487436847. iteration 4841, perturbing to get out of local maxima iteration 4842 found worse value: 363.487436847. iteration 4842, perturbing to get out of local maxima iteration 4843 found worse value: 363.487436847. iteration 4843, perturbing to get out of local maxima iteration 4844 found worse value: 363.487436847. iteration 4845 found worse value: 363.487436847. iteration 4846 found worse value: 363.487436847. iteration 4847 found worse value: 363.487436847. iteration 4847, perturbing to get out of local maxima iteration 4848 found worse value: 363.487436847. iteration 4848, perturbing to get out of local maxima iteration 4849 found worse value: 363.487436847. iteration 4850 found worse value: 363.487436847. iteration 4851 found worse value: 363.487436847. iteration 4852 found worse value: 363.487436847. iteration 4853 found worse value: 363.487436847. iteration 4853, perturbing to get out of local maxima iteration 4854 found worse value: 363.487436847. iteration 4854, perturbing to get out of local maxima iteration 4855 found worse value: 363.487436847. iteration 4855, perturbing to get out of local maxima iteration 4856 found worse value: 363.487436847. iteration 4856, perturbing to get out of local maxima iteration 4857 found worse value: 363.487436847. iteration 4857, perturbing to get out of local maxima iteration 4858 found worse value: 363.487436847. iteration 4859 found worse value: 363.487436847. iteration 4860 found worse value: 363.487436847. iteration 4861 found worse value: 363.487436847. iteration 4862 found worse value: 363.487436847. iteration 4863 found worse value: 363.487436847. iteration 4863, perturbing to get out of local maxima iteration 4864 found worse value: 363.487436847. iteration 4864, perturbing to get out of local maxima iteration 4865 found worse value: 363.487436847. iteration 4866 found worse value: 363.487436847. iteration 4867 found worse value: 363.487436847. iteration 4867, perturbing to get out of local maxima iteration 4868 found worse value: 363.487436847. iteration 4868, perturbing to get out of local maxima iteration 4869 found worse value: 363.487436847. iteration 4870 found worse value: 363.487436847. iteration 4870, perturbing to get out of local maxima iteration 4871 found worse value: 363.487436847. iteration 4872 found worse value: 363.487436847. iteration 4872, perturbing to get out of local maxima iteration 4873 found worse value: 363.487436847. iteration 4874 found worse value: 363.487436847. iteration 4874, perturbing to get out of local maxima iteration 4875 found worse value: 363.487436847. iteration 4876 found worse value: 363.487436847. iteration 4876, perturbing to get out of local maxima iteration 4877 found worse value: 363.487436847. iteration 4878 found worse value: 363.487436847. iteration 4879 found worse value: 363.487436847. iteration 4879, perturbing to get out of local maxima iteration 4880 found worse value: 363.487436847. iteration 4881 found worse value: 363.487436847. iteration 4882 found worse value: 363.487436847. iteration 4883 found worse value: 363.487436847. iteration 4883, perturbing to get out of local maxima iteration 4884 found worse value: 363.487436847. iteration 4885 found worse value: 363.487436847. iteration 4885, perturbing to get out of local maxima iteration 4886 found worse value: 363.487436847. iteration 4886, perturbing to get out of local maxima iteration 4887 found worse value: 363.487436847. iteration 4888 found worse value: 363.487436847. iteration 4888, perturbing to get out of local maxima iteration 4889 found worse value: 363.487436847. iteration 4890 found worse value: 363.487436847. iteration 4890, perturbing to get out of local maxima iteration 4891 found worse value: 363.487436847. iteration 4892 found worse value: 363.487436847. iteration 4892, perturbing to get out of local maxima iteration 4893 found worse value: 363.487436847. iteration 4893, perturbing to get out of local maxima iteration 4894 found worse value: 363.487436847. iteration 4894, perturbing to get out of local maxima iteration 4895 found worse value: 363.487436847. iteration 4896 found worse value: 363.487436847. iteration 4897 found worse value: 363.487436847. iteration 4898 found worse value: 363.487436847. iteration 4898, perturbing to get out of local maxima iteration 4899 found worse value: 363.487436847. iteration 4899, perturbing to get out of local maxima iteration 4900 found worse value: 363.487436847. iteration 4901 found worse value: 363.487436847. iteration 4901, perturbing to get out of local maxima iteration 4902 found worse value: 363.487436847. iteration 4903 found worse value: 363.487436847. iteration 4904 found worse value: 363.487436847. iteration 4905 found worse value: 363.487436847. iteration 4906 found worse value: 363.487436847. iteration 4907 found worse value: 363.487436847. iteration 4908 found worse value: 363.487436847. iteration 4909 found worse value: 363.487436847. iteration 4910 found worse value: 363.487436847. iteration 4911 found worse value: 363.487436847. iteration 4911, perturbing to get out of local maxima iteration 4912 found worse value: 363.487436847. iteration 4913 found worse value: 363.487436847. iteration 4913, perturbing to get out of local maxima iteration 4914 found worse value: 363.487436847. iteration 4915 found worse value: 363.487436847. iteration 4915, perturbing to get out of local maxima iteration 4916 found worse value: 363.487436847. iteration 4916, perturbing to get out of local maxima iteration 4917 found worse value: 363.487436847. iteration 4918 found worse value: 363.487436847. iteration 4919 found worse value: 363.487436847. iteration 4919, perturbing to get out of local maxima iteration 4920 found worse value: 363.487436847. iteration 4920, perturbing to get out of local maxima iteration 4921 found worse value: 363.487436847. iteration 4921, perturbing to get out of local maxima iteration 4922 found worse value: 363.487436847. iteration 4923 found worse value: 363.487436847. iteration 4923, perturbing to get out of local maxima iteration 4924 found worse value: 363.487436847. iteration 4925 found worse value: 363.487436847. iteration 4926 found worse value: 363.487436847. iteration 4927 found worse value: 363.487436847. iteration 4928 found worse value: 363.487436847. iteration 4929 found worse value: 363.487436847. iteration 4930 found worse value: 363.487436847. iteration 4930, perturbing to get out of local maxima iteration 4931 found worse value: 363.487436847. iteration 4932 found worse value: 363.487436847. iteration 4933 found worse value: 363.487436847. iteration 4933, perturbing to get out of local maxima iteration 4934 found worse value: 363.487436847. iteration 4935 found worse value: 363.487436847. iteration 4935, perturbing to get out of local maxima iteration 4936 found worse value: 363.487436847. iteration 4937 found worse value: 363.487436847. iteration 4937, perturbing to get out of local maxima iteration 4938 found worse value: 363.487436847. iteration 4939 found worse value: 363.487436847. iteration 4940 found worse value: 363.487436847. iteration 4940, perturbing to get out of local maxima iteration 4941 found worse value: 363.487436847. iteration 4942 found worse value: 363.487436847. iteration 4942, perturbing to get out of local maxima iteration 4943 found worse value: 363.487436847. iteration 4944 found worse value: 363.487436847. iteration 4944, perturbing to get out of local maxima iteration 4945 found worse value: 363.487436847. iteration 4945, perturbing to get out of local maxima iteration 4946 found worse value: 363.487436847. iteration 4946, perturbing to get out of local maxima iteration 4947 found worse value: 363.487436847. iteration 4948 found worse value: 363.487436847. iteration 4949 found worse value: 363.487436847. iteration 4950 found worse value: 363.487436847. iteration 4951 found worse value: 363.487436847. iteration 4951, perturbing to get out of local maxima iteration 4952 found worse value: 363.487436847. iteration 4953 found worse value: 363.487436847. iteration 4954 found worse value: 363.487436847. iteration 4955 found worse value: 363.487436847. iteration 4956 found worse value: 363.487436847. iteration 4957 found worse value: 363.487436847. iteration 4958 found worse value: 363.487436847. iteration 4958, perturbing to get out of local maxima iteration 4959 found worse value: 363.487436847. iteration 4959, perturbing to get out of local maxima iteration 4960 found worse value: 363.487436847. iteration 4960, perturbing to get out of local maxima iteration 4961 found worse value: 363.487436847. iteration 4962 found worse value: 363.487436847. iteration 4963 found worse value: 363.487436847. iteration 4963, perturbing to get out of local maxima iteration 4964 found worse value: 363.487436847. iteration 4965 found worse value: 363.487436847. iteration 4965, perturbing to get out of local maxima iteration 4966 found worse value: 363.487436847. iteration 4967 found worse value: 363.487436847. iteration 4967, perturbing to get out of local maxima iteration 4968 found worse value: 363.487436847. iteration 4968, perturbing to get out of local maxima iteration 4969 found worse value: 363.487436847. iteration 4969, perturbing to get out of local maxima iteration 4970 found worse value: 363.487436847. iteration 4971 found worse value: 363.487436847. iteration 4971, perturbing to get out of local maxima iteration 4972 found worse value: 363.487436847. iteration 4973 found worse value: 363.487436847. iteration 4974 found worse value: 363.487436847. iteration 4975 found worse value: 363.487436847. iteration 4975, perturbing to get out of local maxima iteration 4976 found worse value: 363.487436847. iteration 4977 found worse value: 363.487436847. iteration 4978 found worse value: 363.487436847. iteration 4979 found worse value: 363.487436847. iteration 4980 found worse value: 363.487436847. iteration 4981 found worse value: 363.487436847. iteration 4982 found worse value: 363.487436847. iteration 4983 found worse value: 363.487436847. iteration 4983, perturbing to get out of local maxima iteration 4984 found worse value: 363.487436847. iteration 4985 found worse value: 363.487436847. iteration 4986 found worse value: 363.487436847. iteration 4986, perturbing to get out of local maxima iteration 4987 found worse value: 363.487436847. iteration 4988 found worse value: 363.487436847. iteration 4989 found worse value: 363.487436847. iteration 4990 found worse value: 363.487436847. iteration 4991 found worse value: 363.487436847. iteration 4992 found worse value: 363.487436847. iteration 4992, perturbing to get out of local maxima iteration 4993 found worse value: 363.487436847. iteration 4993, perturbing to get out of local maxima iteration 4994 found worse value: 363.487436847. iteration 4995 found worse value: 363.487436847. iteration 4996 found worse value: 363.487436847. iteration 4997 found worse value: 363.487436847. iteration 4997, perturbing to get out of local maxima iteration 4998 found worse value: 363.487436847. iteration 4999 found worse value: 363.487436847. iteration 5000 found worse value: 363.487436847. iteration 5001 found worse value: 363.487436847. iteration 5002 found worse value: 363.487436847. iteration 5002, perturbing to get out of local maxima iteration 5003 found worse value: 363.487436847. iteration 5003, perturbing to get out of local maxima iteration 5004 found worse value: 363.487436847. iteration 5004, perturbing to get out of local maxima iteration 5005 found worse value: 363.487436847. iteration 5005, perturbing to get out of local maxima iteration 5006 found worse value: 363.487436847. iteration 5007 found worse value: 363.487436847. iteration 5008 found worse value: 363.487436847. iteration 5009 found worse value: 363.487436847. iteration 5009, perturbing to get out of local maxima iteration 5010 found worse value: 363.487436847. iteration 5011 found worse value: 363.487436847. iteration 5012 found worse value: 363.487436847. iteration 5013 found worse value: 363.487436847. iteration 5014 found worse value: 363.487436847. iteration 5014, perturbing to get out of local maxima iteration 5015 found worse value: 363.487436847. iteration 5016 found worse value: 363.487436847. iteration 5017 found worse value: 363.487436847. iteration 5017, perturbing to get out of local maxima iteration 5018 found worse value: 363.487436847. iteration 5019 found worse value: 363.487436847. iteration 5020 found worse value: 363.487436847. iteration 5021 found worse value: 363.487436847. iteration 5022 found worse value: 363.487436847. iteration 5023 found worse value: 363.487436847. iteration 5024 found worse value: 363.487436847. iteration 5024, perturbing to get out of local maxima iteration 5025 found worse value: 363.487436847. iteration 5026 found worse value: 363.487436847. iteration 5027 found worse value: 363.487436847. iteration 5027, perturbing to get out of local maxima iteration 5028 found worse value: 363.487436847. iteration 5028, perturbing to get out of local maxima iteration 5029 found worse value: 363.487436847. iteration 5030 found worse value: 363.487436847. iteration 5031 found worse value: 363.487436847. iteration 5032 found worse value: 363.487436847. iteration 5032, perturbing to get out of local maxima iteration 5033 found worse value: 363.487436847. iteration 5034 found worse value: 363.487436847. iteration 5035 found worse value: 363.487436847. iteration 5035, perturbing to get out of local maxima iteration 5036 found worse value: 363.487436847. iteration 5036, perturbing to get out of local maxima iteration 5037 found worse value: 363.487436847. iteration 5037, perturbing to get out of local maxima iteration 5038 found worse value: 363.487436847. iteration 5039 found worse value: 363.487436847. iteration 5040 found worse value: 363.487436847. iteration 5040, perturbing to get out of local maxima iteration 5041 found worse value: 363.487436847. iteration 5041, perturbing to get out of local maxima iteration 5042 found worse value: 363.487436847. iteration 5042, perturbing to get out of local maxima iteration 5043 found worse value: 363.487436847. iteration 5044 found worse value: 363.487436847. iteration 5044, perturbing to get out of local maxima iteration 5045 found worse value: 363.487436847. iteration 5045, perturbing to get out of local maxima iteration 5046 found worse value: 363.487436847. iteration 5047 found worse value: 363.487436847. iteration 5047, perturbing to get out of local maxima iteration 5048 found worse value: 363.487436847. iteration 5048, perturbing to get out of local maxima iteration 5049 found worse value: 363.487436847. iteration 5050 found worse value: 363.487436847. iteration 5050, perturbing to get out of local maxima iteration 5051 found worse value: 363.487436847. iteration 5052 found worse value: 363.487436847. iteration 5052, perturbing to get out of local maxima iteration 5053 found worse value: 363.487436847. iteration 5053, perturbing to get out of local maxima iteration 5054 found worse value: 363.487436847. iteration 5054, perturbing to get out of local maxima iteration 5055 found worse value: 363.487436847. iteration 5056 found worse value: 363.487436847. iteration 5056, perturbing to get out of local maxima iteration 5057 found worse value: 363.487436847. iteration 5057, perturbing to get out of local maxima iteration 5058 found worse value: 363.487436847. iteration 5058, perturbing to get out of local maxima iteration 5059 found worse value: 363.487436847. iteration 5060 found worse value: 363.487436847. iteration 5061 found worse value: 363.487436847. iteration 5062 found worse value: 363.487436847. iteration 5063 found worse value: 363.487436847. iteration 5064 found worse value: 363.487436847. iteration 5064, perturbing to get out of local maxima iteration 5065 found worse value: 363.487436847. iteration 5065, perturbing to get out of local maxima iteration 5066 found worse value: 363.487436847. iteration 5067 found worse value: 363.487436847. iteration 5067, perturbing to get out of local maxima iteration 5068 found worse value: 363.487436847. iteration 5069 found worse value: 363.487436847. iteration 5069, perturbing to get out of local maxima iteration 5070 found worse value: 363.487436847. iteration 5070, perturbing to get out of local maxima iteration 5071 found worse value: 363.487436847. iteration 5072 found worse value: 363.487436847. iteration 5073 found worse value: 363.487436847. iteration 5074 found worse value: 363.487436847. iteration 5074, perturbing to get out of local maxima iteration 5075 found worse value: 363.487436847. iteration 5076 found worse value: 363.487436847. iteration 5077 found worse value: 363.487436847. iteration 5078 found worse value: 363.487436847. iteration 5079 found worse value: 363.487436847. iteration 5080 found worse value: 363.487436847. iteration 5080, perturbing to get out of local maxima iteration 5081 found worse value: 363.487436847. iteration 5082 found worse value: 363.487436847. iteration 5083 found worse value: 363.487436847. iteration 5084 found worse value: 363.487436847. iteration 5085 found worse value: 363.487436847. iteration 5085, perturbing to get out of local maxima iteration 5086 found worse value: 363.487436847. iteration 5087 found worse value: 363.487436847. iteration 5087, perturbing to get out of local maxima iteration 5088 found worse value: 363.487436847. iteration 5088, perturbing to get out of local maxima iteration 5089 found worse value: 363.487436847. iteration 5089, perturbing to get out of local maxima iteration 5090 found worse value: 363.487436847. iteration 5091 found worse value: 363.487436847. iteration 5092 found worse value: 363.487436847. iteration 5093 found worse value: 363.487436847. iteration 5094 found worse value: 363.487436847. iteration 5095 found worse value: 363.487436847. iteration 5095, perturbing to get out of local maxima iteration 5096 found worse value: 363.487436847. iteration 5096, perturbing to get out of local maxima iteration 5097 found worse value: 363.487436847. iteration 5098 found worse value: 363.487436847. iteration 5099 found worse value: 363.487436847. iteration 5100 found worse value: 363.487436847. iteration 5101 found worse value: 363.487436847. iteration 5101, perturbing to get out of local maxima iteration 5102 found worse value: 363.487436847. iteration 5103 found worse value: 363.487436847. iteration 5104 found worse value: 363.487436847. iteration 5105 found worse value: 363.487436847. iteration 5106 found worse value: 363.487436847. iteration 5107 found worse value: 363.487436847. iteration 5108 found worse value: 363.487436847. iteration 5109 found worse value: 363.487436847. iteration 5110 found worse value: 363.487436847. iteration 5110, perturbing to get out of local maxima iteration 5111 found worse value: 363.487436847. iteration 5112 found worse value: 363.487436847. iteration 5112, perturbing to get out of local maxima iteration 5113 found worse value: 363.487436847. iteration 5114 found worse value: 363.487436847. iteration 5115 found worse value: 363.487436847. iteration 5116 found worse value: 363.487436847. iteration 5116, perturbing to get out of local maxima iteration 5117 found worse value: 363.487436847. iteration 5118 found worse value: 363.487436847. iteration 5118, perturbing to get out of local maxima iteration 5119 found worse value: 363.487436847. iteration 5120 found worse value: 363.487436847. iteration 5120, perturbing to get out of local maxima iteration 5121 found worse value: 363.487436847. iteration 5122 found worse value: 363.487436847. iteration 5122, perturbing to get out of local maxima iteration 5123 found worse value: 363.487436847. iteration 5124 found worse value: 363.487436847. iteration 5124, perturbing to get out of local maxima iteration 5125 found worse value: 363.487436847. iteration 5126 found worse value: 363.487436847. iteration 5127 found worse value: 363.487436847. iteration 5128 found worse value: 363.487436847. iteration 5129 found worse value: 363.487436847. iteration 5129, perturbing to get out of local maxima iteration 5130 found worse value: 363.487436847. iteration 5131 found worse value: 363.487436847. iteration 5132 found worse value: 363.487436847. iteration 5132, perturbing to get out of local maxima iteration 5133 found worse value: 363.487436847. iteration 5134 found worse value: 363.487436847. iteration 5134, perturbing to get out of local maxima iteration 5135 found worse value: 363.487436847. iteration 5136 found worse value: 363.487436847. iteration 5137 found worse value: 363.487436847. iteration 5137, perturbing to get out of local maxima iteration 5138 found worse value: 363.487436847. iteration 5139 found worse value: 363.487436847. iteration 5139, perturbing to get out of local maxima iteration 5140 found worse value: 363.487436847. iteration 5141 found worse value: 363.487436847. iteration 5142 found worse value: 363.487436847. iteration 5143 found worse value: 363.487436847. iteration 5144 found worse value: 363.487436847. iteration 5144, perturbing to get out of local maxima iteration 5145 found worse value: 363.487436847. iteration 5146 found worse value: 363.487436847. iteration 5147 found worse value: 363.487436847. iteration 5148 found worse value: 363.487436847. iteration 5148, perturbing to get out of local maxima iteration 5149 found worse value: 363.487436847. iteration 5149, perturbing to get out of local maxima iteration 5150 found worse value: 363.487436847. iteration 5150, perturbing to get out of local maxima iteration 5151 found worse value: 363.487436847. iteration 5152 found worse value: 363.487436847. iteration 5153 found worse value: 363.487436847. iteration 5154 found worse value: 363.487436847. iteration 5155 found worse value: 363.487436847. iteration 5155, perturbing to get out of local maxima iteration 5156 found worse value: 363.487436847. iteration 5157 found worse value: 363.487436847. iteration 5157, perturbing to get out of local maxima iteration 5158 found worse value: 363.487436847. iteration 5159 found worse value: 363.487436847. iteration 5159, perturbing to get out of local maxima iteration 5160 found worse value: 363.487436847. iteration 5160, perturbing to get out of local maxima iteration 5161 found worse value: 363.487436847. iteration 5161, perturbing to get out of local maxima iteration 5162 found worse value: 363.487436847. iteration 5163 found worse value: 363.487436847. iteration 5163, perturbing to get out of local maxima iteration 5164 found worse value: 363.487436847. iteration 5164, perturbing to get out of local maxima iteration 5165 found worse value: 363.487436847. iteration 5166 found worse value: 363.487436847. iteration 5167 found worse value: 363.487436847. iteration 5167, perturbing to get out of local maxima iteration 5168 found worse value: 363.487436847. iteration 5169 found worse value: 363.487436847. iteration 5170 found worse value: 363.487436847. iteration 5170, perturbing to get out of local maxima iteration 5171 found worse value: 363.487436847. iteration 5172 found worse value: 363.487436847. iteration 5173 found worse value: 363.487436847. iteration 5173, perturbing to get out of local maxima iteration 5174 found worse value: 363.487436847. iteration 5175 found worse value: 363.487436847. iteration 5176 found worse value: 363.487436847. iteration 5177 found worse value: 363.487436847. iteration 5177, perturbing to get out of local maxima iteration 5178 found worse value: 363.487436847. iteration 5179 found worse value: 363.487436847. iteration 5180 found worse value: 363.487436847. iteration 5181 found worse value: 363.487436847. iteration 5181, perturbing to get out of local maxima iteration 5182 found worse value: 363.487436847. iteration 5183 found worse value: 363.487436847. iteration 5184 found worse value: 363.487436847. iteration 5184, perturbing to get out of local maxima iteration 5185 found worse value: 363.487436847. iteration 5185, perturbing to get out of local maxima iteration 5186 found worse value: 363.487436847. iteration 5187 found worse value: 363.487436847. iteration 5187, perturbing to get out of local maxima iteration 5188 found worse value: 363.487436847. iteration 5189 found worse value: 363.487436847. iteration 5190 found worse value: 363.487436847. iteration 5191 found worse value: 363.487436847. iteration 5192 found worse value: 363.487436847. iteration 5193 found worse value: 363.487436847. iteration 5194 found worse value: 363.487436847. iteration 5195 found worse value: 363.487436847. iteration 5195, perturbing to get out of local maxima iteration 5196 found worse value: 363.487436847. iteration 5197 found worse value: 363.487436847. iteration 5198 found worse value: 363.487436847. iteration 5198, perturbing to get out of local maxima iteration 5199 found worse value: 363.487436847. iteration 5199, perturbing to get out of local maxima iteration 5200 found worse value: 363.487436847. iteration 5201 found worse value: 363.487436847. iteration 5202 found worse value: 363.487436847. iteration 5203 found worse value: 363.487436847. iteration 5203, perturbing to get out of local maxima iteration 5204 found worse value: 363.487436847. iteration 5204, perturbing to get out of local maxima iteration 5205 found worse value: 363.487436847. iteration 5206 found worse value: 363.487436847. iteration 5207 found worse value: 363.487436847. iteration 5207, perturbing to get out of local maxima iteration 5208 found worse value: 363.487436847. iteration 5208, perturbing to get out of local maxima iteration 5209 found worse value: 363.487436847. iteration 5209, perturbing to get out of local maxima iteration 5210 found worse value: 363.487436847. iteration 5211 found worse value: 363.487436847. iteration 5211, perturbing to get out of local maxima iteration 5212 found worse value: 363.487436847. iteration 5212, perturbing to get out of local maxima iteration 5213 found worse value: 363.487436847. iteration 5214 found worse value: 363.487436847. iteration 5215 found worse value: 363.487436847. iteration 5215, perturbing to get out of local maxima iteration 5216 found worse value: 363.487436847. iteration 5217 found worse value: 363.487436847. iteration 5217, perturbing to get out of local maxima iteration 5218 found worse value: 363.487436847. iteration 5219 found worse value: 363.487436847. iteration 5219, perturbing to get out of local maxima iteration 5220 found worse value: 363.487436847. iteration 5221 found worse value: 363.487436847. iteration 5221, perturbing to get out of local maxima iteration 5222 found worse value: 363.487436847. iteration 5223 found worse value: 363.487436847. iteration 5224 found worse value: 363.487436847. iteration 5225 found worse value: 363.487436847. iteration 5226 found worse value: 363.487436847. iteration 5227 found worse value: 363.487436847. iteration 5227, perturbing to get out of local maxima iteration 5228 found worse value: 363.487436847. iteration 5229 found worse value: 363.487436847. iteration 5229, perturbing to get out of local maxima iteration 5230 found worse value: 363.487436847. iteration 5231 found worse value: 363.487436847. iteration 5231, perturbing to get out of local maxima iteration 5232 found worse value: 363.487436847. iteration 5233 found worse value: 363.487436847. iteration 5234 found worse value: 363.487436847. iteration 5235 found worse value: 363.487436847. iteration 5235, perturbing to get out of local maxima iteration 5236 found worse value: 363.487436847. iteration 5237 found worse value: 363.487436847. iteration 5237, perturbing to get out of local maxima iteration 5238 found worse value: 363.487436847. iteration 5238, perturbing to get out of local maxima iteration 5239 found worse value: 363.487436847. iteration 5239, perturbing to get out of local maxima iteration 5240 found worse value: 363.487436847. iteration 5241 found worse value: 363.487436847. iteration 5241, perturbing to get out of local maxima iteration 5242 found worse value: 363.487436847. iteration 5242, perturbing to get out of local maxima iteration 5243 found worse value: 363.487436847. iteration 5244 found worse value: 363.487436847. iteration 5244, perturbing to get out of local maxima iteration 5245 found worse value: 363.487436847. iteration 5245, perturbing to get out of local maxima iteration 5246 found worse value: 363.487436847. iteration 5247 found worse value: 363.487436847. iteration 5247, perturbing to get out of local maxima iteration 5248 found worse value: 363.487436847. iteration 5248, perturbing to get out of local maxima iteration 5249 found worse value: 363.487436847. iteration 5250 found worse value: 363.487436847. iteration 5251 found worse value: 363.487436847. iteration 5251, perturbing to get out of local maxima iteration 5252 found worse value: 363.487436847. iteration 5253 found worse value: 363.487436847. iteration 5254 found worse value: 363.487436847. iteration 5255 found worse value: 363.487436847. iteration 5255, perturbing to get out of local maxima iteration 5256 found worse value: 363.487436847. iteration 5257 found worse value: 363.487436847. iteration 5258 found worse value: 363.487436847. iteration 5258, perturbing to get out of local maxima iteration 5259 found worse value: 363.487436847. iteration 5260 found worse value: 363.487436847. iteration 5261 found worse value: 363.487436847. iteration 5262 found worse value: 363.487436847. iteration 5262, perturbing to get out of local maxima iteration 5263 found worse value: 363.487436847. iteration 5264 found worse value: 363.487436847. iteration 5264, perturbing to get out of local maxima iteration 5265 found worse value: 363.487436847. iteration 5266 found worse value: 363.487436847. iteration 5266, perturbing to get out of local maxima iteration 5267 found worse value: 363.487436847. iteration 5267, perturbing to get out of local maxima iteration 5268 found worse value: 363.487436847. iteration 5269 found worse value: 363.487436847. iteration 5270 found worse value: 363.487436847. iteration 5271 found worse value: 363.487436847. iteration 5271, perturbing to get out of local maxima iteration 5272 found worse value: 363.487436847. iteration 5273 found worse value: 363.487436847. iteration 5273, perturbing to get out of local maxima iteration 5274 found worse value: 363.487436847. iteration 5274, perturbing to get out of local maxima iteration 5275 found worse value: 363.487436847. iteration 5275, perturbing to get out of local maxima iteration 5276 found worse value: 363.487436847. iteration 5277 found worse value: 363.487436847. iteration 5278 found worse value: 363.487436847. iteration 5279 found worse value: 363.487436847. iteration 5279, perturbing to get out of local maxima iteration 5280 found worse value: 363.487436847. iteration 5281 found worse value: 363.487436847. iteration 5281, perturbing to get out of local maxima iteration 5282 found worse value: 363.487436847. iteration 5282, perturbing to get out of local maxima iteration 5283 found worse value: 363.487436847. iteration 5284 found worse value: 363.487436847. iteration 5285 found worse value: 363.487436847. iteration 5285, perturbing to get out of local maxima iteration 5286 found worse value: 363.487436847. iteration 5286, perturbing to get out of local maxima iteration 5287 found worse value: 363.487436847. iteration 5288 found worse value: 363.487436847. iteration 5288, perturbing to get out of local maxima iteration 5289 found worse value: 363.487436847. iteration 5290 found worse value: 363.487436847. iteration 5290, perturbing to get out of local maxima iteration 5291 found worse value: 363.487436847. iteration 5292 found worse value: 363.487436847. iteration 5293 found worse value: 363.487436847. iteration 5294 found worse value: 363.487436847. iteration 5294, perturbing to get out of local maxima iteration 5295 found worse value: 363.487436847. iteration 5295, perturbing to get out of local maxima iteration 5296 found worse value: 363.487436847. iteration 5296, perturbing to get out of local maxima iteration 5297 found worse value: 363.487436847. iteration 5298 found worse value: 363.487436847. iteration 5298, perturbing to get out of local maxima iteration 5299 found worse value: 363.487436847. iteration 5300 found worse value: 363.487436847. iteration 5301 found worse value: 363.487436847. iteration 5302 found worse value: 363.487436847. iteration 5303 found worse value: 363.487436847. iteration 5304 found worse value: 363.487436847. iteration 5305 found worse value: 363.487436847. iteration 5306 found worse value: 363.487436847. iteration 5306, perturbing to get out of local maxima iteration 5307 found worse value: 363.487436847. iteration 5307, perturbing to get out of local maxima iteration 5308 found worse value: 363.487436847. iteration 5309 found worse value: 363.487436847. iteration 5310 found worse value: 363.487436847. iteration 5310, perturbing to get out of local maxima iteration 5311 found worse value: 363.487436847. iteration 5311, perturbing to get out of local maxima iteration 5312 found worse value: 363.487436847. iteration 5312, perturbing to get out of local maxima iteration 5313 found worse value: 363.487436847. iteration 5313, perturbing to get out of local maxima iteration 5314 found worse value: 363.487436847. iteration 5315 found worse value: 363.487436847. iteration 5316 found worse value: 363.487436847. iteration 5316, perturbing to get out of local maxima iteration 5317 found worse value: 363.487436847. iteration 5318 found worse value: 363.487436847. iteration 5318, perturbing to get out of local maxima iteration 5319 found worse value: 363.487436847. iteration 5319, perturbing to get out of local maxima iteration 5320 found worse value: 363.487436847. iteration 5320, perturbing to get out of local maxima iteration 5321 found worse value: 363.487436847. iteration 5321, perturbing to get out of local maxima iteration 5322 found worse value: 363.487436847. iteration 5322, perturbing to get out of local maxima iteration 5323 found worse value: 363.487436847. iteration 5324 found worse value: 363.487436847. iteration 5325 found worse value: 363.487436847. iteration 5326 found worse value: 363.487436847. iteration 5326, perturbing to get out of local maxima iteration 5327 found worse value: 363.487436847. iteration 5327, perturbing to get out of local maxima iteration 5328 found worse value: 363.487436847. iteration 5329 found worse value: 363.487436847. iteration 5330 found worse value: 363.487436847. iteration 5331 found worse value: 363.487436847. iteration 5332 found worse value: 363.487436847. iteration 5333 found worse value: 363.487436847. iteration 5334 found worse value: 363.487436847. iteration 5335 found worse value: 363.487436847. iteration 5336 found worse value: 363.487436847. iteration 5337 found worse value: 363.487436847. iteration 5338 found worse value: 363.487436847. iteration 5338, perturbing to get out of local maxima iteration 5339 found worse value: 363.487436847. iteration 5339, perturbing to get out of local maxima iteration 5340 found worse value: 363.487436847. iteration 5341 found worse value: 363.487436847. iteration 5341, perturbing to get out of local maxima iteration 5342 found worse value: 363.487436847. iteration 5343 found worse value: 363.487436847. iteration 5343, perturbing to get out of local maxima iteration 5344 found worse value: 363.487436847. iteration 5344, perturbing to get out of local maxima iteration 5345 found worse value: 363.487436847. iteration 5346 found worse value: 363.487436847. iteration 5346, perturbing to get out of local maxima iteration 5347 found worse value: 363.487436847. iteration 5347, perturbing to get out of local maxima iteration 5348 found worse value: 363.487436847. iteration 5349 found worse value: 363.487436847. iteration 5350 found worse value: 363.487436847. iteration 5350, perturbing to get out of local maxima iteration 5351 found worse value: 363.487436847. iteration 5352 found worse value: 363.487436847. iteration 5353 found worse value: 363.487436847. iteration 5354 found worse value: 363.487436847. iteration 5354, perturbing to get out of local maxima iteration 5355 found worse value: 363.487436847. iteration 5356 found worse value: 363.487436847. iteration 5356, perturbing to get out of local maxima iteration 5357 found worse value: 363.487436847. iteration 5357, perturbing to get out of local maxima iteration 5358 found worse value: 363.487436847. iteration 5358, perturbing to get out of local maxima iteration 5359 found worse value: 363.487436847. iteration 5360 found worse value: 363.487436847. iteration 5360, perturbing to get out of local maxima iteration 5361 found worse value: 363.487436847. iteration 5361, perturbing to get out of local maxima iteration 5362 found worse value: 363.487436847. iteration 5362, perturbing to get out of local maxima iteration 5363 found worse value: 363.487436847. iteration 5363, perturbing to get out of local maxima iteration 5364 found worse value: 363.487436847. iteration 5365 found worse value: 363.487436847. iteration 5366 found worse value: 363.487436847. iteration 5367 found worse value: 363.487436847. iteration 5367, perturbing to get out of local maxima iteration 5368 found worse value: 363.487436847. iteration 5369 found worse value: 363.487436847. iteration 5369, perturbing to get out of local maxima iteration 5370 found worse value: 363.487436847. iteration 5370, perturbing to get out of local maxima iteration 5371 found worse value: 363.487436847. iteration 5372 found worse value: 363.487436847. iteration 5373 found worse value: 363.487436847. iteration 5373, perturbing to get out of local maxima iteration 5374 found worse value: 363.487436847. iteration 5375 found worse value: 363.487436847. iteration 5375, perturbing to get out of local maxima iteration 5376 found worse value: 363.487436847. iteration 5376, perturbing to get out of local maxima iteration 5377 found worse value: 363.487436847. iteration 5378 found worse value: 363.487436847. iteration 5379 found worse value: 363.487436847. iteration 5380 found worse value: 363.487436847. iteration 5380, perturbing to get out of local maxima iteration 5381 found worse value: 363.487436847. iteration 5381, perturbing to get out of local maxima iteration 5382 found worse value: 363.487436847. iteration 5382, perturbing to get out of local maxima iteration 5383 found worse value: 363.487436847. iteration 5384 found worse value: 363.487436847. iteration 5384, perturbing to get out of local maxima iteration 5385 found worse value: 363.487436847. iteration 5386 found worse value: 363.487436847. iteration 5387 found worse value: 363.487436847. iteration 5388 found worse value: 363.487436847. iteration 5389 found worse value: 363.487436847. iteration 5389, perturbing to get out of local maxima iteration 5390 found worse value: 363.487436847. iteration 5391 found worse value: 363.487436847. iteration 5391, perturbing to get out of local maxima iteration 5392 found worse value: 363.487436847. iteration 5393 found worse value: 363.487436847. iteration 5394 found worse value: 363.487436847. iteration 5395 found worse value: 363.487436847. iteration 5396 found worse value: 363.487436847. iteration 5396, perturbing to get out of local maxima iteration 5397 found worse value: 363.487436847. iteration 5397, perturbing to get out of local maxima iteration 5398 found worse value: 363.487436847. iteration 5399 found worse value: 363.487436847. iteration 5399, perturbing to get out of local maxima iteration 5400 found worse value: 363.487436847. iteration 5401 found worse value: 363.487436847. iteration 5401, perturbing to get out of local maxima iteration 5402 found worse value: 363.487436847. iteration 5403 found worse value: 363.487436847. iteration 5403, perturbing to get out of local maxima iteration 5404 found worse value: 363.487436847. iteration 5405 found worse value: 363.487436847. iteration 5406 found worse value: 363.487436847. iteration 5406, perturbing to get out of local maxima iteration 5407 found worse value: 363.487436847. iteration 5407, perturbing to get out of local maxima iteration 5408 found worse value: 363.487436847. iteration 5409 found worse value: 363.487436847. iteration 5410 found worse value: 363.487436847. iteration 5411 found worse value: 363.487436847. iteration 5412 found worse value: 363.487436847. iteration 5413 found worse value: 363.487436847. iteration 5414 found worse value: 363.487436847. iteration 5415 found worse value: 363.487436847. iteration 5416 found worse value: 363.487436847. iteration 5417 found worse value: 363.487436847. iteration 5418 found worse value: 363.487436847. iteration 5419 found worse value: 363.487436847. iteration 5419, perturbing to get out of local maxima iteration 5420 found worse value: 363.487436847. iteration 5421 found worse value: 363.487436847. iteration 5422 found worse value: 363.487436847. iteration 5423 found worse value: 363.487436847. iteration 5423, perturbing to get out of local maxima iteration 5424 found worse value: 363.487436847. iteration 5425 found worse value: 363.487436847. iteration 5425, perturbing to get out of local maxima iteration 5426 found worse value: 363.487436847. iteration 5426, perturbing to get out of local maxima iteration 5427 found worse value: 363.487436847. iteration 5428 found worse value: 363.487436847. iteration 5429 found worse value: 363.487436847. iteration 5430 found worse value: 363.487436847. iteration 5430, perturbing to get out of local maxima iteration 5431 found worse value: 363.487436847. iteration 5431, perturbing to get out of local maxima iteration 5432 found worse value: 363.487436847. iteration 5432, perturbing to get out of local maxima iteration 5433 found worse value: 363.487436847. iteration 5433, perturbing to get out of local maxima iteration 5434 found worse value: 363.487436847. iteration 5434, perturbing to get out of local maxima iteration 5435 found worse value: 363.487436847. iteration 5436 found worse value: 363.487436847. iteration 5437 found worse value: 363.487436847. iteration 5438 found worse value: 363.487436847. iteration 5439 found worse value: 363.487436847. iteration 5440 found worse value: 363.487436847. iteration 5441 found worse value: 363.487436847. iteration 5442 found worse value: 363.487436847. iteration 5443 found worse value: 363.487436847. iteration 5443, perturbing to get out of local maxima iteration 5444 found worse value: 363.487436847. iteration 5444, perturbing to get out of local maxima iteration 5445 found worse value: 363.487436847. iteration 5446 found worse value: 363.487436847. iteration 5446, perturbing to get out of local maxima iteration 5447 found worse value: 363.487436847. iteration 5447, perturbing to get out of local maxima iteration 5448 found worse value: 363.487436847. iteration 5448, perturbing to get out of local maxima iteration 5449 found worse value: 363.487436847. iteration 5450 found worse value: 363.487436847. iteration 5450, perturbing to get out of local maxima iteration 5451 found worse value: 363.487436847. iteration 5452 found worse value: 363.487436847. iteration 5453 found worse value: 363.487436847. iteration 5453, perturbing to get out of local maxima iteration 5454 found worse value: 363.487436847. iteration 5454, perturbing to get out of local maxima iteration 5455 found worse value: 363.487436847. iteration 5455, perturbing to get out of local maxima iteration 5456 found worse value: 363.487436847. iteration 5456, perturbing to get out of local maxima iteration 5457 found worse value: 363.487436847. iteration 5458 found worse value: 363.487436847. iteration 5458, perturbing to get out of local maxima iteration 5459 found worse value: 363.487436847. iteration 5460 found worse value: 363.487436847. iteration 5461 found worse value: 363.487436847. iteration 5462 found worse value: 363.487436847. iteration 5463 found worse value: 363.487436847. iteration 5464 found worse value: 363.487436847. iteration 5465 found worse value: 363.487436847. iteration 5466 found worse value: 363.487436847. iteration 5466, perturbing to get out of local maxima iteration 5467 found worse value: 363.487436847. iteration 5467, perturbing to get out of local maxima iteration 5468 found worse value: 363.487436847. iteration 5469 found worse value: 363.487436847. iteration 5470 found worse value: 363.487436847. iteration 5470, perturbing to get out of local maxima iteration 5471 found worse value: 363.487436847. iteration 5471, perturbing to get out of local maxima iteration 5472 found worse value: 363.487436847. iteration 5472, perturbing to get out of local maxima iteration 5473 found worse value: 363.487436847. iteration 5474 found worse value: 363.487436847. iteration 5475 found worse value: 363.487436847. iteration 5475, perturbing to get out of local maxima iteration 5476 found worse value: 363.487436847. iteration 5477 found worse value: 363.487436847. iteration 5478 found worse value: 363.487436847. iteration 5478, perturbing to get out of local maxima iteration 5479 found worse value: 363.487436847. iteration 5480 found worse value: 363.487436847. iteration 5481 found worse value: 363.487436847. iteration 5481, perturbing to get out of local maxima iteration 5482 found worse value: 363.487436847. iteration 5483 found worse value: 363.487436847. iteration 5484 found worse value: 363.487436847. iteration 5484, perturbing to get out of local maxima iteration 5485 found worse value: 363.487436847. iteration 5486 found worse value: 363.487436847. iteration 5486, perturbing to get out of local maxima iteration 5487 found worse value: 363.487436847. iteration 5488 found worse value: 363.487436847. iteration 5488, perturbing to get out of local maxima iteration 5489 found worse value: 363.487436847. iteration 5490 found worse value: 363.487436847. iteration 5490, perturbing to get out of local maxima iteration 5491 found worse value: 363.487436847. iteration 5492 found worse value: 363.487436847. iteration 5492, perturbing to get out of local maxima iteration 5493 found worse value: 363.487436847. iteration 5494 found worse value: 363.487436847. iteration 5494, perturbing to get out of local maxima iteration 5495 found worse value: 363.487436847. iteration 5495, perturbing to get out of local maxima iteration 5496 found worse value: 363.487436847. iteration 5497 found worse value: 363.487436847. iteration 5498 found worse value: 363.487436847. iteration 5498, perturbing to get out of local maxima iteration 5499 found worse value: 363.487436847. iteration 5499, perturbing to get out of local maxima iteration 5500 found worse value: 363.487436847. iteration 5500, perturbing to get out of local maxima iteration 5501 found worse value: 363.487436847. iteration 5502 found worse value: 363.487436847. iteration 5502, perturbing to get out of local maxima iteration 5503 found worse value: 363.487436847. iteration 5504 found worse value: 363.487436847. iteration 5504, perturbing to get out of local maxima iteration 5505 found worse value: 363.487436847. iteration 5505, perturbing to get out of local maxima iteration 5506 found worse value: 363.487436847. iteration 5507 found worse value: 363.487436847. iteration 5508 found worse value: 363.487436847. iteration 5509 found worse value: 363.487436847. iteration 5510 found worse value: 363.487436847. iteration 5510, perturbing to get out of local maxima iteration 5511 found worse value: 363.487436847. iteration 5511, perturbing to get out of local maxima iteration 5512 found worse value: 363.487436847. iteration 5512, perturbing to get out of local maxima iteration 5513 found worse value: 363.487436847. iteration 5513, perturbing to get out of local maxima iteration 5514 found worse value: 363.487436847. iteration 5514, perturbing to get out of local maxima iteration 5515 found worse value: 363.487436847. iteration 5515, perturbing to get out of local maxima iteration 5516 found worse value: 363.487436847. iteration 5517 found worse value: 363.487436847. iteration 5517, perturbing to get out of local maxima iteration 5518 found worse value: 363.487436847. iteration 5519 found worse value: 363.487436847. iteration 5519, perturbing to get out of local maxima iteration 5520 found worse value: 363.487436847. iteration 5520, perturbing to get out of local maxima iteration 5521 found worse value: 363.487436847. iteration 5522 found worse value: 363.487436847. iteration 5523 found worse value: 363.487436847. iteration 5524 found worse value: 363.487436847. iteration 5524, perturbing to get out of local maxima iteration 5525 found worse value: 363.487436847. iteration 5526 found worse value: 363.487436847. iteration 5527 found worse value: 363.487436847. iteration 5528 found worse value: 363.487436847. iteration 5529 found worse value: 363.487436847. iteration 5530 found worse value: 363.487436847. iteration 5531 found worse value: 363.487436847. iteration 5532 found worse value: 363.487436847. iteration 5532, perturbing to get out of local maxima iteration 5533 found worse value: 363.487436847. iteration 5534 found worse value: 363.487436847. iteration 5535 found worse value: 363.487436847. iteration 5536 found worse value: 363.487436847. iteration 5537 found worse value: 363.487436847. iteration 5538 found worse value: 363.487436847. iteration 5539 found worse value: 363.487436847. iteration 5540 found worse value: 363.487436847. iteration 5541 found worse value: 363.487436847. iteration 5542 found worse value: 363.487436847. iteration 5542, perturbing to get out of local maxima iteration 5543 found worse value: 363.487436847. iteration 5543, perturbing to get out of local maxima iteration 5544 found worse value: 363.487436847. iteration 5544, perturbing to get out of local maxima iteration 5545 found worse value: 363.487436847. iteration 5546 found worse value: 363.487436847. iteration 5547 found worse value: 363.487436847. iteration 5548 found worse value: 363.487436847. iteration 5548, perturbing to get out of local maxima iteration 5549 found worse value: 363.487436847. iteration 5549, perturbing to get out of local maxima iteration 5550 found worse value: 363.487436847. iteration 5550, perturbing to get out of local maxima iteration 5551 found worse value: 363.487436847. iteration 5552 found worse value: 363.487436847. iteration 5552, perturbing to get out of local maxima iteration 5553 found worse value: 363.487436847. iteration 5554 found worse value: 363.487436847. iteration 5554, perturbing to get out of local maxima iteration 5555 found worse value: 363.487436847. iteration 5556 found worse value: 363.487436847. iteration 5556, perturbing to get out of local maxima iteration 5557 found worse value: 363.487436847. iteration 5557, perturbing to get out of local maxima iteration 5558 found worse value: 363.487436847. iteration 5559 found worse value: 363.487436847. iteration 5560 found worse value: 363.487436847. iteration 5561 found worse value: 363.487436847. iteration 5561, perturbing to get out of local maxima iteration 5562 found worse value: 363.487436847. iteration 5562, perturbing to get out of local maxima iteration 5563 found worse value: 363.487436847. iteration 5564 found worse value: 363.487436847. iteration 5565 found worse value: 363.487436847. iteration 5565, perturbing to get out of local maxima iteration 5566 found worse value: 363.487436847. iteration 5566, perturbing to get out of local maxima iteration 5567 found worse value: 363.487436847. iteration 5567, perturbing to get out of local maxima iteration 5568 found worse value: 363.487436847. iteration 5569 found worse value: 363.487436847. iteration 5570 found worse value: 363.487436847. iteration 5571 found worse value: 363.487436847. iteration 5572 found worse value: 363.487436847. iteration 5573 found worse value: 363.487436847. iteration 5573, perturbing to get out of local maxima iteration 5574 found worse value: 363.487436847. iteration 5575 found worse value: 363.487436847. iteration 5576 found worse value: 363.487436847. iteration 5577 found worse value: 363.487436847. iteration 5577, perturbing to get out of local maxima iteration 5578 found worse value: 363.487436847. iteration 5578, perturbing to get out of local maxima iteration 5579 found worse value: 363.487436847. iteration 5579, perturbing to get out of local maxima iteration 5580 found worse value: 363.487436847. iteration 5580, perturbing to get out of local maxima iteration 5581 found worse value: 363.487436847. iteration 5581, perturbing to get out of local maxima iteration 5582 found worse value: 363.487436847. iteration 5582, perturbing to get out of local maxima iteration 5583 found worse value: 363.487436847. iteration 5583, perturbing to get out of local maxima iteration 5584 found worse value: 363.487436847. iteration 5585 found worse value: 363.487436847. iteration 5585, perturbing to get out of local maxima iteration 5586 found worse value: 363.487436847. iteration 5587 found worse value: 363.487436847. iteration 5587, perturbing to get out of local maxima iteration 5588 found worse value: 363.487436847. iteration 5589 found worse value: 363.487436847. iteration 5589, perturbing to get out of local maxima iteration 5590 found worse value: 363.487436847. iteration 5591 found worse value: 363.487436847. iteration 5592 found worse value: 363.487436847. iteration 5593 found worse value: 363.487436847. iteration 5593, perturbing to get out of local maxima iteration 5594 found worse value: 363.487436847. iteration 5595 found worse value: 363.487436847. iteration 5596 found worse value: 363.487436847. iteration 5597 found worse value: 363.487436847. iteration 5598 found worse value: 363.487436847. iteration 5599 found worse value: 363.487436847. iteration 5600 found worse value: 363.487436847. iteration 5600, perturbing to get out of local maxima iteration 5601 found worse value: 363.487436847. iteration 5602 found worse value: 363.487436847. iteration 5603 found worse value: 363.487436847. iteration 5604 found worse value: 363.487436847. iteration 5604, perturbing to get out of local maxima iteration 5605 found worse value: 363.487436847. iteration 5606 found worse value: 363.487436847. iteration 5607 found worse value: 363.487436847. iteration 5607, perturbing to get out of local maxima iteration 5608 found worse value: 363.487436847. iteration 5609 found worse value: 363.487436847. iteration 5610 found worse value: 363.487436847. iteration 5611 found worse value: 363.487436847. iteration 5612 found worse value: 363.487436847. iteration 5613 found worse value: 363.487436847. iteration 5613, perturbing to get out of local maxima iteration 5614 found worse value: 363.487436847. iteration 5615 found worse value: 363.487436847. iteration 5616 found worse value: 363.487436847. iteration 5616, perturbing to get out of local maxima iteration 5617 found worse value: 363.487436847. iteration 5617, perturbing to get out of local maxima iteration 5618 found worse value: 363.487436847. iteration 5619 found worse value: 363.487436847. iteration 5620 found worse value: 363.487436847. iteration 5621 found worse value: 363.487436847. iteration 5621, perturbing to get out of local maxima iteration 5622 found worse value: 363.487436847. iteration 5623 found worse value: 363.487436847. iteration 5624 found worse value: 363.487436847. iteration 5625 found worse value: 363.487436847. iteration 5626 found worse value: 363.487436847. iteration 5626, perturbing to get out of local maxima iteration 5627 found worse value: 363.487436847. iteration 5628 found worse value: 363.487436847. iteration 5628, perturbing to get out of local maxima iteration 5629 found worse value: 363.487436847. iteration 5630 found worse value: 363.487436847. iteration 5631 found worse value: 363.487436847. iteration 5632 found worse value: 363.487436847. iteration 5633 found worse value: 363.487436847. iteration 5634 found worse value: 363.487436847. iteration 5634, perturbing to get out of local maxima iteration 5635 found worse value: 363.487436847. iteration 5635, perturbing to get out of local maxima iteration 5636 found worse value: 363.487436847. iteration 5637 found worse value: 363.487436847. iteration 5637, perturbing to get out of local maxima iteration 5638 found worse value: 363.487436847. iteration 5638, perturbing to get out of local maxima iteration 5639 found worse value: 363.487436847. iteration 5639, perturbing to get out of local maxima iteration 5640 found worse value: 363.487436847. iteration 5641 found worse value: 363.487436847. iteration 5641, perturbing to get out of local maxima iteration 5642 found worse value: 363.487436847. iteration 5643 found worse value: 363.487436847. iteration 5643, perturbing to get out of local maxima iteration 5644 found worse value: 363.487436847. iteration 5645 found worse value: 363.487436847. iteration 5646 found worse value: 363.487436847. iteration 5646, perturbing to get out of local maxima iteration 5647 found worse value: 363.487436847. iteration 5647, perturbing to get out of local maxima iteration 5648 found worse value: 363.487436847. iteration 5648, perturbing to get out of local maxima iteration 5649 found worse value: 363.487436847. iteration 5649, perturbing to get out of local maxima iteration 5650 found worse value: 363.487436847. iteration 5651 found worse value: 363.487436847. iteration 5652 found worse value: 363.487436847. iteration 5652, perturbing to get out of local maxima iteration 5653 found worse value: 363.487436847. iteration 5654 found worse value: 363.487436847. iteration 5655 found worse value: 363.487436847. iteration 5655, perturbing to get out of local maxima iteration 5656 found worse value: 363.487436847. iteration 5656, perturbing to get out of local maxima iteration 5657 found worse value: 363.487436847. iteration 5658 found worse value: 363.487436847. iteration 5659 found worse value: 363.487436847. iteration 5660 found worse value: 363.487436847. iteration 5661 found worse value: 363.487436847. iteration 5662 found worse value: 363.487436847. iteration 5662, perturbing to get out of local maxima iteration 5663 found worse value: 363.487436847. iteration 5664 found worse value: 363.487436847. iteration 5665 found worse value: 363.487436847. iteration 5666 found worse value: 363.487436847. iteration 5666, perturbing to get out of local maxima iteration 5667 found worse value: 363.487436847. iteration 5668 found worse value: 363.487436847. iteration 5669 found worse value: 363.487436847. iteration 5670 found worse value: 363.487436847. iteration 5670, perturbing to get out of local maxima iteration 5671 found worse value: 363.487436847. iteration 5671, perturbing to get out of local maxima iteration 5672 found worse value: 363.487436847. iteration 5673 found worse value: 363.487436847. iteration 5674 found worse value: 363.487436847. iteration 5675 found worse value: 363.487436847. iteration 5676 found worse value: 363.487436847. iteration 5676, perturbing to get out of local maxima iteration 5677 found worse value: 363.487436847. iteration 5678 found worse value: 363.487436847. iteration 5679 found worse value: 363.487436847. iteration 5680 found worse value: 363.487436847. iteration 5681 found worse value: 363.487436847. iteration 5681, perturbing to get out of local maxima iteration 5682 found worse value: 363.487436847. iteration 5682, perturbing to get out of local maxima iteration 5683 found worse value: 363.487436847. iteration 5684 found worse value: 363.487436847. iteration 5685 found worse value: 363.487436847. iteration 5686 found worse value: 363.487436847. iteration 5686, perturbing to get out of local maxima iteration 5687 found worse value: 363.487436847. iteration 5687, perturbing to get out of local maxima iteration 5688 found worse value: 363.487436847. iteration 5689 found worse value: 363.487436847. iteration 5689, perturbing to get out of local maxima iteration 5690 found worse value: 363.487436847. iteration 5690, perturbing to get out of local maxima iteration 5691 found worse value: 363.487436847. iteration 5692 found worse value: 363.487436847. iteration 5693 found worse value: 363.487436847. iteration 5693, perturbing to get out of local maxima iteration 5694 found worse value: 363.487436847. iteration 5694, perturbing to get out of local maxima iteration 5695 found worse value: 363.487436847. iteration 5696 found worse value: 363.487436847. iteration 5697 found worse value: 363.487436847. iteration 5697, perturbing to get out of local maxima iteration 5698 found worse value: 363.487436847. iteration 5698, perturbing to get out of local maxima iteration 5699 found worse value: 363.487436847. iteration 5700 found worse value: 363.487436847. iteration 5701 found worse value: 363.487436847. iteration 5701, perturbing to get out of local maxima iteration 5702 found worse value: 363.487436847. iteration 5703 found worse value: 363.487436847. iteration 5703, perturbing to get out of local maxima iteration 5704 found worse value: 363.487436847. iteration 5705 found worse value: 363.487436847. iteration 5706 found worse value: 363.487436847. iteration 5707 found worse value: 363.487436847. iteration 5708 found worse value: 363.487436847. iteration 5709 found worse value: 363.487436847. iteration 5709, perturbing to get out of local maxima iteration 5710 found worse value: 363.487436847. iteration 5711 found worse value: 363.487436847. iteration 5712 found worse value: 363.487436847. iteration 5712, perturbing to get out of local maxima iteration 5713 found worse value: 363.487436847. iteration 5713, perturbing to get out of local maxima iteration 5714 found worse value: 363.487436847. iteration 5715 found worse value: 363.487436847. iteration 5716 found worse value: 363.487436847. iteration 5717 found worse value: 363.487436847. iteration 5718 found worse value: 363.487436847. iteration 5719 found worse value: 363.487436847. iteration 5720 found worse value: 363.487436847. iteration 5721 found worse value: 363.487436847. iteration 5721, perturbing to get out of local maxima iteration 5722 found worse value: 363.487436847. iteration 5723 found worse value: 363.487436847. iteration 5724 found worse value: 363.487436847. iteration 5724, perturbing to get out of local maxima iteration 5725 found worse value: 363.487436847. iteration 5726 found worse value: 363.487436847. iteration 5726, perturbing to get out of local maxima iteration 5727 found worse value: 363.487436847. iteration 5728 found worse value: 363.487436847. iteration 5729 found worse value: 363.487436847. iteration 5729, perturbing to get out of local maxima iteration 5730 found worse value: 363.487436847. iteration 5730, perturbing to get out of local maxima iteration 5731 found worse value: 363.487436847. iteration 5732 found worse value: 363.487436847. iteration 5733 found worse value: 363.487436847. iteration 5734 found worse value: 363.487436847. iteration 5735 found worse value: 363.487436847. iteration 5735, perturbing to get out of local maxima iteration 5736 found worse value: 363.487436847. iteration 5737 found worse value: 363.487436847. iteration 5738 found worse value: 363.487436847. iteration 5738, perturbing to get out of local maxima iteration 5739 found worse value: 363.487436847. iteration 5740 found worse value: 363.487436847. iteration 5740, perturbing to get out of local maxima iteration 5741 found worse value: 363.487436847. iteration 5741, perturbing to get out of local maxima iteration 5742 found worse value: 363.487436847. iteration 5742, perturbing to get out of local maxima iteration 5743 found worse value: 363.487436847. iteration 5744 found worse value: 363.487436847. iteration 5744, perturbing to get out of local maxima iteration 5745 found worse value: 363.487436847. iteration 5746 found worse value: 363.487436847. iteration 5746, perturbing to get out of local maxima iteration 5747 found worse value: 363.487436847. iteration 5747, perturbing to get out of local maxima iteration 5748 found worse value: 363.487436847. iteration 5749 found worse value: 363.487436847. iteration 5749, perturbing to get out of local maxima iteration 5750 found worse value: 363.487436847. iteration 5751 found worse value: 363.487436847. iteration 5752 found worse value: 363.487436847. iteration 5753 found worse value: 363.487436847. iteration 5754 found worse value: 363.487436847. iteration 5754, perturbing to get out of local maxima iteration 5755 found worse value: 363.487436847. iteration 5755, perturbing to get out of local maxima iteration 5756 found worse value: 363.487436847. iteration 5757 found worse value: 363.487436847. iteration 5758 found worse value: 363.487436847. iteration 5759 found worse value: 363.487436847. iteration 5760 found worse value: 363.487436847. iteration 5761 found worse value: 363.487436847. iteration 5761, perturbing to get out of local maxima iteration 5762 found worse value: 363.487436847. iteration 5763 found worse value: 363.487436847. iteration 5763, perturbing to get out of local maxima iteration 5764 found worse value: 363.487436847. iteration 5765 found worse value: 363.487436847. iteration 5766 found worse value: 363.487436847. iteration 5766, perturbing to get out of local maxima iteration 5767 found worse value: 363.487436847. iteration 5768 found worse value: 363.487436847. iteration 5768, perturbing to get out of local maxima iteration 5769 found worse value: 363.487436847. iteration 5770 found worse value: 363.487436847. iteration 5771 found worse value: 363.487436847. iteration 5772 found worse value: 363.487436847. iteration 5773 found worse value: 363.487436847. iteration 5774 found worse value: 363.487436847. iteration 5774, perturbing to get out of local maxima iteration 5775 found worse value: 363.487436847. iteration 5776 found worse value: 363.487436847. iteration 5777 found worse value: 363.487436847. iteration 5777, perturbing to get out of local maxima iteration 5778 found worse value: 363.487436847. iteration 5779 found worse value: 363.487436847. iteration 5779, perturbing to get out of local maxima iteration 5780 found worse value: 363.487436847. iteration 5781 found worse value: 363.487436847. iteration 5781, perturbing to get out of local maxima iteration 5782 found worse value: 363.487436847. iteration 5783 found worse value: 363.487436847. iteration 5784 found worse value: 363.487436847. iteration 5784, perturbing to get out of local maxima iteration 5785 found worse value: 363.487436847. iteration 5785, perturbing to get out of local maxima iteration 5786 found worse value: 363.487436847. iteration 5787 found worse value: 363.487436847. iteration 5788 found worse value: 363.487436847. iteration 5789 found worse value: 363.487436847. iteration 5790 found worse value: 363.487436847. iteration 5791 found worse value: 363.487436847. iteration 5792 found worse value: 363.487436847. iteration 5792, perturbing to get out of local maxima iteration 5793 found worse value: 363.487436847. iteration 5794 found worse value: 363.487436847. iteration 5794, perturbing to get out of local maxima iteration 5795 found worse value: 363.487436847. iteration 5796 found worse value: 363.487436847. iteration 5797 found worse value: 363.487436847. iteration 5798 found worse value: 363.487436847. iteration 5799 found worse value: 363.487436847. iteration 5799, perturbing to get out of local maxima iteration 5800 found worse value: 363.487436847. iteration 5801 found worse value: 363.487436847. iteration 5801, perturbing to get out of local maxima iteration 5802 found worse value: 363.487436847. iteration 5802, perturbing to get out of local maxima iteration 5803 found worse value: 363.487436847. iteration 5804 found worse value: 363.487436847. iteration 5805 found worse value: 363.487436847. iteration 5806 found worse value: 363.487436847. iteration 5807 found worse value: 363.487436847. iteration 5808 found worse value: 363.487436847. iteration 5809 found worse value: 363.487436847. iteration 5809, perturbing to get out of local maxima iteration 5810 found worse value: 363.487436847. iteration 5810, perturbing to get out of local maxima iteration 5811 found worse value: 363.487436847. iteration 5812 found worse value: 363.487436847. iteration 5813 found worse value: 363.487436847. iteration 5814 found worse value: 363.487436847. iteration 5815 found worse value: 363.487436847. iteration 5816 found worse value: 363.487436847. iteration 5816, perturbing to get out of local maxima iteration 5817 found worse value: 363.487436847. iteration 5818 found worse value: 363.487436847. iteration 5818, perturbing to get out of local maxima iteration 5819 found worse value: 363.487436847. iteration 5820 found worse value: 363.487436847. iteration 5820, perturbing to get out of local maxima iteration 5821 found worse value: 363.487436847. iteration 5822 found worse value: 363.487436847. iteration 5822, perturbing to get out of local maxima iteration 5823 found worse value: 363.487436847. iteration 5824 found worse value: 363.487436847. iteration 5824, perturbing to get out of local maxima iteration 5825 found worse value: 363.487436847. iteration 5825, perturbing to get out of local maxima iteration 5826 found worse value: 363.487436847. iteration 5827 found worse value: 363.487436847. iteration 5828 found worse value: 363.487436847. iteration 5829 found worse value: 363.487436847. iteration 5830 found worse value: 363.487436847. iteration 5831 found worse value: 363.487436847. iteration 5832 found worse value: 363.487436847. iteration 5833 found worse value: 363.487436847. iteration 5834 found worse value: 363.487436847. iteration 5835 found worse value: 363.487436847. iteration 5836 found worse value: 363.487436847. iteration 5836, perturbing to get out of local maxima iteration 5837 found worse value: 363.487436847. iteration 5838 found worse value: 363.487436847. iteration 5839 found worse value: 363.487436847. iteration 5840 found worse value: 363.487436847. iteration 5841 found worse value: 363.487436847. iteration 5842 found worse value: 363.487436847. iteration 5843 found worse value: 363.487436847. iteration 5844 found worse value: 363.487436847. iteration 5845 found worse value: 363.487436847. iteration 5845, perturbing to get out of local maxima iteration 5846 found worse value: 363.487436847. iteration 5847 found worse value: 363.487436847. iteration 5847, perturbing to get out of local maxima iteration 5848 found worse value: 363.487436847. iteration 5849 found worse value: 363.487436847. iteration 5850 found worse value: 363.487436847. iteration 5850, perturbing to get out of local maxima iteration 5851 found worse value: 363.487436847. iteration 5852 found worse value: 363.487436847. iteration 5853 found worse value: 363.487436847. iteration 5853, perturbing to get out of local maxima iteration 5854 found worse value: 363.487436847. iteration 5855 found worse value: 363.487436847. iteration 5855, perturbing to get out of local maxima iteration 5856 found worse value: 363.487436847. iteration 5856, perturbing to get out of local maxima iteration 5857 found worse value: 363.487436847. iteration 5857, perturbing to get out of local maxima iteration 5858 found worse value: 363.487436847. iteration 5859 found worse value: 363.487436847. iteration 5859, perturbing to get out of local maxima iteration 5860 found worse value: 363.487436847. iteration 5861 found worse value: 363.487436847. iteration 5861, perturbing to get out of local maxima iteration 5862 found worse value: 363.487436847. iteration 5863 found worse value: 363.487436847. iteration 5864 found worse value: 363.487436847. iteration 5864, perturbing to get out of local maxima iteration 5865 found worse value: 363.487436847. iteration 5865, perturbing to get out of local maxima iteration 5866 found worse value: 363.487436847. iteration 5867 found worse value: 363.487436847. iteration 5868 found worse value: 363.487436847. iteration 5868, perturbing to get out of local maxima iteration 5869 found worse value: 363.487436847. iteration 5869, perturbing to get out of local maxima iteration 5870 found worse value: 363.487436847. iteration 5871 found worse value: 363.487436847. iteration 5871, perturbing to get out of local maxima iteration 5872 found worse value: 363.487436847. iteration 5873 found worse value: 363.487436847. iteration 5873, perturbing to get out of local maxima iteration 5874 found worse value: 363.487436847. iteration 5875 found worse value: 363.487436847. iteration 5876 found worse value: 363.487436847. iteration 5876, perturbing to get out of local maxima iteration 5877 found worse value: 363.487436847. iteration 5877, perturbing to get out of local maxima iteration 5878 found worse value: 363.487436847. iteration 5878, perturbing to get out of local maxima iteration 5879 found worse value: 363.487436847. iteration 5880 found worse value: 363.487436847. iteration 5881 found worse value: 363.487436847. iteration 5882 found worse value: 363.487436847. iteration 5883 found worse value: 363.487436847. iteration 5883, perturbing to get out of local maxima iteration 5884 found worse value: 363.487436847. iteration 5885 found worse value: 363.487436847. iteration 5885, perturbing to get out of local maxima iteration 5886 found worse value: 363.487436847. iteration 5886, perturbing to get out of local maxima iteration 5887 found worse value: 363.487436847. iteration 5888 found worse value: 363.487436847. iteration 5888, perturbing to get out of local maxima iteration 5889 found worse value: 363.487436847. iteration 5890 found worse value: 363.487436847. iteration 5891 found worse value: 363.487436847. iteration 5892 found worse value: 363.487436847. iteration 5893 found worse value: 363.487436847. iteration 5894 found worse value: 363.487436847. iteration 5894, perturbing to get out of local maxima iteration 5895 found worse value: 363.487436847. iteration 5895, perturbing to get out of local maxima iteration 5896 found worse value: 363.487436847. iteration 5897 found worse value: 363.487436847. iteration 5897, perturbing to get out of local maxima iteration 5898 found worse value: 363.487436847. iteration 5899 found worse value: 363.487436847. iteration 5900 found worse value: 363.487436847. iteration 5901 found worse value: 363.487436847. iteration 5901, perturbing to get out of local maxima iteration 5902 found worse value: 363.487436847. iteration 5903 found worse value: 363.487436847. iteration 5904 found worse value: 363.487436847. iteration 5905 found worse value: 363.487436847. iteration 5906 found worse value: 363.487436847. iteration 5906, perturbing to get out of local maxima iteration 5907 found worse value: 363.487436847. iteration 5908 found worse value: 363.487436847. iteration 5909 found worse value: 363.487436847. iteration 5910 found worse value: 363.487436847. iteration 5911 found worse value: 363.487436847. iteration 5911, perturbing to get out of local maxima iteration 5912 found worse value: 363.487436847. iteration 5912, perturbing to get out of local maxima iteration 5913 found worse value: 363.487436847. iteration 5914 found worse value: 363.487436847. iteration 5915 found worse value: 363.487436847. iteration 5916 found worse value: 363.487436847. iteration 5917 found worse value: 363.487436847. iteration 5918 found worse value: 363.487436847. iteration 5919 found worse value: 363.487436847. iteration 5920 found worse value: 363.487436847. iteration 5920, perturbing to get out of local maxima iteration 5921 found worse value: 363.487436847. iteration 5922 found worse value: 363.487436847. iteration 5923 found worse value: 363.487436847. iteration 5924 found worse value: 363.487436847. iteration 5924, perturbing to get out of local maxima iteration 5925 found worse value: 363.487436847. iteration 5926 found worse value: 363.487436847. iteration 5927 found worse value: 363.487436847. iteration 5928 found worse value: 363.487436847. iteration 5928, perturbing to get out of local maxima iteration 5929 found worse value: 363.487436847. iteration 5929, perturbing to get out of local maxima iteration 5930 found worse value: 363.487436847. iteration 5930, perturbing to get out of local maxima iteration 5931 found worse value: 363.487436847. iteration 5931, perturbing to get out of local maxima iteration 5932 found worse value: 363.487436847. iteration 5933 found worse value: 363.487436847. iteration 5934 found worse value: 363.487436847. iteration 5935 found worse value: 363.487436847. iteration 5936 found worse value: 363.487436847. iteration 5937 found worse value: 363.487436847. iteration 5937, perturbing to get out of local maxima iteration 5938 found worse value: 363.487436847. iteration 5939 found worse value: 363.487436847. iteration 5940 found worse value: 363.487436847. iteration 5940, perturbing to get out of local maxima iteration 5941 found worse value: 363.487436847. iteration 5942 found worse value: 363.487436847. iteration 5942, perturbing to get out of local maxima iteration 5943 found worse value: 363.487436847. iteration 5943, perturbing to get out of local maxima iteration 5944 found worse value: 363.487436847. iteration 5944, perturbing to get out of local maxima iteration 5945 found worse value: 363.487436847. iteration 5945, perturbing to get out of local maxima iteration 5946 found worse value: 363.487436847. iteration 5947 found worse value: 363.487436847. iteration 5948 found worse value: 363.487436847. iteration 5948, perturbing to get out of local maxima iteration 5949 found worse value: 363.487436847. iteration 5950 found worse value: 363.487436847. iteration 5950, perturbing to get out of local maxima iteration 5951 found worse value: 363.487436847. iteration 5951, perturbing to get out of local maxima iteration 5952 found worse value: 363.487436847. iteration 5953 found worse value: 363.487436847. iteration 5954 found worse value: 363.487436847. iteration 5955 found worse value: 363.487436847. iteration 5955, perturbing to get out of local maxima iteration 5956 found worse value: 363.487436847. iteration 5956, perturbing to get out of local maxima iteration 5957 found worse value: 363.487436847. iteration 5957, perturbing to get out of local maxima iteration 5958 found worse value: 363.487436847. iteration 5959 found worse value: 363.487436847. iteration 5960 found worse value: 363.487436847. iteration 5961 found worse value: 363.487436847. iteration 5962 found worse value: 363.487436847. iteration 5962, perturbing to get out of local maxima iteration 5963 found worse value: 363.487436847. iteration 5963, perturbing to get out of local maxima iteration 5964 found worse value: 363.487436847. iteration 5965 found worse value: 363.487436847. iteration 5965, perturbing to get out of local maxima iteration 5966 found worse value: 363.487436847. iteration 5967 found worse value: 363.487436847. iteration 5968 found worse value: 363.487436847. iteration 5969 found worse value: 363.487436847. iteration 5969, perturbing to get out of local maxima iteration 5970 found worse value: 363.487436847. iteration 5970, perturbing to get out of local maxima iteration 5971 found worse value: 363.487436847. iteration 5972 found worse value: 363.487436847. iteration 5973 found worse value: 363.487436847. iteration 5973, perturbing to get out of local maxima iteration 5974 found worse value: 363.487436847. iteration 5975 found worse value: 363.487436847. iteration 5975, perturbing to get out of local maxima iteration 5976 found worse value: 363.487436847. iteration 5977 found worse value: 363.487436847. iteration 5977, perturbing to get out of local maxima iteration 5978 found worse value: 363.487436847. iteration 5978, perturbing to get out of local maxima iteration 5979 found worse value: 363.487436847. iteration 5980 found worse value: 363.487436847. iteration 5981 found worse value: 363.487436847. iteration 5981, perturbing to get out of local maxima iteration 5982 found worse value: 363.487436847. iteration 5983 found worse value: 363.487436847. iteration 5983, perturbing to get out of local maxima iteration 5984 found worse value: 363.487436847. iteration 5985 found worse value: 363.487436847. iteration 5986 found worse value: 363.487436847. iteration 5987 found worse value: 363.487436847. iteration 5988 found worse value: 363.487436847. iteration 5989 found worse value: 363.487436847. iteration 5990 found worse value: 363.487436847. iteration 5991 found worse value: 363.487436847. iteration 5992 found worse value: 363.487436847. iteration 5993 found worse value: 363.487436847. iteration 5994 found worse value: 363.487436847. iteration 5994, perturbing to get out of local maxima iteration 5995 found worse value: 363.487436847. iteration 5996 found worse value: 363.487436847. iteration 5997 found worse value: 363.487436847. iteration 5997, perturbing to get out of local maxima iteration 5998 found worse value: 363.487436847. iteration 5998, perturbing to get out of local maxima iteration 5999 found worse value: 363.487436847. iteration 5999, perturbing to get out of local maxima iteration 6000 found worse value: 363.487436847. iteration 6000, perturbing to get out of local maxima iteration 6001 found worse value: 363.487436847. iteration 6001, perturbing to get out of local maxima iteration 6002 found worse value: 363.487436847. iteration 6003 found worse value: 363.487436847. iteration 6004 found worse value: 363.487436847. iteration 6005 found worse value: 363.487436847. iteration 6005, perturbing to get out of local maxima iteration 6006 found worse value: 363.487436847. iteration 6006, perturbing to get out of local maxima iteration 6007 found worse value: 363.487436847. iteration 6008 found worse value: 363.487436847. iteration 6008, perturbing to get out of local maxima iteration 6009 found worse value: 363.487436847. iteration 6010 found worse value: 363.487436847. iteration 6011 found worse value: 363.487436847. iteration 6012 found worse value: 363.487436847. iteration 6013 found worse value: 363.487436847. iteration 6014 found worse value: 363.487436847. iteration 6015 found worse value: 363.487436847. iteration 6015, perturbing to get out of local maxima iteration 6016 found worse value: 363.487436847. iteration 6017 found worse value: 363.487436847. iteration 6018 found worse value: 363.487436847. iteration 6019 found worse value: 363.487436847. iteration 6019, perturbing to get out of local maxima iteration 6020 found worse value: 363.487436847. iteration 6020, perturbing to get out of local maxima iteration 6021 found worse value: 363.487436847. iteration 6022 found worse value: 363.487436847. iteration 6023 found worse value: 363.487436847. iteration 6023, perturbing to get out of local maxima iteration 6024 found worse value: 363.487436847. iteration 6025 found worse value: 363.487436847. iteration 6026 found worse value: 363.487436847. iteration 6026, perturbing to get out of local maxima iteration 6027 found worse value: 363.487436847. iteration 6028 found worse value: 363.487436847. iteration 6029 found worse value: 363.487436847. iteration 6029, perturbing to get out of local maxima iteration 6030 found worse value: 363.487436847. iteration 6030, perturbing to get out of local maxima iteration 6031 found worse value: 363.487436847. iteration 6032 found worse value: 363.487436847. iteration 6032, perturbing to get out of local maxima iteration 6033 found worse value: 363.487436847. iteration 6034 found worse value: 363.487436847. iteration 6035 found worse value: 363.487436847. iteration 6036 found worse value: 363.487436847. iteration 6037 found worse value: 363.487436847. iteration 6038 found worse value: 363.487436847. iteration 6038, perturbing to get out of local maxima iteration 6039 found worse value: 363.487436847. iteration 6040 found worse value: 363.487436847. iteration 6041 found worse value: 363.487436847. iteration 6042 found worse value: 363.487436847. iteration 6043 found worse value: 363.487436847. iteration 6044 found worse value: 363.487436847. iteration 6044, perturbing to get out of local maxima iteration 6045 found worse value: 363.487436847. iteration 6046 found worse value: 363.487436847. iteration 6047 found worse value: 363.487436847. iteration 6048 found worse value: 363.487436847. iteration 6049 found worse value: 363.487436847. iteration 6050 found worse value: 363.487436847. iteration 6051 found worse value: 363.487436847. iteration 6052 found worse value: 363.487436847. iteration 6053 found worse value: 363.487436847. iteration 6054 found worse value: 363.487436847. iteration 6054, perturbing to get out of local maxima iteration 6055 found worse value: 363.487436847. iteration 6056 found worse value: 363.487436847. iteration 6056, perturbing to get out of local maxima iteration 6057 found worse value: 363.487436847. iteration 6057, perturbing to get out of local maxima iteration 6058 found worse value: 363.487436847. iteration 6059 found worse value: 363.487436847. iteration 6059, perturbing to get out of local maxima iteration 6060 found worse value: 363.487436847. iteration 6060, perturbing to get out of local maxima iteration 6061 found worse value: 363.487436847. iteration 6062 found worse value: 363.487436847. iteration 6063 found worse value: 363.487436847. iteration 6064 found worse value: 363.487436847. iteration 6064, perturbing to get out of local maxima iteration 6065 found worse value: 363.487436847. iteration 6065, perturbing to get out of local maxima iteration 6066 found worse value: 363.487436847. iteration 6066, perturbing to get out of local maxima iteration 6067 found worse value: 363.487436847. iteration 6067, perturbing to get out of local maxima iteration 6068 found worse value: 363.487436847. iteration 6069 found worse value: 363.487436847. iteration 6069, perturbing to get out of local maxima iteration 6070 found worse value: 363.487436847. iteration 6070, perturbing to get out of local maxima iteration 6071 found worse value: 363.487436847. iteration 6071, perturbing to get out of local maxima iteration 6072 found worse value: 363.487436847. iteration 6073 found worse value: 363.487436847. iteration 6073, perturbing to get out of local maxima iteration 6074 found worse value: 363.487436847. iteration 6075 found worse value: 363.487436847. iteration 6075, perturbing to get out of local maxima iteration 6076 found worse value: 363.487436847. iteration 6077 found worse value: 363.487436847. iteration 6078 found worse value: 363.487436847. iteration 6079 found worse value: 363.487436847. iteration 6079, perturbing to get out of local maxima iteration 6080 found worse value: 363.487436847. iteration 6080, perturbing to get out of local maxima iteration 6081 found worse value: 363.487436847. iteration 6081, perturbing to get out of local maxima iteration 6082 found worse value: 363.487436847. iteration 6083 found worse value: 363.487436847. iteration 6084 found worse value: 363.487436847. iteration 6085 found worse value: 363.487436847. iteration 6086 found worse value: 363.487436847. iteration 6086, perturbing to get out of local maxima iteration 6087 found worse value: 363.487436847. iteration 6088 found worse value: 363.487436847. iteration 6089 found worse value: 363.487436847. iteration 6089, perturbing to get out of local maxima iteration 6090 found worse value: 363.487436847. iteration 6091 found worse value: 363.487436847. iteration 6092 found worse value: 363.487436847. iteration 6093 found worse value: 363.487436847. iteration 6093, perturbing to get out of local maxima iteration 6094 found worse value: 363.487436847. iteration 6094, perturbing to get out of local maxima iteration 6095 found worse value: 363.487436847. iteration 6096 found worse value: 363.487436847. iteration 6097 found worse value: 363.487436847. iteration 6098 found worse value: 363.487436847. iteration 6099 found worse value: 363.487436847. iteration 6099, perturbing to get out of local maxima iteration 6100 found worse value: 363.487436847. iteration 6101 found worse value: 363.487436847. iteration 6102 found worse value: 363.487436847. iteration 6102, perturbing to get out of local maxima iteration 6103 found worse value: 363.487436847. iteration 6104 found worse value: 363.487436847. iteration 6105 found worse value: 363.487436847. iteration 6105, perturbing to get out of local maxima iteration 6106 found worse value: 363.487436847. iteration 6107 found worse value: 363.487436847. iteration 6108 found worse value: 363.487436847. iteration 6108, perturbing to get out of local maxima iteration 6109 found worse value: 363.487436847. iteration 6110 found worse value: 363.487436847. iteration 6110, perturbing to get out of local maxima iteration 6111 found worse value: 363.487436847. iteration 6112 found worse value: 363.487436847. iteration 6113 found worse value: 363.487436847. iteration 6114 found worse value: 363.487436847. iteration 6115 found worse value: 363.487436847. iteration 6116 found worse value: 363.487436847. iteration 6116, perturbing to get out of local maxima iteration 6117 found worse value: 363.487436847. iteration 6118 found worse value: 363.487436847. iteration 6119 found worse value: 363.487436847. iteration 6120 found worse value: 363.487436847. iteration 6121 found worse value: 363.487436847. iteration 6121, perturbing to get out of local maxima iteration 6122 found worse value: 363.487436847. iteration 6123 found worse value: 363.487436847. iteration 6123, perturbing to get out of local maxima iteration 6124 found worse value: 363.487436847. iteration 6124, perturbing to get out of local maxima iteration 6125 found worse value: 363.487436847. iteration 6126 found worse value: 363.487436847. iteration 6127 found worse value: 363.487436847. iteration 6128 found worse value: 363.487436847. iteration 6128, perturbing to get out of local maxima iteration 6129 found worse value: 363.487436847. iteration 6130 found worse value: 363.487436847. iteration 6131 found worse value: 363.487436847. iteration 6131, perturbing to get out of local maxima iteration 6132 found worse value: 363.487436847. iteration 6133 found worse value: 363.487436847. iteration 6133, perturbing to get out of local maxima iteration 6134 found worse value: 363.487436847. iteration 6135 found worse value: 363.487436847. iteration 6136 found worse value: 363.487436847. iteration 6137 found worse value: 363.487436847. iteration 6137, perturbing to get out of local maxima iteration 6138 found worse value: 363.487436847. iteration 6139 found worse value: 363.487436847. iteration 6140 found worse value: 363.487436847. iteration 6141 found worse value: 363.487436847. iteration 6141, perturbing to get out of local maxima iteration 6142 found worse value: 363.487436847. iteration 6142, perturbing to get out of local maxima iteration 6143 found worse value: 363.487436847. iteration 6143, perturbing to get out of local maxima iteration 6144 found worse value: 363.487436847. iteration 6145 found worse value: 363.487436847. iteration 6146 found worse value: 363.487436847. iteration 6146, perturbing to get out of local maxima iteration 6147 found worse value: 363.487436847. iteration 6147, perturbing to get out of local maxima iteration 6148 found worse value: 363.487436847. iteration 6149 found worse value: 363.487436847. iteration 6149, perturbing to get out of local maxima iteration 6150 found worse value: 363.487436847. iteration 6151 found worse value: 363.487436847. iteration 6152 found worse value: 363.487436847. iteration 6153 found worse value: 363.487436847. iteration 6154 found worse value: 363.487436847. iteration 6154, perturbing to get out of local maxima iteration 6155 found worse value: 363.487436847. iteration 6156 found worse value: 363.487436847. iteration 6157 found worse value: 363.487436847. iteration 6157, perturbing to get out of local maxima iteration 6158 found worse value: 363.487436847. iteration 6158, perturbing to get out of local maxima iteration 6159 found worse value: 363.487436847. iteration 6159, perturbing to get out of local maxima iteration 6160 found worse value: 363.487436847. iteration 6160, perturbing to get out of local maxima iteration 6161 found worse value: 363.487436847. iteration 6161, perturbing to get out of local maxima iteration 6162 found worse value: 363.487436847. iteration 6162, perturbing to get out of local maxima iteration 6163 found worse value: 363.487436847. iteration 6164 found worse value: 363.487436847. iteration 6164, perturbing to get out of local maxima iteration 6165 found worse value: 363.487436847. iteration 6165, perturbing to get out of local maxima iteration 6166 found worse value: 363.487436847. iteration 6166, perturbing to get out of local maxima iteration 6167 found worse value: 363.487436847. iteration 6167, perturbing to get out of local maxima iteration 6168 found worse value: 363.487436847. iteration 6169 found worse value: 363.487436847. iteration 6169, perturbing to get out of local maxima iteration 6170 found worse value: 363.487436847. iteration 6170, perturbing to get out of local maxima iteration 6171 found worse value: 363.487436847. iteration 6171, perturbing to get out of local maxima iteration 6172 found worse value: 363.487436847. iteration 6173 found worse value: 363.487436847. iteration 6173, perturbing to get out of local maxima iteration 6174 found worse value: 363.487436847. iteration 6175 found worse value: 363.487436847. iteration 6175, perturbing to get out of local maxima iteration 6176 found worse value: 363.487436847. iteration 6176, perturbing to get out of local maxima iteration 6177 found worse value: 363.487436847. iteration 6178 found worse value: 363.487436847. iteration 6179 found worse value: 363.487436847. iteration 6180 found worse value: 363.487436847. iteration 6181 found worse value: 363.487436847. iteration 6182 found worse value: 363.487436847. iteration 6183 found worse value: 363.487436847. iteration 6184 found worse value: 363.487436847. iteration 6184, perturbing to get out of local maxima iteration 6185 found worse value: 363.487436847. iteration 6185, perturbing to get out of local maxima iteration 6186 found worse value: 363.487436847. iteration 6187 found worse value: 363.487436847. iteration 6188 found worse value: 363.487436847. iteration 6189 found worse value: 363.487436847. iteration 6190 found worse value: 363.487436847. iteration 6191 found worse value: 363.487436847. iteration 6191, perturbing to get out of local maxima iteration 6192 found worse value: 363.487436847. iteration 6193 found worse value: 363.487436847. iteration 6193, perturbing to get out of local maxima iteration 6194 found worse value: 363.487436847. iteration 6195 found worse value: 363.487436847. iteration 6195, perturbing to get out of local maxima iteration 6196 found worse value: 363.487436847. iteration 6197 found worse value: 363.487436847. iteration 6198 found worse value: 363.487436847. iteration 6198, perturbing to get out of local maxima iteration 6199 found worse value: 363.487436847. iteration 6200 found worse value: 363.487436847. iteration 6200, perturbing to get out of local maxima iteration 6201 found worse value: 363.487436847. iteration 6202 found worse value: 363.487436847. iteration 6203 found worse value: 363.487436847. iteration 6204 found worse value: 363.487436847. iteration 6204, perturbing to get out of local maxima iteration 6205 found worse value: 363.487436847. iteration 6206 found worse value: 363.487436847. iteration 6207 found worse value: 363.487436847. iteration 6208 found worse value: 363.487436847. iteration 6209 found worse value: 363.487436847. iteration 6210 found worse value: 363.487436847. iteration 6210, perturbing to get out of local maxima iteration 6211 found worse value: 363.487436847. iteration 6211, perturbing to get out of local maxima iteration 6212 found worse value: 363.487436847. iteration 6212, perturbing to get out of local maxima iteration 6213 found worse value: 363.487436847. iteration 6214 found worse value: 363.487436847. iteration 6215 found worse value: 363.487436847. iteration 6216 found worse value: 363.487436847. iteration 6217 found worse value: 363.487436847. iteration 6217, perturbing to get out of local maxima iteration 6218 found worse value: 363.487436847. iteration 6219 found worse value: 363.487436847. iteration 6220 found worse value: 363.487436847. iteration 6220, perturbing to get out of local maxima iteration 6221 found worse value: 363.487436847. iteration 6221, perturbing to get out of local maxima iteration 6222 found worse value: 363.487436847. iteration 6222, perturbing to get out of local maxima iteration 6223 found worse value: 363.487436847. iteration 6224 found worse value: 363.487436847. iteration 6224, perturbing to get out of local maxima iteration 6225 found worse value: 363.487436847. iteration 6226 found worse value: 363.487436847. iteration 6227 found worse value: 363.487436847. iteration 6228 found worse value: 363.487436847. iteration 6229 found worse value: 363.487436847. iteration 6229, perturbing to get out of local maxima iteration 6230 found worse value: 363.487436847. iteration 6230, perturbing to get out of local maxima iteration 6231 found worse value: 363.487436847. iteration 6232 found worse value: 363.487436847. iteration 6233 found worse value: 363.487436847. iteration 6234 found worse value: 363.487436847. iteration 6235 found worse value: 363.487436847. iteration 6236 found worse value: 363.487436847. iteration 6237 found worse value: 363.487436847. iteration 6238 found worse value: 363.487436847. iteration 6239 found worse value: 363.487436847. iteration 6239, perturbing to get out of local maxima iteration 6240 found worse value: 363.487436847. iteration 6241 found worse value: 363.487436847. iteration 6241, perturbing to get out of local maxima iteration 6242 found worse value: 363.487436847. iteration 6242, perturbing to get out of local maxima iteration 6243 found worse value: 363.487436847. iteration 6243, perturbing to get out of local maxima iteration 6244 found worse value: 363.487436847. iteration 6244, perturbing to get out of local maxima iteration 6245 found worse value: 363.487436847. iteration 6246 found worse value: 363.487436847. iteration 6247 found worse value: 363.487436847. iteration 6248 found worse value: 363.487436847. iteration 6249 found worse value: 363.487436847. iteration 6250 found worse value: 363.487436847. iteration 6251 found worse value: 363.487436847. iteration 6252 found worse value: 363.487436847. iteration 6252, perturbing to get out of local maxima iteration 6253 found worse value: 363.487436847. iteration 6253, perturbing to get out of local maxima iteration 6254 found worse value: 363.487436847. iteration 6254, perturbing to get out of local maxima iteration 6255 found worse value: 363.487436847. iteration 6255, perturbing to get out of local maxima iteration 6256 found worse value: 363.487436847. iteration 6256, perturbing to get out of local maxima iteration 6257 found worse value: 363.487436847. iteration 6258 found worse value: 363.487436847. iteration 6258, perturbing to get out of local maxima iteration 6259 found worse value: 363.487436847. iteration 6260 found worse value: 363.487436847. iteration 6260, perturbing to get out of local maxima iteration 6261 found worse value: 363.487436847. iteration 6261, perturbing to get out of local maxima iteration 6262 found worse value: 363.487436847. iteration 6262, perturbing to get out of local maxima iteration 6263 found worse value: 363.487436847. iteration 6263, perturbing to get out of local maxima iteration 6264 found worse value: 363.487436847. iteration 6265 found worse value: 363.487436847. iteration 6266 found worse value: 363.487436847. iteration 6267 found worse value: 363.487436847. iteration 6268 found worse value: 363.487436847. iteration 6269 found worse value: 363.487436847. iteration 6269, perturbing to get out of local maxima iteration 6270 found worse value: 363.487436847. iteration 6270, perturbing to get out of local maxima iteration 6271 found worse value: 363.487436847. iteration 6272 found worse value: 363.487436847. iteration 6273 found worse value: 363.487436847. iteration 6274 found worse value: 363.487436847. iteration 6275 found worse value: 363.487436847. iteration 6276 found worse value: 363.487436847. iteration 6276, perturbing to get out of local maxima iteration 6277 found worse value: 363.487436847. iteration 6278 found worse value: 363.487436847. iteration 6279 found worse value: 363.487436847. iteration 6280 found worse value: 363.487436847. iteration 6281 found worse value: 363.487436847. iteration 6282 found worse value: 363.487436847. iteration 6283 found worse value: 363.487436847. iteration 6284 found worse value: 363.487436847. iteration 6285 found worse value: 363.487436847. iteration 6286 found worse value: 363.487436847. iteration 6287 found worse value: 363.487436847. iteration 6287, perturbing to get out of local maxima iteration 6288 found worse value: 363.487436847. iteration 6288, perturbing to get out of local maxima iteration 6289 found worse value: 363.487436847. iteration 6290 found worse value: 363.487436847. iteration 6291 found worse value: 363.487436847. iteration 6291, perturbing to get out of local maxima iteration 6292 found worse value: 363.487436847. iteration 6293 found worse value: 363.487436847. iteration 6294 found worse value: 363.487436847. iteration 6295 found worse value: 363.487436847. iteration 6296 found worse value: 363.487436847. iteration 6297 found worse value: 363.487436847. iteration 6298 found worse value: 363.487436847. iteration 6299 found worse value: 363.487436847. iteration 6299, perturbing to get out of local maxima iteration 6300 found worse value: 363.487436847. iteration 6301 found worse value: 363.487436847. iteration 6302 found worse value: 363.487436847. iteration 6303 found worse value: 363.487436847. iteration 6304 found worse value: 363.487436847. iteration 6305 found worse value: 363.487436847. iteration 6306 found worse value: 363.487436847. iteration 6307 found worse value: 363.487436847. iteration 6308 found worse value: 363.487436847. iteration 6308, perturbing to get out of local maxima iteration 6309 found worse value: 363.487436847. iteration 6310 found worse value: 363.487436847. iteration 6311 found worse value: 363.487436847. iteration 6311, perturbing to get out of local maxima iteration 6312 found worse value: 363.487436847. iteration 6313 found worse value: 363.487436847. iteration 6313, perturbing to get out of local maxima iteration 6314 found worse value: 363.487436847. iteration 6315 found worse value: 363.487436847. iteration 6316 found worse value: 363.487436847. iteration 6316, perturbing to get out of local maxima iteration 6317 found worse value: 363.487436847. iteration 6318 found worse value: 363.487436847. iteration 6318, perturbing to get out of local maxima iteration 6319 found worse value: 363.487436847. iteration 6320 found worse value: 363.487436847. iteration 6321 found worse value: 363.487436847. iteration 6322 found worse value: 363.487436847. iteration 6322, perturbing to get out of local maxima iteration 6323 found worse value: 363.487436847. iteration 6324 found worse value: 363.487436847. iteration 6325 found worse value: 363.487436847. iteration 6325, perturbing to get out of local maxima iteration 6326 found worse value: 363.487436847. iteration 6327 found worse value: 363.487436847. iteration 6327, perturbing to get out of local maxima iteration 6328 found worse value: 363.487436847. iteration 6328, perturbing to get out of local maxima iteration 6329 found worse value: 363.487436847. iteration 6329, perturbing to get out of local maxima iteration 6330 found worse value: 363.487436847. iteration 6331 found worse value: 363.487436847. iteration 6332 found worse value: 363.487436847. iteration 6332, perturbing to get out of local maxima iteration 6333 found worse value: 363.487436847. iteration 6334 found worse value: 363.487436847. iteration 6335 found worse value: 363.487436847. iteration 6336 found worse value: 363.487436847. iteration 6336, perturbing to get out of local maxima iteration 6337 found worse value: 363.487436847. iteration 6338 found worse value: 363.487436847. iteration 6339 found worse value: 363.487436847. iteration 6340 found worse value: 363.487436847. iteration 6341 found worse value: 363.487436847. iteration 6342 found worse value: 363.487436847. iteration 6343 found worse value: 363.487436847. iteration 6343, perturbing to get out of local maxima iteration 6344 found worse value: 363.487436847. iteration 6344, perturbing to get out of local maxima iteration 6345 found worse value: 363.487436847. iteration 6346 found worse value: 363.487436847. iteration 6347 found worse value: 363.487436847. iteration 6347, perturbing to get out of local maxima iteration 6348 found worse value: 363.487436847. iteration 6349 found worse value: 363.487436847. iteration 6350 found worse value: 363.487436847. iteration 6351 found worse value: 363.487436847. iteration 6351, perturbing to get out of local maxima iteration 6352 found worse value: 363.487436847. iteration 6352, perturbing to get out of local maxima iteration 6353 found worse value: 363.487436847. iteration 6354 found worse value: 363.487436847. iteration 6355 found worse value: 363.487436847. iteration 6355, perturbing to get out of local maxima iteration 6356 found worse value: 363.487436847. iteration 6356, perturbing to get out of local maxima iteration 6357 found worse value: 363.487436847. iteration 6357, perturbing to get out of local maxima iteration 6358 found worse value: 363.487436847. iteration 6359 found worse value: 363.487436847. iteration 6360 found worse value: 363.487436847. iteration 6360, perturbing to get out of local maxima iteration 6361 found worse value: 363.487436847. iteration 6361, perturbing to get out of local maxima iteration 6362 found worse value: 363.487436847. iteration 6362, perturbing to get out of local maxima iteration 6363 found worse value: 363.487436847. iteration 6363, perturbing to get out of local maxima iteration 6364 found worse value: 363.487436847. iteration 6365 found worse value: 363.487436847. iteration 6365, perturbing to get out of local maxima iteration 6366 found worse value: 363.487436847. iteration 6367 found worse value: 363.487436847. iteration 6367, perturbing to get out of local maxima iteration 6368 found worse value: 363.487436847. iteration 6368, perturbing to get out of local maxima iteration 6369 found worse value: 363.487436847. iteration 6369, perturbing to get out of local maxima iteration 6370 found worse value: 363.487436847. iteration 6371 found worse value: 363.487436847. iteration 6372 found worse value: 363.487436847. iteration 6373 found worse value: 363.487436847. iteration 6373, perturbing to get out of local maxima iteration 6374 found worse value: 363.487436847. iteration 6375 found worse value: 363.487436847. iteration 6376 found worse value: 363.487436847. iteration 6377 found worse value: 363.487436847. iteration 6378 found worse value: 363.487436847. iteration 6378, perturbing to get out of local maxima iteration 6379 found worse value: 363.487436847. iteration 6379, perturbing to get out of local maxima iteration 6380 found worse value: 363.487436847. iteration 6381 found worse value: 363.487436847. iteration 6382 found worse value: 363.487436847. iteration 6383 found worse value: 363.487436847. iteration 6384 found worse value: 363.487436847. iteration 6385 found worse value: 363.487436847. iteration 6385, perturbing to get out of local maxima iteration 6386 found worse value: 363.487436847. iteration 6386, perturbing to get out of local maxima iteration 6387 found worse value: 363.487436847. iteration 6387, perturbing to get out of local maxima iteration 6388 found worse value: 363.487436847. iteration 6388, perturbing to get out of local maxima iteration 6389 found worse value: 363.487436847. iteration 6390 found worse value: 363.487436847. iteration 6390, perturbing to get out of local maxima iteration 6391 found worse value: 363.487436847. iteration 6391, perturbing to get out of local maxima iteration 6392 found worse value: 363.487436847. iteration 6393 found worse value: 363.487436847. iteration 6394 found worse value: 363.487436847. iteration 6395 found worse value: 363.487436847. iteration 6396 found worse value: 363.487436847. iteration 6396, perturbing to get out of local maxima iteration 6397 found worse value: 363.487436847. iteration 6398 found worse value: 363.487436847. iteration 6399 found worse value: 363.487436847. iteration 6400 found worse value: 363.487436847. iteration 6401 found worse value: 363.487436847. iteration 6401, perturbing to get out of local maxima iteration 6402 found worse value: 363.487436847. iteration 6403 found worse value: 363.487436847. iteration 6403, perturbing to get out of local maxima iteration 6404 found worse value: 363.487436847. iteration 6404, perturbing to get out of local maxima iteration 6405 found worse value: 363.487436847. iteration 6406 found worse value: 363.487436847. iteration 6407 found worse value: 363.487436847. iteration 6408 found worse value: 363.487436847. iteration 6409 found worse value: 363.487436847. iteration 6409, perturbing to get out of local maxima iteration 6410 found worse value: 363.487436847. iteration 6411 found worse value: 363.487436847. iteration 6412 found worse value: 363.487436847. iteration 6413 found worse value: 363.487436847. iteration 6414 found worse value: 363.487436847. iteration 6415 found worse value: 363.487436847. iteration 6415, perturbing to get out of local maxima iteration 6416 found worse value: 363.487436847. iteration 6417 found worse value: 363.487436847. iteration 6418 found worse value: 363.487436847. iteration 6418, perturbing to get out of local maxima iteration 6419 found worse value: 363.487436847. iteration 6419, perturbing to get out of local maxima iteration 6420 found worse value: 363.487436847. iteration 6420, perturbing to get out of local maxima iteration 6421 found worse value: 363.487436847. iteration 6421, perturbing to get out of local maxima iteration 6422 found worse value: 363.487436847. iteration 6422, perturbing to get out of local maxima iteration 6423 found worse value: 363.487436847. iteration 6423, perturbing to get out of local maxima iteration 6424 found worse value: 363.487436847. iteration 6425 found worse value: 363.487436847. iteration 6425, perturbing to get out of local maxima iteration 6426 found worse value: 363.487436847. iteration 6426, perturbing to get out of local maxima iteration 6427 found worse value: 363.487436847. iteration 6427, perturbing to get out of local maxima iteration 6428 found worse value: 363.487436847. iteration 6429 found worse value: 363.487436847. iteration 6430 found worse value: 363.487436847. iteration 6431 found worse value: 363.487436847. iteration 6432 found worse value: 363.487436847. iteration 6432, perturbing to get out of local maxima iteration 6433 found worse value: 363.487436847. iteration 6434 found worse value: 363.487436847. iteration 6434, perturbing to get out of local maxima iteration 6435 found worse value: 363.487436847. iteration 6436 found worse value: 363.487436847. iteration 6436, perturbing to get out of local maxima iteration 6437 found worse value: 363.487436847. iteration 6438 found worse value: 363.487436847. iteration 6439 found worse value: 363.487436847. iteration 6440 found worse value: 363.487436847. iteration 6440, perturbing to get out of local maxima iteration 6441 found worse value: 363.487436847. iteration 6442 found worse value: 363.487436847. iteration 6442, perturbing to get out of local maxima iteration 6443 found worse value: 363.487436847. iteration 6443, perturbing to get out of local maxima iteration 6444 found worse value: 363.487436847. iteration 6445 found worse value: 363.487436847. iteration 6445, perturbing to get out of local maxima iteration 6446 found worse value: 363.487436847. iteration 6446, perturbing to get out of local maxima iteration 6447 found worse value: 363.487436847. iteration 6447, perturbing to get out of local maxima iteration 6448 found worse value: 363.487436847. iteration 6449 found worse value: 363.487436847. iteration 6449, perturbing to get out of local maxima iteration 6450 found worse value: 363.487436847. iteration 6451 found worse value: 363.487436847. iteration 6452 found worse value: 363.487436847. iteration 6453 found worse value: 363.487436847. iteration 6454 found worse value: 363.487436847. iteration 6455 found worse value: 363.487436847. iteration 6456 found worse value: 363.487436847. iteration 6456, perturbing to get out of local maxima iteration 6457 found worse value: 363.487436847. iteration 6458 found worse value: 363.487436847. iteration 6458, perturbing to get out of local maxima iteration 6459 found worse value: 363.487436847. iteration 6460 found worse value: 363.487436847. iteration 6460, perturbing to get out of local maxima iteration 6461 found worse value: 363.487436847. iteration 6461, perturbing to get out of local maxima iteration 6462 found worse value: 363.487436847. iteration 6463 found worse value: 363.487436847. iteration 6464 found worse value: 363.487436847. iteration 6464, perturbing to get out of local maxima iteration 6465 found worse value: 363.487436847. iteration 6466 found worse value: 363.487436847. iteration 6466, perturbing to get out of local maxima iteration 6467 found worse value: 363.487436847. iteration 6467, perturbing to get out of local maxima iteration 6468 found worse value: 363.487436847. iteration 6469 found worse value: 363.487436847. iteration 6469, perturbing to get out of local maxima iteration 6470 found worse value: 363.487436847. iteration 6470, perturbing to get out of local maxima iteration 6471 found worse value: 363.487436847. iteration 6472 found worse value: 363.487436847. iteration 6472, perturbing to get out of local maxima iteration 6473 found worse value: 363.487436847. iteration 6474 found worse value: 363.487436847. iteration 6475 found worse value: 363.487436847. iteration 6476 found worse value: 363.487436847. iteration 6477 found worse value: 363.487436847. iteration 6478 found worse value: 363.487436847. iteration 6479 found worse value: 363.487436847. iteration 6480 found worse value: 363.487436847. iteration 6480, perturbing to get out of local maxima iteration 6481 found worse value: 363.487436847. iteration 6482 found worse value: 363.487436847. iteration 6483 found worse value: 363.487436847. iteration 6484 found worse value: 363.487436847. iteration 6485 found worse value: 363.487436847. iteration 6485, perturbing to get out of local maxima iteration 6486 found worse value: 363.487436847. iteration 6487 found worse value: 363.487436847. iteration 6488 found better value: 363.490837197 iteration 6489 found worse value: 363.490837197. iteration 6490 found worse value: 363.490837197. iteration 6491 found worse value: 363.490837197. iteration 6491, perturbing to get out of local maxima iteration 6492 found worse value: 363.490837197. iteration 6493 found worse value: 363.490837197. iteration 6493, perturbing to get out of local maxima iteration 6494 found worse value: 363.490837197. iteration 6494, perturbing to get out of local maxima iteration 6495 found worse value: 363.490837197. iteration 6496 found worse value: 363.490837197. iteration 6497 found worse value: 363.490837197. iteration 6498 found worse value: 363.490837197. iteration 6499 found worse value: 363.490837197. iteration 6499, perturbing to get out of local maxima iteration 6500 found worse value: 363.490837197. iteration 6500, perturbing to get out of local maxima iteration 6501 found worse value: 363.490837197. iteration 6501, perturbing to get out of local maxima iteration 6502 found worse value: 363.490837197. iteration 6503 found worse value: 363.490837197. iteration 6503, perturbing to get out of local maxima iteration 6504 found worse value: 363.490837197. iteration 6505 found worse value: 363.490837197. iteration 6505, perturbing to get out of local maxima iteration 6506 found worse value: 363.490837197. iteration 6507 found worse value: 363.490837197. iteration 6508 found worse value: 363.490837197. iteration 6509 found worse value: 363.490837197. iteration 6509, perturbing to get out of local maxima iteration 6510 found worse value: 363.490837197. iteration 6510, perturbing to get out of local maxima iteration 6511 found worse value: 363.490837197. iteration 6512 found worse value: 363.490837197. iteration 6512, perturbing to get out of local maxima iteration 6513 found worse value: 363.490837197. iteration 6514 found worse value: 363.490837197. iteration 6514, perturbing to get out of local maxima iteration 6515 found worse value: 363.490837197. iteration 6516 found worse value: 363.490837197. iteration 6516, perturbing to get out of local maxima iteration 6517 found worse value: 363.490837197. iteration 6518 found worse value: 363.490837197. iteration 6519 found worse value: 363.490837197. iteration 6519, perturbing to get out of local maxima iteration 6520 found worse value: 363.490837197. iteration 6520, perturbing to get out of local maxima iteration 6521 found worse value: 363.490837197. iteration 6521, perturbing to get out of local maxima iteration 6522 found worse value: 363.490837197. iteration 6523 found worse value: 363.490837197. iteration 6523, perturbing to get out of local maxima iteration 6524 found worse value: 363.490837197. iteration 6525 found worse value: 363.490837197. iteration 6526 found worse value: 363.490837197. iteration 6527 found worse value: 363.490837197. iteration 6528 found worse value: 363.490837197. iteration 6528, perturbing to get out of local maxima iteration 6529 found worse value: 363.490837197. iteration 6529, perturbing to get out of local maxima iteration 6530 found worse value: 363.490837197. iteration 6531 found worse value: 363.490837197. iteration 6531, perturbing to get out of local maxima iteration 6532 found worse value: 363.490837197. iteration 6532, perturbing to get out of local maxima iteration 6533 found worse value: 363.490837197. iteration 6534 found worse value: 363.490837197. iteration 6534, perturbing to get out of local maxima iteration 6535 found worse value: 363.490837197. iteration 6536 found worse value: 363.490837197. iteration 6537 found worse value: 363.490837197. iteration 6537, perturbing to get out of local maxima iteration 6538 found worse value: 363.490837197. iteration 6539 found worse value: 363.490837197. iteration 6540 found worse value: 363.490837197. iteration 6541 found worse value: 363.490837197. iteration 6542 found worse value: 363.490837197. iteration 6543 found worse value: 363.490837197. iteration 6544 found worse value: 363.490837197. iteration 6545 found worse value: 363.490837197. iteration 6545, perturbing to get out of local maxima iteration 6546 found worse value: 363.490837197. iteration 6546, perturbing to get out of local maxima iteration 6547 found worse value: 363.490837197. iteration 6548 found worse value: 363.490837197. iteration 6548, perturbing to get out of local maxima iteration 6549 found worse value: 363.490837197. iteration 6550 found worse value: 363.490837197. iteration 6550, perturbing to get out of local maxima iteration 6551 found worse value: 363.490837197. iteration 6552 found worse value: 363.490837197. iteration 6553 found worse value: 363.490837197. iteration 6554 found worse value: 363.490837197. iteration 6555 found worse value: 363.490837197. iteration 6556 found worse value: 363.490837197. iteration 6557 found worse value: 363.490837197. iteration 6558 found worse value: 363.490837197. iteration 6559 found worse value: 363.490837197. iteration 6560 found worse value: 363.490837197. iteration 6561 found worse value: 363.490837197. iteration 6562 found worse value: 363.490837197. iteration 6562, perturbing to get out of local maxima iteration 6563 found worse value: 363.490837197. iteration 6563, perturbing to get out of local maxima iteration 6564 found worse value: 363.490837197. iteration 6565 found worse value: 363.490837197. iteration 6565, perturbing to get out of local maxima iteration 6566 found worse value: 363.490837197. iteration 6566, perturbing to get out of local maxima iteration 6567 found worse value: 363.490837197. iteration 6568 found worse value: 363.490837197. iteration 6569 found worse value: 363.490837197. iteration 6570 found worse value: 363.490837197. iteration 6571 found worse value: 363.490837197. iteration 6572 found worse value: 363.490837197. iteration 6573 found worse value: 363.490837197. iteration 6573, perturbing to get out of local maxima iteration 6574 found worse value: 363.490837197. iteration 6575 found worse value: 363.490837197. iteration 6576 found worse value: 363.490837197. iteration 6576, perturbing to get out of local maxima iteration 6577 found worse value: 363.490837197. iteration 6577, perturbing to get out of local maxima iteration 6578 found worse value: 363.490837197. iteration 6579 found worse value: 363.490837197. iteration 6579, perturbing to get out of local maxima iteration 6580 found worse value: 363.490837197. iteration 6581 found worse value: 363.490837197. iteration 6581, perturbing to get out of local maxima iteration 6582 found worse value: 363.490837197. iteration 6583 found worse value: 363.490837197. iteration 6584 found worse value: 363.490837197. iteration 6585 found worse value: 363.490837197. iteration 6585, perturbing to get out of local maxima iteration 6586 found worse value: 363.490837197. iteration 6587 found worse value: 363.490837197. iteration 6588 found worse value: 363.490837197. iteration 6589 found worse value: 363.490837197. iteration 6589, perturbing to get out of local maxima iteration 6590 found worse value: 363.490837197. iteration 6590, perturbing to get out of local maxima iteration 6591 found worse value: 363.490837197. iteration 6592 found worse value: 363.490837197. iteration 6592, perturbing to get out of local maxima iteration 6593 found worse value: 363.490837197. iteration 6594 found worse value: 363.490837197. iteration 6595 found worse value: 363.490837197. iteration 6596 found worse value: 363.490837197. iteration 6596, perturbing to get out of local maxima iteration 6597 found worse value: 363.490837197. iteration 6598 found worse value: 363.490837197. iteration 6598, perturbing to get out of local maxima iteration 6599 found worse value: 363.490837197. iteration 6599, perturbing to get out of local maxima iteration 6600 found worse value: 363.490837197. iteration 6601 found worse value: 363.490837197. iteration 6602 found worse value: 363.490837197. iteration 6603 found worse value: 363.490837197. iteration 6604 found worse value: 363.490837197. iteration 6605 found worse value: 363.490837197. iteration 6605, perturbing to get out of local maxima iteration 6606 found worse value: 363.490837197. iteration 6606, perturbing to get out of local maxima iteration 6607 found worse value: 363.490837197. iteration 6608 found worse value: 363.490837197. iteration 6609 found worse value: 363.490837197. iteration 6610 found worse value: 363.490837197. iteration 6611 found worse value: 363.490837197. iteration 6612 found worse value: 363.490837197. iteration 6612, perturbing to get out of local maxima iteration 6613 found worse value: 363.490837197. iteration 6614 found worse value: 363.490837197. iteration 6615 found worse value: 363.490837197. iteration 6616 found worse value: 363.490837197. iteration 6616, perturbing to get out of local maxima iteration 6617 found worse value: 363.490837197. iteration 6618 found worse value: 363.490837197. iteration 6618, perturbing to get out of local maxima iteration 6619 found worse value: 363.490837197. iteration 6620 found worse value: 363.490837197. iteration 6621 found worse value: 363.490837197. iteration 6622 found worse value: 363.490837197. iteration 6622, perturbing to get out of local maxima iteration 6623 found worse value: 363.490837197. iteration 6623, perturbing to get out of local maxima iteration 6624 found worse value: 363.490837197. iteration 6624, perturbing to get out of local maxima iteration 6625 found worse value: 363.490837197. iteration 6626 found worse value: 363.490837197. iteration 6627 found worse value: 363.490837197. iteration 6627, perturbing to get out of local maxima iteration 6628 found worse value: 363.490837197. iteration 6629 found worse value: 363.490837197. iteration 6629, perturbing to get out of local maxima iteration 6630 found worse value: 363.490837197. iteration 6630, perturbing to get out of local maxima iteration 6631 found worse value: 363.490837197. iteration 6632 found worse value: 363.490837197. iteration 6633 found worse value: 363.490837197. iteration 6634 found worse value: 363.490837197. iteration 6635 found worse value: 363.490837197. iteration 6636 found worse value: 363.490837197. iteration 6636, perturbing to get out of local maxima iteration 6637 found worse value: 363.490837197. iteration 6638 found worse value: 363.490837197. iteration 6638, perturbing to get out of local maxima iteration 6639 found worse value: 363.490837197. iteration 6640 found worse value: 363.490837197. iteration 6641 found worse value: 363.490837197. iteration 6642 found worse value: 363.490837197. iteration 6643 found worse value: 363.490837197. iteration 6643, perturbing to get out of local maxima iteration 6644 found worse value: 363.490837197. iteration 6644, perturbing to get out of local maxima iteration 6645 found worse value: 363.490837197. iteration 6645, perturbing to get out of local maxima iteration 6646 found worse value: 363.490837197. iteration 6647 found worse value: 363.490837197. iteration 6647, perturbing to get out of local maxima iteration 6648 found worse value: 363.490837197. iteration 6649 found worse value: 363.490837197. iteration 6650 found worse value: 363.490837197. iteration 6650, perturbing to get out of local maxima iteration 6651 found worse value: 363.490837197. iteration 6652 found worse value: 363.490837197. iteration 6652, perturbing to get out of local maxima iteration 6653 found worse value: 363.490837197. iteration 6654 found worse value: 363.490837197. iteration 6655 found worse value: 363.490837197. iteration 6655, perturbing to get out of local maxima iteration 6656 found worse value: 363.490837197. iteration 6657 found worse value: 363.490837197. iteration 6658 found worse value: 363.490837197. iteration 6659 found worse value: 363.490837197. iteration 6660 found worse value: 363.490837197. iteration 6660, perturbing to get out of local maxima iteration 6661 found worse value: 363.490837197. iteration 6661, perturbing to get out of local maxima iteration 6662 found worse value: 363.490837197. iteration 6662, perturbing to get out of local maxima iteration 6663 found worse value: 363.490837197. iteration 6664 found worse value: 363.490837197. iteration 6664, perturbing to get out of local maxima iteration 6665 found worse value: 363.490837197. iteration 6666 found worse value: 363.490837197. iteration 6667 found worse value: 363.490837197. iteration 6667, perturbing to get out of local maxima iteration 6668 found worse value: 363.490837197. iteration 6669 found worse value: 363.490837197. iteration 6669, perturbing to get out of local maxima iteration 6670 found worse value: 363.490837197. iteration 6671 found worse value: 363.490837197. iteration 6672 found worse value: 363.490837197. iteration 6673 found worse value: 363.490837197. iteration 6674 found worse value: 363.490837197. iteration 6675 found worse value: 363.490837197. iteration 6675, perturbing to get out of local maxima iteration 6676 found worse value: 363.490837197. iteration 6676, perturbing to get out of local maxima iteration 6677 found worse value: 363.490837197. iteration 6678 found worse value: 363.490837197. iteration 6679 found worse value: 363.490837197. iteration 6680 found worse value: 363.490837197. iteration 6681 found worse value: 363.490837197. iteration 6681, perturbing to get out of local maxima iteration 6682 found worse value: 363.490837197. iteration 6683 found worse value: 363.490837197. iteration 6684 found worse value: 363.490837197. iteration 6685 found worse value: 363.490837197. iteration 6686 found worse value: 363.490837197. iteration 6686, perturbing to get out of local maxima iteration 6687 found worse value: 363.490837197. iteration 6688 found worse value: 363.490837197. iteration 6689 found worse value: 363.490837197. iteration 6689, perturbing to get out of local maxima iteration 6690 found worse value: 363.490837197. iteration 6691 found worse value: 363.490837197. iteration 6691, perturbing to get out of local maxima iteration 6692 found worse value: 363.490837197. iteration 6692, perturbing to get out of local maxima iteration 6693 found worse value: 363.490837197. iteration 6693, perturbing to get out of local maxima iteration 6694 found worse value: 363.490837197. iteration 6695 found worse value: 363.490837197. iteration 6695, perturbing to get out of local maxima iteration 6696 found worse value: 363.490837197. iteration 6696, perturbing to get out of local maxima iteration 6697 found worse value: 363.490837197. iteration 6698 found worse value: 363.490837197. iteration 6699 found worse value: 363.490837197. iteration 6700 found worse value: 363.490837197. iteration 6701 found worse value: 363.490837197. iteration 6702 found worse value: 363.490837197. iteration 6702, perturbing to get out of local maxima iteration 6703 found worse value: 363.490837197. iteration 6704 found worse value: 363.490837197. iteration 6705 found worse value: 363.490837197. iteration 6706 found worse value: 363.490837197. iteration 6706, perturbing to get out of local maxima iteration 6707 found worse value: 363.490837197. iteration 6708 found worse value: 363.490837197. iteration 6709 found worse value: 363.490837197. iteration 6710 found worse value: 363.490837197. iteration 6710, perturbing to get out of local maxima iteration 6711 found worse value: 363.490837197. iteration 6711, perturbing to get out of local maxima iteration 6712 found worse value: 363.490837197. iteration 6713 found worse value: 363.490837197. iteration 6714 found worse value: 363.490837197. iteration 6715 found worse value: 363.490837197. iteration 6716 found worse value: 363.490837197. iteration 6716, perturbing to get out of local maxima iteration 6717 found worse value: 363.490837197. iteration 6718 found worse value: 363.490837197. iteration 6719 found worse value: 363.490837197. iteration 6719, perturbing to get out of local maxima iteration 6720 found worse value: 363.490837197. iteration 6721 found worse value: 363.490837197. iteration 6721, perturbing to get out of local maxima iteration 6722 found worse value: 363.490837197. iteration 6723 found worse value: 363.490837197. iteration 6724 found worse value: 363.490837197. iteration 6725 found worse value: 363.490837197. iteration 6725, perturbing to get out of local maxima iteration 6726 found worse value: 363.490837197. iteration 6727 found worse value: 363.490837197. iteration 6728 found worse value: 363.490837197. iteration 6729 found worse value: 363.490837197. iteration 6729, perturbing to get out of local maxima iteration 6730 found worse value: 363.490837197. iteration 6731 found worse value: 363.490837197. iteration 6732 found worse value: 363.490837197. iteration 6733 found worse value: 363.490837197. iteration 6734 found worse value: 363.490837197. iteration 6735 found worse value: 363.490837197. iteration 6736 found worse value: 363.490837197. iteration 6736, perturbing to get out of local maxima iteration 6737 found worse value: 363.490837197. iteration 6738 found worse value: 363.490837197. iteration 6738, perturbing to get out of local maxima iteration 6739 found worse value: 363.490837197. iteration 6740 found worse value: 363.490837197. iteration 6740, perturbing to get out of local maxima iteration 6741 found worse value: 363.490837197. iteration 6741, perturbing to get out of local maxima iteration 6742 found worse value: 363.490837197. iteration 6743 found worse value: 363.490837197. iteration 6744 found worse value: 363.490837197. iteration 6745 found worse value: 363.490837197. iteration 6746 found worse value: 363.490837197. iteration 6747 found worse value: 363.490837197. iteration 6748 found worse value: 363.490837197. iteration 6749 found worse value: 363.490837197. iteration 6750 found worse value: 363.490837197. iteration 6750, perturbing to get out of local maxima iteration 6751 found worse value: 363.490837197. iteration 6752 found worse value: 363.490837197. iteration 6753 found worse value: 363.490837197. iteration 6753, perturbing to get out of local maxima iteration 6754 found worse value: 363.490837197. iteration 6754, perturbing to get out of local maxima iteration 6755 found worse value: 363.490837197. iteration 6756 found worse value: 363.490837197. iteration 6757 found worse value: 363.490837197. iteration 6757, perturbing to get out of local maxima iteration 6758 found worse value: 363.490837197. iteration 6758, perturbing to get out of local maxima iteration 6759 found worse value: 363.490837197. iteration 6760 found worse value: 363.490837197. iteration 6761 found worse value: 363.490837197. iteration 6762 found worse value: 363.490837197. iteration 6763 found worse value: 363.490837197. iteration 6763, perturbing to get out of local maxima iteration 6764 found worse value: 363.490837197. iteration 6765 found worse value: 363.490837197. iteration 6766 found worse value: 363.490837197. iteration 6766, perturbing to get out of local maxima iteration 6767 found worse value: 363.490837197. iteration 6768 found worse value: 363.490837197. iteration 6769 found worse value: 363.490837197. iteration 6769, perturbing to get out of local maxima iteration 6770 found worse value: 363.490837197. iteration 6771 found worse value: 363.490837197. iteration 6772 found worse value: 363.490837197. iteration 6772, perturbing to get out of local maxima iteration 6773 found worse value: 363.490837197. iteration 6774 found worse value: 363.490837197. iteration 6775 found worse value: 363.490837197. iteration 6776 found worse value: 363.490837197. iteration 6776, perturbing to get out of local maxima iteration 6777 found worse value: 363.490837197. iteration 6777, perturbing to get out of local maxima iteration 6778 found worse value: 363.490837197. iteration 6778, perturbing to get out of local maxima iteration 6779 found worse value: 363.490837197. iteration 6780 found worse value: 363.490837197. iteration 6780, perturbing to get out of local maxima iteration 6781 found worse value: 363.490837197. iteration 6782 found worse value: 363.490837197. iteration 6783 found worse value: 363.490837197. iteration 6784 found worse value: 363.490837197. iteration 6785 found worse value: 363.490837197. iteration 6785, perturbing to get out of local maxima iteration 6786 found worse value: 363.490837197. iteration 6787 found worse value: 363.490837197. iteration 6788 found worse value: 363.490837197. iteration 6788, perturbing to get out of local maxima iteration 6789 found worse value: 363.490837197. iteration 6789, perturbing to get out of local maxima iteration 6790 found worse value: 363.490837197. iteration 6790, perturbing to get out of local maxima iteration 6791 found worse value: 363.490837197. iteration 6792 found worse value: 363.490837197. iteration 6793 found worse value: 363.490837197. iteration 6793, perturbing to get out of local maxima iteration 6794 found worse value: 363.490837197. iteration 6794, perturbing to get out of local maxima iteration 6795 found worse value: 363.490837197. iteration 6796 found worse value: 363.490837197. iteration 6797 found worse value: 363.490837197. iteration 6797, perturbing to get out of local maxima iteration 6798 found worse value: 363.490837197. iteration 6799 found worse value: 363.490837197. iteration 6800 found worse value: 363.490837197. iteration 6801 found worse value: 363.490837197. iteration 6802 found worse value: 363.490837197. iteration 6803 found worse value: 363.490837197. iteration 6804 found worse value: 363.490837197. iteration 6805 found worse value: 363.490837197. iteration 6805, perturbing to get out of local maxima iteration 6806 found worse value: 363.490837197. iteration 6807 found worse value: 363.490837197. iteration 6808 found worse value: 363.490837197. iteration 6809 found worse value: 363.490837197. iteration 6809, perturbing to get out of local maxima iteration 6810 found worse value: 363.490837197. iteration 6811 found worse value: 363.490837197. iteration 6811, perturbing to get out of local maxima iteration 6812 found worse value: 363.490837197. iteration 6812, perturbing to get out of local maxima iteration 6813 found worse value: 363.490837197. iteration 6813, perturbing to get out of local maxima iteration 6814 found worse value: 363.490837197. iteration 6814, perturbing to get out of local maxima iteration 6815 found worse value: 363.490837197. iteration 6815, perturbing to get out of local maxima iteration 6816 found worse value: 363.490837197. iteration 6816, perturbing to get out of local maxima iteration 6817 found worse value: 363.490837197. iteration 6817, perturbing to get out of local maxima iteration 6818 found worse value: 363.490837197. iteration 6818, perturbing to get out of local maxima iteration 6819 found worse value: 363.490837197. iteration 6820 found worse value: 363.490837197. iteration 6821 found worse value: 363.490837197. iteration 6822 found worse value: 363.490837197. iteration 6823 found worse value: 363.490837197. iteration 6824 found worse value: 363.490837197. iteration 6825 found worse value: 363.490837197. iteration 6825, perturbing to get out of local maxima iteration 6826 found worse value: 363.490837197. iteration 6826, perturbing to get out of local maxima iteration 6827 found worse value: 363.490837197. iteration 6828 found worse value: 363.490837197. iteration 6828, perturbing to get out of local maxima iteration 6829 found worse value: 363.490837197. iteration 6830 found worse value: 363.490837197. iteration 6830, perturbing to get out of local maxima iteration 6831 found worse value: 363.490837197. iteration 6831, perturbing to get out of local maxima iteration 6832 found worse value: 363.490837197. iteration 6833 found worse value: 363.490837197. iteration 6834 found worse value: 363.490837197. iteration 6835 found worse value: 363.490837197. iteration 6836 found worse value: 363.490837197. iteration 6836, perturbing to get out of local maxima iteration 6837 found worse value: 363.490837197. iteration 6838 found worse value: 363.490837197. iteration 6838, perturbing to get out of local maxima iteration 6839 found worse value: 363.490837197. iteration 6840 found worse value: 363.490837197. iteration 6840, perturbing to get out of local maxima iteration 6841 found worse value: 363.490837197. iteration 6842 found worse value: 363.490837197. iteration 6843 found worse value: 363.490837197. iteration 6843, perturbing to get out of local maxima iteration 6844 found worse value: 363.490837197. iteration 6845 found worse value: 363.490837197. iteration 6846 found worse value: 363.490837197. iteration 6847 found worse value: 363.490837197. iteration 6848 found worse value: 363.490837197. iteration 6848, perturbing to get out of local maxima iteration 6849 found worse value: 363.490837197. iteration 6850 found worse value: 363.490837197. iteration 6850, perturbing to get out of local maxima iteration 6851 found worse value: 363.490837197. iteration 6851, perturbing to get out of local maxima iteration 6852 found worse value: 363.490837197. iteration 6853 found worse value: 363.490837197. iteration 6853, perturbing to get out of local maxima iteration 6854 found worse value: 363.490837197. iteration 6854, perturbing to get out of local maxima iteration 6855 found worse value: 363.490837197. iteration 6855, perturbing to get out of local maxima iteration 6856 found worse value: 363.490837197. iteration 6857 found worse value: 363.490837197. iteration 6858 found worse value: 363.490837197. iteration 6859 found worse value: 363.490837197. iteration 6860 found worse value: 363.490837197. iteration 6861 found worse value: 363.490837197. iteration 6862 found worse value: 363.490837197. iteration 6863 found worse value: 363.490837197. iteration 6863, perturbing to get out of local maxima iteration 6864 found worse value: 363.490837197. iteration 6864, perturbing to get out of local maxima iteration 6865 found worse value: 363.490837197. iteration 6866 found worse value: 363.490837197. iteration 6867 found worse value: 363.490837197. iteration 6867, perturbing to get out of local maxima iteration 6868 found worse value: 363.490837197. iteration 6869 found worse value: 363.490837197. iteration 6870 found worse value: 363.490837197. iteration 6871 found worse value: 363.490837197. iteration 6872 found worse value: 363.490837197. iteration 6873 found worse value: 363.490837197. iteration 6873, perturbing to get out of local maxima iteration 6874 found worse value: 363.490837197. iteration 6874, perturbing to get out of local maxima iteration 6875 found worse value: 363.490837197. iteration 6876 found worse value: 363.490837197. iteration 6877 found worse value: 363.490837197. iteration 6877, perturbing to get out of local maxima iteration 6878 found worse value: 363.490837197. iteration 6878, perturbing to get out of local maxima iteration 6879 found worse value: 363.490837197. iteration 6880 found worse value: 363.490837197. iteration 6881 found worse value: 363.490837197. iteration 6882 found worse value: 363.490837197. iteration 6883 found worse value: 363.490837197. iteration 6883, perturbing to get out of local maxima iteration 6884 found worse value: 363.490837197. iteration 6884, perturbing to get out of local maxima iteration 6885 found worse value: 363.490837197. iteration 6886 found worse value: 363.490837197. iteration 6886, perturbing to get out of local maxima iteration 6887 found worse value: 363.490837197. iteration 6888 found worse value: 363.490837197. iteration 6889 found worse value: 363.490837197. iteration 6889, perturbing to get out of local maxima iteration 6890 found worse value: 363.490837197. iteration 6891 found worse value: 363.490837197. iteration 6892 found worse value: 363.490837197. iteration 6893 found worse value: 363.490837197. iteration 6893, perturbing to get out of local maxima iteration 6894 found worse value: 363.490837197. iteration 6895 found worse value: 363.490837197. iteration 6896 found worse value: 363.490837197. iteration 6896, perturbing to get out of local maxima iteration 6897 found worse value: 363.490837197. iteration 6897, perturbing to get out of local maxima iteration 6898 found worse value: 363.490837197. iteration 6899 found worse value: 363.490837197. iteration 6899, perturbing to get out of local maxima iteration 6900 found worse value: 363.490837197. iteration 6900, perturbing to get out of local maxima iteration 6901 found worse value: 363.490837197. iteration 6901, perturbing to get out of local maxima iteration 6902 found worse value: 363.490837197. iteration 6903 found worse value: 363.490837197. iteration 6903, perturbing to get out of local maxima iteration 6904 found worse value: 363.490837197. iteration 6905 found worse value: 363.490837197. iteration 6905, perturbing to get out of local maxima iteration 6906 found worse value: 363.490837197. iteration 6907 found worse value: 363.490837197. iteration 6907, perturbing to get out of local maxima iteration 6908 found worse value: 363.490837197. iteration 6909 found worse value: 363.490837197. iteration 6909, perturbing to get out of local maxima iteration 6910 found worse value: 363.490837197. iteration 6911 found worse value: 363.490837197. iteration 6911, perturbing to get out of local maxima iteration 6912 found worse value: 363.490837197. iteration 6913 found worse value: 363.490837197. iteration 6914 found worse value: 363.490837197. iteration 6915 found worse value: 363.490837197. iteration 6916 found worse value: 363.490837197. iteration 6917 found worse value: 363.490837197. iteration 6917, perturbing to get out of local maxima iteration 6918 found worse value: 363.490837197. iteration 6919 found worse value: 363.490837197. iteration 6920 found worse value: 363.490837197. iteration 6921 found worse value: 363.490837197. iteration 6922 found worse value: 363.490837197. iteration 6922, perturbing to get out of local maxima iteration 6923 found worse value: 363.490837197. iteration 6924 found worse value: 363.490837197. iteration 6925 found worse value: 363.490837197. iteration 6926 found worse value: 363.490837197. iteration 6927 found worse value: 363.490837197. iteration 6927, perturbing to get out of local maxima iteration 6928 found worse value: 363.490837197. iteration 6928, perturbing to get out of local maxima iteration 6929 found worse value: 363.490837197. iteration 6929, perturbing to get out of local maxima iteration 6930 found worse value: 363.490837197. iteration 6930, perturbing to get out of local maxima iteration 6931 found worse value: 363.490837197. iteration 6932 found worse value: 363.490837197. iteration 6932, perturbing to get out of local maxima iteration 6933 found worse value: 363.490837197. iteration 6934 found worse value: 363.490837197. iteration 6935 found worse value: 363.490837197. iteration 6936 found worse value: 363.490837197. iteration 6937 found worse value: 363.490837197. iteration 6938 found worse value: 363.490837197. iteration 6939 found worse value: 363.490837197. iteration 6939, perturbing to get out of local maxima iteration 6940 found worse value: 363.490837197. iteration 6941 found worse value: 363.490837197. iteration 6941, perturbing to get out of local maxima iteration 6942 found worse value: 363.490837197. iteration 6942, perturbing to get out of local maxima iteration 6943 found worse value: 363.490837197. iteration 6944 found worse value: 363.490837197. iteration 6944, perturbing to get out of local maxima iteration 6945 found worse value: 363.490837197. iteration 6946 found worse value: 363.490837197. iteration 6946, perturbing to get out of local maxima iteration 6947 found worse value: 363.490837197. iteration 6948 found worse value: 363.490837197. iteration 6948, perturbing to get out of local maxima iteration 6949 found worse value: 363.490837197. iteration 6949, perturbing to get out of local maxima iteration 6950 found worse value: 363.490837197. iteration 6950, perturbing to get out of local maxima iteration 6951 found worse value: 363.490837197. iteration 6951, perturbing to get out of local maxima iteration 6952 found worse value: 363.490837197. iteration 6953 found worse value: 363.490837197. iteration 6953, perturbing to get out of local maxima iteration 6954 found worse value: 363.490837197. iteration 6955 found worse value: 363.490837197. iteration 6955, perturbing to get out of local maxima iteration 6956 found worse value: 363.490837197. iteration 6957 found worse value: 363.490837197. iteration 6958 found worse value: 363.490837197. iteration 6958, perturbing to get out of local maxima iteration 6959 found worse value: 363.490837197. iteration 6960 found worse value: 363.490837197. iteration 6960, perturbing to get out of local maxima iteration 6961 found worse value: 363.490837197. iteration 6962 found worse value: 363.490837197. iteration 6962, perturbing to get out of local maxima iteration 6963 found worse value: 363.490837197. iteration 6964 found worse value: 363.490837197. iteration 6965 found worse value: 363.490837197. iteration 6966 found worse value: 363.490837197. iteration 6967 found worse value: 363.490837197. iteration 6967, perturbing to get out of local maxima iteration 6968 found worse value: 363.490837197. iteration 6968, perturbing to get out of local maxima iteration 6969 found worse value: 363.490837197. iteration 6969, perturbing to get out of local maxima iteration 6970 found worse value: 363.490837197. iteration 6971 found worse value: 363.490837197. iteration 6971, perturbing to get out of local maxima iteration 6972 found worse value: 363.490837197. iteration 6973 found worse value: 363.490837197. iteration 6974 found worse value: 363.490837197. iteration 6975 found worse value: 363.490837197. iteration 6976 found worse value: 363.490837197. iteration 6977 found worse value: 363.490837197. iteration 6977, perturbing to get out of local maxima iteration 6978 found worse value: 363.490837197. iteration 6978, perturbing to get out of local maxima iteration 6979 found worse value: 363.490837197. iteration 6980 found worse value: 363.490837197. iteration 6981 found worse value: 363.490837197. iteration 6981, perturbing to get out of local maxima iteration 6982 found worse value: 363.490837197. iteration 6982, perturbing to get out of local maxima iteration 6983 found worse value: 363.490837197. iteration 6983, perturbing to get out of local maxima iteration 6984 found worse value: 363.490837197. iteration 6985 found worse value: 363.490837197. iteration 6985, perturbing to get out of local maxima iteration 6986 found worse value: 363.490837197. iteration 6987 found worse value: 363.490837197. iteration 6988 found worse value: 363.490837197. iteration 6989 found worse value: 363.490837197. iteration 6990 found worse value: 363.490837197. iteration 6991 found worse value: 363.490837197. iteration 6992 found worse value: 363.490837197. iteration 6993 found worse value: 363.490837197. iteration 6993, perturbing to get out of local maxima iteration 6994 found worse value: 363.490837197. iteration 6995 found worse value: 363.490837197. iteration 6995, perturbing to get out of local maxima iteration 6996 found worse value: 363.490837197. iteration 6997 found worse value: 363.490837197. iteration 6998 found worse value: 363.490837197. iteration 6999 found worse value: 363.490837197. iteration 7000 found worse value: 363.490837197. iteration 7001 found worse value: 363.490837197. iteration 7002 found worse value: 363.490837197. iteration 7003 found worse value: 363.490837197. iteration 7004 found worse value: 363.490837197. iteration 7005 found worse value: 363.490837197. iteration 7006 found worse value: 363.490837197. iteration 7007 found worse value: 363.490837197. iteration 7007, perturbing to get out of local maxima iteration 7008 found worse value: 363.490837197. iteration 7009 found worse value: 363.490837197. iteration 7010 found worse value: 363.490837197. iteration 7010, perturbing to get out of local maxima iteration 7011 found worse value: 363.490837197. iteration 7011, perturbing to get out of local maxima iteration 7012 found worse value: 363.490837197. iteration 7013 found worse value: 363.490837197. iteration 7014 found worse value: 363.490837197. iteration 7015 found worse value: 363.490837197. iteration 7015, perturbing to get out of local maxima iteration 7016 found worse value: 363.490837197. iteration 7017 found worse value: 363.490837197. iteration 7017, perturbing to get out of local maxima iteration 7018 found worse value: 363.490837197. iteration 7019 found worse value: 363.490837197. iteration 7020 found worse value: 363.490837197. iteration 7021 found worse value: 363.490837197. iteration 7022 found worse value: 363.490837197. iteration 7022, perturbing to get out of local maxima iteration 7023 found worse value: 363.490837197. iteration 7023, perturbing to get out of local maxima iteration 7024 found worse value: 363.490837197. iteration 7024, perturbing to get out of local maxima iteration 7025 found worse value: 363.490837197. iteration 7025, perturbing to get out of local maxima iteration 7026 found worse value: 363.490837197. iteration 7027 found worse value: 363.490837197. iteration 7028 found worse value: 363.490837197. iteration 7028, perturbing to get out of local maxima iteration 7029 found worse value: 363.490837197. iteration 7029, perturbing to get out of local maxima iteration 7030 found worse value: 363.490837197. iteration 7030, perturbing to get out of local maxima iteration 7031 found worse value: 363.490837197. iteration 7032 found worse value: 363.490837197. iteration 7032, perturbing to get out of local maxima iteration 7033 found worse value: 363.490837197. iteration 7033, perturbing to get out of local maxima iteration 7034 found worse value: 363.490837197. iteration 7035 found worse value: 363.490837197. iteration 7035, perturbing to get out of local maxima iteration 7036 found worse value: 363.490837197. iteration 7037 found worse value: 363.490837197. iteration 7037, perturbing to get out of local maxima iteration 7038 found worse value: 363.490837197. iteration 7039 found worse value: 363.490837197. iteration 7040 found worse value: 363.490837197. iteration 7041 found worse value: 363.490837197. iteration 7042 found worse value: 363.490837197. iteration 7043 found worse value: 363.490837197. iteration 7044 found worse value: 363.490837197. iteration 7045 found worse value: 363.490837197. iteration 7045, perturbing to get out of local maxima iteration 7046 found worse value: 363.490837197. iteration 7047 found worse value: 363.490837197. iteration 7047, perturbing to get out of local maxima iteration 7048 found worse value: 363.490837197. iteration 7048, perturbing to get out of local maxima iteration 7049 found worse value: 363.490837197. iteration 7050 found worse value: 363.490837197. iteration 7051 found worse value: 363.490837197. iteration 7052 found worse value: 363.490837197. iteration 7052, perturbing to get out of local maxima iteration 7053 found worse value: 363.490837197. iteration 7053, perturbing to get out of local maxima iteration 7054 found worse value: 363.490837197. iteration 7054, perturbing to get out of local maxima iteration 7055 found worse value: 363.490837197. iteration 7056 found worse value: 363.490837197. iteration 7056, perturbing to get out of local maxima iteration 7057 found worse value: 363.490837197. iteration 7058 found worse value: 363.490837197. iteration 7059 found worse value: 363.490837197. iteration 7060 found worse value: 363.490837197. iteration 7061 found worse value: 363.490837197. iteration 7061, perturbing to get out of local maxima iteration 7062 found worse value: 363.490837197. iteration 7063 found worse value: 363.490837197. iteration 7064 found worse value: 363.490837197. iteration 7065 found worse value: 363.490837197. iteration 7066 found worse value: 363.490837197. iteration 7066, perturbing to get out of local maxima iteration 7067 found worse value: 363.490837197. iteration 7067, perturbing to get out of local maxima iteration 7068 found worse value: 363.490837197. iteration 7069 found worse value: 363.490837197. iteration 7069, perturbing to get out of local maxima iteration 7070 found worse value: 363.490837197. iteration 7070, perturbing to get out of local maxima iteration 7071 found worse value: 363.490837197. iteration 7071, perturbing to get out of local maxima iteration 7072 found worse value: 363.490837197. iteration 7073 found worse value: 363.490837197. iteration 7074 found worse value: 363.490837197. iteration 7075 found worse value: 363.490837197. iteration 7076 found worse value: 363.490837197. iteration 7077 found worse value: 363.490837197. iteration 7078 found worse value: 363.490837197. iteration 7079 found worse value: 363.490837197. iteration 7079, perturbing to get out of local maxima iteration 7080 found worse value: 363.490837197. iteration 7081 found worse value: 363.490837197. iteration 7082 found worse value: 363.490837197. iteration 7082, perturbing to get out of local maxima iteration 7083 found worse value: 363.490837197. iteration 7083, perturbing to get out of local maxima iteration 7084 found worse value: 363.490837197. iteration 7085 found worse value: 363.490837197. iteration 7086 found worse value: 363.490837197. iteration 7086, perturbing to get out of local maxima iteration 7087 found worse value: 363.490837197. iteration 7087, perturbing to get out of local maxima iteration 7088 found worse value: 363.490837197. iteration 7088, perturbing to get out of local maxima iteration 7089 found worse value: 363.490837197. iteration 7089, perturbing to get out of local maxima iteration 7090 found worse value: 363.490837197. iteration 7090, perturbing to get out of local maxima iteration 7091 found worse value: 363.490837197. iteration 7091, perturbing to get out of local maxima iteration 7092 found worse value: 363.490837197. iteration 7093 found worse value: 363.490837197. iteration 7094 found worse value: 363.490837197. iteration 7095 found worse value: 363.490837197. iteration 7095, perturbing to get out of local maxima iteration 7096 found worse value: 363.490837197. iteration 7097 found worse value: 363.490837197. iteration 7098 found worse value: 363.490837197. iteration 7098, perturbing to get out of local maxima iteration 7099 found worse value: 363.490837197. iteration 7099, perturbing to get out of local maxima iteration 7100 found worse value: 363.490837197. iteration 7101 found worse value: 363.490837197. iteration 7102 found worse value: 363.490837197. iteration 7102, perturbing to get out of local maxima iteration 7103 found worse value: 363.490837197. iteration 7103, perturbing to get out of local maxima iteration 7104 found worse value: 363.490837197. iteration 7105 found worse value: 363.490837197. iteration 7106 found worse value: 363.490837197. iteration 7107 found worse value: 363.490837197. iteration 7108 found worse value: 363.490837197. iteration 7108, perturbing to get out of local maxima iteration 7109 found worse value: 363.490837197. iteration 7110 found worse value: 363.490837197. iteration 7111 found worse value: 363.490837197. iteration 7112 found worse value: 363.490837197. iteration 7112, perturbing to get out of local maxima iteration 7113 found worse value: 363.490837197. iteration 7114 found worse value: 363.490837197. iteration 7115 found worse value: 363.490837197. iteration 7115, perturbing to get out of local maxima iteration 7116 found worse value: 363.490837197. iteration 7117 found worse value: 363.490837197. iteration 7118 found worse value: 363.490837197. iteration 7119 found worse value: 363.490837197. iteration 7120 found worse value: 363.490837197. iteration 7121 found worse value: 363.490837197. iteration 7121, perturbing to get out of local maxima iteration 7122 found worse value: 363.490837197. iteration 7123 found worse value: 363.490837197. iteration 7124 found worse value: 363.490837197. iteration 7125 found worse value: 363.490837197. iteration 7126 found worse value: 363.490837197. iteration 7127 found worse value: 363.490837197. iteration 7128 found worse value: 363.490837197. iteration 7128, perturbing to get out of local maxima iteration 7129 found worse value: 363.490837197. iteration 7130 found worse value: 363.490837197. iteration 7131 found worse value: 363.490837197. iteration 7132 found worse value: 363.490837197. iteration 7133 found worse value: 363.490837197. iteration 7134 found worse value: 363.490837197. iteration 7135 found worse value: 363.490837197. iteration 7136 found worse value: 363.490837197. iteration 7137 found worse value: 363.490837197. iteration 7137, perturbing to get out of local maxima iteration 7138 found worse value: 363.490837197. iteration 7138, perturbing to get out of local maxima iteration 7139 found worse value: 363.490837197. iteration 7139, perturbing to get out of local maxima iteration 7140 found worse value: 363.490837197. iteration 7141 found worse value: 363.490837197. iteration 7142 found worse value: 363.490837197. iteration 7143 found worse value: 363.490837197. iteration 7143, perturbing to get out of local maxima iteration 7144 found worse value: 363.490837197. iteration 7144, perturbing to get out of local maxima iteration 7145 found worse value: 363.490837197. iteration 7145, perturbing to get out of local maxima iteration 7146 found worse value: 363.490837197. iteration 7147 found worse value: 363.490837197. iteration 7147, perturbing to get out of local maxima iteration 7148 found worse value: 363.490837197. iteration 7148, perturbing to get out of local maxima iteration 7149 found worse value: 363.490837197. iteration 7150 found worse value: 363.490837197. iteration 7150, perturbing to get out of local maxima iteration 7151 found worse value: 363.490837197. iteration 7152 found worse value: 363.490837197. iteration 7153 found worse value: 363.490837197. iteration 7154 found worse value: 363.490837197. iteration 7155 found worse value: 363.490837197. iteration 7155, perturbing to get out of local maxima iteration 7156 found worse value: 363.490837197. iteration 7157 found worse value: 363.490837197. iteration 7158 found worse value: 363.490837197. iteration 7159 found worse value: 363.490837197. iteration 7160 found worse value: 363.490837197. iteration 7161 found worse value: 363.490837197. iteration 7162 found worse value: 363.490837197. iteration 7163 found worse value: 363.490837197. iteration 7163, perturbing to get out of local maxima iteration 7164 found worse value: 363.490837197. iteration 7165 found worse value: 363.490837197. iteration 7166 found worse value: 363.490837197. iteration 7167 found worse value: 363.490837197. iteration 7167, perturbing to get out of local maxima iteration 7168 found worse value: 363.490837197. iteration 7169 found worse value: 363.490837197. iteration 7169, perturbing to get out of local maxima iteration 7170 found worse value: 363.490837197. iteration 7170, perturbing to get out of local maxima iteration 7171 found worse value: 363.490837197. iteration 7171, perturbing to get out of local maxima iteration 7172 found worse value: 363.490837197. iteration 7173 found worse value: 363.490837197. iteration 7174 found worse value: 363.490837197. iteration 7174, perturbing to get out of local maxima iteration 7175 found worse value: 363.490837197. iteration 7176 found worse value: 363.490837197. iteration 7176, perturbing to get out of local maxima iteration 7177 found worse value: 363.490837197. iteration 7178 found worse value: 363.490837197. iteration 7179 found worse value: 363.490837197. iteration 7179, perturbing to get out of local maxima iteration 7180 found worse value: 363.490837197. iteration 7181 found worse value: 363.490837197. iteration 7182 found worse value: 363.490837197. iteration 7183 found worse value: 363.490837197. iteration 7184 found worse value: 363.490837197. iteration 7184, perturbing to get out of local maxima iteration 7185 found worse value: 363.490837197. iteration 7186 found worse value: 363.490837197. iteration 7187 found worse value: 363.490837197. iteration 7188 found better value: 363.49635377999994 iteration 7189 found worse value: 363.49635377999994. iteration 7189, perturbing to get out of local maxima iteration 7190 found worse value: 363.49635377999994. iteration 7191 found worse value: 363.49635377999994. iteration 7192 found worse value: 363.49635377999994. iteration 7193 found worse value: 363.49635377999994. iteration 7194 found worse value: 363.49635377999994. iteration 7195 found worse value: 363.49635377999994. iteration 7195, perturbing to get out of local maxima iteration 7196 found worse value: 363.49635377999994. iteration 7197 found worse value: 363.49635377999994. iteration 7198 found worse value: 363.49635377999994. iteration 7199 found worse value: 363.49635377999994. iteration 7200 found worse value: 363.49635377999994. iteration 7201 found worse value: 363.49635377999994. iteration 7202 found worse value: 363.49635377999994. iteration 7203 found worse value: 363.49635377999994. iteration 7204 found worse value: 363.49635377999994. iteration 7204, perturbing to get out of local maxima iteration 7205 found worse value: 363.49635377999994. iteration 7206 found worse value: 363.49635377999994. iteration 7207 found worse value: 363.49635377999994. iteration 7208 found worse value: 363.49635377999994. iteration 7208, perturbing to get out of local maxima iteration 7209 found worse value: 363.49635377999994. iteration 7210 found worse value: 363.49635377999994. iteration 7211 found worse value: 363.49635377999994. iteration 7212 found worse value: 363.49635377999994. iteration 7213 found worse value: 363.49635377999994. iteration 7213, perturbing to get out of local maxima iteration 7214 found worse value: 363.49635377999994. iteration 7214, perturbing to get out of local maxima iteration 7215 found worse value: 363.49635377999994. iteration 7215, perturbing to get out of local maxima iteration 7216 found worse value: 363.49635377999994. iteration 7216, perturbing to get out of local maxima iteration 7217 found worse value: 363.49635377999994. iteration 7218 found worse value: 363.49635377999994. iteration 7218, perturbing to get out of local maxima iteration 7219 found worse value: 363.49635377999994. iteration 7220 found worse value: 363.49635377999994. iteration 7220, perturbing to get out of local maxima iteration 7221 found worse value: 363.49635377999994. iteration 7222 found worse value: 363.49635377999994. iteration 7223 found worse value: 363.49635377999994. iteration 7223, perturbing to get out of local maxima iteration 7224 found worse value: 363.49635377999994. iteration 7225 found worse value: 363.49635377999994. iteration 7226 found worse value: 363.49635377999994. iteration 7227 found worse value: 363.49635377999994. iteration 7228 found worse value: 363.49635377999994. iteration 7228, perturbing to get out of local maxima iteration 7229 found worse value: 363.49635377999994. iteration 7229, perturbing to get out of local maxima iteration 7230 found worse value: 363.49635377999994. iteration 7230, perturbing to get out of local maxima iteration 7231 found worse value: 363.49635377999994. iteration 7231, perturbing to get out of local maxima iteration 7232 found worse value: 363.49635377999994. iteration 7233 found worse value: 363.49635377999994. iteration 7233, perturbing to get out of local maxima iteration 7234 found worse value: 363.49635377999994. iteration 7234, perturbing to get out of local maxima iteration 7235 found worse value: 363.49635377999994. iteration 7235, perturbing to get out of local maxima iteration 7236 found worse value: 363.49635377999994. iteration 7237 found worse value: 363.49635377999994. iteration 7238 found worse value: 363.49635377999994. iteration 7238, perturbing to get out of local maxima iteration 7239 found worse value: 363.49635377999994. iteration 7240 found worse value: 363.49635377999994. iteration 7241 found worse value: 363.49635377999994. iteration 7242 found worse value: 363.49635377999994. iteration 7243 found worse value: 363.49635377999994. iteration 7244 found worse value: 363.49635377999994. iteration 7244, perturbing to get out of local maxima iteration 7245 found worse value: 363.49635377999994. iteration 7246 found worse value: 363.49635377999994. iteration 7247 found worse value: 363.49635377999994. iteration 7248 found worse value: 363.49635377999994. iteration 7249 found worse value: 363.49635377999994. iteration 7250 found worse value: 363.49635377999994. iteration 7250, perturbing to get out of local maxima iteration 7251 found worse value: 363.49635377999994. iteration 7251, perturbing to get out of local maxima iteration 7252 found worse value: 363.49635377999994. iteration 7252, perturbing to get out of local maxima iteration 7253 found worse value: 363.49635377999994. iteration 7254 found worse value: 363.49635377999994. iteration 7255 found worse value: 363.49635377999994. iteration 7256 found worse value: 363.49635377999994. iteration 7257 found worse value: 363.49635377999994. iteration 7258 found worse value: 363.49635377999994. iteration 7259 found worse value: 363.49635377999994. iteration 7260 found worse value: 363.49635377999994. iteration 7261 found worse value: 363.49635377999994. iteration 7262 found worse value: 363.49635377999994. iteration 7263 found worse value: 363.49635377999994. iteration 7264 found worse value: 363.49635377999994. iteration 7265 found worse value: 363.49635377999994. iteration 7265, perturbing to get out of local maxima iteration 7266 found worse value: 363.49635377999994. iteration 7267 found worse value: 363.49635377999994. iteration 7267, perturbing to get out of local maxima iteration 7268 found worse value: 363.49635377999994. iteration 7269 found worse value: 363.49635377999994. iteration 7269, perturbing to get out of local maxima iteration 7270 found worse value: 363.49635377999994. iteration 7271 found worse value: 363.49635377999994. iteration 7272 found worse value: 363.49635377999994. iteration 7273 found worse value: 363.49635377999994. iteration 7274 found worse value: 363.49635377999994. iteration 7275 found worse value: 363.49635377999994. iteration 7276 found worse value: 363.49635377999994. iteration 7276, perturbing to get out of local maxima iteration 7277 found worse value: 363.49635377999994. iteration 7277, perturbing to get out of local maxima iteration 7278 found worse value: 363.49635377999994. iteration 7279 found worse value: 363.49635377999994. iteration 7279, perturbing to get out of local maxima iteration 7280 found worse value: 363.49635377999994. iteration 7280, perturbing to get out of local maxima iteration 7281 found worse value: 363.49635377999994. iteration 7282 found worse value: 363.49635377999994. iteration 7283 found worse value: 363.49635377999994. iteration 7284 found worse value: 363.49635377999994. iteration 7284, perturbing to get out of local maxima iteration 7285 found worse value: 363.49635377999994. iteration 7285, perturbing to get out of local maxima iteration 7286 found worse value: 363.49635377999994. iteration 7287 found worse value: 363.49635377999994. iteration 7288 found worse value: 363.49635377999994. iteration 7289 found worse value: 363.49635377999994. iteration 7290 found worse value: 363.49635377999994. iteration 7290, perturbing to get out of local maxima iteration 7291 found worse value: 363.49635377999994. iteration 7291, perturbing to get out of local maxima iteration 7292 found worse value: 363.49635377999994. iteration 7293 found worse value: 363.49635377999994. iteration 7294 found worse value: 363.49635377999994. iteration 7294, perturbing to get out of local maxima iteration 7295 found worse value: 363.49635377999994. iteration 7295, perturbing to get out of local maxima iteration 7296 found worse value: 363.49635377999994. iteration 7297 found worse value: 363.49635377999994. iteration 7298 found worse value: 363.49635377999994. iteration 7299 found worse value: 363.49635377999994. iteration 7300 found worse value: 363.49635377999994. iteration 7301 found worse value: 363.49635377999994. iteration 7302 found worse value: 363.49635377999994. iteration 7302, perturbing to get out of local maxima iteration 7303 found worse value: 363.49635377999994. iteration 7304 found worse value: 363.49635377999994. iteration 7305 found worse value: 363.49635377999994. iteration 7306 found worse value: 363.49635377999994. iteration 7307 found worse value: 363.49635377999994. iteration 7308 found worse value: 363.49635377999994. iteration 7308, perturbing to get out of local maxima iteration 7309 found worse value: 363.49635377999994. iteration 7310 found worse value: 363.49635377999994. iteration 7311 found worse value: 363.49635377999994. iteration 7312 found worse value: 363.49635377999994. iteration 7313 found worse value: 363.49635377999994. iteration 7313, perturbing to get out of local maxima iteration 7314 found worse value: 363.49635377999994. iteration 7314, perturbing to get out of local maxima iteration 7315 found worse value: 363.49635377999994. iteration 7316 found worse value: 363.49635377999994. iteration 7317 found worse value: 363.49635377999994. iteration 7317, perturbing to get out of local maxima iteration 7318 found worse value: 363.49635377999994. iteration 7318, perturbing to get out of local maxima iteration 7319 found worse value: 363.49635377999994. iteration 7320 found worse value: 363.49635377999994. iteration 7321 found worse value: 363.49635377999994. iteration 7322 found worse value: 363.49635377999994. iteration 7323 found worse value: 363.49635377999994. iteration 7324 found worse value: 363.49635377999994. iteration 7324, perturbing to get out of local maxima iteration 7325 found worse value: 363.49635377999994. iteration 7325, perturbing to get out of local maxima iteration 7326 found worse value: 363.49635377999994. iteration 7327 found worse value: 363.49635377999994. iteration 7327, perturbing to get out of local maxima iteration 7328 found worse value: 363.49635377999994. iteration 7328, perturbing to get out of local maxima iteration 7329 found worse value: 363.49635377999994. iteration 7330 found worse value: 363.49635377999994. iteration 7331 found worse value: 363.49635377999994. iteration 7332 found worse value: 363.49635377999994. iteration 7332, perturbing to get out of local maxima iteration 7333 found worse value: 363.49635377999994. iteration 7334 found worse value: 363.49635377999994. iteration 7334, perturbing to get out of local maxima iteration 7335 found worse value: 363.49635377999994. iteration 7336 found worse value: 363.49635377999994. iteration 7337 found worse value: 363.49635377999994. iteration 7338 found worse value: 363.49635377999994. iteration 7339 found worse value: 363.49635377999994. iteration 7340 found worse value: 363.49635377999994. iteration 7341 found worse value: 363.49635377999994. iteration 7342 found worse value: 363.49635377999994. iteration 7342, perturbing to get out of local maxima iteration 7343 found worse value: 363.49635377999994. iteration 7344 found worse value: 363.49635377999994. iteration 7344, perturbing to get out of local maxima iteration 7345 found worse value: 363.49635377999994. iteration 7346 found worse value: 363.49635377999994. iteration 7347 found worse value: 363.49635377999994. iteration 7347, perturbing to get out of local maxima iteration 7348 found worse value: 363.49635377999994. iteration 7349 found worse value: 363.49635377999994. iteration 7350 found worse value: 363.49635377999994. iteration 7351 found worse value: 363.49635377999994. iteration 7352 found worse value: 363.49635377999994. iteration 7353 found worse value: 363.49635377999994. iteration 7354 found worse value: 363.49635377999994. iteration 7355 found worse value: 363.49635377999994. iteration 7355, perturbing to get out of local maxima iteration 7356 found worse value: 363.49635377999994. iteration 7356, perturbing to get out of local maxima iteration 7357 found worse value: 363.49635377999994. iteration 7358 found worse value: 363.49635377999994. iteration 7358, perturbing to get out of local maxima iteration 7359 found worse value: 363.49635377999994. iteration 7359, perturbing to get out of local maxima iteration 7360 found worse value: 363.49635377999994. iteration 7361 found worse value: 363.49635377999994. iteration 7361, perturbing to get out of local maxima iteration 7362 found worse value: 363.49635377999994. iteration 7362, perturbing to get out of local maxima iteration 7363 found worse value: 363.49635377999994. iteration 7364 found worse value: 363.49635377999994. iteration 7365 found worse value: 363.49635377999994. iteration 7365, perturbing to get out of local maxima iteration 7366 found worse value: 363.49635377999994. iteration 7367 found worse value: 363.49635377999994. iteration 7367, perturbing to get out of local maxima iteration 7368 found worse value: 363.49635377999994. iteration 7368, perturbing to get out of local maxima iteration 7369 found worse value: 363.49635377999994. iteration 7369, perturbing to get out of local maxima iteration 7370 found worse value: 363.49635377999994. iteration 7371 found worse value: 363.49635377999994. iteration 7371, perturbing to get out of local maxima iteration 7372 found worse value: 363.49635377999994. iteration 7373 found worse value: 363.49635377999994. iteration 7374 found worse value: 363.49635377999994. iteration 7375 found worse value: 363.49635377999994. iteration 7376 found worse value: 363.49635377999994. iteration 7377 found worse value: 363.49635377999994. iteration 7377, perturbing to get out of local maxima iteration 7378 found worse value: 363.49635377999994. iteration 7379 found worse value: 363.49635377999994. iteration 7379, perturbing to get out of local maxima iteration 7380 found worse value: 363.49635377999994. iteration 7381 found worse value: 363.49635377999994. iteration 7381, perturbing to get out of local maxima iteration 7382 found worse value: 363.49635377999994. iteration 7383 found worse value: 363.49635377999994. iteration 7384 found worse value: 363.49635377999994. iteration 7385 found worse value: 363.49635377999994. iteration 7386 found worse value: 363.49635377999994. iteration 7387 found worse value: 363.49635377999994. iteration 7388 found worse value: 363.49635377999994. iteration 7388, perturbing to get out of local maxima iteration 7389 found worse value: 363.49635377999994. iteration 7390 found worse value: 363.49635377999994. iteration 7391 found worse value: 363.49635377999994. iteration 7392 found worse value: 363.49635377999994. iteration 7393 found worse value: 363.49635377999994. iteration 7394 found worse value: 363.49635377999994. iteration 7395 found worse value: 363.49635377999994. iteration 7396 found worse value: 363.49635377999994. iteration 7396, perturbing to get out of local maxima iteration 7397 found worse value: 363.49635377999994. iteration 7398 found worse value: 363.49635377999994. iteration 7399 found worse value: 363.49635377999994. iteration 7399, perturbing to get out of local maxima iteration 7400 found worse value: 363.49635377999994. iteration 7401 found worse value: 363.49635377999994. iteration 7402 found worse value: 363.49635377999994. iteration 7403 found worse value: 363.49635377999994. iteration 7404 found worse value: 363.49635377999994. iteration 7404, perturbing to get out of local maxima iteration 7405 found worse value: 363.49635377999994. iteration 7406 found worse value: 363.49635377999994. iteration 7407 found worse value: 363.49635377999994. iteration 7408 found worse value: 363.49635377999994. iteration 7409 found worse value: 363.49635377999994. iteration 7410 found worse value: 363.49635377999994. iteration 7411 found worse value: 363.49635377999994. iteration 7412 found worse value: 363.49635377999994. iteration 7413 found worse value: 363.49635377999994. iteration 7414 found worse value: 363.49635377999994. iteration 7415 found worse value: 363.49635377999994. iteration 7416 found worse value: 363.49635377999994. iteration 7416, perturbing to get out of local maxima iteration 7417 found worse value: 363.49635377999994. iteration 7418 found worse value: 363.49635377999994. iteration 7419 found worse value: 363.49635377999994. iteration 7420 found worse value: 363.49635377999994. iteration 7421 found worse value: 363.49635377999994. iteration 7422 found worse value: 363.49635377999994. iteration 7423 found worse value: 363.49635377999994. iteration 7424 found worse value: 363.49635377999994. iteration 7425 found worse value: 363.49635377999994. iteration 7426 found worse value: 363.49635377999994. iteration 7427 found worse value: 363.49635377999994. iteration 7428 found worse value: 363.49635377999994. iteration 7429 found worse value: 363.49635377999994. iteration 7429, perturbing to get out of local maxima iteration 7430 found worse value: 363.49635377999994. iteration 7431 found worse value: 363.49635377999994. iteration 7432 found worse value: 363.49635377999994. iteration 7433 found worse value: 363.49635377999994. iteration 7434 found worse value: 363.49635377999994. iteration 7434, perturbing to get out of local maxima iteration 7435 found worse value: 363.49635377999994. iteration 7435, perturbing to get out of local maxima iteration 7436 found worse value: 363.49635377999994. iteration 7436, perturbing to get out of local maxima iteration 7437 found worse value: 363.49635377999994. iteration 7437, perturbing to get out of local maxima iteration 7438 found worse value: 363.49635377999994. iteration 7438, perturbing to get out of local maxima iteration 7439 found worse value: 363.49635377999994. iteration 7440 found worse value: 363.49635377999994. iteration 7440, perturbing to get out of local maxima iteration 7441 found worse value: 363.49635377999994. iteration 7441, perturbing to get out of local maxima iteration 7442 found worse value: 363.49635377999994. iteration 7443 found worse value: 363.49635377999994. iteration 7444 found worse value: 363.49635377999994. iteration 7445 found worse value: 363.49635377999994. iteration 7445, perturbing to get out of local maxima iteration 7446 found worse value: 363.49635377999994. iteration 7447 found worse value: 363.49635377999994. iteration 7448 found worse value: 363.49635377999994. iteration 7449 found worse value: 363.49635377999994. iteration 7450 found worse value: 363.49635377999994. iteration 7451 found worse value: 363.49635377999994. iteration 7452 found worse value: 363.49635377999994. iteration 7453 found worse value: 363.49635377999994. iteration 7453, perturbing to get out of local maxima iteration 7454 found worse value: 363.49635377999994. iteration 7455 found worse value: 363.49635377999994. iteration 7455, perturbing to get out of local maxima iteration 7456 found worse value: 363.49635377999994. iteration 7456, perturbing to get out of local maxima iteration 7457 found worse value: 363.49635377999994. iteration 7458 found worse value: 363.49635377999994. iteration 7459 found worse value: 363.49635377999994. iteration 7460 found worse value: 363.49635377999994. iteration 7461 found worse value: 363.49635377999994. iteration 7462 found worse value: 363.49635377999994. iteration 7463 found worse value: 363.49635377999994. iteration 7463, perturbing to get out of local maxima iteration 7464 found worse value: 363.49635377999994. iteration 7465 found worse value: 363.49635377999994. iteration 7466 found worse value: 363.49635377999994. iteration 7466, perturbing to get out of local maxima iteration 7467 found worse value: 363.49635377999994. iteration 7468 found worse value: 363.49635377999994. iteration 7469 found worse value: 363.49635377999994. iteration 7469, perturbing to get out of local maxima iteration 7470 found worse value: 363.49635377999994. iteration 7470, perturbing to get out of local maxima iteration 7471 found worse value: 363.49635377999994. iteration 7471, perturbing to get out of local maxima iteration 7472 found worse value: 363.49635377999994. iteration 7473 found worse value: 363.49635377999994. iteration 7474 found worse value: 363.49635377999994. iteration 7474, perturbing to get out of local maxima iteration 7475 found worse value: 363.49635377999994. iteration 7475, perturbing to get out of local maxima iteration 7476 found worse value: 363.49635377999994. iteration 7476, perturbing to get out of local maxima iteration 7477 found worse value: 363.49635377999994. iteration 7478 found worse value: 363.49635377999994. iteration 7479 found worse value: 363.49635377999994. iteration 7479, perturbing to get out of local maxima iteration 7480 found worse value: 363.49635377999994. iteration 7481 found worse value: 363.49635377999994. iteration 7481, perturbing to get out of local maxima iteration 7482 found worse value: 363.49635377999994. iteration 7482, perturbing to get out of local maxima iteration 7483 found worse value: 363.49635377999994. iteration 7483, perturbing to get out of local maxima iteration 7484 found worse value: 363.49635377999994. iteration 7484, perturbing to get out of local maxima iteration 7485 found worse value: 363.49635377999994. iteration 7486 found worse value: 363.49635377999994. iteration 7487 found worse value: 363.49635377999994. iteration 7488 found worse value: 363.49635377999994. iteration 7489 found worse value: 363.49635377999994. iteration 7489, perturbing to get out of local maxima iteration 7490 found worse value: 363.49635377999994. iteration 7491 found worse value: 363.49635377999994. iteration 7492 found worse value: 363.49635377999994. iteration 7492, perturbing to get out of local maxima iteration 7493 found worse value: 363.49635377999994. iteration 7494 found worse value: 363.49635377999994. iteration 7495 found worse value: 363.49635377999994. iteration 7496 found worse value: 363.49635377999994. iteration 7497 found worse value: 363.49635377999994. iteration 7497, perturbing to get out of local maxima iteration 7498 found worse value: 363.49635377999994. iteration 7499 found worse value: 363.49635377999994. iteration 7500 found worse value: 363.49635377999994. iteration 7500, perturbing to get out of local maxima iteration 7501 found worse value: 363.49635377999994. iteration 7502 found worse value: 363.49635377999994. iteration 7503 found worse value: 363.49635377999994. iteration 7504 found worse value: 363.49635377999994. iteration 7505 found worse value: 363.49635377999994. iteration 7505, perturbing to get out of local maxima iteration 7506 found worse value: 363.49635377999994. iteration 7506, perturbing to get out of local maxima iteration 7507 found worse value: 363.49635377999994. iteration 7508 found worse value: 363.49635377999994. iteration 7509 found worse value: 363.49635377999994. iteration 7510 found worse value: 363.49635377999994. iteration 7511 found worse value: 363.49635377999994. iteration 7512 found worse value: 363.49635377999994. iteration 7513 found worse value: 363.49635377999994. iteration 7513, perturbing to get out of local maxima iteration 7514 found worse value: 363.49635377999994. iteration 7514, perturbing to get out of local maxima iteration 7515 found worse value: 363.49635377999994. iteration 7516 found worse value: 363.49635377999994. iteration 7516, perturbing to get out of local maxima iteration 7517 found worse value: 363.49635377999994. iteration 7518 found worse value: 363.49635377999994. iteration 7518, perturbing to get out of local maxima iteration 7519 found worse value: 363.49635377999994. iteration 7520 found worse value: 363.49635377999994. iteration 7521 found worse value: 363.49635377999994. iteration 7521, perturbing to get out of local maxima iteration 7522 found worse value: 363.49635377999994. iteration 7523 found worse value: 363.49635377999994. iteration 7523, perturbing to get out of local maxima iteration 7524 found worse value: 363.49635377999994. iteration 7525 found worse value: 363.49635377999994. iteration 7525, perturbing to get out of local maxima iteration 7526 found worse value: 363.49635377999994. iteration 7527 found worse value: 363.49635377999994. iteration 7528 found worse value: 363.49635377999994. iteration 7529 found worse value: 363.49635377999994. iteration 7530 found worse value: 363.49635377999994. iteration 7530, perturbing to get out of local maxima iteration 7531 found worse value: 363.49635377999994. iteration 7532 found worse value: 363.49635377999994. iteration 7533 found worse value: 363.49635377999994. iteration 7534 found worse value: 363.49635377999994. iteration 7535 found worse value: 363.49635377999994. iteration 7536 found worse value: 363.49635377999994. iteration 7537 found worse value: 363.49635377999994. iteration 7538 found worse value: 363.49635377999994. iteration 7539 found worse value: 363.49635377999994. iteration 7540 found worse value: 363.49635377999994. iteration 7541 found worse value: 363.49635377999994. iteration 7541, perturbing to get out of local maxima iteration 7542 found worse value: 363.49635377999994. iteration 7543 found worse value: 363.49635377999994. iteration 7544 found worse value: 363.49635377999994. iteration 7545 found worse value: 363.49635377999994. iteration 7545, perturbing to get out of local maxima iteration 7546 found worse value: 363.49635377999994. iteration 7546, perturbing to get out of local maxima iteration 7547 found worse value: 363.49635377999994. iteration 7547, perturbing to get out of local maxima iteration 7548 found worse value: 363.49635377999994. iteration 7549 found worse value: 363.49635377999994. iteration 7549, perturbing to get out of local maxima iteration 7550 found worse value: 363.49635377999994. iteration 7551 found worse value: 363.49635377999994. iteration 7551, perturbing to get out of local maxima iteration 7552 found worse value: 363.49635377999994. iteration 7553 found worse value: 363.49635377999994. iteration 7553, perturbing to get out of local maxima iteration 7554 found worse value: 363.49635377999994. iteration 7554, perturbing to get out of local maxima iteration 7555 found worse value: 363.49635377999994. iteration 7556 found worse value: 363.49635377999994. iteration 7556, perturbing to get out of local maxima iteration 7557 found worse value: 363.49635377999994. iteration 7558 found worse value: 363.49635377999994. iteration 7558, perturbing to get out of local maxima iteration 7559 found worse value: 363.49635377999994. iteration 7560 found worse value: 363.49635377999994. iteration 7561 found worse value: 363.49635377999994. iteration 7561, perturbing to get out of local maxima iteration 7562 found worse value: 363.49635377999994. iteration 7563 found worse value: 363.49635377999994. iteration 7564 found worse value: 363.49635377999994. iteration 7565 found worse value: 363.49635377999994. iteration 7565, perturbing to get out of local maxima iteration 7566 found worse value: 363.49635377999994. iteration 7566, perturbing to get out of local maxima iteration 7567 found worse value: 363.49635377999994. iteration 7568 found worse value: 363.49635377999994. iteration 7569 found worse value: 363.49635377999994. iteration 7570 found worse value: 363.49635377999994. iteration 7570, perturbing to get out of local maxima iteration 7571 found worse value: 363.49635377999994. iteration 7572 found worse value: 363.49635377999994. iteration 7573 found worse value: 363.49635377999994. iteration 7574 found worse value: 363.49635377999994. iteration 7575 found worse value: 363.49635377999994. iteration 7575, perturbing to get out of local maxima iteration 7576 found worse value: 363.49635377999994. iteration 7576, perturbing to get out of local maxima iteration 7577 found worse value: 363.49635377999994. iteration 7578 found worse value: 363.49635377999994. iteration 7578, perturbing to get out of local maxima iteration 7579 found worse value: 363.49635377999994. iteration 7580 found worse value: 363.49635377999994. iteration 7580, perturbing to get out of local maxima iteration 7581 found worse value: 363.49635377999994. iteration 7582 found worse value: 363.49635377999994. iteration 7583 found worse value: 363.49635377999994. iteration 7584 found worse value: 363.49635377999994. iteration 7585 found worse value: 363.49635377999994. iteration 7586 found worse value: 363.49635377999994. iteration 7586, perturbing to get out of local maxima iteration 7587 found worse value: 363.49635377999994. iteration 7588 found worse value: 363.49635377999994. iteration 7589 found worse value: 363.49635377999994. iteration 7590 found worse value: 363.49635377999994. iteration 7591 found worse value: 363.49635377999994. iteration 7592 found worse value: 363.49635377999994. iteration 7592, perturbing to get out of local maxima iteration 7593 found worse value: 363.49635377999994. iteration 7594 found worse value: 363.49635377999994. iteration 7594, perturbing to get out of local maxima iteration 7595 found worse value: 363.49635377999994. iteration 7596 found worse value: 363.49635377999994. iteration 7597 found worse value: 363.49635377999994. iteration 7598 found worse value: 363.49635377999994. iteration 7598, perturbing to get out of local maxima iteration 7599 found worse value: 363.49635377999994. iteration 7599, perturbing to get out of local maxima iteration 7600 found worse value: 363.49635377999994. iteration 7601 found worse value: 363.49635377999994. iteration 7602 found worse value: 363.49635377999994. iteration 7602, perturbing to get out of local maxima iteration 7603 found worse value: 363.49635377999994. iteration 7603, perturbing to get out of local maxima iteration 7604 found worse value: 363.49635377999994. iteration 7604, perturbing to get out of local maxima iteration 7605 found worse value: 363.49635377999994. iteration 7605, perturbing to get out of local maxima iteration 7606 found worse value: 363.49635377999994. iteration 7607 found worse value: 363.49635377999994. iteration 7608 found worse value: 363.49635377999994. iteration 7609 found worse value: 363.49635377999994. iteration 7609, perturbing to get out of local maxima iteration 7610 found worse value: 363.49635377999994. iteration 7610, perturbing to get out of local maxima iteration 7611 found worse value: 363.49635377999994. iteration 7612 found worse value: 363.49635377999994. iteration 7613 found worse value: 363.49635377999994. iteration 7613, perturbing to get out of local maxima iteration 7614 found worse value: 363.49635377999994. iteration 7615 found worse value: 363.49635377999994. iteration 7616 found worse value: 363.49635377999994. iteration 7617 found worse value: 363.49635377999994. iteration 7618 found worse value: 363.49635377999994. iteration 7618, perturbing to get out of local maxima iteration 7619 found worse value: 363.49635377999994. iteration 7620 found worse value: 363.49635377999994. iteration 7621 found worse value: 363.49635377999994. iteration 7622 found worse value: 363.49635377999994. iteration 7622, perturbing to get out of local maxima iteration 7623 found worse value: 363.49635377999994. iteration 7624 found worse value: 363.49635377999994. iteration 7624, perturbing to get out of local maxima iteration 7625 found worse value: 363.49635377999994. iteration 7626 found worse value: 363.49635377999994. iteration 7626, perturbing to get out of local maxima iteration 7627 found worse value: 363.49635377999994. iteration 7628 found worse value: 363.49635377999994. iteration 7629 found worse value: 363.49635377999994. iteration 7629, perturbing to get out of local maxima iteration 7630 found worse value: 363.49635377999994. iteration 7631 found worse value: 363.49635377999994. iteration 7632 found worse value: 363.49635377999994. iteration 7632, perturbing to get out of local maxima iteration 7633 found worse value: 363.49635377999994. iteration 7633, perturbing to get out of local maxima iteration 7634 found worse value: 363.49635377999994. iteration 7635 found worse value: 363.49635377999994. iteration 7635, perturbing to get out of local maxima iteration 7636 found worse value: 363.49635377999994. iteration 7637 found worse value: 363.49635377999994. iteration 7638 found worse value: 363.49635377999994. iteration 7638, perturbing to get out of local maxima iteration 7639 found worse value: 363.49635377999994. iteration 7639, perturbing to get out of local maxima iteration 7640 found worse value: 363.49635377999994. iteration 7641 found worse value: 363.49635377999994. iteration 7642 found worse value: 363.49635377999994. iteration 7643 found worse value: 363.49635377999994. iteration 7643, perturbing to get out of local maxima iteration 7644 found worse value: 363.49635377999994. iteration 7645 found worse value: 363.49635377999994. iteration 7646 found worse value: 363.49635377999994. iteration 7646, perturbing to get out of local maxima iteration 7647 found worse value: 363.49635377999994. iteration 7648 found worse value: 363.49635377999994. iteration 7648, perturbing to get out of local maxima iteration 7649 found worse value: 363.49635377999994. iteration 7649, perturbing to get out of local maxima iteration 7650 found worse value: 363.49635377999994. iteration 7651 found worse value: 363.49635377999994. iteration 7651, perturbing to get out of local maxima iteration 7652 found worse value: 363.49635377999994. iteration 7653 found worse value: 363.49635377999994. iteration 7654 found worse value: 363.49635377999994. iteration 7655 found worse value: 363.49635377999994. iteration 7656 found worse value: 363.49635377999994. iteration 7657 found worse value: 363.49635377999994. iteration 7657, perturbing to get out of local maxima iteration 7658 found worse value: 363.49635377999994. iteration 7659 found worse value: 363.49635377999994. iteration 7660 found worse value: 363.49635377999994. iteration 7660, perturbing to get out of local maxima iteration 7661 found worse value: 363.49635377999994. iteration 7661, perturbing to get out of local maxima iteration 7662 found worse value: 363.49635377999994. iteration 7663 found worse value: 363.49635377999994. iteration 7663, perturbing to get out of local maxima iteration 7664 found worse value: 363.49635377999994. iteration 7665 found worse value: 363.49635377999994. iteration 7666 found worse value: 363.49635377999994. iteration 7667 found worse value: 363.49635377999994. iteration 7668 found worse value: 363.49635377999994. iteration 7668, perturbing to get out of local maxima iteration 7669 found worse value: 363.49635377999994. iteration 7670 found worse value: 363.49635377999994. iteration 7671 found worse value: 363.49635377999994. iteration 7672 found worse value: 363.49635377999994. iteration 7673 found worse value: 363.49635377999994. iteration 7674 found worse value: 363.49635377999994. iteration 7675 found worse value: 363.49635377999994. iteration 7676 found worse value: 363.49635377999994. iteration 7676, perturbing to get out of local maxima iteration 7677 found worse value: 363.49635377999994. iteration 7678 found worse value: 363.49635377999994. iteration 7678, perturbing to get out of local maxima iteration 7679 found worse value: 363.49635377999994. iteration 7679, perturbing to get out of local maxima iteration 7680 found worse value: 363.49635377999994. iteration 7680, perturbing to get out of local maxima iteration 7681 found worse value: 363.49635377999994. iteration 7681, perturbing to get out of local maxima iteration 7682 found worse value: 363.49635377999994. iteration 7682, perturbing to get out of local maxima iteration 7683 found worse value: 363.49635377999994. iteration 7684 found worse value: 363.49635377999994. iteration 7685 found worse value: 363.49635377999994. iteration 7686 found worse value: 363.49635377999994. iteration 7687 found worse value: 363.49635377999994. iteration 7687, perturbing to get out of local maxima iteration 7688 found worse value: 363.49635377999994. iteration 7689 found worse value: 363.49635377999994. iteration 7690 found worse value: 363.49635377999994. iteration 7690, perturbing to get out of local maxima iteration 7691 found worse value: 363.49635377999994. iteration 7692 found worse value: 363.49635377999994. iteration 7693 found worse value: 363.49635377999994. iteration 7693, perturbing to get out of local maxima iteration 7694 found worse value: 363.49635377999994. iteration 7695 found worse value: 363.49635377999994. iteration 7696 found worse value: 363.49635377999994. iteration 7697 found worse value: 363.49635377999994. iteration 7698 found worse value: 363.49635377999994. iteration 7699 found worse value: 363.49635377999994. iteration 7699, perturbing to get out of local maxima iteration 7700 found worse value: 363.49635377999994. iteration 7700, perturbing to get out of local maxima iteration 7701 found worse value: 363.49635377999994. iteration 7702 found worse value: 363.49635377999994. iteration 7702, perturbing to get out of local maxima iteration 7703 found worse value: 363.49635377999994. iteration 7703, perturbing to get out of local maxima iteration 7704 found worse value: 363.49635377999994. iteration 7704, perturbing to get out of local maxima iteration 7705 found worse value: 363.49635377999994. iteration 7706 found worse value: 363.49635377999994. iteration 7707 found worse value: 363.49635377999994. iteration 7707, perturbing to get out of local maxima iteration 7708 found worse value: 363.49635377999994. iteration 7709 found worse value: 363.49635377999994. iteration 7710 found worse value: 363.49635377999994. iteration 7711 found worse value: 363.49635377999994. iteration 7712 found worse value: 363.49635377999994. iteration 7713 found worse value: 363.49635377999994. iteration 7713, perturbing to get out of local maxima iteration 7714 found worse value: 363.49635377999994. iteration 7715 found worse value: 363.49635377999994. iteration 7715, perturbing to get out of local maxima iteration 7716 found worse value: 363.49635377999994. iteration 7716, perturbing to get out of local maxima iteration 7717 found worse value: 363.49635377999994. iteration 7717, perturbing to get out of local maxima iteration 7718 found worse value: 363.49635377999994. iteration 7719 found worse value: 363.49635377999994. iteration 7720 found worse value: 363.49635377999994. iteration 7721 found worse value: 363.49635377999994. iteration 7722 found worse value: 363.49635377999994. iteration 7723 found worse value: 363.49635377999994. iteration 7724 found worse value: 363.49635377999994. iteration 7725 found worse value: 363.49635377999994. iteration 7726 found worse value: 363.49635377999994. iteration 7727 found worse value: 363.49635377999994. iteration 7728 found worse value: 363.49635377999994. iteration 7729 found worse value: 363.49635377999994. iteration 7729, perturbing to get out of local maxima iteration 7730 found worse value: 363.49635377999994. iteration 7731 found worse value: 363.49635377999994. iteration 7732 found worse value: 363.49635377999994. iteration 7732, perturbing to get out of local maxima iteration 7733 found worse value: 363.49635377999994. iteration 7733, perturbing to get out of local maxima iteration 7734 found worse value: 363.49635377999994. iteration 7734, perturbing to get out of local maxima iteration 7735 found worse value: 363.49635377999994. iteration 7736 found worse value: 363.49635377999994. iteration 7736, perturbing to get out of local maxima iteration 7737 found worse value: 363.49635377999994. iteration 7738 found worse value: 363.49635377999994. iteration 7739 found worse value: 363.49635377999994. iteration 7739, perturbing to get out of local maxima iteration 7740 found worse value: 363.49635377999994. iteration 7741 found worse value: 363.49635377999994. iteration 7742 found worse value: 363.49635377999994. iteration 7743 found worse value: 363.49635377999994. iteration 7744 found worse value: 363.49635377999994. iteration 7744, perturbing to get out of local maxima iteration 7745 found worse value: 363.49635377999994. iteration 7745, perturbing to get out of local maxima iteration 7746 found worse value: 363.49635377999994. iteration 7747 found worse value: 363.49635377999994. iteration 7747, perturbing to get out of local maxima iteration 7748 found worse value: 363.49635377999994. iteration 7749 found worse value: 363.49635377999994. iteration 7750 found worse value: 363.49635377999994. iteration 7751 found worse value: 363.49635377999994. iteration 7752 found worse value: 363.49635377999994. iteration 7753 found worse value: 363.49635377999994. iteration 7754 found worse value: 363.49635377999994. iteration 7754, perturbing to get out of local maxima iteration 7755 found worse value: 363.49635377999994. iteration 7756 found worse value: 363.49635377999994. iteration 7756, perturbing to get out of local maxima iteration 7757 found worse value: 363.49635377999994. iteration 7758 found worse value: 363.49635377999994. iteration 7758, perturbing to get out of local maxima iteration 7759 found worse value: 363.49635377999994. iteration 7760 found worse value: 363.49635377999994. iteration 7760, perturbing to get out of local maxima iteration 7761 found worse value: 363.49635377999994. iteration 7761, perturbing to get out of local maxima iteration 7762 found worse value: 363.49635377999994. iteration 7762, perturbing to get out of local maxima iteration 7763 found worse value: 363.49635377999994. iteration 7763, perturbing to get out of local maxima iteration 7764 found worse value: 363.49635377999994. iteration 7764, perturbing to get out of local maxima iteration 7765 found worse value: 363.49635377999994. iteration 7765, perturbing to get out of local maxima iteration 7766 found worse value: 363.49635377999994. iteration 7767 found worse value: 363.49635377999994. iteration 7767, perturbing to get out of local maxima iteration 7768 found worse value: 363.49635377999994. iteration 7769 found worse value: 363.49635377999994. iteration 7769, perturbing to get out of local maxima iteration 7770 found worse value: 363.49635377999994. iteration 7771 found worse value: 363.49635377999994. iteration 7772 found worse value: 363.49635377999994. iteration 7772, perturbing to get out of local maxima iteration 7773 found worse value: 363.49635377999994. iteration 7774 found worse value: 363.49635377999994. iteration 7775 found worse value: 363.49635377999994. iteration 7776 found worse value: 363.49635377999994. iteration 7776, perturbing to get out of local maxima iteration 7777 found worse value: 363.49635377999994. iteration 7777, perturbing to get out of local maxima iteration 7778 found worse value: 363.49635377999994. iteration 7778, perturbing to get out of local maxima iteration 7779 found worse value: 363.49635377999994. iteration 7780 found worse value: 363.49635377999994. iteration 7780, perturbing to get out of local maxima iteration 7781 found worse value: 363.49635377999994. iteration 7781, perturbing to get out of local maxima iteration 7782 found worse value: 363.49635377999994. iteration 7783 found worse value: 363.49635377999994. iteration 7784 found worse value: 363.49635377999994. iteration 7784, perturbing to get out of local maxima iteration 7785 found worse value: 363.49635377999994. iteration 7785, perturbing to get out of local maxima iteration 7786 found worse value: 363.49635377999994. iteration 7787 found worse value: 363.49635377999994. iteration 7788 found worse value: 363.49635377999994. iteration 7789 found worse value: 363.49635377999994. iteration 7790 found worse value: 363.49635377999994. iteration 7791 found worse value: 363.49635377999994. iteration 7791, perturbing to get out of local maxima iteration 7792 found worse value: 363.49635377999994. iteration 7792, perturbing to get out of local maxima iteration 7793 found worse value: 363.49635377999994. iteration 7794 found worse value: 363.49635377999994. iteration 7795 found worse value: 363.49635377999994. iteration 7796 found worse value: 363.49635377999994. iteration 7797 found worse value: 363.49635377999994. iteration 7798 found worse value: 363.49635377999994. iteration 7799 found worse value: 363.49635377999994. iteration 7800 found worse value: 363.49635377999994. iteration 7801 found worse value: 363.49635377999994. iteration 7801, perturbing to get out of local maxima iteration 7802 found worse value: 363.49635377999994. iteration 7803 found worse value: 363.49635377999994. iteration 7804 found worse value: 363.49635377999994. iteration 7804, perturbing to get out of local maxima iteration 7805 found worse value: 363.49635377999994. iteration 7806 found worse value: 363.49635377999994. iteration 7807 found worse value: 363.49635377999994. iteration 7807, perturbing to get out of local maxima iteration 7808 found worse value: 363.49635377999994. iteration 7809 found worse value: 363.49635377999994. iteration 7810 found worse value: 363.49635377999994. iteration 7811 found worse value: 363.49635377999994. iteration 7812 found worse value: 363.49635377999994. iteration 7813 found worse value: 363.49635377999994. iteration 7814 found worse value: 363.49635377999994. iteration 7814, perturbing to get out of local maxima iteration 7815 found worse value: 363.49635377999994. iteration 7816 found worse value: 363.49635377999994. iteration 7817 found worse value: 363.49635377999994. iteration 7818 found worse value: 363.49635377999994. iteration 7819 found worse value: 363.49635377999994. iteration 7819, perturbing to get out of local maxima iteration 7820 found worse value: 363.49635377999994. iteration 7821 found worse value: 363.49635377999994. iteration 7822 found worse value: 363.49635377999994. iteration 7823 found worse value: 363.49635377999994. iteration 7823, perturbing to get out of local maxima iteration 7824 found worse value: 363.49635377999994. iteration 7825 found worse value: 363.49635377999994. iteration 7825, perturbing to get out of local maxima iteration 7826 found worse value: 363.49635377999994. iteration 7826, perturbing to get out of local maxima iteration 7827 found worse value: 363.49635377999994. iteration 7828 found worse value: 363.49635377999994. iteration 7828, perturbing to get out of local maxima iteration 7829 found worse value: 363.49635377999994. iteration 7829, perturbing to get out of local maxima iteration 7830 found worse value: 363.49635377999994. iteration 7831 found worse value: 363.49635377999994. iteration 7832 found worse value: 363.49635377999994. iteration 7833 found worse value: 363.49635377999994. iteration 7833, perturbing to get out of local maxima iteration 7834 found worse value: 363.49635377999994. iteration 7834, perturbing to get out of local maxima iteration 7835 found worse value: 363.49635377999994. iteration 7836 found worse value: 363.49635377999994. iteration 7837 found worse value: 363.49635377999994. iteration 7838 found worse value: 363.49635377999994. iteration 7839 found worse value: 363.49635377999994. iteration 7840 found worse value: 363.49635377999994. iteration 7840, perturbing to get out of local maxima iteration 7841 found worse value: 363.49635377999994. iteration 7841, perturbing to get out of local maxima iteration 7842 found worse value: 363.49635377999994. iteration 7843 found worse value: 363.49635377999994. iteration 7844 found worse value: 363.49635377999994. iteration 7845 found worse value: 363.49635377999994. iteration 7846 found worse value: 363.49635377999994. iteration 7846, perturbing to get out of local maxima iteration 7847 found worse value: 363.49635377999994. iteration 7848 found worse value: 363.49635377999994. iteration 7849 found worse value: 363.49635377999994. iteration 7850 found worse value: 363.49635377999994. iteration 7850, perturbing to get out of local maxima iteration 7851 found worse value: 363.49635377999994. iteration 7851, perturbing to get out of local maxima iteration 7852 found worse value: 363.49635377999994. iteration 7853 found worse value: 363.49635377999994. iteration 7854 found worse value: 363.49635377999994. iteration 7854, perturbing to get out of local maxima iteration 7855 found worse value: 363.49635377999994. iteration 7856 found worse value: 363.49635377999994. iteration 7856, perturbing to get out of local maxima iteration 7857 found worse value: 363.49635377999994. iteration 7857, perturbing to get out of local maxima iteration 7858 found worse value: 363.49635377999994. iteration 7858, perturbing to get out of local maxima iteration 7859 found worse value: 363.49635377999994. iteration 7860 found worse value: 363.49635377999994. iteration 7860, perturbing to get out of local maxima iteration 7861 found worse value: 363.49635377999994. iteration 7862 found worse value: 363.49635377999994. iteration 7862, perturbing to get out of local maxima iteration 7863 found worse value: 363.49635377999994. iteration 7864 found worse value: 363.49635377999994. iteration 7865 found worse value: 363.49635377999994. iteration 7866 found worse value: 363.49635377999994. iteration 7867 found worse value: 363.49635377999994. iteration 7868 found worse value: 363.49635377999994. iteration 7869 found worse value: 363.49635377999994. iteration 7870 found worse value: 363.49635377999994. iteration 7870, perturbing to get out of local maxima iteration 7871 found worse value: 363.49635377999994. iteration 7872 found worse value: 363.49635377999994. iteration 7872, perturbing to get out of local maxima iteration 7873 found worse value: 363.49635377999994. iteration 7874 found worse value: 363.49635377999994. iteration 7875 found worse value: 363.49635377999994. iteration 7875, perturbing to get out of local maxima iteration 7876 found worse value: 363.49635377999994. iteration 7876, perturbing to get out of local maxima iteration 7877 found worse value: 363.49635377999994. iteration 7878 found worse value: 363.49635377999994. iteration 7879 found worse value: 363.49635377999994. iteration 7880 found worse value: 363.49635377999994. iteration 7881 found worse value: 363.49635377999994. iteration 7881, perturbing to get out of local maxima iteration 7882 found worse value: 363.49635377999994. iteration 7883 found worse value: 363.49635377999994. iteration 7883, perturbing to get out of local maxima iteration 7884 found worse value: 363.49635377999994. iteration 7885 found worse value: 363.49635377999994. iteration 7886 found worse value: 363.49635377999994. iteration 7886, perturbing to get out of local maxima iteration 7887 found worse value: 363.49635377999994. iteration 7888 found worse value: 363.49635377999994. iteration 7889 found worse value: 363.49635377999994. iteration 7890 found worse value: 363.49635377999994. iteration 7891 found worse value: 363.49635377999994. iteration 7892 found worse value: 363.49635377999994. iteration 7892, perturbing to get out of local maxima iteration 7893 found worse value: 363.49635377999994. iteration 7893, perturbing to get out of local maxima iteration 7894 found worse value: 363.49635377999994. iteration 7894, perturbing to get out of local maxima iteration 7895 found worse value: 363.49635377999994. iteration 7895, perturbing to get out of local maxima iteration 7896 found worse value: 363.49635377999994. iteration 7897 found worse value: 363.49635377999994. iteration 7897, perturbing to get out of local maxima iteration 7898 found worse value: 363.49635377999994. iteration 7898, perturbing to get out of local maxima iteration 7899 found worse value: 363.49635377999994. iteration 7899, perturbing to get out of local maxima iteration 7900 found worse value: 363.49635377999994. iteration 7901 found worse value: 363.49635377999994. iteration 7901, perturbing to get out of local maxima iteration 7902 found worse value: 363.49635377999994. iteration 7903 found worse value: 363.49635377999994. iteration 7903, perturbing to get out of local maxima iteration 7904 found worse value: 363.49635377999994. iteration 7905 found worse value: 363.49635377999994. iteration 7906 found worse value: 363.49635377999994. iteration 7906, perturbing to get out of local maxima iteration 7907 found worse value: 363.49635377999994. iteration 7907, perturbing to get out of local maxima iteration 7908 found worse value: 363.49635377999994. iteration 7908, perturbing to get out of local maxima iteration 7909 found worse value: 363.49635377999994. iteration 7910 found worse value: 363.49635377999994. iteration 7911 found worse value: 363.49635377999994. iteration 7911, perturbing to get out of local maxima iteration 7912 found worse value: 363.49635377999994. iteration 7913 found worse value: 363.49635377999994. iteration 7914 found worse value: 363.49635377999994. iteration 7915 found worse value: 363.49635377999994. iteration 7916 found worse value: 363.49635377999994. iteration 7916, perturbing to get out of local maxima iteration 7917 found worse value: 363.49635377999994. iteration 7918 found worse value: 363.49635377999994. iteration 7919 found worse value: 363.49635377999994. iteration 7920 found worse value: 363.49635377999994. iteration 7921 found worse value: 363.49635377999994. iteration 7922 found worse value: 363.49635377999994. iteration 7922, perturbing to get out of local maxima iteration 7923 found worse value: 363.49635377999994. iteration 7924 found worse value: 363.49635377999994. iteration 7925 found worse value: 363.49635377999994. iteration 7926 found worse value: 363.49635377999994. iteration 7926, perturbing to get out of local maxima iteration 7927 found worse value: 363.49635377999994. iteration 7928 found worse value: 363.49635377999994. iteration 7929 found worse value: 363.49635377999994. iteration 7930 found worse value: 363.49635377999994. iteration 7930, perturbing to get out of local maxima iteration 7931 found worse value: 363.49635377999994. iteration 7931, perturbing to get out of local maxima iteration 7932 found worse value: 363.49635377999994. iteration 7933 found worse value: 363.49635377999994. iteration 7934 found worse value: 363.49635377999994. iteration 7935 found worse value: 363.49635377999994. iteration 7936 found worse value: 363.49635377999994. iteration 7936, perturbing to get out of local maxima iteration 7937 found worse value: 363.49635377999994. iteration 7938 found worse value: 363.49635377999994. iteration 7938, perturbing to get out of local maxima iteration 7939 found worse value: 363.49635377999994. iteration 7939, perturbing to get out of local maxima iteration 7940 found worse value: 363.49635377999994. iteration 7941 found worse value: 363.49635377999994. iteration 7942 found worse value: 363.49635377999994. iteration 7943 found worse value: 363.49635377999994. iteration 7944 found worse value: 363.49635377999994. iteration 7945 found worse value: 363.49635377999994. iteration 7946 found worse value: 363.49635377999994. iteration 7947 found worse value: 363.49635377999994. iteration 7948 found worse value: 363.49635377999994. iteration 7949 found worse value: 363.49635377999994. iteration 7949, perturbing to get out of local maxima iteration 7950 found worse value: 363.49635377999994. iteration 7951 found worse value: 363.49635377999994. iteration 7951, perturbing to get out of local maxima iteration 7952 found worse value: 363.49635377999994. iteration 7952, perturbing to get out of local maxima iteration 7953 found worse value: 363.49635377999994. iteration 7954 found worse value: 363.49635377999994. iteration 7954, perturbing to get out of local maxima iteration 7955 found worse value: 363.49635377999994. iteration 7956 found worse value: 363.49635377999994. iteration 7957 found worse value: 363.49635377999994. iteration 7958 found worse value: 363.49635377999994. iteration 7959 found worse value: 363.49635377999994. iteration 7960 found worse value: 363.49635377999994. iteration 7961 found worse value: 363.49635377999994. iteration 7961, perturbing to get out of local maxima iteration 7962 found worse value: 363.49635377999994. iteration 7962, perturbing to get out of local maxima iteration 7963 found worse value: 363.49635377999994. iteration 7964 found worse value: 363.49635377999994. iteration 7964, perturbing to get out of local maxima iteration 7965 found worse value: 363.49635377999994. iteration 7965, perturbing to get out of local maxima iteration 7966 found worse value: 363.49635377999994. iteration 7966, perturbing to get out of local maxima iteration 7967 found worse value: 363.49635377999994. iteration 7968 found worse value: 363.49635377999994. iteration 7969 found worse value: 363.49635377999994. iteration 7970 found worse value: 363.49635377999994. iteration 7971 found worse value: 363.49635377999994. iteration 7971, perturbing to get out of local maxima iteration 7972 found worse value: 363.49635377999994. iteration 7973 found worse value: 363.49635377999994. iteration 7974 found worse value: 363.49635377999994. iteration 7975 found worse value: 363.49635377999994. iteration 7975, perturbing to get out of local maxima iteration 7976 found worse value: 363.49635377999994. iteration 7977 found worse value: 363.49635377999994. iteration 7977, perturbing to get out of local maxima iteration 7978 found worse value: 363.49635377999994. iteration 7979 found worse value: 363.49635377999994. iteration 7979, perturbing to get out of local maxima iteration 7980 found worse value: 363.49635377999994. iteration 7981 found worse value: 363.49635377999994. iteration 7982 found worse value: 363.49635377999994. iteration 7983 found worse value: 363.49635377999994. iteration 7983, perturbing to get out of local maxima iteration 7984 found worse value: 363.49635377999994. iteration 7985 found worse value: 363.49635377999994. iteration 7986 found worse value: 363.49635377999994. iteration 7986, perturbing to get out of local maxima iteration 7987 found worse value: 363.49635377999994. iteration 7987, perturbing to get out of local maxima iteration 7988 found worse value: 363.49635377999994. iteration 7989 found worse value: 363.49635377999994. iteration 7990 found worse value: 363.49635377999994. iteration 7991 found worse value: 363.49635377999994. iteration 7992 found worse value: 363.49635377999994. iteration 7993 found worse value: 363.49635377999994. iteration 7993, perturbing to get out of local maxima iteration 7994 found worse value: 363.49635377999994. iteration 7994, perturbing to get out of local maxima iteration 7995 found worse value: 363.49635377999994. iteration 7996 found worse value: 363.49635377999994. iteration 7997 found worse value: 363.49635377999994. iteration 7998 found worse value: 363.49635377999994. iteration 7999 found worse value: 363.49635377999994. iteration 7999, perturbing to get out of local maxima iteration 8000 found worse value: 363.49635377999994. iteration 8001 found worse value: 363.49635377999994. iteration 8002 found worse value: 363.49635377999994. iteration 8003 found worse value: 363.49635377999994. iteration 8003, perturbing to get out of local maxima iteration 8004 found worse value: 363.49635377999994. iteration 8005 found worse value: 363.49635377999994. iteration 8006 found worse value: 363.49635377999994. iteration 8007 found worse value: 363.49635377999994. iteration 8008 found worse value: 363.49635377999994. iteration 8009 found worse value: 363.49635377999994. iteration 8009, perturbing to get out of local maxima iteration 8010 found worse value: 363.49635377999994. iteration 8010, perturbing to get out of local maxima iteration 8011 found worse value: 363.49635377999994. iteration 8012 found worse value: 363.49635377999994. iteration 8013 found worse value: 363.49635377999994. iteration 8013, perturbing to get out of local maxima iteration 8014 found worse value: 363.49635377999994. iteration 8015 found worse value: 363.49635377999994. iteration 8015, perturbing to get out of local maxima iteration 8016 found worse value: 363.49635377999994. iteration 8017 found worse value: 363.49635377999994. iteration 8018 found worse value: 363.49635377999994. iteration 8019 found worse value: 363.49635377999994. iteration 8020 found worse value: 363.49635377999994. iteration 8021 found worse value: 363.49635377999994. iteration 8022 found worse value: 363.49635377999994. iteration 8023 found worse value: 363.49635377999994. iteration 8024 found worse value: 363.49635377999994. iteration 8024, perturbing to get out of local maxima iteration 8025 found worse value: 363.49635377999994. iteration 8025, perturbing to get out of local maxima iteration 8026 found worse value: 363.49635377999994. iteration 8027 found worse value: 363.49635377999994. iteration 8028 found worse value: 363.49635377999994. iteration 8029 found worse value: 363.49635377999994. iteration 8030 found worse value: 363.49635377999994. iteration 8030, perturbing to get out of local maxima iteration 8031 found worse value: 363.49635377999994. iteration 8032 found worse value: 363.49635377999994. iteration 8033 found worse value: 363.49635377999994. iteration 8034 found worse value: 363.49635377999994. iteration 8034, perturbing to get out of local maxima iteration 8035 found worse value: 363.49635377999994. iteration 8036 found worse value: 363.49635377999994. iteration 8036, perturbing to get out of local maxima iteration 8037 found worse value: 363.49635377999994. iteration 8037, perturbing to get out of local maxima iteration 8038 found worse value: 363.49635377999994. iteration 8039 found worse value: 363.49635377999994. iteration 8040 found worse value: 363.49635377999994. iteration 8040, perturbing to get out of local maxima iteration 8041 found worse value: 363.49635377999994. iteration 8042 found worse value: 363.49635377999994. iteration 8042, perturbing to get out of local maxima iteration 8043 found worse value: 363.49635377999994. iteration 8044 found worse value: 363.49635377999994. iteration 8045 found worse value: 363.49635377999994. iteration 8045, perturbing to get out of local maxima iteration 8046 found worse value: 363.49635377999994. iteration 8046, perturbing to get out of local maxima iteration 8047 found worse value: 363.49635377999994. iteration 8048 found worse value: 363.49635377999994. iteration 8049 found worse value: 363.49635377999994. iteration 8050 found worse value: 363.49635377999994. iteration 8050, perturbing to get out of local maxima iteration 8051 found worse value: 363.49635377999994. iteration 8051, perturbing to get out of local maxima iteration 8052 found worse value: 363.49635377999994. iteration 8052, perturbing to get out of local maxima iteration 8053 found worse value: 363.49635377999994. iteration 8054 found worse value: 363.49635377999994. iteration 8054, perturbing to get out of local maxima iteration 8055 found worse value: 363.49635377999994. iteration 8055, perturbing to get out of local maxima iteration 8056 found worse value: 363.49635377999994. iteration 8057 found worse value: 363.49635377999994. iteration 8058 found worse value: 363.49635377999994. iteration 8058, perturbing to get out of local maxima iteration 8059 found worse value: 363.49635377999994. iteration 8060 found worse value: 363.49635377999994. iteration 8060, perturbing to get out of local maxima iteration 8061 found worse value: 363.49635377999994. iteration 8062 found worse value: 363.49635377999994. iteration 8063 found worse value: 363.49635377999994. iteration 8064 found worse value: 363.49635377999994. iteration 8064, perturbing to get out of local maxima iteration 8065 found worse value: 363.49635377999994. iteration 8066 found worse value: 363.49635377999994. iteration 8067 found worse value: 363.49635377999994. iteration 8067, perturbing to get out of local maxima iteration 8068 found worse value: 363.49635377999994. iteration 8069 found worse value: 363.49635377999994. iteration 8070 found worse value: 363.49635377999994. iteration 8071 found worse value: 363.49635377999994. iteration 8072 found worse value: 363.49635377999994. iteration 8073 found worse value: 363.49635377999994. iteration 8073, perturbing to get out of local maxima iteration 8074 found worse value: 363.49635377999994. iteration 8074, perturbing to get out of local maxima iteration 8075 found worse value: 363.49635377999994. iteration 8076 found worse value: 363.49635377999994. iteration 8077 found worse value: 363.49635377999994. iteration 8078 found worse value: 363.49635377999994. iteration 8078, perturbing to get out of local maxima iteration 8079 found worse value: 363.49635377999994. iteration 8079, perturbing to get out of local maxima iteration 8080 found worse value: 363.49635377999994. iteration 8081 found worse value: 363.49635377999994. iteration 8082 found worse value: 363.49635377999994. iteration 8083 found worse value: 363.49635377999994. iteration 8083, perturbing to get out of local maxima iteration 8084 found worse value: 363.49635377999994. iteration 8084, perturbing to get out of local maxima iteration 8085 found worse value: 363.49635377999994. iteration 8086 found worse value: 363.49635377999994. iteration 8087 found worse value: 363.49635377999994. iteration 8088 found worse value: 363.49635377999994. iteration 8088, perturbing to get out of local maxima iteration 8089 found worse value: 363.49635377999994. iteration 8089, perturbing to get out of local maxima iteration 8090 found worse value: 363.49635377999994. iteration 8091 found worse value: 363.49635377999994. iteration 8092 found worse value: 363.49635377999994. iteration 8093 found worse value: 363.49635377999994. iteration 8094 found worse value: 363.49635377999994. iteration 8095 found worse value: 363.49635377999994. iteration 8096 found worse value: 363.49635377999994. iteration 8097 found worse value: 363.49635377999994. iteration 8098 found worse value: 363.49635377999994. iteration 8098, perturbing to get out of local maxima iteration 8099 found worse value: 363.49635377999994. iteration 8099, perturbing to get out of local maxima iteration 8100 found worse value: 363.49635377999994. iteration 8101 found worse value: 363.49635377999994. iteration 8102 found worse value: 363.49635377999994. iteration 8103 found worse value: 363.49635377999994. iteration 8104 found worse value: 363.49635377999994. iteration 8104, perturbing to get out of local maxima iteration 8105 found worse value: 363.49635377999994. iteration 8106 found worse value: 363.49635377999994. iteration 8106, perturbing to get out of local maxima iteration 8107 found worse value: 363.49635377999994. iteration 8108 found worse value: 363.49635377999994. iteration 8108, perturbing to get out of local maxima iteration 8109 found worse value: 363.49635377999994. iteration 8110 found worse value: 363.49635377999994. iteration 8111 found worse value: 363.49635377999994. iteration 8112 found worse value: 363.49635377999994. iteration 8112, perturbing to get out of local maxima iteration 8113 found worse value: 363.49635377999994. iteration 8114 found worse value: 363.49635377999994. iteration 8114, perturbing to get out of local maxima iteration 8115 found worse value: 363.49635377999994. iteration 8116 found worse value: 363.49635377999994. iteration 8117 found worse value: 363.49635377999994. iteration 8118 found worse value: 363.49635377999994. iteration 8118, perturbing to get out of local maxima iteration 8119 found worse value: 363.49635377999994. iteration 8119, perturbing to get out of local maxima iteration 8120 found worse value: 363.49635377999994. iteration 8121 found worse value: 363.49635377999994. iteration 8122 found worse value: 363.49635377999994. iteration 8123 found worse value: 363.49635377999994. iteration 8124 found worse value: 363.49635377999994. iteration 8125 found worse value: 363.49635377999994. iteration 8126 found worse value: 363.49635377999994. iteration 8127 found worse value: 363.49635377999994. iteration 8128 found worse value: 363.49635377999994. iteration 8129 found worse value: 363.49635377999994. iteration 8129, perturbing to get out of local maxima iteration 8130 found worse value: 363.49635377999994. iteration 8131 found worse value: 363.49635377999994. iteration 8132 found worse value: 363.49635377999994. iteration 8132, perturbing to get out of local maxima iteration 8133 found worse value: 363.49635377999994. iteration 8134 found worse value: 363.49635377999994. iteration 8134, perturbing to get out of local maxima iteration 8135 found worse value: 363.49635377999994. iteration 8136 found worse value: 363.49635377999994. iteration 8137 found worse value: 363.49635377999994. iteration 8137, perturbing to get out of local maxima iteration 8138 found worse value: 363.49635377999994. iteration 8139 found worse value: 363.49635377999994. iteration 8139, perturbing to get out of local maxima iteration 8140 found worse value: 363.49635377999994. iteration 8140, perturbing to get out of local maxima iteration 8141 found worse value: 363.49635377999994. iteration 8141, perturbing to get out of local maxima iteration 8142 found worse value: 363.49635377999994. iteration 8142, perturbing to get out of local maxima iteration 8143 found worse value: 363.49635377999994. iteration 8144 found worse value: 363.49635377999994. iteration 8145 found worse value: 363.49635377999994. iteration 8146 found worse value: 363.49635377999994. iteration 8146, perturbing to get out of local maxima iteration 8147 found worse value: 363.49635377999994. iteration 8148 found worse value: 363.49635377999994. iteration 8149 found worse value: 363.49635377999994. iteration 8150 found worse value: 363.49635377999994. iteration 8150, perturbing to get out of local maxima iteration 8151 found worse value: 363.49635377999994. iteration 8152 found worse value: 363.49635377999994. iteration 8153 found worse value: 363.49635377999994. iteration 8154 found worse value: 363.49635377999994. iteration 8155 found worse value: 363.49635377999994. iteration 8156 found worse value: 363.49635377999994. iteration 8157 found worse value: 363.49635377999994. iteration 8157, perturbing to get out of local maxima iteration 8158 found worse value: 363.49635377999994. iteration 8159 found worse value: 363.49635377999994. iteration 8159, perturbing to get out of local maxima iteration 8160 found worse value: 363.49635377999994. iteration 8161 found worse value: 363.49635377999994. iteration 8161, perturbing to get out of local maxima iteration 8162 found worse value: 363.49635377999994. iteration 8163 found worse value: 363.49635377999994. iteration 8164 found worse value: 363.49635377999994. iteration 8165 found worse value: 363.49635377999994. iteration 8166 found worse value: 363.49635377999994. iteration 8167 found worse value: 363.49635377999994. iteration 8168 found worse value: 363.49635377999994. iteration 8169 found worse value: 363.49635377999994. iteration 8170 found worse value: 363.49635377999994. iteration 8170, perturbing to get out of local maxima iteration 8171 found worse value: 363.49635377999994. iteration 8172 found worse value: 363.49635377999994. iteration 8173 found worse value: 363.49635377999994. iteration 8174 found worse value: 363.49635377999994. iteration 8175 found worse value: 363.49635377999994. iteration 8175, perturbing to get out of local maxima iteration 8176 found worse value: 363.49635377999994. iteration 8176, perturbing to get out of local maxima iteration 8177 found worse value: 363.49635377999994. iteration 8178 found worse value: 363.49635377999994. iteration 8179 found worse value: 363.49635377999994. iteration 8180 found worse value: 363.49635377999994. iteration 8181 found worse value: 363.49635377999994. iteration 8181, perturbing to get out of local maxima iteration 8182 found worse value: 363.49635377999994. iteration 8182, perturbing to get out of local maxima iteration 8183 found worse value: 363.49635377999994. iteration 8184 found worse value: 363.49635377999994. iteration 8185 found worse value: 363.49635377999994. iteration 8186 found worse value: 363.49635377999994. iteration 8187 found worse value: 363.49635377999994. iteration 8187, perturbing to get out of local maxima iteration 8188 found worse value: 363.49635377999994. iteration 8188, perturbing to get out of local maxima iteration 8189 found worse value: 363.49635377999994. iteration 8189, perturbing to get out of local maxima iteration 8190 found worse value: 363.49635377999994. iteration 8191 found worse value: 363.49635377999994. iteration 8192 found worse value: 363.49635377999994. iteration 8193 found worse value: 363.49635377999994. iteration 8194 found worse value: 363.49635377999994. iteration 8195 found worse value: 363.49635377999994. iteration 8195, perturbing to get out of local maxima iteration 8196 found worse value: 363.49635377999994. iteration 8196, perturbing to get out of local maxima iteration 8197 found worse value: 363.49635377999994. iteration 8198 found worse value: 363.49635377999994. iteration 8198, perturbing to get out of local maxima iteration 8199 found worse value: 363.49635377999994. iteration 8200 found worse value: 363.49635377999994. iteration 8200, perturbing to get out of local maxima iteration 8201 found worse value: 363.49635377999994. iteration 8202 found worse value: 363.49635377999994. iteration 8202, perturbing to get out of local maxima iteration 8203 found worse value: 363.49635377999994. iteration 8204 found worse value: 363.49635377999994. iteration 8204, perturbing to get out of local maxima iteration 8205 found worse value: 363.49635377999994. iteration 8206 found worse value: 363.49635377999994. iteration 8206, perturbing to get out of local maxima iteration 8207 found worse value: 363.49635377999994. iteration 8208 found worse value: 363.49635377999994. iteration 8209 found worse value: 363.49635377999994. iteration 8209, perturbing to get out of local maxima iteration 8210 found worse value: 363.49635377999994. iteration 8210, perturbing to get out of local maxima iteration 8211 found worse value: 363.49635377999994. iteration 8211, perturbing to get out of local maxima iteration 8212 found worse value: 363.49635377999994. iteration 8213 found worse value: 363.49635377999994. iteration 8214 found worse value: 363.49635377999994. iteration 8214, perturbing to get out of local maxima iteration 8215 found worse value: 363.49635377999994. iteration 8216 found worse value: 363.49635377999994. iteration 8217 found worse value: 363.49635377999994. iteration 8218 found worse value: 363.49635377999994. iteration 8219 found worse value: 363.49635377999994. iteration 8219, perturbing to get out of local maxima iteration 8220 found worse value: 363.49635377999994. iteration 8221 found worse value: 363.49635377999994. iteration 8221, perturbing to get out of local maxima iteration 8222 found worse value: 363.49635377999994. iteration 8223 found worse value: 363.49635377999994. iteration 8224 found worse value: 363.49635377999994. iteration 8224, perturbing to get out of local maxima iteration 8225 found worse value: 363.49635377999994. iteration 8226 found worse value: 363.49635377999994. iteration 8227 found worse value: 363.49635377999994. iteration 8228 found worse value: 363.49635377999994. iteration 8229 found worse value: 363.49635377999994. iteration 8229, perturbing to get out of local maxima iteration 8230 found worse value: 363.49635377999994. iteration 8231 found worse value: 363.49635377999994. iteration 8231, perturbing to get out of local maxima iteration 8232 found worse value: 363.49635377999994. iteration 8233 found worse value: 363.49635377999994. iteration 8233, perturbing to get out of local maxima iteration 8234 found worse value: 363.49635377999994. iteration 8235 found worse value: 363.49635377999994. iteration 8235, perturbing to get out of local maxima iteration 8236 found worse value: 363.49635377999994. iteration 8237 found worse value: 363.49635377999994. iteration 8238 found worse value: 363.49635377999994. iteration 8238, perturbing to get out of local maxima iteration 8239 found worse value: 363.49635377999994. iteration 8240 found worse value: 363.49635377999994. iteration 8241 found worse value: 363.49635377999994. iteration 8242 found worse value: 363.49635377999994. iteration 8243 found worse value: 363.49635377999994. iteration 8244 found worse value: 363.49635377999994. iteration 8245 found worse value: 363.49635377999994. iteration 8245, perturbing to get out of local maxima iteration 8246 found worse value: 363.49635377999994. iteration 8247 found worse value: 363.49635377999994. iteration 8248 found worse value: 363.49635377999994. iteration 8248, perturbing to get out of local maxima iteration 8249 found worse value: 363.49635377999994. iteration 8250 found worse value: 363.49635377999994. iteration 8250, perturbing to get out of local maxima iteration 8251 found worse value: 363.49635377999994. iteration 8252 found worse value: 363.49635377999994. iteration 8252, perturbing to get out of local maxima iteration 8253 found worse value: 363.49635377999994. iteration 8254 found worse value: 363.49635377999994. iteration 8255 found worse value: 363.49635377999994. iteration 8256 found worse value: 363.49635377999994. iteration 8257 found worse value: 363.49635377999994. iteration 8257, perturbing to get out of local maxima iteration 8258 found worse value: 363.49635377999994. iteration 8259 found worse value: 363.49635377999994. iteration 8259, perturbing to get out of local maxima iteration 8260 found worse value: 363.49635377999994. iteration 8261 found worse value: 363.49635377999994. iteration 8262 found worse value: 363.49635377999994. iteration 8263 found worse value: 363.49635377999994. iteration 8264 found worse value: 363.49635377999994. iteration 8265 found worse value: 363.49635377999994. iteration 8265, perturbing to get out of local maxima iteration 8266 found worse value: 363.49635377999994. iteration 8267 found worse value: 363.49635377999994. iteration 8268 found worse value: 363.49635377999994. iteration 8269 found worse value: 363.49635377999994. iteration 8269, perturbing to get out of local maxima iteration 8270 found worse value: 363.49635377999994. iteration 8271 found worse value: 363.49635377999994. iteration 8272 found worse value: 363.49635377999994. iteration 8273 found worse value: 363.49635377999994. iteration 8273, perturbing to get out of local maxima iteration 8274 found worse value: 363.49635377999994. iteration 8275 found worse value: 363.49635377999994. iteration 8275, perturbing to get out of local maxima iteration 8276 found worse value: 363.49635377999994. iteration 8276, perturbing to get out of local maxima iteration 8277 found worse value: 363.49635377999994. iteration 8278 found worse value: 363.49635377999994. iteration 8279 found worse value: 363.49635377999994. iteration 8279, perturbing to get out of local maxima iteration 8280 found worse value: 363.49635377999994. iteration 8280, perturbing to get out of local maxima iteration 8281 found worse value: 363.49635377999994. iteration 8282 found worse value: 363.49635377999994. iteration 8282, perturbing to get out of local maxima iteration 8283 found worse value: 363.49635377999994. iteration 8283, perturbing to get out of local maxima iteration 8284 found worse value: 363.49635377999994. iteration 8285 found worse value: 363.49635377999994. iteration 8286 found worse value: 363.49635377999994. iteration 8287 found worse value: 363.49635377999994. iteration 8287, perturbing to get out of local maxima iteration 8288 found worse value: 363.49635377999994. iteration 8289 found worse value: 363.49635377999994. iteration 8290 found worse value: 363.49635377999994. iteration 8291 found worse value: 363.49635377999994. iteration 8292 found worse value: 363.49635377999994. iteration 8293 found worse value: 363.49635377999994. iteration 8294 found worse value: 363.49635377999994. iteration 8294, perturbing to get out of local maxima iteration 8295 found worse value: 363.49635377999994. iteration 8296 found worse value: 363.49635377999994. iteration 8297 found worse value: 363.49635377999994. iteration 8298 found worse value: 363.49635377999994. iteration 8299 found worse value: 363.49635377999994. iteration 8299, perturbing to get out of local maxima iteration 8300 found worse value: 363.49635377999994. iteration 8301 found worse value: 363.49635377999994. iteration 8302 found worse value: 363.49635377999994. iteration 8303 found worse value: 363.49635377999994. iteration 8304 found worse value: 363.49635377999994. iteration 8304, perturbing to get out of local maxima iteration 8305 found worse value: 363.49635377999994. iteration 8306 found worse value: 363.49635377999994. iteration 8307 found worse value: 363.49635377999994. iteration 8308 found worse value: 363.49635377999994. iteration 8309 found worse value: 363.49635377999994. iteration 8310 found worse value: 363.49635377999994. iteration 8311 found worse value: 363.49635377999994. iteration 8311, perturbing to get out of local maxima iteration 8312 found worse value: 363.49635377999994. iteration 8312, perturbing to get out of local maxima iteration 8313 found worse value: 363.49635377999994. iteration 8314 found worse value: 363.49635377999994. iteration 8315 found worse value: 363.49635377999994. iteration 8316 found worse value: 363.49635377999994. iteration 8316, perturbing to get out of local maxima iteration 8317 found worse value: 363.49635377999994. iteration 8318 found worse value: 363.49635377999994. iteration 8318, perturbing to get out of local maxima iteration 8319 found worse value: 363.49635377999994. iteration 8319, perturbing to get out of local maxima iteration 8320 found worse value: 363.49635377999994. iteration 8320, perturbing to get out of local maxima iteration 8321 found worse value: 363.49635377999994. iteration 8321, perturbing to get out of local maxima iteration 8322 found worse value: 363.49635377999994. iteration 8323 found worse value: 363.49635377999994. iteration 8324 found worse value: 363.49635377999994. iteration 8324, perturbing to get out of local maxima iteration 8325 found worse value: 363.49635377999994. iteration 8326 found worse value: 363.49635377999994. iteration 8326, perturbing to get out of local maxima iteration 8327 found worse value: 363.49635377999994. iteration 8328 found worse value: 363.49635377999994. iteration 8328, perturbing to get out of local maxima iteration 8329 found worse value: 363.49635377999994. iteration 8330 found worse value: 363.49635377999994. iteration 8330, perturbing to get out of local maxima iteration 8331 found worse value: 363.49635377999994. iteration 8332 found worse value: 363.49635377999994. iteration 8332, perturbing to get out of local maxima iteration 8333 found worse value: 363.49635377999994. iteration 8334 found worse value: 363.49635377999994. iteration 8335 found worse value: 363.49635377999994. iteration 8336 found worse value: 363.49635377999994. iteration 8337 found worse value: 363.49635377999994. iteration 8338 found worse value: 363.49635377999994. iteration 8338, perturbing to get out of local maxima iteration 8339 found worse value: 363.49635377999994. iteration 8340 found worse value: 363.49635377999994. iteration 8341 found worse value: 363.49635377999994. iteration 8342 found worse value: 363.49635377999994. iteration 8343 found worse value: 363.49635377999994. iteration 8344 found worse value: 363.49635377999994. iteration 8344, perturbing to get out of local maxima iteration 8345 found worse value: 363.49635377999994. iteration 8346 found worse value: 363.49635377999994. iteration 8346, perturbing to get out of local maxima iteration 8347 found worse value: 363.49635377999994. iteration 8348 found worse value: 363.49635377999994. iteration 8349 found worse value: 363.49635377999994. iteration 8350 found worse value: 363.49635377999994. iteration 8351 found worse value: 363.49635377999994. iteration 8352 found worse value: 363.49635377999994. iteration 8353 found worse value: 363.49635377999994. iteration 8353, perturbing to get out of local maxima iteration 8354 found worse value: 363.49635377999994. iteration 8355 found worse value: 363.49635377999994. iteration 8355, perturbing to get out of local maxima iteration 8356 found worse value: 363.49635377999994. iteration 8357 found worse value: 363.49635377999994. iteration 8358 found worse value: 363.49635377999994. iteration 8359 found worse value: 363.49635377999994. iteration 8360 found worse value: 363.49635377999994. iteration 8360, perturbing to get out of local maxima iteration 8361 found worse value: 363.49635377999994. iteration 8362 found worse value: 363.49635377999994. iteration 8363 found worse value: 363.49635377999994. iteration 8363, perturbing to get out of local maxima iteration 8364 found worse value: 363.49635377999994. iteration 8364, perturbing to get out of local maxima iteration 8365 found worse value: 363.49635377999994. iteration 8366 found worse value: 363.49635377999994. iteration 8367 found worse value: 363.49635377999994. iteration 8368 found worse value: 363.49635377999994. iteration 8369 found worse value: 363.49635377999994. iteration 8370 found worse value: 363.49635377999994. iteration 8371 found worse value: 363.49635377999994. iteration 8372 found worse value: 363.49635377999994. iteration 8373 found worse value: 363.49635377999994. iteration 8373, perturbing to get out of local maxima iteration 8374 found worse value: 363.49635377999994. iteration 8374, perturbing to get out of local maxima iteration 8375 found worse value: 363.49635377999994. iteration 8375, perturbing to get out of local maxima iteration 8376 found worse value: 363.49635377999994. iteration 8376, perturbing to get out of local maxima iteration 8377 found worse value: 363.49635377999994. iteration 8377, perturbing to get out of local maxima iteration 8378 found worse value: 363.49635377999994. iteration 8379 found worse value: 363.49635377999994. iteration 8380 found worse value: 363.49635377999994. iteration 8381 found worse value: 363.49635377999994. iteration 8382 found worse value: 363.49635377999994. iteration 8383 found worse value: 363.49635377999994. iteration 8384 found worse value: 363.49635377999994. iteration 8384, perturbing to get out of local maxima iteration 8385 found worse value: 363.49635377999994. iteration 8386 found worse value: 363.49635377999994. iteration 8386, perturbing to get out of local maxima iteration 8387 found worse value: 363.49635377999994. iteration 8388 found worse value: 363.49635377999994. iteration 8389 found worse value: 363.49635377999994. iteration 8390 found worse value: 363.49635377999994. iteration 8391 found worse value: 363.49635377999994. iteration 8392 found worse value: 363.49635377999994. iteration 8392, perturbing to get out of local maxima iteration 8393 found worse value: 363.49635377999994. iteration 8394 found worse value: 363.49635377999994. iteration 8394, perturbing to get out of local maxima iteration 8395 found worse value: 363.49635377999994. iteration 8395, perturbing to get out of local maxima iteration 8396 found worse value: 363.49635377999994. iteration 8396, perturbing to get out of local maxima iteration 8397 found worse value: 363.49635377999994. iteration 8398 found worse value: 363.49635377999994. iteration 8399 found worse value: 363.49635377999994. iteration 8399, perturbing to get out of local maxima iteration 8400 found worse value: 363.49635377999994. iteration 8401 found worse value: 363.49635377999994. iteration 8401, perturbing to get out of local maxima iteration 8402 found worse value: 363.49635377999994. iteration 8402, perturbing to get out of local maxima iteration 8403 found worse value: 363.49635377999994. iteration 8404 found worse value: 363.49635377999994. iteration 8404, perturbing to get out of local maxima iteration 8405 found worse value: 363.49635377999994. iteration 8406 found worse value: 363.49635377999994. iteration 8406, perturbing to get out of local maxima iteration 8407 found worse value: 363.49635377999994. iteration 8408 found worse value: 363.49635377999994. iteration 8409 found worse value: 363.49635377999994. iteration 8409, perturbing to get out of local maxima iteration 8410 found worse value: 363.49635377999994. iteration 8411 found worse value: 363.49635377999994. iteration 8411, perturbing to get out of local maxima iteration 8412 found worse value: 363.49635377999994. iteration 8413 found worse value: 363.49635377999994. iteration 8414 found worse value: 363.49635377999994. iteration 8415 found worse value: 363.49635377999994. iteration 8416 found worse value: 363.49635377999994. iteration 8416, perturbing to get out of local maxima iteration 8417 found worse value: 363.49635377999994. iteration 8417, perturbing to get out of local maxima iteration 8418 found worse value: 363.49635377999994. iteration 8419 found worse value: 363.49635377999994. iteration 8419, perturbing to get out of local maxima iteration 8420 found worse value: 363.49635377999994. iteration 8421 found worse value: 363.49635377999994. iteration 8422 found worse value: 363.49635377999994. iteration 8422, perturbing to get out of local maxima iteration 8423 found worse value: 363.49635377999994. iteration 8423, perturbing to get out of local maxima iteration 8424 found worse value: 363.49635377999994. iteration 8425 found worse value: 363.49635377999994. iteration 8426 found worse value: 363.49635377999994. iteration 8426, perturbing to get out of local maxima iteration 8427 found worse value: 363.49635377999994. iteration 8428 found worse value: 363.49635377999994. iteration 8429 found worse value: 363.49635377999994. iteration 8430 found worse value: 363.49635377999994. iteration 8431 found worse value: 363.49635377999994. iteration 8432 found worse value: 363.49635377999994. iteration 8432, perturbing to get out of local maxima iteration 8433 found worse value: 363.49635377999994. iteration 8434 found worse value: 363.49635377999994. iteration 8435 found worse value: 363.49635377999994. iteration 8435, perturbing to get out of local maxima iteration 8436 found worse value: 363.49635377999994. iteration 8437 found worse value: 363.49635377999994. iteration 8437, perturbing to get out of local maxima iteration 8438 found worse value: 363.49635377999994. iteration 8439 found worse value: 363.49635377999994. iteration 8440 found worse value: 363.49635377999994. iteration 8441 found worse value: 363.49635377999994. iteration 8442 found worse value: 363.49635377999994. iteration 8443 found worse value: 363.49635377999994. iteration 8444 found worse value: 363.49635377999994. iteration 8445 found worse value: 363.49635377999994. iteration 8446 found worse value: 363.49635377999994. iteration 8447 found worse value: 363.49635377999994. iteration 8448 found worse value: 363.49635377999994. iteration 8449 found worse value: 363.49635377999994. iteration 8450 found worse value: 363.49635377999994. iteration 8450, perturbing to get out of local maxima iteration 8451 found worse value: 363.49635377999994. iteration 8451, perturbing to get out of local maxima iteration 8452 found worse value: 363.49635377999994. iteration 8453 found worse value: 363.49635377999994. iteration 8453, perturbing to get out of local maxima iteration 8454 found worse value: 363.49635377999994. iteration 8455 found worse value: 363.49635377999994. iteration 8455, perturbing to get out of local maxima iteration 8456 found worse value: 363.49635377999994. iteration 8457 found worse value: 363.49635377999994. iteration 8458 found worse value: 363.49635377999994. iteration 8459 found worse value: 363.49635377999994. iteration 8460 found worse value: 363.49635377999994. iteration 8461 found worse value: 363.49635377999994. iteration 8462 found worse value: 363.49635377999994. iteration 8463 found worse value: 363.49635377999994. iteration 8464 found worse value: 363.49635377999994. iteration 8465 found worse value: 363.49635377999994. iteration 8466 found worse value: 363.49635377999994. iteration 8466, perturbing to get out of local maxima iteration 8467 found worse value: 363.49635377999994. iteration 8468 found worse value: 363.49635377999994. iteration 8469 found worse value: 363.49635377999994. iteration 8470 found worse value: 363.49635377999994. iteration 8471 found worse value: 363.49635377999994. iteration 8472 found worse value: 363.49635377999994. iteration 8473 found worse value: 363.49635377999994. iteration 8474 found worse value: 363.49635377999994. iteration 8475 found worse value: 363.49635377999994. iteration 8475, perturbing to get out of local maxima iteration 8476 found worse value: 363.49635377999994. iteration 8477 found worse value: 363.49635377999994. iteration 8478 found worse value: 363.49635377999994. iteration 8479 found worse value: 363.49635377999994. iteration 8480 found worse value: 363.49635377999994. iteration 8481 found worse value: 363.49635377999994. iteration 8482 found worse value: 363.49635377999994. iteration 8483 found worse value: 363.49635377999994. iteration 8483, perturbing to get out of local maxima iteration 8484 found worse value: 363.49635377999994. iteration 8485 found worse value: 363.49635377999994. iteration 8486 found worse value: 363.49635377999994. iteration 8487 found worse value: 363.49635377999994. iteration 8488 found worse value: 363.49635377999994. iteration 8488, perturbing to get out of local maxima iteration 8489 found worse value: 363.49635377999994. iteration 8490 found worse value: 363.49635377999994. iteration 8491 found worse value: 363.49635377999994. iteration 8491, perturbing to get out of local maxima iteration 8492 found worse value: 363.49635377999994. iteration 8493 found worse value: 363.49635377999994. iteration 8494 found worse value: 363.49635377999994. iteration 8494, perturbing to get out of local maxima iteration 8495 found better value: 363.502901833 iteration 8496 found worse value: 363.502901833. iteration 8497 found worse value: 363.502901833. iteration 8497, perturbing to get out of local maxima iteration 8498 found worse value: 363.502901833. iteration 8499 found worse value: 363.502901833. iteration 8500 found worse value: 363.502901833. iteration 8501 found better value: 363.502988479 iteration 8502 found better value: 363.50648063899996 iteration 8503 found better value: 363.506586428 iteration 8504 found better value: 363.517285753 iteration 8505 found better value: 363.520076542 iteration 8506 found worse value: 363.520076542. iteration 8506, perturbing to get out of local maxima iteration 8507 found worse value: 363.520076542. iteration 8508 found worse value: 363.520076542. iteration 8509 found worse value: 363.520076542. iteration 8509, perturbing to get out of local maxima iteration 8510 found worse value: 363.520076542. iteration 8511 found worse value: 363.520076542. iteration 8512 found worse value: 363.520076542. iteration 8513 found worse value: 363.520076542. iteration 8514 found worse value: 363.520076542. iteration 8515 found worse value: 363.520076542. iteration 8516 found worse value: 363.520076542. iteration 8516, perturbing to get out of local maxima iteration 8517 found worse value: 363.520076542. iteration 8517, perturbing to get out of local maxima iteration 8518 found worse value: 363.520076542. iteration 8518, perturbing to get out of local maxima iteration 8519 found worse value: 363.520076542. iteration 8520 found worse value: 363.520076542. iteration 8521 found better value: 363.521338614 iteration 8522 found worse value: 363.521338614. iteration 8522, perturbing to get out of local maxima iteration 8523 found worse value: 363.521338614. iteration 8523, perturbing to get out of local maxima iteration 8524 found worse value: 363.521338614. iteration 8525 found worse value: 363.521338614. iteration 8525, perturbing to get out of local maxima iteration 8526 found worse value: 363.521338614. iteration 8526, perturbing to get out of local maxima iteration 8527 found worse value: 363.521338614. iteration 8528 found worse value: 363.521338614. iteration 8529 found worse value: 363.521338614. iteration 8529, perturbing to get out of local maxima iteration 8530 found worse value: 363.521338614. iteration 8531 found better value: 363.523901522 iteration 8532 found worse value: 363.523901522. iteration 8532, perturbing to get out of local maxima iteration 8533 found worse value: 363.523901522. iteration 8533, perturbing to get out of local maxima iteration 8534 found worse value: 363.523901522. iteration 8535 found better value: 363.53302161600004 iteration 8536 found worse value: 363.53302161600004. iteration 8536, perturbing to get out of local maxima iteration 8537 found worse value: 363.53302161600004. iteration 8537, perturbing to get out of local maxima iteration 8538 found worse value: 363.53302161600004. iteration 8539 found worse value: 363.53302161600004. iteration 8539, perturbing to get out of local maxima iteration 8540 found worse value: 363.53302161600004. iteration 8541 found worse value: 363.53302161600004. iteration 8542 found worse value: 363.53302161600004. iteration 8543 found worse value: 363.53302161600004. iteration 8544 found worse value: 363.53302161600004. iteration 8544, perturbing to get out of local maxima iteration 8545 found worse value: 363.53302161600004. iteration 8545, perturbing to get out of local maxima iteration 8546 found worse value: 363.53302161600004. iteration 8547 found worse value: 363.53302161600004. iteration 8548 found worse value: 363.53302161600004. iteration 8549 found worse value: 363.53302161600004. iteration 8550 found worse value: 363.53302161600004. iteration 8551 found worse value: 363.53302161600004. iteration 8551, perturbing to get out of local maxima iteration 8552 found worse value: 363.53302161600004. iteration 8552, perturbing to get out of local maxima iteration 8553 found worse value: 363.53302161600004. iteration 8553, perturbing to get out of local maxima iteration 8554 found worse value: 363.53302161600004. iteration 8555 found worse value: 363.53302161600004. iteration 8556 found worse value: 363.53302161600004. iteration 8557 found worse value: 363.53302161600004. iteration 8558 found worse value: 363.53302161600004. iteration 8559 found worse value: 363.53302161600004. iteration 8560 found worse value: 363.53302161600004. iteration 8560, perturbing to get out of local maxima iteration 8561 found worse value: 363.53302161600004. iteration 8562 found worse value: 363.53302161600004. iteration 8562, perturbing to get out of local maxima iteration 8563 found worse value: 363.53302161600004. iteration 8563, perturbing to get out of local maxima iteration 8564 found worse value: 363.53302161600004. iteration 8564, perturbing to get out of local maxima iteration 8565 found worse value: 363.53302161600004. iteration 8566 found worse value: 363.53302161600004. iteration 8566, perturbing to get out of local maxima iteration 8567 found worse value: 363.53302161600004. iteration 8568 found worse value: 363.53302161600004. iteration 8569 found worse value: 363.53302161600004. iteration 8569, perturbing to get out of local maxima iteration 8570 found worse value: 363.53302161600004. iteration 8571 found worse value: 363.53302161600004. iteration 8572 found worse value: 363.53302161600004. iteration 8572, perturbing to get out of local maxima iteration 8573 found worse value: 363.53302161600004. iteration 8573, perturbing to get out of local maxima iteration 8574 found worse value: 363.53302161600004. iteration 8574, perturbing to get out of local maxima iteration 8575 found worse value: 363.53302161600004. iteration 8576 found worse value: 363.53302161600004. iteration 8576, perturbing to get out of local maxima iteration 8577 found worse value: 363.53302161600004. iteration 8578 found worse value: 363.53302161600004. iteration 8578, perturbing to get out of local maxima iteration 8579 found worse value: 363.53302161600004. iteration 8580 found worse value: 363.53302161600004. iteration 8581 found worse value: 363.53302161600004. iteration 8581, perturbing to get out of local maxima iteration 8582 found worse value: 363.53302161600004. iteration 8583 found worse value: 363.53302161600004. iteration 8584 found worse value: 363.53302161600004. iteration 8585 found worse value: 363.53302161600004. iteration 8586 found worse value: 363.53302161600004. iteration 8587 found worse value: 363.53302161600004. iteration 8587, perturbing to get out of local maxima iteration 8588 found worse value: 363.53302161600004. iteration 8588, perturbing to get out of local maxima iteration 8589 found worse value: 363.53302161600004. iteration 8590 found worse value: 363.53302161600004. iteration 8590, perturbing to get out of local maxima iteration 8591 found worse value: 363.53302161600004. iteration 8592 found worse value: 363.53302161600004. iteration 8593 found worse value: 363.53302161600004. iteration 8594 found worse value: 363.53302161600004. iteration 8595 found worse value: 363.53302161600004. iteration 8596 found worse value: 363.53302161600004. iteration 8596, perturbing to get out of local maxima iteration 8597 found worse value: 363.53302161600004. iteration 8597, perturbing to get out of local maxima iteration 8598 found worse value: 363.53302161600004. iteration 8599 found worse value: 363.53302161600004. iteration 8600 found worse value: 363.53302161600004. iteration 8601 found worse value: 363.53302161600004. iteration 8602 found worse value: 363.53302161600004. iteration 8603 found worse value: 363.53302161600004. iteration 8603, perturbing to get out of local maxima iteration 8604 found worse value: 363.53302161600004. iteration 8605 found worse value: 363.53302161600004. iteration 8606 found worse value: 363.53302161600004. iteration 8606, perturbing to get out of local maxima iteration 8607 found worse value: 363.53302161600004. iteration 8608 found worse value: 363.53302161600004. iteration 8609 found worse value: 363.53302161600004. iteration 8610 found worse value: 363.53302161600004. iteration 8611 found worse value: 363.53302161600004. iteration 8612 found worse value: 363.53302161600004. iteration 8613 found worse value: 363.53302161600004. iteration 8613, perturbing to get out of local maxima iteration 8614 found worse value: 363.53302161600004. iteration 8615 found worse value: 363.53302161600004. iteration 8615, perturbing to get out of local maxima iteration 8616 found worse value: 363.53302161600004. iteration 8617 found worse value: 363.53302161600004. iteration 8618 found worse value: 363.53302161600004. iteration 8619 found worse value: 363.53302161600004. iteration 8619, perturbing to get out of local maxima iteration 8620 found worse value: 363.53302161600004. iteration 8621 found worse value: 363.53302161600004. iteration 8621, perturbing to get out of local maxima iteration 8622 found worse value: 363.53302161600004. iteration 8623 found worse value: 363.53302161600004. iteration 8624 found worse value: 363.53302161600004. iteration 8625 found worse value: 363.53302161600004. iteration 8626 found worse value: 363.53302161600004. iteration 8626, perturbing to get out of local maxima iteration 8627 found worse value: 363.53302161600004. iteration 8628 found worse value: 363.53302161600004. iteration 8628, perturbing to get out of local maxima iteration 8629 found worse value: 363.53302161600004. iteration 8630 found worse value: 363.53302161600004. iteration 8631 found worse value: 363.53302161600004. iteration 8632 found worse value: 363.53302161600004. iteration 8632, perturbing to get out of local maxima iteration 8633 found worse value: 363.53302161600004. iteration 8633, perturbing to get out of local maxima iteration 8634 found worse value: 363.53302161600004. iteration 8635 found worse value: 363.53302161600004. iteration 8636 found worse value: 363.53302161600004. iteration 8636, perturbing to get out of local maxima iteration 8637 found worse value: 363.53302161600004. iteration 8638 found worse value: 363.53302161600004. iteration 8639 found worse value: 363.53302161600004. iteration 8640 found worse value: 363.53302161600004. iteration 8641 found worse value: 363.53302161600004. iteration 8642 found worse value: 363.53302161600004. iteration 8643 found worse value: 363.53302161600004. iteration 8644 found worse value: 363.53302161600004. iteration 8644, perturbing to get out of local maxima iteration 8645 found worse value: 363.53302161600004. iteration 8646 found worse value: 363.53302161600004. iteration 8646, perturbing to get out of local maxima iteration 8647 found worse value: 363.53302161600004. iteration 8648 found worse value: 363.53302161600004. iteration 8649 found worse value: 363.53302161600004. iteration 8649, perturbing to get out of local maxima iteration 8650 found worse value: 363.53302161600004. iteration 8650, perturbing to get out of local maxima iteration 8651 found worse value: 363.53302161600004. iteration 8652 found worse value: 363.53302161600004. iteration 8653 found worse value: 363.53302161600004. iteration 8654 found worse value: 363.53302161600004. iteration 8655 found worse value: 363.53302161600004. iteration 8656 found worse value: 363.53302161600004. iteration 8657 found worse value: 363.53302161600004. iteration 8658 found worse value: 363.53302161600004. iteration 8658, perturbing to get out of local maxima iteration 8659 found worse value: 363.53302161600004. iteration 8659, perturbing to get out of local maxima iteration 8660 found worse value: 363.53302161600004. iteration 8661 found worse value: 363.53302161600004. iteration 8662 found worse value: 363.53302161600004. iteration 8662, perturbing to get out of local maxima iteration 8663 found worse value: 363.53302161600004. iteration 8664 found worse value: 363.53302161600004. iteration 8664, perturbing to get out of local maxima iteration 8665 found worse value: 363.53302161600004. iteration 8665, perturbing to get out of local maxima iteration 8666 found worse value: 363.53302161600004. iteration 8667 found worse value: 363.53302161600004. iteration 8667, perturbing to get out of local maxima iteration 8668 found worse value: 363.53302161600004. iteration 8669 found worse value: 363.53302161600004. iteration 8670 found worse value: 363.53302161600004. iteration 8670, perturbing to get out of local maxima iteration 8671 found worse value: 363.53302161600004. iteration 8672 found worse value: 363.53302161600004. iteration 8673 found worse value: 363.53302161600004. iteration 8673, perturbing to get out of local maxima iteration 8674 found worse value: 363.53302161600004. iteration 8675 found worse value: 363.53302161600004. iteration 8676 found worse value: 363.53302161600004. iteration 8677 found worse value: 363.53302161600004. iteration 8678 found worse value: 363.53302161600004. iteration 8679 found worse value: 363.53302161600004. iteration 8679, perturbing to get out of local maxima iteration 8680 found worse value: 363.53302161600004. iteration 8681 found worse value: 363.53302161600004. iteration 8682 found worse value: 363.53302161600004. iteration 8683 found worse value: 363.53302161600004. iteration 8684 found worse value: 363.53302161600004. iteration 8684, perturbing to get out of local maxima iteration 8685 found worse value: 363.53302161600004. iteration 8686 found worse value: 363.53302161600004. iteration 8687 found worse value: 363.53302161600004. iteration 8687, perturbing to get out of local maxima iteration 8688 found worse value: 363.53302161600004. iteration 8688, perturbing to get out of local maxima iteration 8689 found worse value: 363.53302161600004. iteration 8690 found worse value: 363.53302161600004. iteration 8691 found worse value: 363.53302161600004. iteration 8692 found worse value: 363.53302161600004. iteration 8693 found better value: 363.534170626 iteration 8694 found worse value: 363.534170626. iteration 8695 found worse value: 363.534170626. iteration 8696 found better value: 363.540198298 iteration 8697 found worse value: 363.540198298. iteration 8698 found better value: 363.54100349 iteration 8699 found worse value: 363.54100349. iteration 8700 found worse value: 363.54100349. iteration 8700, perturbing to get out of local maxima iteration 8701 found worse value: 363.54100349. iteration 8702 found worse value: 363.54100349. iteration 8702, perturbing to get out of local maxima iteration 8703 found worse value: 363.54100349. iteration 8703, perturbing to get out of local maxima iteration 8704 found worse value: 363.54100349. iteration 8705 found better value: 363.541530433 iteration 8706 found better value: 363.543106177 iteration 8707 found worse value: 363.543106177. iteration 8708 found worse value: 363.543106177. iteration 8709 found worse value: 363.543106177. iteration 8709, perturbing to get out of local maxima iteration 8710 found better value: 363.547883335 iteration 8711 found better value: 363.54903068399994 iteration 8712 found worse value: 363.54903068399994. iteration 8713 found worse value: 363.54903068399994. iteration 8714 found better value: 363.555902823 iteration 8715 found worse value: 363.555902823. iteration 8716 found worse value: 363.555902823. iteration 8717 found better value: 363.557942439 iteration 8718 found worse value: 363.557942439. iteration 8718, perturbing to get out of local maxima iteration 8719 found worse value: 363.557942439. iteration 8720 found better value: 363.569331244 iteration 8721 found better value: 363.569752918 iteration 8722 found worse value: 363.569752918. iteration 8722, perturbing to get out of local maxima iteration 8723 found worse value: 363.569752918. iteration 8723, perturbing to get out of local maxima iteration 8724 found worse value: 363.569752918. iteration 8724, perturbing to get out of local maxima iteration 8725 found worse value: 363.569752918. iteration 8726 found worse value: 363.569752918. iteration 8727 found worse value: 363.569752918. iteration 8727, perturbing to get out of local maxima iteration 8728 found worse value: 363.569752918. iteration 8729 found worse value: 363.569752918. iteration 8730 found worse value: 363.569752918. iteration 8731 found worse value: 363.569752918. iteration 8731, perturbing to get out of local maxima iteration 8732 found worse value: 363.569752918. iteration 8733 found worse value: 363.569752918. iteration 8734 found worse value: 363.569752918. iteration 8734, perturbing to get out of local maxima iteration 8735 found worse value: 363.569752918. iteration 8736 found worse value: 363.569752918. iteration 8736, perturbing to get out of local maxima iteration 8737 found worse value: 363.569752918. iteration 8738 found worse value: 363.569752918. iteration 8739 found worse value: 363.569752918. iteration 8740 found worse value: 363.569752918. iteration 8741 found worse value: 363.569752918. iteration 8741, perturbing to get out of local maxima iteration 8742 found worse value: 363.569752918. iteration 8742, perturbing to get out of local maxima iteration 8743 found worse value: 363.569752918. iteration 8743, perturbing to get out of local maxima iteration 8744 found worse value: 363.569752918. iteration 8745 found worse value: 363.569752918. iteration 8746 found worse value: 363.569752918. iteration 8746, perturbing to get out of local maxima iteration 8747 found worse value: 363.569752918. iteration 8748 found worse value: 363.569752918. iteration 8748, perturbing to get out of local maxima iteration 8749 found worse value: 363.569752918. iteration 8750 found worse value: 363.569752918. iteration 8751 found worse value: 363.569752918. iteration 8752 found worse value: 363.569752918. iteration 8752, perturbing to get out of local maxima iteration 8753 found worse value: 363.569752918. iteration 8754 found worse value: 363.569752918. iteration 8755 found worse value: 363.569752918. iteration 8756 found worse value: 363.569752918. iteration 8757 found worse value: 363.569752918. iteration 8757, perturbing to get out of local maxima iteration 8758 found worse value: 363.569752918. iteration 8759 found worse value: 363.569752918. iteration 8760 found worse value: 363.569752918. iteration 8761 found worse value: 363.569752918. iteration 8761, perturbing to get out of local maxima iteration 8762 found worse value: 363.569752918. iteration 8763 found worse value: 363.569752918. iteration 8764 found better value: 363.57005094699997 iteration 8765 found worse value: 363.57005094699997. iteration 8766 found better value: 363.57203123399995 iteration 8767 found better value: 363.58005463599994 iteration 8768 found better value: 363.581022294 iteration 8769 found worse value: 363.581022294. iteration 8769, perturbing to get out of local maxima iteration 8770 found worse value: 363.581022294. iteration 8770, perturbing to get out of local maxima iteration 8771 found worse value: 363.581022294. iteration 8772 found worse value: 363.581022294. iteration 8773 found worse value: 363.581022294. iteration 8773, perturbing to get out of local maxima iteration 8774 found worse value: 363.581022294. iteration 8775 found worse value: 363.581022294. iteration 8776 found worse value: 363.581022294. iteration 8776, perturbing to get out of local maxima iteration 8777 found worse value: 363.581022294. iteration 8777, perturbing to get out of local maxima iteration 8778 found worse value: 363.581022294. iteration 8779 found worse value: 363.581022294. iteration 8779, perturbing to get out of local maxima iteration 8780 found worse value: 363.581022294. iteration 8781 found worse value: 363.581022294. iteration 8781, perturbing to get out of local maxima iteration 8782 found worse value: 363.581022294. iteration 8782, perturbing to get out of local maxima iteration 8783 found worse value: 363.581022294. iteration 8784 found worse value: 363.581022294. iteration 8784, perturbing to get out of local maxima iteration 8785 found worse value: 363.581022294. iteration 8786 found worse value: 363.581022294. iteration 8787 found worse value: 363.581022294. iteration 8788 found worse value: 363.581022294. iteration 8789 found worse value: 363.581022294. iteration 8789, perturbing to get out of local maxima iteration 8790 found worse value: 363.581022294. iteration 8791 found worse value: 363.581022294. iteration 8792 found worse value: 363.581022294. iteration 8793 found worse value: 363.581022294. iteration 8794 found worse value: 363.581022294. iteration 8795 found worse value: 363.581022294. iteration 8796 found worse value: 363.581022294. iteration 8796, perturbing to get out of local maxima iteration 8797 found worse value: 363.581022294. iteration 8798 found worse value: 363.581022294. iteration 8798, perturbing to get out of local maxima iteration 8799 found worse value: 363.581022294. iteration 8799, perturbing to get out of local maxima iteration 8800 found worse value: 363.581022294. iteration 8800, perturbing to get out of local maxima iteration 8801 found worse value: 363.581022294. iteration 8802 found worse value: 363.581022294. iteration 8803 found worse value: 363.581022294. iteration 8804 found worse value: 363.581022294. iteration 8804, perturbing to get out of local maxima iteration 8805 found worse value: 363.581022294. iteration 8805, perturbing to get out of local maxima iteration 8806 found worse value: 363.581022294. iteration 8807 found worse value: 363.581022294. iteration 8808 found worse value: 363.581022294. iteration 8808, perturbing to get out of local maxima iteration 8809 found worse value: 363.581022294. iteration 8809, perturbing to get out of local maxima iteration 8810 found worse value: 363.581022294. iteration 8811 found worse value: 363.581022294. iteration 8812 found worse value: 363.581022294. iteration 8812, perturbing to get out of local maxima iteration 8813 found worse value: 363.581022294. iteration 8814 found worse value: 363.581022294. iteration 8814, perturbing to get out of local maxima iteration 8815 found worse value: 363.581022294. iteration 8816 found worse value: 363.581022294. iteration 8816, perturbing to get out of local maxima iteration 8817 found worse value: 363.581022294. iteration 8818 found worse value: 363.581022294. iteration 8819 found worse value: 363.581022294. iteration 8820 found worse value: 363.581022294. iteration 8821 found worse value: 363.581022294. iteration 8822 found worse value: 363.581022294. iteration 8823 found worse value: 363.581022294. iteration 8824 found worse value: 363.581022294. iteration 8825 found worse value: 363.581022294. iteration 8826 found worse value: 363.581022294. iteration 8827 found worse value: 363.581022294. iteration 8828 found worse value: 363.581022294. iteration 8829 found worse value: 363.581022294. iteration 8830 found worse value: 363.581022294. iteration 8830, perturbing to get out of local maxima iteration 8831 found worse value: 363.581022294. iteration 8831, perturbing to get out of local maxima iteration 8832 found worse value: 363.581022294. iteration 8833 found worse value: 363.581022294. iteration 8834 found worse value: 363.581022294. iteration 8835 found worse value: 363.581022294. iteration 8835, perturbing to get out of local maxima iteration 8836 found worse value: 363.581022294. iteration 8836, perturbing to get out of local maxima iteration 8837 found worse value: 363.581022294. iteration 8837, perturbing to get out of local maxima iteration 8838 found worse value: 363.581022294. iteration 8838, perturbing to get out of local maxima iteration 8839 found worse value: 363.581022294. iteration 8840 found worse value: 363.581022294. iteration 8841 found worse value: 363.581022294. iteration 8842 found worse value: 363.581022294. iteration 8843 found worse value: 363.581022294. iteration 8843, perturbing to get out of local maxima iteration 8844 found worse value: 363.581022294. iteration 8845 found worse value: 363.581022294. iteration 8846 found worse value: 363.581022294. iteration 8847 found worse value: 363.581022294. iteration 8848 found worse value: 363.581022294. iteration 8849 found worse value: 363.581022294. iteration 8850 found worse value: 363.581022294. iteration 8851 found worse value: 363.581022294. iteration 8852 found worse value: 363.581022294. iteration 8853 found worse value: 363.581022294. iteration 8854 found worse value: 363.581022294. iteration 8854, perturbing to get out of local maxima iteration 8855 found worse value: 363.581022294. iteration 8856 found worse value: 363.581022294. iteration 8857 found worse value: 363.581022294. iteration 8857, perturbing to get out of local maxima iteration 8858 found worse value: 363.581022294. iteration 8859 found worse value: 363.581022294. iteration 8860 found worse value: 363.581022294. iteration 8861 found worse value: 363.581022294. iteration 8862 found worse value: 363.581022294. iteration 8863 found worse value: 363.581022294. iteration 8863, perturbing to get out of local maxima iteration 8864 found worse value: 363.581022294. iteration 8864, perturbing to get out of local maxima iteration 8865 found worse value: 363.581022294. iteration 8866 found worse value: 363.581022294. iteration 8867 found worse value: 363.581022294. iteration 8867, perturbing to get out of local maxima iteration 8868 found worse value: 363.581022294. iteration 8869 found worse value: 363.581022294. iteration 8870 found worse value: 363.581022294. iteration 8871 found worse value: 363.581022294. iteration 8872 found worse value: 363.581022294. iteration 8873 found worse value: 363.581022294. iteration 8873, perturbing to get out of local maxima iteration 8874 found worse value: 363.581022294. iteration 8875 found worse value: 363.581022294. iteration 8876 found worse value: 363.581022294. iteration 8877 found worse value: 363.581022294. iteration 8878 found worse value: 363.581022294. iteration 8879 found worse value: 363.581022294. iteration 8880 found worse value: 363.581022294. iteration 8880, perturbing to get out of local maxima iteration 8881 found worse value: 363.581022294. iteration 8882 found worse value: 363.581022294. iteration 8883 found worse value: 363.581022294. iteration 8884 found worse value: 363.581022294. iteration 8885 found worse value: 363.581022294. iteration 8886 found worse value: 363.581022294. iteration 8887 found worse value: 363.581022294. iteration 8888 found worse value: 363.581022294. iteration 8888, perturbing to get out of local maxima iteration 8889 found worse value: 363.581022294. iteration 8890 found worse value: 363.581022294. iteration 8890, perturbing to get out of local maxima iteration 8891 found worse value: 363.581022294. iteration 8892 found worse value: 363.581022294. iteration 8893 found worse value: 363.581022294. iteration 8894 found worse value: 363.581022294. iteration 8895 found worse value: 363.581022294. iteration 8896 found worse value: 363.581022294. iteration 8897 found worse value: 363.581022294. iteration 8898 found worse value: 363.581022294. iteration 8898, perturbing to get out of local maxima iteration 8899 found worse value: 363.581022294. iteration 8900 found worse value: 363.581022294. iteration 8901 found worse value: 363.581022294. iteration 8901, perturbing to get out of local maxima iteration 8902 found worse value: 363.581022294. iteration 8903 found worse value: 363.581022294. iteration 8903, perturbing to get out of local maxima iteration 8904 found worse value: 363.581022294. iteration 8905 found worse value: 363.581022294. iteration 8906 found worse value: 363.581022294. iteration 8907 found worse value: 363.581022294. iteration 8908 found worse value: 363.581022294. iteration 8909 found worse value: 363.581022294. iteration 8910 found worse value: 363.581022294. iteration 8911 found worse value: 363.581022294. iteration 8912 found worse value: 363.581022294. iteration 8913 found worse value: 363.581022294. iteration 8913, perturbing to get out of local maxima iteration 8914 found worse value: 363.581022294. iteration 8915 found worse value: 363.581022294. iteration 8916 found worse value: 363.581022294. iteration 8916, perturbing to get out of local maxima iteration 8917 found worse value: 363.581022294. iteration 8918 found worse value: 363.581022294. iteration 8919 found worse value: 363.581022294. iteration 8919, perturbing to get out of local maxima iteration 8920 found worse value: 363.581022294. iteration 8920, perturbing to get out of local maxima iteration 8921 found worse value: 363.581022294. iteration 8922 found worse value: 363.581022294. iteration 8923 found worse value: 363.581022294. iteration 8924 found worse value: 363.581022294. iteration 8924, perturbing to get out of local maxima iteration 8925 found worse value: 363.581022294. iteration 8926 found worse value: 363.581022294. iteration 8927 found worse value: 363.581022294. iteration 8928 found worse value: 363.581022294. iteration 8929 found worse value: 363.581022294. iteration 8929, perturbing to get out of local maxima iteration 8930 found worse value: 363.581022294. iteration 8931 found worse value: 363.581022294. iteration 8931, perturbing to get out of local maxima iteration 8932 found worse value: 363.581022294. iteration 8933 found worse value: 363.581022294. iteration 8933, perturbing to get out of local maxima iteration 8934 found worse value: 363.581022294. iteration 8935 found worse value: 363.581022294. iteration 8935, perturbing to get out of local maxima iteration 8936 found worse value: 363.581022294. iteration 8936, perturbing to get out of local maxima iteration 8937 found worse value: 363.581022294. iteration 8938 found worse value: 363.581022294. iteration 8939 found worse value: 363.581022294. iteration 8939, perturbing to get out of local maxima iteration 8940 found worse value: 363.581022294. iteration 8941 found worse value: 363.581022294. iteration 8942 found worse value: 363.581022294. iteration 8943 found worse value: 363.581022294. iteration 8944 found worse value: 363.581022294. iteration 8944, perturbing to get out of local maxima iteration 8945 found worse value: 363.581022294. iteration 8946 found worse value: 363.581022294. iteration 8947 found worse value: 363.581022294. iteration 8948 found worse value: 363.581022294. iteration 8949 found worse value: 363.581022294. iteration 8950 found worse value: 363.581022294. iteration 8950, perturbing to get out of local maxima iteration 8951 found worse value: 363.581022294. iteration 8951, perturbing to get out of local maxima iteration 8952 found worse value: 363.581022294. iteration 8953 found worse value: 363.581022294. iteration 8953, perturbing to get out of local maxima iteration 8954 found worse value: 363.581022294. iteration 8955 found worse value: 363.581022294. iteration 8956 found worse value: 363.581022294. iteration 8957 found worse value: 363.581022294. iteration 8957, perturbing to get out of local maxima iteration 8958 found worse value: 363.581022294. iteration 8958, perturbing to get out of local maxima iteration 8959 found worse value: 363.581022294. iteration 8959, perturbing to get out of local maxima iteration 8960 found worse value: 363.581022294. iteration 8961 found worse value: 363.581022294. iteration 8962 found worse value: 363.581022294. iteration 8963 found worse value: 363.581022294. iteration 8964 found worse value: 363.581022294. iteration 8964, perturbing to get out of local maxima iteration 8965 found worse value: 363.581022294. iteration 8965, perturbing to get out of local maxima iteration 8966 found worse value: 363.581022294. iteration 8967 found worse value: 363.581022294. iteration 8968 found worse value: 363.581022294. iteration 8969 found worse value: 363.581022294. iteration 8969, perturbing to get out of local maxima iteration 8970 found worse value: 363.581022294. iteration 8971 found worse value: 363.581022294. iteration 8972 found worse value: 363.581022294. iteration 8973 found worse value: 363.581022294. iteration 8973, perturbing to get out of local maxima iteration 8974 found worse value: 363.581022294. iteration 8975 found worse value: 363.581022294. iteration 8976 found worse value: 363.581022294. iteration 8976, perturbing to get out of local maxima iteration 8977 found worse value: 363.581022294. iteration 8978 found worse value: 363.581022294. iteration 8979 found worse value: 363.581022294. iteration 8980 found worse value: 363.581022294. iteration 8981 found worse value: 363.581022294. iteration 8982 found worse value: 363.581022294. iteration 8983 found worse value: 363.581022294. iteration 8984 found worse value: 363.581022294. iteration 8985 found worse value: 363.581022294. iteration 8985, perturbing to get out of local maxima iteration 8986 found worse value: 363.581022294. iteration 8986, perturbing to get out of local maxima iteration 8987 found worse value: 363.581022294. iteration 8988 found worse value: 363.581022294. iteration 8989 found worse value: 363.581022294. iteration 8990 found worse value: 363.581022294. iteration 8991 found worse value: 363.581022294. iteration 8992 found worse value: 363.581022294. iteration 8993 found worse value: 363.581022294. iteration 8993, perturbing to get out of local maxima iteration 8994 found worse value: 363.581022294. iteration 8995 found worse value: 363.581022294. iteration 8996 found worse value: 363.581022294. iteration 8997 found worse value: 363.581022294. iteration 8998 found worse value: 363.581022294. iteration 8999 found worse value: 363.581022294. iteration 9000 found worse value: 363.581022294. iteration 9001 found worse value: 363.581022294. iteration 9002 found worse value: 363.581022294. iteration 9003 found worse value: 363.581022294. iteration 9003, perturbing to get out of local maxima iteration 9004 found worse value: 363.581022294. iteration 9005 found worse value: 363.581022294. iteration 9005, perturbing to get out of local maxima iteration 9006 found worse value: 363.581022294. iteration 9007 found worse value: 363.581022294. iteration 9008 found worse value: 363.581022294. iteration 9009 found worse value: 363.581022294. iteration 9009, perturbing to get out of local maxima iteration 9010 found worse value: 363.581022294. iteration 9011 found worse value: 363.581022294. iteration 9012 found worse value: 363.581022294. iteration 9013 found worse value: 363.581022294. iteration 9014 found worse value: 363.581022294. iteration 9015 found worse value: 363.581022294. iteration 9016 found better value: 363.586079934 iteration 9017 found better value: 363.59181693600004 iteration 9018 found worse value: 363.59181693600004. iteration 9018, perturbing to get out of local maxima iteration 9019 found worse value: 363.59181693600004. iteration 9019, perturbing to get out of local maxima iteration 9020 found worse value: 363.59181693600004. iteration 9021 found worse value: 363.59181693600004. iteration 9022 found worse value: 363.59181693600004. iteration 9023 found worse value: 363.59181693600004. iteration 9024 found worse value: 363.59181693600004. iteration 9025 found worse value: 363.59181693600004. iteration 9026 found worse value: 363.59181693600004. iteration 9026, perturbing to get out of local maxima iteration 9027 found worse value: 363.59181693600004. iteration 9028 found worse value: 363.59181693600004. iteration 9028, perturbing to get out of local maxima iteration 9029 found worse value: 363.59181693600004. iteration 9030 found worse value: 363.59181693600004. iteration 9030, perturbing to get out of local maxima iteration 9031 found worse value: 363.59181693600004. iteration 9031, perturbing to get out of local maxima iteration 9032 found worse value: 363.59181693600004. iteration 9033 found worse value: 363.59181693600004. iteration 9034 found worse value: 363.59181693600004. iteration 9034, perturbing to get out of local maxima iteration 9035 found worse value: 363.59181693600004. iteration 9036 found worse value: 363.59181693600004. iteration 9037 found worse value: 363.59181693600004. iteration 9038 found worse value: 363.59181693600004. iteration 9039 found worse value: 363.59181693600004. iteration 9040 found worse value: 363.59181693600004. iteration 9041 found worse value: 363.59181693600004. iteration 9042 found worse value: 363.59181693600004. iteration 9043 found worse value: 363.59181693600004. iteration 9043, perturbing to get out of local maxima iteration 9044 found worse value: 363.59181693600004. iteration 9045 found worse value: 363.59181693600004. iteration 9045, perturbing to get out of local maxima iteration 9046 found worse value: 363.59181693600004. iteration 9047 found worse value: 363.59181693600004. iteration 9048 found worse value: 363.59181693600004. iteration 9049 found worse value: 363.59181693600004. iteration 9050 found worse value: 363.59181693600004. iteration 9051 found worse value: 363.59181693600004. iteration 9052 found worse value: 363.59181693600004. iteration 9053 found worse value: 363.59181693600004. iteration 9053, perturbing to get out of local maxima iteration 9054 found worse value: 363.59181693600004. iteration 9055 found worse value: 363.59181693600004. iteration 9055, perturbing to get out of local maxima iteration 9056 found worse value: 363.59181693600004. iteration 9056, perturbing to get out of local maxima iteration 9057 found worse value: 363.59181693600004. iteration 9057, perturbing to get out of local maxima iteration 9058 found worse value: 363.59181693600004. iteration 9059 found worse value: 363.59181693600004. iteration 9060 found worse value: 363.59181693600004. iteration 9060, perturbing to get out of local maxima iteration 9061 found worse value: 363.59181693600004. iteration 9061, perturbing to get out of local maxima iteration 9062 found worse value: 363.59181693600004. iteration 9062, perturbing to get out of local maxima iteration 9063 found worse value: 363.59181693600004. iteration 9063, perturbing to get out of local maxima iteration 9064 found worse value: 363.59181693600004. iteration 9065 found worse value: 363.59181693600004. iteration 9066 found worse value: 363.59181693600004. iteration 9066, perturbing to get out of local maxima iteration 9067 found worse value: 363.59181693600004. iteration 9068 found worse value: 363.59181693600004. iteration 9069 found worse value: 363.59181693600004. iteration 9070 found worse value: 363.59181693600004. iteration 9071 found worse value: 363.59181693600004. iteration 9072 found worse value: 363.59181693600004. iteration 9073 found worse value: 363.59181693600004. iteration 9074 found worse value: 363.59181693600004. iteration 9075 found worse value: 363.59181693600004. iteration 9076 found worse value: 363.59181693600004. iteration 9077 found worse value: 363.59181693600004. iteration 9077, perturbing to get out of local maxima iteration 9078 found worse value: 363.59181693600004. iteration 9078, perturbing to get out of local maxima iteration 9079 found worse value: 363.59181693600004. iteration 9080 found worse value: 363.59181693600004. iteration 9081 found worse value: 363.59181693600004. iteration 9082 found worse value: 363.59181693600004. iteration 9083 found worse value: 363.59181693600004. iteration 9084 found worse value: 363.59181693600004. iteration 9085 found worse value: 363.59181693600004. iteration 9086 found worse value: 363.59181693600004. iteration 9087 found worse value: 363.59181693600004. iteration 9088 found worse value: 363.59181693600004. iteration 9089 found worse value: 363.59181693600004. iteration 9089, perturbing to get out of local maxima iteration 9090 found worse value: 363.59181693600004. iteration 9091 found worse value: 363.59181693600004. iteration 9092 found worse value: 363.59181693600004. iteration 9093 found worse value: 363.59181693600004. iteration 9094 found worse value: 363.59181693600004. iteration 9094, perturbing to get out of local maxima iteration 9095 found worse value: 363.59181693600004. iteration 9096 found worse value: 363.59181693600004. iteration 9097 found worse value: 363.59181693600004. iteration 9097, perturbing to get out of local maxima iteration 9098 found worse value: 363.59181693600004. iteration 9099 found worse value: 363.59181693600004. iteration 9100 found worse value: 363.59181693600004. iteration 9101 found worse value: 363.59181693600004. iteration 9102 found worse value: 363.59181693600004. iteration 9103 found worse value: 363.59181693600004. iteration 9104 found worse value: 363.59181693600004. iteration 9105 found worse value: 363.59181693600004. iteration 9106 found worse value: 363.59181693600004. iteration 9106, perturbing to get out of local maxima iteration 9107 found worse value: 363.59181693600004. iteration 9108 found worse value: 363.59181693600004. iteration 9108, perturbing to get out of local maxima iteration 9109 found worse value: 363.59181693600004. iteration 9109, perturbing to get out of local maxima iteration 9110 found worse value: 363.59181693600004. iteration 9110, perturbing to get out of local maxima iteration 9111 found worse value: 363.59181693600004. iteration 9111, perturbing to get out of local maxima iteration 9112 found worse value: 363.59181693600004. iteration 9112, perturbing to get out of local maxima iteration 9113 found worse value: 363.59181693600004. iteration 9113, perturbing to get out of local maxima iteration 9114 found worse value: 363.59181693600004. iteration 9115 found worse value: 363.59181693600004. iteration 9116 found worse value: 363.59181693600004. iteration 9117 found worse value: 363.59181693600004. iteration 9117, perturbing to get out of local maxima iteration 9118 found worse value: 363.59181693600004. iteration 9118, perturbing to get out of local maxima iteration 9119 found worse value: 363.59181693600004. iteration 9120 found worse value: 363.59181693600004. iteration 9121 found worse value: 363.59181693600004. iteration 9122 found worse value: 363.59181693600004. iteration 9122, perturbing to get out of local maxima iteration 9123 found worse value: 363.59181693600004. iteration 9123, perturbing to get out of local maxima iteration 9124 found worse value: 363.59181693600004. iteration 9125 found worse value: 363.59181693600004. iteration 9126 found worse value: 363.59181693600004. iteration 9126, perturbing to get out of local maxima iteration 9127 found worse value: 363.59181693600004. iteration 9127, perturbing to get out of local maxima iteration 9128 found worse value: 363.59181693600004. iteration 9129 found worse value: 363.59181693600004. iteration 9130 found worse value: 363.59181693600004. iteration 9131 found worse value: 363.59181693600004. iteration 9131, perturbing to get out of local maxima iteration 9132 found worse value: 363.59181693600004. iteration 9133 found worse value: 363.59181693600004. iteration 9134 found worse value: 363.59181693600004. iteration 9135 found worse value: 363.59181693600004. iteration 9135, perturbing to get out of local maxima iteration 9136 found worse value: 363.59181693600004. iteration 9136, perturbing to get out of local maxima iteration 9137 found worse value: 363.59181693600004. iteration 9138 found worse value: 363.59181693600004. iteration 9139 found worse value: 363.59181693600004. iteration 9139, perturbing to get out of local maxima iteration 9140 found worse value: 363.59181693600004. iteration 9141 found worse value: 363.59181693600004. iteration 9142 found worse value: 363.59181693600004. iteration 9143 found worse value: 363.59181693600004. iteration 9143, perturbing to get out of local maxima iteration 9144 found worse value: 363.59181693600004. iteration 9145 found worse value: 363.59181693600004. iteration 9145, perturbing to get out of local maxima iteration 9146 found worse value: 363.59181693600004. iteration 9146, perturbing to get out of local maxima iteration 9147 found worse value: 363.59181693600004. iteration 9147, perturbing to get out of local maxima iteration 9148 found worse value: 363.59181693600004. iteration 9149 found worse value: 363.59181693600004. iteration 9150 found worse value: 363.59181693600004. iteration 9151 found worse value: 363.59181693600004. iteration 9151, perturbing to get out of local maxima iteration 9152 found worse value: 363.59181693600004. iteration 9153 found worse value: 363.59181693600004. iteration 9153, perturbing to get out of local maxima iteration 9154 found worse value: 363.59181693600004. iteration 9155 found worse value: 363.59181693600004. iteration 9156 found worse value: 363.59181693600004. iteration 9157 found worse value: 363.59181693600004. iteration 9158 found worse value: 363.59181693600004. iteration 9159 found worse value: 363.59181693600004. iteration 9160 found worse value: 363.59181693600004. iteration 9161 found worse value: 363.59181693600004. iteration 9162 found worse value: 363.59181693600004. iteration 9163 found worse value: 363.59181693600004. iteration 9164 found worse value: 363.59181693600004. iteration 9165 found worse value: 363.59181693600004. iteration 9166 found worse value: 363.59181693600004. iteration 9167 found worse value: 363.59181693600004. iteration 9168 found worse value: 363.59181693600004. iteration 9169 found worse value: 363.59181693600004. iteration 9169, perturbing to get out of local maxima iteration 9170 found worse value: 363.59181693600004. iteration 9170, perturbing to get out of local maxima iteration 9171 found worse value: 363.59181693600004. iteration 9172 found worse value: 363.59181693600004. iteration 9173 found worse value: 363.59181693600004. iteration 9174 found worse value: 363.59181693600004. iteration 9175 found worse value: 363.59181693600004. iteration 9176 found worse value: 363.59181693600004. iteration 9176, perturbing to get out of local maxima iteration 9177 found worse value: 363.59181693600004. iteration 9178 found worse value: 363.59181693600004. iteration 9179 found worse value: 363.59181693600004. iteration 9179, perturbing to get out of local maxima iteration 9180 found worse value: 363.59181693600004. iteration 9181 found worse value: 363.59181693600004. iteration 9181, perturbing to get out of local maxima iteration 9182 found worse value: 363.59181693600004. iteration 9183 found worse value: 363.59181693600004. iteration 9184 found worse value: 363.59181693600004. iteration 9184, perturbing to get out of local maxima iteration 9185 found worse value: 363.59181693600004. iteration 9186 found worse value: 363.59181693600004. iteration 9186, perturbing to get out of local maxima iteration 9187 found worse value: 363.59181693600004. iteration 9188 found worse value: 363.59181693600004. iteration 9189 found worse value: 363.59181693600004. iteration 9189, perturbing to get out of local maxima iteration 9190 found worse value: 363.59181693600004. iteration 9190, perturbing to get out of local maxima iteration 9191 found worse value: 363.59181693600004. iteration 9192 found worse value: 363.59181693600004. iteration 9192, perturbing to get out of local maxima iteration 9193 found worse value: 363.59181693600004. iteration 9194 found worse value: 363.59181693600004. iteration 9195 found worse value: 363.59181693600004. iteration 9196 found worse value: 363.59181693600004. iteration 9196, perturbing to get out of local maxima iteration 9197 found worse value: 363.59181693600004. iteration 9197, perturbing to get out of local maxima iteration 9198 found worse value: 363.59181693600004. iteration 9199 found worse value: 363.59181693600004. iteration 9200 found worse value: 363.59181693600004. iteration 9201 found worse value: 363.59181693600004. iteration 9201, perturbing to get out of local maxima iteration 9202 found worse value: 363.59181693600004. iteration 9203 found worse value: 363.59181693600004. iteration 9204 found worse value: 363.59181693600004. iteration 9204, perturbing to get out of local maxima iteration 9205 found worse value: 363.59181693600004. iteration 9206 found worse value: 363.59181693600004. iteration 9207 found worse value: 363.59181693600004. iteration 9208 found worse value: 363.59181693600004. iteration 9209 found worse value: 363.59181693600004. iteration 9210 found worse value: 363.59181693600004. iteration 9210, perturbing to get out of local maxima iteration 9211 found worse value: 363.59181693600004. iteration 9212 found worse value: 363.59181693600004. iteration 9213 found worse value: 363.59181693600004. iteration 9214 found worse value: 363.59181693600004. iteration 9215 found worse value: 363.59181693600004. iteration 9216 found worse value: 363.59181693600004. iteration 9217 found worse value: 363.59181693600004. iteration 9217, perturbing to get out of local maxima iteration 9218 found worse value: 363.59181693600004. iteration 9219 found worse value: 363.59181693600004. iteration 9219, perturbing to get out of local maxima iteration 9220 found worse value: 363.59181693600004. iteration 9220, perturbing to get out of local maxima iteration 9221 found worse value: 363.59181693600004. iteration 9221, perturbing to get out of local maxima iteration 9222 found worse value: 363.59181693600004. iteration 9223 found worse value: 363.59181693600004. iteration 9224 found worse value: 363.59181693600004. iteration 9225 found worse value: 363.59181693600004. iteration 9225, perturbing to get out of local maxima iteration 9226 found worse value: 363.59181693600004. iteration 9227 found worse value: 363.59181693600004. iteration 9228 found worse value: 363.59181693600004. iteration 9229 found worse value: 363.59181693600004. iteration 9229, perturbing to get out of local maxima iteration 9230 found worse value: 363.59181693600004. iteration 9230, perturbing to get out of local maxima iteration 9231 found worse value: 363.59181693600004. iteration 9232 found worse value: 363.59181693600004. iteration 9233 found worse value: 363.59181693600004. iteration 9234 found worse value: 363.59181693600004. iteration 9234, perturbing to get out of local maxima iteration 9235 found worse value: 363.59181693600004. iteration 9236 found worse value: 363.59181693600004. iteration 9237 found worse value: 363.59181693600004. iteration 9238 found worse value: 363.59181693600004. iteration 9238, perturbing to get out of local maxima iteration 9239 found worse value: 363.59181693600004. iteration 9240 found worse value: 363.59181693600004. iteration 9241 found worse value: 363.59181693600004. iteration 9242 found worse value: 363.59181693600004. iteration 9243 found worse value: 363.59181693600004. iteration 9244 found worse value: 363.59181693600004. iteration 9245 found worse value: 363.59181693600004. iteration 9245, perturbing to get out of local maxima iteration 9246 found worse value: 363.59181693600004. iteration 9247 found worse value: 363.59181693600004. iteration 9247, perturbing to get out of local maxima iteration 9248 found worse value: 363.59181693600004. iteration 9249 found worse value: 363.59181693600004. iteration 9250 found worse value: 363.59181693600004. iteration 9251 found worse value: 363.59181693600004. iteration 9251, perturbing to get out of local maxima iteration 9252 found worse value: 363.59181693600004. iteration 9253 found worse value: 363.59181693600004. iteration 9254 found worse value: 363.59181693600004. iteration 9255 found worse value: 363.59181693600004. iteration 9255, perturbing to get out of local maxima iteration 9256 found worse value: 363.59181693600004. iteration 9256, perturbing to get out of local maxima iteration 9257 found worse value: 363.59181693600004. iteration 9257, perturbing to get out of local maxima iteration 9258 found worse value: 363.59181693600004. iteration 9259 found worse value: 363.59181693600004. iteration 9260 found worse value: 363.59181693600004. iteration 9261 found worse value: 363.59181693600004. iteration 9262 found worse value: 363.59181693600004. iteration 9263 found worse value: 363.59181693600004. iteration 9263, perturbing to get out of local maxima iteration 9264 found worse value: 363.59181693600004. iteration 9265 found worse value: 363.59181693600004. iteration 9266 found worse value: 363.59181693600004. iteration 9267 found worse value: 363.59181693600004. iteration 9268 found worse value: 363.59181693600004. iteration 9269 found worse value: 363.59181693600004. iteration 9270 found worse value: 363.59181693600004. iteration 9271 found worse value: 363.59181693600004. iteration 9271, perturbing to get out of local maxima iteration 9272 found worse value: 363.59181693600004. iteration 9273 found worse value: 363.59181693600004. iteration 9274 found worse value: 363.59181693600004. iteration 9274, perturbing to get out of local maxima iteration 9275 found worse value: 363.59181693600004. iteration 9276 found worse value: 363.59181693600004. iteration 9277 found worse value: 363.59181693600004. iteration 9278 found worse value: 363.59181693600004. iteration 9278, perturbing to get out of local maxima iteration 9279 found worse value: 363.59181693600004. iteration 9279, perturbing to get out of local maxima iteration 9280 found worse value: 363.59181693600004. iteration 9281 found worse value: 363.59181693600004. iteration 9282 found worse value: 363.59181693600004. iteration 9283 found worse value: 363.59181693600004. iteration 9283, perturbing to get out of local maxima iteration 9284 found worse value: 363.59181693600004. iteration 9285 found worse value: 363.59181693600004. iteration 9286 found worse value: 363.59181693600004. iteration 9286, perturbing to get out of local maxima iteration 9287 found worse value: 363.59181693600004. iteration 9288 found worse value: 363.59181693600004. iteration 9289 found worse value: 363.59181693600004. iteration 9289, perturbing to get out of local maxima iteration 9290 found worse value: 363.59181693600004. iteration 9290, perturbing to get out of local maxima iteration 9291 found worse value: 363.59181693600004. iteration 9291, perturbing to get out of local maxima iteration 9292 found worse value: 363.59181693600004. iteration 9293 found worse value: 363.59181693600004. iteration 9293, perturbing to get out of local maxima iteration 9294 found worse value: 363.59181693600004. iteration 9295 found worse value: 363.59181693600004. iteration 9295, perturbing to get out of local maxima iteration 9296 found worse value: 363.59181693600004. iteration 9296, perturbing to get out of local maxima iteration 9297 found worse value: 363.59181693600004. iteration 9298 found worse value: 363.59181693600004. iteration 9299 found worse value: 363.59181693600004. iteration 9300 found worse value: 363.59181693600004. iteration 9300, perturbing to get out of local maxima iteration 9301 found worse value: 363.59181693600004. iteration 9302 found worse value: 363.59181693600004. iteration 9303 found worse value: 363.59181693600004. iteration 9303, perturbing to get out of local maxima iteration 9304 found worse value: 363.59181693600004. iteration 9305 found worse value: 363.59181693600004. iteration 9306 found worse value: 363.59181693600004. iteration 9307 found worse value: 363.59181693600004. iteration 9307, perturbing to get out of local maxima iteration 9308 found worse value: 363.59181693600004. iteration 9309 found worse value: 363.59181693600004. iteration 9310 found worse value: 363.59181693600004. iteration 9310, perturbing to get out of local maxima iteration 9311 found worse value: 363.59181693600004. iteration 9312 found worse value: 363.59181693600004. iteration 9313 found worse value: 363.59181693600004. iteration 9314 found worse value: 363.59181693600004. iteration 9315 found worse value: 363.59181693600004. iteration 9316 found worse value: 363.59181693600004. iteration 9317 found worse value: 363.59181693600004. iteration 9317, perturbing to get out of local maxima iteration 9318 found worse value: 363.59181693600004. iteration 9319 found worse value: 363.59181693600004. iteration 9320 found worse value: 363.59181693600004. iteration 9321 found worse value: 363.59181693600004. iteration 9322 found worse value: 363.59181693600004. iteration 9323 found worse value: 363.59181693600004. iteration 9324 found worse value: 363.59181693600004. iteration 9325 found worse value: 363.59181693600004. iteration 9326 found worse value: 363.59181693600004. iteration 9327 found worse value: 363.59181693600004. iteration 9328 found worse value: 363.59181693600004. iteration 9329 found worse value: 363.59181693600004. iteration 9330 found worse value: 363.59181693600004. iteration 9331 found worse value: 363.59181693600004. iteration 9332 found worse value: 363.59181693600004. iteration 9332, perturbing to get out of local maxima iteration 9333 found worse value: 363.59181693600004. iteration 9333, perturbing to get out of local maxima iteration 9334 found worse value: 363.59181693600004. iteration 9335 found worse value: 363.59181693600004. iteration 9335, perturbing to get out of local maxima iteration 9336 found worse value: 363.59181693600004. iteration 9337 found worse value: 363.59181693600004. iteration 9337, perturbing to get out of local maxima iteration 9338 found worse value: 363.59181693600004. iteration 9339 found worse value: 363.59181693600004. iteration 9340 found worse value: 363.59181693600004. iteration 9341 found worse value: 363.59181693600004. iteration 9342 found worse value: 363.59181693600004. iteration 9343 found worse value: 363.59181693600004. iteration 9343, perturbing to get out of local maxima iteration 9344 found worse value: 363.59181693600004. iteration 9345 found worse value: 363.59181693600004. iteration 9346 found worse value: 363.59181693600004. iteration 9347 found worse value: 363.59181693600004. iteration 9347, perturbing to get out of local maxima iteration 9348 found worse value: 363.59181693600004. iteration 9349 found worse value: 363.59181693600004. iteration 9349, perturbing to get out of local maxima iteration 9350 found worse value: 363.59181693600004. iteration 9351 found worse value: 363.59181693600004. iteration 9351, perturbing to get out of local maxima iteration 9352 found worse value: 363.59181693600004. iteration 9352, perturbing to get out of local maxima iteration 9353 found worse value: 363.59181693600004. iteration 9354 found worse value: 363.59181693600004. iteration 9355 found worse value: 363.59181693600004. iteration 9356 found worse value: 363.59181693600004. iteration 9357 found worse value: 363.59181693600004. iteration 9357, perturbing to get out of local maxima iteration 9358 found worse value: 363.59181693600004. iteration 9359 found worse value: 363.59181693600004. iteration 9359, perturbing to get out of local maxima iteration 9360 found worse value: 363.59181693600004. iteration 9360, perturbing to get out of local maxima iteration 9361 found worse value: 363.59181693600004. iteration 9362 found worse value: 363.59181693600004. iteration 9363 found worse value: 363.59181693600004. iteration 9364 found worse value: 363.59181693600004. iteration 9365 found worse value: 363.59181693600004. iteration 9366 found worse value: 363.59181693600004. iteration 9367 found worse value: 363.59181693600004. iteration 9367, perturbing to get out of local maxima iteration 9368 found worse value: 363.59181693600004. iteration 9368, perturbing to get out of local maxima iteration 9369 found worse value: 363.59181693600004. iteration 9369, perturbing to get out of local maxima iteration 9370 found worse value: 363.59181693600004. iteration 9371 found worse value: 363.59181693600004. iteration 9372 found worse value: 363.59181693600004. iteration 9373 found worse value: 363.59181693600004. iteration 9373, perturbing to get out of local maxima iteration 9374 found worse value: 363.59181693600004. iteration 9375 found worse value: 363.59181693600004. iteration 9376 found worse value: 363.59181693600004. iteration 9377 found worse value: 363.59181693600004. iteration 9378 found worse value: 363.59181693600004. iteration 9379 found worse value: 363.59181693600004. iteration 9379, perturbing to get out of local maxima iteration 9380 found worse value: 363.59181693600004. iteration 9380, perturbing to get out of local maxima iteration 9381 found worse value: 363.59181693600004. iteration 9381, perturbing to get out of local maxima iteration 9382 found worse value: 363.59181693600004. iteration 9382, perturbing to get out of local maxima iteration 9383 found worse value: 363.59181693600004. iteration 9383, perturbing to get out of local maxima iteration 9384 found worse value: 363.59181693600004. iteration 9385 found worse value: 363.59181693600004. iteration 9385, perturbing to get out of local maxima iteration 9386 found worse value: 363.59181693600004. iteration 9387 found worse value: 363.59181693600004. iteration 9387, perturbing to get out of local maxima iteration 9388 found worse value: 363.59181693600004. iteration 9388, perturbing to get out of local maxima iteration 9389 found worse value: 363.59181693600004. iteration 9389, perturbing to get out of local maxima iteration 9390 found worse value: 363.59181693600004. iteration 9390, perturbing to get out of local maxima iteration 9391 found worse value: 363.59181693600004. iteration 9391, perturbing to get out of local maxima iteration 9392 found worse value: 363.59181693600004. iteration 9392, perturbing to get out of local maxima iteration 9393 found worse value: 363.59181693600004. iteration 9394 found worse value: 363.59181693600004. iteration 9395 found worse value: 363.59181693600004. iteration 9395, perturbing to get out of local maxima iteration 9396 found worse value: 363.59181693600004. iteration 9396, perturbing to get out of local maxima iteration 9397 found worse value: 363.59181693600004. iteration 9398 found worse value: 363.59181693600004. iteration 9399 found worse value: 363.59181693600004. iteration 9399, perturbing to get out of local maxima iteration 9400 found worse value: 363.59181693600004. iteration 9400, perturbing to get out of local maxima iteration 9401 found worse value: 363.59181693600004. iteration 9402 found worse value: 363.59181693600004. iteration 9403 found worse value: 363.59181693600004. iteration 9404 found worse value: 363.59181693600004. iteration 9405 found worse value: 363.59181693600004. iteration 9406 found worse value: 363.59181693600004. iteration 9407 found worse value: 363.59181693600004. iteration 9407, perturbing to get out of local maxima iteration 9408 found worse value: 363.59181693600004. iteration 9409 found worse value: 363.59181693600004. iteration 9409, perturbing to get out of local maxima iteration 9410 found worse value: 363.59181693600004. iteration 9410, perturbing to get out of local maxima iteration 9411 found worse value: 363.59181693600004. iteration 9412 found worse value: 363.59181693600004. iteration 9412, perturbing to get out of local maxima iteration 9413 found worse value: 363.59181693600004. iteration 9413, perturbing to get out of local maxima iteration 9414 found worse value: 363.59181693600004. iteration 9414, perturbing to get out of local maxima iteration 9415 found worse value: 363.59181693600004. iteration 9415, perturbing to get out of local maxima iteration 9416 found worse value: 363.59181693600004. iteration 9417 found worse value: 363.59181693600004. iteration 9418 found worse value: 363.59181693600004. iteration 9418, perturbing to get out of local maxima iteration 9419 found worse value: 363.59181693600004. iteration 9420 found worse value: 363.59181693600004. iteration 9421 found worse value: 363.59181693600004. iteration 9421, perturbing to get out of local maxima iteration 9422 found worse value: 363.59181693600004. iteration 9422, perturbing to get out of local maxima iteration 9423 found worse value: 363.59181693600004. iteration 9424 found worse value: 363.59181693600004. iteration 9425 found worse value: 363.59181693600004. iteration 9426 found worse value: 363.59181693600004. iteration 9427 found worse value: 363.59181693600004. iteration 9428 found worse value: 363.59181693600004. iteration 9429 found worse value: 363.59181693600004. iteration 9430 found worse value: 363.59181693600004. iteration 9430, perturbing to get out of local maxima iteration 9431 found worse value: 363.59181693600004. iteration 9431, perturbing to get out of local maxima iteration 9432 found worse value: 363.59181693600004. iteration 9433 found worse value: 363.59181693600004. iteration 9434 found worse value: 363.59181693600004. iteration 9434, perturbing to get out of local maxima iteration 9435 found worse value: 363.59181693600004. iteration 9436 found worse value: 363.59181693600004. iteration 9437 found worse value: 363.59181693600004. iteration 9438 found worse value: 363.59181693600004. iteration 9439 found worse value: 363.59181693600004. iteration 9440 found worse value: 363.59181693600004. iteration 9440, perturbing to get out of local maxima iteration 9441 found worse value: 363.59181693600004. iteration 9442 found worse value: 363.59181693600004. iteration 9442, perturbing to get out of local maxima iteration 9443 found worse value: 363.59181693600004. iteration 9444 found worse value: 363.59181693600004. iteration 9445 found worse value: 363.59181693600004. iteration 9445, perturbing to get out of local maxima iteration 9446 found worse value: 363.59181693600004. iteration 9447 found worse value: 363.59181693600004. iteration 9448 found worse value: 363.59181693600004. iteration 9449 found worse value: 363.59181693600004. iteration 9450 found worse value: 363.59181693600004. iteration 9451 found worse value: 363.59181693600004. iteration 9451, perturbing to get out of local maxima iteration 9452 found worse value: 363.59181693600004. iteration 9453 found worse value: 363.59181693600004. iteration 9454 found worse value: 363.59181693600004. iteration 9455 found worse value: 363.59181693600004. iteration 9455, perturbing to get out of local maxima iteration 9456 found worse value: 363.59181693600004. iteration 9457 found worse value: 363.59181693600004. iteration 9458 found worse value: 363.59181693600004. iteration 9459 found worse value: 363.59181693600004. iteration 9459, perturbing to get out of local maxima iteration 9460 found worse value: 363.59181693600004. iteration 9460, perturbing to get out of local maxima iteration 9461 found worse value: 363.59181693600004. iteration 9462 found worse value: 363.59181693600004. iteration 9462, perturbing to get out of local maxima iteration 9463 found worse value: 363.59181693600004. iteration 9464 found worse value: 363.59181693600004. iteration 9465 found worse value: 363.59181693600004. iteration 9466 found worse value: 363.59181693600004. iteration 9467 found worse value: 363.59181693600004. iteration 9468 found worse value: 363.59181693600004. iteration 9468, perturbing to get out of local maxima iteration 9469 found worse value: 363.59181693600004. iteration 9470 found worse value: 363.59181693600004. iteration 9470, perturbing to get out of local maxima iteration 9471 found worse value: 363.59181693600004. iteration 9472 found worse value: 363.59181693600004. iteration 9473 found worse value: 363.59181693600004. iteration 9474 found worse value: 363.59181693600004. iteration 9475 found worse value: 363.59181693600004. iteration 9476 found worse value: 363.59181693600004. iteration 9477 found worse value: 363.59181693600004. iteration 9477, perturbing to get out of local maxima iteration 9478 found worse value: 363.59181693600004. iteration 9478, perturbing to get out of local maxima iteration 9479 found worse value: 363.59181693600004. iteration 9479, perturbing to get out of local maxima iteration 9480 found worse value: 363.59181693600004. iteration 9480, perturbing to get out of local maxima iteration 9481 found worse value: 363.59181693600004. iteration 9481, perturbing to get out of local maxima iteration 9482 found worse value: 363.59181693600004. iteration 9483 found worse value: 363.59181693600004. iteration 9484 found worse value: 363.59181693600004. iteration 9485 found worse value: 363.59181693600004. iteration 9486 found worse value: 363.59181693600004. iteration 9487 found worse value: 363.59181693600004. iteration 9488 found worse value: 363.59181693600004. iteration 9489 found worse value: 363.59181693600004. iteration 9490 found worse value: 363.59181693600004. iteration 9491 found worse value: 363.59181693600004. iteration 9491, perturbing to get out of local maxima iteration 9492 found worse value: 363.59181693600004. iteration 9492, perturbing to get out of local maxima iteration 9493 found worse value: 363.59181693600004. iteration 9494 found worse value: 363.59181693600004. iteration 9495 found worse value: 363.59181693600004. iteration 9495, perturbing to get out of local maxima iteration 9496 found worse value: 363.59181693600004. iteration 9497 found worse value: 363.59181693600004. iteration 9497, perturbing to get out of local maxima iteration 9498 found worse value: 363.59181693600004. iteration 9499 found worse value: 363.59181693600004. iteration 9500 found worse value: 363.59181693600004. iteration 9501 found worse value: 363.59181693600004. iteration 9502 found worse value: 363.59181693600004. iteration 9503 found worse value: 363.59181693600004. iteration 9504 found worse value: 363.59181693600004. iteration 9505 found worse value: 363.59181693600004. iteration 9506 found worse value: 363.59181693600004. iteration 9506, perturbing to get out of local maxima iteration 9507 found worse value: 363.59181693600004. iteration 9507, perturbing to get out of local maxima iteration 9508 found worse value: 363.59181693600004. iteration 9509 found worse value: 363.59181693600004. iteration 9509, perturbing to get out of local maxima iteration 9510 found worse value: 363.59181693600004. iteration 9511 found worse value: 363.59181693600004. iteration 9512 found worse value: 363.59181693600004. iteration 9512, perturbing to get out of local maxima iteration 9513 found worse value: 363.59181693600004. iteration 9514 found worse value: 363.59181693600004. iteration 9515 found worse value: 363.59181693600004. iteration 9515, perturbing to get out of local maxima iteration 9516 found worse value: 363.59181693600004. iteration 9517 found worse value: 363.59181693600004. iteration 9517, perturbing to get out of local maxima iteration 9518 found worse value: 363.59181693600004. iteration 9518, perturbing to get out of local maxima iteration 9519 found worse value: 363.59181693600004. iteration 9520 found worse value: 363.59181693600004. iteration 9520, perturbing to get out of local maxima iteration 9521 found worse value: 363.59181693600004. iteration 9521, perturbing to get out of local maxima iteration 9522 found worse value: 363.59181693600004. iteration 9523 found worse value: 363.59181693600004. iteration 9524 found worse value: 363.59181693600004. iteration 9524, perturbing to get out of local maxima iteration 9525 found worse value: 363.59181693600004. iteration 9525, perturbing to get out of local maxima iteration 9526 found worse value: 363.59181693600004. iteration 9527 found worse value: 363.59181693600004. iteration 9528 found worse value: 363.59181693600004. iteration 9529 found worse value: 363.59181693600004. iteration 9529, perturbing to get out of local maxima iteration 9530 found worse value: 363.59181693600004. iteration 9531 found worse value: 363.59181693600004. iteration 9532 found worse value: 363.59181693600004. iteration 9533 found worse value: 363.59181693600004. iteration 9534 found worse value: 363.59181693600004. iteration 9535 found worse value: 363.59181693600004. iteration 9536 found worse value: 363.59181693600004. iteration 9536, perturbing to get out of local maxima iteration 9537 found worse value: 363.59181693600004. iteration 9538 found worse value: 363.59181693600004. iteration 9539 found worse value: 363.59181693600004. iteration 9540 found worse value: 363.59181693600004. iteration 9540, perturbing to get out of local maxima iteration 9541 found worse value: 363.59181693600004. iteration 9542 found worse value: 363.59181693600004. iteration 9542, perturbing to get out of local maxima iteration 9543 found worse value: 363.59181693600004. iteration 9544 found worse value: 363.59181693600004. iteration 9545 found worse value: 363.59181693600004. iteration 9545, perturbing to get out of local maxima iteration 9546 found worse value: 363.59181693600004. iteration 9547 found worse value: 363.59181693600004. iteration 9547, perturbing to get out of local maxima iteration 9548 found worse value: 363.59181693600004. iteration 9549 found worse value: 363.59181693600004. iteration 9550 found worse value: 363.59181693600004. iteration 9550, perturbing to get out of local maxima iteration 9551 found worse value: 363.59181693600004. iteration 9552 found worse value: 363.59181693600004. iteration 9553 found worse value: 363.59181693600004. iteration 9553, perturbing to get out of local maxima iteration 9554 found worse value: 363.59181693600004. iteration 9555 found worse value: 363.59181693600004. iteration 9555, perturbing to get out of local maxima iteration 9556 found worse value: 363.59181693600004. iteration 9556, perturbing to get out of local maxima iteration 9557 found worse value: 363.59181693600004. iteration 9558 found worse value: 363.59181693600004. iteration 9559 found worse value: 363.59181693600004. iteration 9559, perturbing to get out of local maxima iteration 9560 found worse value: 363.59181693600004. iteration 9561 found worse value: 363.59181693600004. iteration 9562 found worse value: 363.59181693600004. iteration 9562, perturbing to get out of local maxima iteration 9563 found worse value: 363.59181693600004. iteration 9564 found worse value: 363.59181693600004. iteration 9564, perturbing to get out of local maxima iteration 9565 found worse value: 363.59181693600004. iteration 9566 found worse value: 363.59181693600004. iteration 9566, perturbing to get out of local maxima iteration 9567 found worse value: 363.59181693600004. iteration 9568 found worse value: 363.59181693600004. iteration 9569 found worse value: 363.59181693600004. iteration 9570 found worse value: 363.59181693600004. iteration 9571 found worse value: 363.59181693600004. iteration 9572 found worse value: 363.59181693600004. iteration 9573 found worse value: 363.59181693600004. iteration 9573, perturbing to get out of local maxima iteration 9574 found worse value: 363.59181693600004. iteration 9575 found worse value: 363.59181693600004. iteration 9576 found worse value: 363.59181693600004. iteration 9577 found worse value: 363.59181693600004. iteration 9577, perturbing to get out of local maxima iteration 9578 found worse value: 363.59181693600004. iteration 9579 found worse value: 363.59181693600004. iteration 9580 found worse value: 363.59181693600004. iteration 9580, perturbing to get out of local maxima iteration 9581 found worse value: 363.59181693600004. iteration 9582 found worse value: 363.59181693600004. iteration 9583 found worse value: 363.59181693600004. iteration 9584 found worse value: 363.59181693600004. iteration 9584, perturbing to get out of local maxima iteration 9585 found worse value: 363.59181693600004. iteration 9586 found worse value: 363.59181693600004. iteration 9586, perturbing to get out of local maxima iteration 9587 found worse value: 363.59181693600004. iteration 9588 found worse value: 363.59181693600004. iteration 9588, perturbing to get out of local maxima iteration 9589 found worse value: 363.59181693600004. iteration 9590 found worse value: 363.59181693600004. iteration 9591 found worse value: 363.59181693600004. iteration 9592 found worse value: 363.59181693600004. iteration 9593 found worse value: 363.59181693600004. iteration 9594 found worse value: 363.59181693600004. iteration 9595 found worse value: 363.59181693600004. iteration 9595, perturbing to get out of local maxima iteration 9596 found worse value: 363.59181693600004. iteration 9596, perturbing to get out of local maxima iteration 9597 found worse value: 363.59181693600004. iteration 9598 found worse value: 363.59181693600004. iteration 9598, perturbing to get out of local maxima iteration 9599 found worse value: 363.59181693600004. iteration 9600 found worse value: 363.59181693600004. iteration 9601 found worse value: 363.59181693600004. iteration 9602 found worse value: 363.59181693600004. iteration 9603 found worse value: 363.59181693600004. iteration 9604 found worse value: 363.59181693600004. iteration 9605 found worse value: 363.59181693600004. iteration 9606 found worse value: 363.59181693600004. iteration 9607 found worse value: 363.59181693600004. iteration 9608 found worse value: 363.59181693600004. iteration 9608, perturbing to get out of local maxima iteration 9609 found worse value: 363.59181693600004. iteration 9610 found worse value: 363.59181693600004. iteration 9611 found worse value: 363.59181693600004. iteration 9612 found worse value: 363.59181693600004. iteration 9613 found worse value: 363.59181693600004. iteration 9614 found worse value: 363.59181693600004. iteration 9615 found worse value: 363.59181693600004. iteration 9616 found worse value: 363.59181693600004. iteration 9617 found worse value: 363.59181693600004. iteration 9618 found worse value: 363.59181693600004. iteration 9618, perturbing to get out of local maxima iteration 9619 found worse value: 363.59181693600004. iteration 9620 found worse value: 363.59181693600004. iteration 9620, perturbing to get out of local maxima iteration 9621 found worse value: 363.59181693600004. iteration 9622 found worse value: 363.59181693600004. iteration 9622, perturbing to get out of local maxima iteration 9623 found worse value: 363.59181693600004. iteration 9624 found worse value: 363.59181693600004. iteration 9625 found worse value: 363.59181693600004. iteration 9626 found worse value: 363.59181693600004. iteration 9627 found worse value: 363.59181693600004. iteration 9628 found worse value: 363.59181693600004. iteration 9629 found worse value: 363.59181693600004. iteration 9629, perturbing to get out of local maxima iteration 9630 found worse value: 363.59181693600004. iteration 9630, perturbing to get out of local maxima iteration 9631 found worse value: 363.59181693600004. iteration 9632 found worse value: 363.59181693600004. iteration 9633 found worse value: 363.59181693600004. iteration 9634 found worse value: 363.59181693600004. iteration 9634, perturbing to get out of local maxima iteration 9635 found worse value: 363.59181693600004. iteration 9635, perturbing to get out of local maxima iteration 9636 found worse value: 363.59181693600004. iteration 9636, perturbing to get out of local maxima iteration 9637 found worse value: 363.59181693600004. iteration 9638 found worse value: 363.59181693600004. iteration 9639 found worse value: 363.59181693600004. iteration 9640 found worse value: 363.59181693600004. iteration 9641 found worse value: 363.59181693600004. iteration 9642 found worse value: 363.59181693600004. iteration 9642, perturbing to get out of local maxima iteration 9643 found worse value: 363.59181693600004. iteration 9644 found worse value: 363.59181693600004. iteration 9645 found worse value: 363.59181693600004. iteration 9646 found worse value: 363.59181693600004. iteration 9647 found worse value: 363.59181693600004. iteration 9648 found worse value: 363.59181693600004. iteration 9648, perturbing to get out of local maxima iteration 9649 found worse value: 363.59181693600004. iteration 9650 found worse value: 363.59181693600004. iteration 9651 found worse value: 363.59181693600004. iteration 9652 found worse value: 363.59181693600004. iteration 9653 found worse value: 363.59181693600004. iteration 9654 found worse value: 363.59181693600004. iteration 9655 found worse value: 363.59181693600004. iteration 9655, perturbing to get out of local maxima iteration 9656 found worse value: 363.59181693600004. iteration 9657 found worse value: 363.59181693600004. iteration 9658 found worse value: 363.59181693600004. iteration 9659 found worse value: 363.59181693600004. iteration 9659, perturbing to get out of local maxima iteration 9660 found worse value: 363.59181693600004. iteration 9660, perturbing to get out of local maxima iteration 9661 found worse value: 363.59181693600004. iteration 9662 found worse value: 363.59181693600004. iteration 9663 found worse value: 363.59181693600004. iteration 9663, perturbing to get out of local maxima iteration 9664 found worse value: 363.59181693600004. iteration 9665 found worse value: 363.59181693600004. iteration 9665, perturbing to get out of local maxima iteration 9666 found worse value: 363.59181693600004. iteration 9667 found worse value: 363.59181693600004. iteration 9668 found worse value: 363.59181693600004. iteration 9669 found worse value: 363.59181693600004. iteration 9670 found worse value: 363.59181693600004. iteration 9671 found worse value: 363.59181693600004. iteration 9671, perturbing to get out of local maxima iteration 9672 found worse value: 363.59181693600004. iteration 9673 found worse value: 363.59181693600004. iteration 9673, perturbing to get out of local maxima iteration 9674 found worse value: 363.59181693600004. iteration 9675 found worse value: 363.59181693600004. iteration 9676 found worse value: 363.59181693600004. iteration 9677 found worse value: 363.59181693600004. iteration 9678 found worse value: 363.59181693600004. iteration 9678, perturbing to get out of local maxima iteration 9679 found worse value: 363.59181693600004. iteration 9680 found worse value: 363.59181693600004. iteration 9681 found worse value: 363.59181693600004. iteration 9682 found worse value: 363.59181693600004. iteration 9682, perturbing to get out of local maxima iteration 9683 found worse value: 363.59181693600004. iteration 9684 found worse value: 363.59181693600004. iteration 9685 found worse value: 363.59181693600004. iteration 9686 found worse value: 363.59181693600004. iteration 9687 found worse value: 363.59181693600004. iteration 9688 found worse value: 363.59181693600004. iteration 9688, perturbing to get out of local maxima iteration 9689 found worse value: 363.59181693600004. iteration 9690 found worse value: 363.59181693600004. iteration 9691 found worse value: 363.59181693600004. iteration 9691, perturbing to get out of local maxima iteration 9692 found worse value: 363.59181693600004. iteration 9693 found worse value: 363.59181693600004. iteration 9693, perturbing to get out of local maxima iteration 9694 found worse value: 363.59181693600004. iteration 9694, perturbing to get out of local maxima iteration 9695 found worse value: 363.59181693600004. iteration 9695, perturbing to get out of local maxima iteration 9696 found worse value: 363.59181693600004. iteration 9697 found worse value: 363.59181693600004. iteration 9698 found worse value: 363.59181693600004. iteration 9698, perturbing to get out of local maxima iteration 9699 found worse value: 363.59181693600004. iteration 9700 found worse value: 363.59181693600004. iteration 9701 found worse value: 363.59181693600004. iteration 9702 found worse value: 363.59181693600004. iteration 9703 found worse value: 363.59181693600004. iteration 9704 found worse value: 363.59181693600004. iteration 9705 found worse value: 363.59181693600004. iteration 9706 found worse value: 363.59181693600004. iteration 9707 found worse value: 363.59181693600004. iteration 9707, perturbing to get out of local maxima iteration 9708 found worse value: 363.59181693600004. iteration 9709 found worse value: 363.59181693600004. iteration 9709, perturbing to get out of local maxima iteration 9710 found worse value: 363.59181693600004. iteration 9710, perturbing to get out of local maxima iteration 9711 found worse value: 363.59181693600004. iteration 9712 found worse value: 363.59181693600004. iteration 9713 found worse value: 363.59181693600004. iteration 9714 found worse value: 363.59181693600004. iteration 9714, perturbing to get out of local maxima iteration 9715 found worse value: 363.59181693600004. iteration 9715, perturbing to get out of local maxima iteration 9716 found worse value: 363.59181693600004. iteration 9717 found worse value: 363.59181693600004. iteration 9717, perturbing to get out of local maxima iteration 9718 found worse value: 363.59181693600004. iteration 9719 found worse value: 363.59181693600004. iteration 9720 found worse value: 363.59181693600004. iteration 9721 found worse value: 363.59181693600004. iteration 9721, perturbing to get out of local maxima iteration 9722 found worse value: 363.59181693600004. iteration 9723 found worse value: 363.59181693600004. iteration 9724 found worse value: 363.59181693600004. iteration 9725 found worse value: 363.59181693600004. iteration 9726 found worse value: 363.59181693600004. iteration 9727 found worse value: 363.59181693600004. iteration 9728 found worse value: 363.59181693600004. iteration 9728, perturbing to get out of local maxima iteration 9729 found worse value: 363.59181693600004. iteration 9730 found worse value: 363.59181693600004. iteration 9731 found worse value: 363.59181693600004. iteration 9732 found worse value: 363.59181693600004. iteration 9732, perturbing to get out of local maxima iteration 9733 found worse value: 363.59181693600004. iteration 9733, perturbing to get out of local maxima iteration 9734 found worse value: 363.59181693600004. iteration 9735 found worse value: 363.59181693600004. iteration 9736 found worse value: 363.59181693600004. iteration 9736, perturbing to get out of local maxima iteration 9737 found worse value: 363.59181693600004. iteration 9737, perturbing to get out of local maxima iteration 9738 found worse value: 363.59181693600004. iteration 9739 found worse value: 363.59181693600004. iteration 9740 found worse value: 363.59181693600004. iteration 9741 found worse value: 363.59181693600004. iteration 9741, perturbing to get out of local maxima iteration 9742 found worse value: 363.59181693600004. iteration 9743 found worse value: 363.59181693600004. iteration 9744 found worse value: 363.59181693600004. iteration 9744, perturbing to get out of local maxima iteration 9745 found worse value: 363.59181693600004. iteration 9746 found worse value: 363.59181693600004. iteration 9747 found worse value: 363.59181693600004. iteration 9748 found worse value: 363.59181693600004. iteration 9749 found worse value: 363.59181693600004. iteration 9749, perturbing to get out of local maxima iteration 9750 found worse value: 363.59181693600004. iteration 9751 found worse value: 363.59181693600004. iteration 9751, perturbing to get out of local maxima iteration 9752 found worse value: 363.59181693600004. iteration 9753 found worse value: 363.59181693600004. iteration 9754 found worse value: 363.59181693600004. iteration 9755 found worse value: 363.59181693600004. iteration 9755, perturbing to get out of local maxima iteration 9756 found worse value: 363.59181693600004. iteration 9757 found worse value: 363.59181693600004. iteration 9758 found worse value: 363.59181693600004. iteration 9758, perturbing to get out of local maxima iteration 9759 found worse value: 363.59181693600004. iteration 9759, perturbing to get out of local maxima iteration 9760 found worse value: 363.59181693600004. iteration 9761 found worse value: 363.59181693600004. iteration 9762 found worse value: 363.59181693600004. iteration 9762, perturbing to get out of local maxima iteration 9763 found worse value: 363.59181693600004. iteration 9764 found worse value: 363.59181693600004. iteration 9764, perturbing to get out of local maxima iteration 9765 found worse value: 363.59181693600004. iteration 9766 found worse value: 363.59181693600004. iteration 9767 found worse value: 363.59181693600004. iteration 9767, perturbing to get out of local maxima iteration 9768 found worse value: 363.59181693600004. iteration 9769 found worse value: 363.59181693600004. iteration 9770 found worse value: 363.59181693600004. iteration 9770, perturbing to get out of local maxima iteration 9771 found worse value: 363.59181693600004. iteration 9771, perturbing to get out of local maxima iteration 9772 found worse value: 363.59181693600004. iteration 9772, perturbing to get out of local maxima iteration 9773 found worse value: 363.59181693600004. iteration 9774 found worse value: 363.59181693600004. iteration 9774, perturbing to get out of local maxima iteration 9775 found worse value: 363.59181693600004. iteration 9776 found worse value: 363.59181693600004. iteration 9777 found worse value: 363.59181693600004. iteration 9777, perturbing to get out of local maxima iteration 9778 found worse value: 363.59181693600004. iteration 9779 found worse value: 363.59181693600004. iteration 9780 found worse value: 363.59181693600004. iteration 9781 found worse value: 363.59181693600004. iteration 9782 found worse value: 363.59181693600004. iteration 9782, perturbing to get out of local maxima iteration 9783 found worse value: 363.59181693600004. iteration 9784 found worse value: 363.59181693600004. iteration 9785 found worse value: 363.59181693600004. iteration 9786 found worse value: 363.59181693600004. iteration 9787 found worse value: 363.59181693600004. iteration 9788 found worse value: 363.59181693600004. iteration 9789 found worse value: 363.59181693600004. iteration 9789, perturbing to get out of local maxima iteration 9790 found worse value: 363.59181693600004. iteration 9791 found worse value: 363.59181693600004. iteration 9791, perturbing to get out of local maxima iteration 9792 found worse value: 363.59181693600004. iteration 9792, perturbing to get out of local maxima iteration 9793 found worse value: 363.59181693600004. iteration 9794 found worse value: 363.59181693600004. iteration 9795 found worse value: 363.59181693600004. iteration 9795, perturbing to get out of local maxima iteration 9796 found worse value: 363.59181693600004. iteration 9797 found worse value: 363.59181693600004. iteration 9798 found worse value: 363.59181693600004. iteration 9799 found worse value: 363.59181693600004. iteration 9799, perturbing to get out of local maxima iteration 9800 found worse value: 363.59181693600004. iteration 9801 found worse value: 363.59181693600004. iteration 9802 found worse value: 363.59181693600004. iteration 9802, perturbing to get out of local maxima iteration 9803 found worse value: 363.59181693600004. iteration 9804 found worse value: 363.59181693600004. iteration 9805 found worse value: 363.59181693600004. iteration 9806 found worse value: 363.59181693600004. iteration 9807 found worse value: 363.59181693600004. iteration 9807, perturbing to get out of local maxima iteration 9808 found worse value: 363.59181693600004. iteration 9808, perturbing to get out of local maxima iteration 9809 found worse value: 363.59181693600004. iteration 9809, perturbing to get out of local maxima iteration 9810 found worse value: 363.59181693600004. iteration 9810, perturbing to get out of local maxima iteration 9811 found worse value: 363.59181693600004. iteration 9812 found worse value: 363.59181693600004. iteration 9813 found worse value: 363.59181693600004. iteration 9814 found worse value: 363.59181693600004. iteration 9815 found worse value: 363.59181693600004. iteration 9816 found worse value: 363.59181693600004. iteration 9817 found worse value: 363.59181693600004. iteration 9818 found worse value: 363.59181693600004. iteration 9819 found worse value: 363.59181693600004. iteration 9820 found worse value: 363.59181693600004. iteration 9821 found worse value: 363.59181693600004. iteration 9821, perturbing to get out of local maxima iteration 9822 found worse value: 363.59181693600004. iteration 9823 found worse value: 363.59181693600004. iteration 9824 found worse value: 363.59181693600004. iteration 9824, perturbing to get out of local maxima iteration 9825 found worse value: 363.59181693600004. iteration 9825, perturbing to get out of local maxima iteration 9826 found worse value: 363.59181693600004. iteration 9827 found worse value: 363.59181693600004. iteration 9828 found worse value: 363.59181693600004. iteration 9829 found worse value: 363.59181693600004. iteration 9830 found worse value: 363.59181693600004. iteration 9831 found worse value: 363.59181693600004. iteration 9831, perturbing to get out of local maxima iteration 9832 found worse value: 363.59181693600004. iteration 9832, perturbing to get out of local maxima iteration 9833 found worse value: 363.59181693600004. iteration 9834 found worse value: 363.59181693600004. iteration 9835 found worse value: 363.59181693600004. iteration 9836 found worse value: 363.59181693600004. iteration 9836, perturbing to get out of local maxima iteration 9837 found worse value: 363.59181693600004. iteration 9837, perturbing to get out of local maxima iteration 9838 found worse value: 363.59181693600004. iteration 9838, perturbing to get out of local maxima iteration 9839 found worse value: 363.59181693600004. iteration 9840 found worse value: 363.59181693600004. iteration 9841 found worse value: 363.59181693600004. iteration 9842 found worse value: 363.59181693600004. iteration 9843 found worse value: 363.59181693600004. iteration 9844 found worse value: 363.59181693600004. iteration 9844, perturbing to get out of local maxima iteration 9845 found worse value: 363.59181693600004. iteration 9846 found worse value: 363.59181693600004. iteration 9847 found worse value: 363.59181693600004. iteration 9848 found worse value: 363.59181693600004. iteration 9848, perturbing to get out of local maxima iteration 9849 found worse value: 363.59181693600004. iteration 9850 found worse value: 363.59181693600004. iteration 9850, perturbing to get out of local maxima iteration 9851 found worse value: 363.59181693600004. iteration 9852 found worse value: 363.59181693600004. iteration 9853 found worse value: 363.59181693600004. iteration 9854 found worse value: 363.59181693600004. iteration 9855 found worse value: 363.59181693600004. iteration 9855, perturbing to get out of local maxima iteration 9856 found worse value: 363.59181693600004. iteration 9857 found worse value: 363.59181693600004. iteration 9858 found worse value: 363.59181693600004. iteration 9859 found worse value: 363.59181693600004. iteration 9860 found worse value: 363.59181693600004. iteration 9861 found worse value: 363.59181693600004. iteration 9861, perturbing to get out of local maxima iteration 9862 found worse value: 363.59181693600004. iteration 9863 found worse value: 363.59181693600004. iteration 9864 found worse value: 363.59181693600004. iteration 9864, perturbing to get out of local maxima iteration 9865 found worse value: 363.59181693600004. iteration 9866 found worse value: 363.59181693600004. iteration 9867 found worse value: 363.59181693600004. iteration 9868 found worse value: 363.59181693600004. iteration 9868, perturbing to get out of local maxima iteration 9869 found worse value: 363.59181693600004. iteration 9870 found worse value: 363.59181693600004. iteration 9870, perturbing to get out of local maxima iteration 9871 found worse value: 363.59181693600004. iteration 9871, perturbing to get out of local maxima iteration 9872 found worse value: 363.59181693600004. iteration 9872, perturbing to get out of local maxima iteration 9873 found worse value: 363.59181693600004. iteration 9874 found worse value: 363.59181693600004. iteration 9874, perturbing to get out of local maxima iteration 9875 found worse value: 363.59181693600004. iteration 9876 found worse value: 363.59181693600004. iteration 9877 found worse value: 363.59181693600004. iteration 9878 found worse value: 363.59181693600004. iteration 9878, perturbing to get out of local maxima iteration 9879 found worse value: 363.59181693600004. iteration 9879, perturbing to get out of local maxima iteration 9880 found worse value: 363.59181693600004. iteration 9881 found worse value: 363.59181693600004. iteration 9882 found worse value: 363.59181693600004. iteration 9883 found worse value: 363.59181693600004. iteration 9884 found worse value: 363.59181693600004. iteration 9885 found worse value: 363.59181693600004. iteration 9885, perturbing to get out of local maxima iteration 9886 found worse value: 363.59181693600004. iteration 9887 found worse value: 363.59181693600004. iteration 9888 found worse value: 363.59181693600004. iteration 9889 found worse value: 363.59181693600004. iteration 9890 found worse value: 363.59181693600004. iteration 9891 found worse value: 363.59181693600004. iteration 9891, perturbing to get out of local maxima iteration 9892 found worse value: 363.59181693600004. iteration 9893 found worse value: 363.59181693600004. iteration 9893, perturbing to get out of local maxima iteration 9894 found worse value: 363.59181693600004. iteration 9894, perturbing to get out of local maxima iteration 9895 found worse value: 363.59181693600004. iteration 9896 found worse value: 363.59181693600004. iteration 9897 found worse value: 363.59181693600004. iteration 9897, perturbing to get out of local maxima iteration 9898 found worse value: 363.59181693600004. iteration 9899 found worse value: 363.59181693600004. iteration 9899, perturbing to get out of local maxima iteration 9900 found worse value: 363.59181693600004. iteration 9901 found worse value: 363.59181693600004. iteration 9902 found worse value: 363.59181693600004. iteration 9902, perturbing to get out of local maxima iteration 9903 found worse value: 363.59181693600004. iteration 9904 found worse value: 363.59181693600004. iteration 9904, perturbing to get out of local maxima iteration 9905 found worse value: 363.59181693600004. iteration 9906 found worse value: 363.59181693600004. iteration 9906, perturbing to get out of local maxima iteration 9907 found worse value: 363.59181693600004. iteration 9908 found worse value: 363.59181693600004. iteration 9908, perturbing to get out of local maxima iteration 9909 found worse value: 363.59181693600004. iteration 9910 found worse value: 363.59181693600004. iteration 9910, perturbing to get out of local maxima iteration 9911 found worse value: 363.59181693600004. iteration 9912 found worse value: 363.59181693600004. iteration 9913 found worse value: 363.59181693600004. iteration 9914 found worse value: 363.59181693600004. iteration 9914, perturbing to get out of local maxima iteration 9915 found worse value: 363.59181693600004. iteration 9916 found worse value: 363.59181693600004. iteration 9917 found worse value: 363.59181693600004. iteration 9918 found worse value: 363.59181693600004. iteration 9919 found worse value: 363.59181693600004. iteration 9919, perturbing to get out of local maxima iteration 9920 found worse value: 363.59181693600004. iteration 9921 found worse value: 363.59181693600004. iteration 9922 found worse value: 363.59181693600004. iteration 9923 found worse value: 363.59181693600004. iteration 9924 found worse value: 363.59181693600004. iteration 9925 found worse value: 363.59181693600004. iteration 9926 found worse value: 363.59181693600004. iteration 9926, perturbing to get out of local maxima iteration 9927 found worse value: 363.59181693600004. iteration 9927, perturbing to get out of local maxima iteration 9928 found worse value: 363.59181693600004. iteration 9929 found worse value: 363.59181693600004. iteration 9929, perturbing to get out of local maxima iteration 9930 found worse value: 363.59181693600004. iteration 9931 found worse value: 363.59181693600004. iteration 9932 found worse value: 363.59181693600004. iteration 9932, perturbing to get out of local maxima iteration 9933 found worse value: 363.59181693600004. iteration 9934 found worse value: 363.59181693600004. iteration 9934, perturbing to get out of local maxima iteration 9935 found worse value: 363.59181693600004. iteration 9935, perturbing to get out of local maxima iteration 9936 found worse value: 363.59181693600004. iteration 9937 found worse value: 363.59181693600004. iteration 9938 found worse value: 363.59181693600004. iteration 9939 found worse value: 363.59181693600004. iteration 9940 found worse value: 363.59181693600004. iteration 9940, perturbing to get out of local maxima iteration 9941 found worse value: 363.59181693600004. iteration 9941, perturbing to get out of local maxima iteration 9942 found worse value: 363.59181693600004. iteration 9943 found worse value: 363.59181693600004. iteration 9943, perturbing to get out of local maxima iteration 9944 found worse value: 363.59181693600004. iteration 9945 found worse value: 363.59181693600004. iteration 9946 found worse value: 363.59181693600004. iteration 9946, perturbing to get out of local maxima iteration 9947 found worse value: 363.59181693600004. iteration 9947, perturbing to get out of local maxima iteration 9948 found worse value: 363.59181693600004. iteration 9949 found worse value: 363.59181693600004. iteration 9950 found worse value: 363.59181693600004. iteration 9951 found worse value: 363.59181693600004. iteration 9951, perturbing to get out of local maxima iteration 9952 found worse value: 363.59181693600004. iteration 9952, perturbing to get out of local maxima iteration 9953 found worse value: 363.59181693600004. iteration 9953, perturbing to get out of local maxima iteration 9954 found worse value: 363.59181693600004. iteration 9955 found worse value: 363.59181693600004. iteration 9956 found worse value: 363.59181693600004. iteration 9956, perturbing to get out of local maxima iteration 9957 found worse value: 363.59181693600004. iteration 9957, perturbing to get out of local maxima iteration 9958 found worse value: 363.59181693600004. iteration 9958, perturbing to get out of local maxima iteration 9959 found worse value: 363.59181693600004. iteration 9960 found worse value: 363.59181693600004. iteration 9961 found worse value: 363.59181693600004. iteration 9961, perturbing to get out of local maxima iteration 9962 found worse value: 363.59181693600004. iteration 9963 found worse value: 363.59181693600004. iteration 9964 found worse value: 363.59181693600004. iteration 9965 found worse value: 363.59181693600004. iteration 9966 found worse value: 363.59181693600004. iteration 9967 found worse value: 363.59181693600004. iteration 9968 found worse value: 363.59181693600004. iteration 9968, perturbing to get out of local maxima iteration 9969 found worse value: 363.59181693600004. iteration 9970 found worse value: 363.59181693600004. iteration 9970, perturbing to get out of local maxima iteration 9971 found worse value: 363.59181693600004. iteration 9971, perturbing to get out of local maxima iteration 9972 found worse value: 363.59181693600004. iteration 9972, perturbing to get out of local maxima iteration 9973 found worse value: 363.59181693600004. iteration 9974 found worse value: 363.59181693600004. iteration 9975 found worse value: 363.59181693600004. iteration 9975, perturbing to get out of local maxima iteration 9976 found worse value: 363.59181693600004. iteration 9977 found worse value: 363.59181693600004. iteration 9978 found worse value: 363.59181693600004. iteration 9979 found worse value: 363.59181693600004. iteration 9979, perturbing to get out of local maxima iteration 9980 found worse value: 363.59181693600004. iteration 9981 found worse value: 363.59181693600004. iteration 9981, perturbing to get out of local maxima iteration 9982 found worse value: 363.59181693600004. iteration 9983 found worse value: 363.59181693600004. iteration 9984 found worse value: 363.59181693600004. iteration 9985 found worse value: 363.59181693600004. iteration 9985, perturbing to get out of local maxima iteration 9986 found worse value: 363.59181693600004. iteration 9987 found worse value: 363.59181693600004. iteration 9988 found worse value: 363.59181693600004. iteration 9989 found worse value: 363.59181693600004. iteration 9989, perturbing to get out of local maxima iteration 9990 found worse value: 363.59181693600004. iteration 9991 found worse value: 363.59181693600004. iteration 9991, perturbing to get out of local maxima iteration 9992 found worse value: 363.59181693600004. iteration 9993 found worse value: 363.59181693600004. iteration 9993, perturbing to get out of local maxima iteration 9994 found worse value: 363.59181693600004. iteration 9995 found worse value: 363.59181693600004. iteration 9996 found worse value: 363.59181693600004. iteration 9997 found worse value: 363.59181693600004. iteration 9998 found worse value: 363.59181693600004. iteration 9999 found worse value: 363.59181693600004. iteration 10000 found worse value: 363.59181693600004. iteration 10000, perturbing to get out of local maxima iteration 10001 found worse value: 363.59181693600004. iteration 10001, perturbing to get out of local maxima iteration 10002 found worse value: 363.59181693600004. iteration 10003 found worse value: 363.59181693600004. iteration 10003, perturbing to get out of local maxima iteration 10004 found worse value: 363.59181693600004. iteration 10004, perturbing to get out of local maxima iteration 10005 found worse value: 363.59181693600004. iteration 10006 found worse value: 363.59181693600004. iteration 10007 found worse value: 363.59181693600004. iteration 10008 found worse value: 363.59181693600004. iteration 10009 found worse value: 363.59181693600004. iteration 10010 found worse value: 363.59181693600004. iteration 10010, perturbing to get out of local maxima iteration 10011 found worse value: 363.59181693600004. iteration 10012 found worse value: 363.59181693600004. iteration 10013 found worse value: 363.59181693600004. iteration 10014 found worse value: 363.59181693600004. iteration 10015 found worse value: 363.59181693600004. iteration 10016 found worse value: 363.59181693600004. iteration 10016, perturbing to get out of local maxima iteration 10017 found worse value: 363.59181693600004. iteration 10018 found worse value: 363.59181693600004. iteration 10019 found worse value: 363.59181693600004. iteration 10020 found worse value: 363.59181693600004. iteration 10020, perturbing to get out of local maxima iteration 10021 found worse value: 363.59181693600004. iteration 10021, perturbing to get out of local maxima iteration 10022 found worse value: 363.59181693600004. iteration 10023 found worse value: 363.59181693600004. iteration 10024 found worse value: 363.59181693600004. iteration 10025 found worse value: 363.59181693600004. iteration 10025, perturbing to get out of local maxima iteration 10026 found worse value: 363.59181693600004. iteration 10026, perturbing to get out of local maxima iteration 10027 found worse value: 363.59181693600004. iteration 10028 found worse value: 363.59181693600004. iteration 10029 found worse value: 363.59181693600004. iteration 10029, perturbing to get out of local maxima iteration 10030 found worse value: 363.59181693600004. iteration 10031 found worse value: 363.59181693600004. iteration 10031, perturbing to get out of local maxima iteration 10032 found worse value: 363.59181693600004. iteration 10033 found worse value: 363.59181693600004. iteration 10034 found worse value: 363.59181693600004. iteration 10035 found worse value: 363.59181693600004. iteration 10036 found worse value: 363.59181693600004. iteration 10037 found worse value: 363.59181693600004. iteration 10037, perturbing to get out of local maxima iteration 10038 found worse value: 363.59181693600004. iteration 10038, perturbing to get out of local maxima iteration 10039 found worse value: 363.59181693600004. iteration 10040 found worse value: 363.59181693600004. iteration 10040, perturbing to get out of local maxima iteration 10041 found worse value: 363.59181693600004. iteration 10042 found worse value: 363.59181693600004. iteration 10042, perturbing to get out of local maxima iteration 10043 found worse value: 363.59181693600004. iteration 10044 found worse value: 363.59181693600004. iteration 10045 found worse value: 363.59181693600004. iteration 10045, perturbing to get out of local maxima iteration 10046 found worse value: 363.59181693600004. iteration 10046, perturbing to get out of local maxima iteration 10047 found worse value: 363.59181693600004. iteration 10047, perturbing to get out of local maxima iteration 10048 found worse value: 363.59181693600004. iteration 10049 found worse value: 363.59181693600004. iteration 10050 found worse value: 363.59181693600004. iteration 10051 found worse value: 363.59181693600004. iteration 10051, perturbing to get out of local maxima iteration 10052 found worse value: 363.59181693600004. iteration 10053 found worse value: 363.59181693600004. iteration 10053, perturbing to get out of local maxima iteration 10054 found worse value: 363.59181693600004. iteration 10054, perturbing to get out of local maxima iteration 10055 found worse value: 363.59181693600004. iteration 10056 found worse value: 363.59181693600004. iteration 10056, perturbing to get out of local maxima iteration 10057 found worse value: 363.59181693600004. iteration 10057, perturbing to get out of local maxima iteration 10058 found worse value: 363.59181693600004. iteration 10059 found worse value: 363.59181693600004. iteration 10060 found worse value: 363.59181693600004. iteration 10061 found worse value: 363.59181693600004. iteration 10062 found worse value: 363.59181693600004. iteration 10062, perturbing to get out of local maxima iteration 10063 found worse value: 363.59181693600004. iteration 10063, perturbing to get out of local maxima iteration 10064 found worse value: 363.59181693600004. iteration 10065 found worse value: 363.59181693600004. iteration 10066 found worse value: 363.59181693600004. iteration 10066, perturbing to get out of local maxima iteration 10067 found worse value: 363.59181693600004. iteration 10068 found worse value: 363.59181693600004. iteration 10068, perturbing to get out of local maxima iteration 10069 found worse value: 363.59181693600004. iteration 10070 found worse value: 363.59181693600004. iteration 10070, perturbing to get out of local maxima iteration 10071 found worse value: 363.59181693600004. iteration 10072 found worse value: 363.59181693600004. iteration 10073 found worse value: 363.59181693600004. iteration 10074 found worse value: 363.59181693600004. iteration 10075 found worse value: 363.59181693600004. iteration 10075, perturbing to get out of local maxima iteration 10076 found worse value: 363.59181693600004. iteration 10077 found worse value: 363.59181693600004. iteration 10077, perturbing to get out of local maxima iteration 10078 found worse value: 363.59181693600004. iteration 10079 found worse value: 363.59181693600004. iteration 10079, perturbing to get out of local maxima iteration 10080 found worse value: 363.59181693600004. iteration 10080, perturbing to get out of local maxima iteration 10081 found worse value: 363.59181693600004. iteration 10082 found worse value: 363.59181693600004. iteration 10083 found worse value: 363.59181693600004. iteration 10084 found worse value: 363.59181693600004. iteration 10085 found worse value: 363.59181693600004. iteration 10086 found worse value: 363.59181693600004. iteration 10086, perturbing to get out of local maxima iteration 10087 found worse value: 363.59181693600004. iteration 10088 found worse value: 363.59181693600004. iteration 10088, perturbing to get out of local maxima iteration 10089 found worse value: 363.59181693600004. iteration 10090 found worse value: 363.59181693600004. iteration 10091 found worse value: 363.59181693600004. iteration 10092 found worse value: 363.59181693600004. iteration 10092, perturbing to get out of local maxima iteration 10093 found worse value: 363.59181693600004. iteration 10094 found worse value: 363.59181693600004. iteration 10095 found worse value: 363.59181693600004. iteration 10096 found worse value: 363.59181693600004. iteration 10096, perturbing to get out of local maxima iteration 10097 found worse value: 363.59181693600004. iteration 10097, perturbing to get out of local maxima iteration 10098 found worse value: 363.59181693600004. iteration 10099 found worse value: 363.59181693600004. iteration 10100 found worse value: 363.59181693600004. iteration 10100, perturbing to get out of local maxima iteration 10101 found worse value: 363.59181693600004. iteration 10102 found worse value: 363.59181693600004. iteration 10102, perturbing to get out of local maxima iteration 10103 found worse value: 363.59181693600004. iteration 10104 found worse value: 363.59181693600004. iteration 10105 found worse value: 363.59181693600004. iteration 10106 found worse value: 363.59181693600004. iteration 10107 found worse value: 363.59181693600004. iteration 10107, perturbing to get out of local maxima iteration 10108 found worse value: 363.59181693600004. iteration 10109 found worse value: 363.59181693600004. iteration 10110 found worse value: 363.59181693600004. iteration 10110, perturbing to get out of local maxima iteration 10111 found worse value: 363.59181693600004. iteration 10112 found worse value: 363.59181693600004. iteration 10113 found worse value: 363.59181693600004. iteration 10113, perturbing to get out of local maxima iteration 10114 found worse value: 363.59181693600004. iteration 10115 found worse value: 363.59181693600004. iteration 10116 found worse value: 363.59181693600004. iteration 10117 found worse value: 363.59181693600004. iteration 10118 found worse value: 363.59181693600004. iteration 10119 found worse value: 363.59181693600004. iteration 10120 found worse value: 363.59181693600004. iteration 10120, perturbing to get out of local maxima iteration 10121 found worse value: 363.59181693600004. iteration 10121, perturbing to get out of local maxima iteration 10122 found worse value: 363.59181693600004. iteration 10122, perturbing to get out of local maxima iteration 10123 found worse value: 363.59181693600004. iteration 10124 found worse value: 363.59181693600004. iteration 10124, perturbing to get out of local maxima iteration 10125 found worse value: 363.59181693600004. iteration 10126 found worse value: 363.59181693600004. iteration 10127 found worse value: 363.59181693600004. iteration 10128 found worse value: 363.59181693600004. iteration 10128, perturbing to get out of local maxima iteration 10129 found worse value: 363.59181693600004. iteration 10130 found worse value: 363.59181693600004. iteration 10130, perturbing to get out of local maxima iteration 10131 found worse value: 363.59181693600004. iteration 10132 found worse value: 363.59181693600004. iteration 10133 found worse value: 363.59181693600004. iteration 10134 found worse value: 363.59181693600004. iteration 10135 found worse value: 363.59181693600004. iteration 10136 found worse value: 363.59181693600004. iteration 10137 found worse value: 363.59181693600004. iteration 10138 found worse value: 363.59181693600004. iteration 10139 found worse value: 363.59181693600004. iteration 10139, perturbing to get out of local maxima iteration 10140 found worse value: 363.59181693600004. iteration 10140, perturbing to get out of local maxima iteration 10141 found worse value: 363.59181693600004. iteration 10142 found worse value: 363.59181693600004. iteration 10142, perturbing to get out of local maxima iteration 10143 found worse value: 363.59181693600004. iteration 10143, perturbing to get out of local maxima iteration 10144 found worse value: 363.59181693600004. iteration 10144, perturbing to get out of local maxima iteration 10145 found worse value: 363.59181693600004. iteration 10145, perturbing to get out of local maxima iteration 10146 found worse value: 363.59181693600004. iteration 10146, perturbing to get out of local maxima iteration 10147 found worse value: 363.59181693600004. iteration 10148 found worse value: 363.59181693600004. iteration 10149 found worse value: 363.59181693600004. iteration 10150 found worse value: 363.59181693600004. iteration 10150, perturbing to get out of local maxima iteration 10151 found worse value: 363.59181693600004. iteration 10152 found worse value: 363.59181693600004. iteration 10153 found worse value: 363.59181693600004. iteration 10153, perturbing to get out of local maxima iteration 10154 found worse value: 363.59181693600004. iteration 10155 found worse value: 363.59181693600004. iteration 10156 found worse value: 363.59181693600004. iteration 10157 found worse value: 363.59181693600004. iteration 10157, perturbing to get out of local maxima iteration 10158 found worse value: 363.59181693600004. iteration 10159 found worse value: 363.59181693600004. iteration 10160 found worse value: 363.59181693600004. iteration 10160, perturbing to get out of local maxima iteration 10161 found worse value: 363.59181693600004. iteration 10162 found worse value: 363.59181693600004. iteration 10163 found worse value: 363.59181693600004. iteration 10164 found worse value: 363.59181693600004. iteration 10164, perturbing to get out of local maxima iteration 10165 found worse value: 363.59181693600004. iteration 10166 found worse value: 363.59181693600004. iteration 10167 found worse value: 363.59181693600004. iteration 10168 found worse value: 363.59181693600004. iteration 10169 found worse value: 363.59181693600004. iteration 10170 found worse value: 363.59181693600004. iteration 10171 found worse value: 363.59181693600004. iteration 10172 found worse value: 363.59181693600004. iteration 10173 found worse value: 363.59181693600004. iteration 10174 found worse value: 363.59181693600004. iteration 10175 found worse value: 363.59181693600004. iteration 10175, perturbing to get out of local maxima iteration 10176 found worse value: 363.59181693600004. iteration 10177 found worse value: 363.59181693600004. iteration 10178 found worse value: 363.59181693600004. iteration 10178, perturbing to get out of local maxima iteration 10179 found worse value: 363.59181693600004. iteration 10179, perturbing to get out of local maxima iteration 10180 found worse value: 363.59181693600004. iteration 10181 found worse value: 363.59181693600004. iteration 10182 found worse value: 363.59181693600004. iteration 10183 found worse value: 363.59181693600004. iteration 10183, perturbing to get out of local maxima iteration 10184 found worse value: 363.59181693600004. iteration 10184, perturbing to get out of local maxima iteration 10185 found worse value: 363.59181693600004. iteration 10186 found worse value: 363.59181693600004. iteration 10187 found worse value: 363.59181693600004. iteration 10188 found worse value: 363.59181693600004. iteration 10189 found worse value: 363.59181693600004. iteration 10190 found worse value: 363.59181693600004. iteration 10190, perturbing to get out of local maxima iteration 10191 found worse value: 363.59181693600004. iteration 10191, perturbing to get out of local maxima iteration 10192 found worse value: 363.59181693600004. iteration 10192, perturbing to get out of local maxima iteration 10193 found worse value: 363.59181693600004. iteration 10193, perturbing to get out of local maxima iteration 10194 found worse value: 363.59181693600004. iteration 10194, perturbing to get out of local maxima iteration 10195 found worse value: 363.59181693600004. iteration 10195, perturbing to get out of local maxima iteration 10196 found worse value: 363.59181693600004. iteration 10197 found worse value: 363.59181693600004. iteration 10198 found worse value: 363.59181693600004. iteration 10199 found worse value: 363.59181693600004. iteration 10200 found worse value: 363.59181693600004. iteration 10200, perturbing to get out of local maxima iteration 10201 found worse value: 363.59181693600004. iteration 10202 found worse value: 363.59181693600004. iteration 10203 found worse value: 363.59181693600004. iteration 10204 found worse value: 363.59181693600004. iteration 10205 found worse value: 363.59181693600004. iteration 10206 found worse value: 363.59181693600004. iteration 10206, perturbing to get out of local maxima iteration 10207 found worse value: 363.59181693600004. iteration 10208 found worse value: 363.59181693600004. iteration 10208, perturbing to get out of local maxima iteration 10209 found worse value: 363.59181693600004. iteration 10210 found worse value: 363.59181693600004. iteration 10211 found worse value: 363.59181693600004. iteration 10211, perturbing to get out of local maxima iteration 10212 found worse value: 363.59181693600004. iteration 10213 found worse value: 363.59181693600004. iteration 10214 found worse value: 363.59181693600004. iteration 10215 found worse value: 363.59181693600004. iteration 10216 found worse value: 363.59181693600004. iteration 10217 found worse value: 363.59181693600004. iteration 10218 found worse value: 363.59181693600004. iteration 10218, perturbing to get out of local maxima iteration 10219 found worse value: 363.59181693600004. iteration 10220 found worse value: 363.59181693600004. iteration 10220, perturbing to get out of local maxima iteration 10221 found worse value: 363.59181693600004. iteration 10222 found worse value: 363.59181693600004. iteration 10223 found worse value: 363.59181693600004. iteration 10224 found worse value: 363.59181693600004. iteration 10224, perturbing to get out of local maxima iteration 10225 found worse value: 363.59181693600004. iteration 10225, perturbing to get out of local maxima iteration 10226 found worse value: 363.59181693600004. iteration 10226, perturbing to get out of local maxima iteration 10227 found worse value: 363.59181693600004. iteration 10228 found worse value: 363.59181693600004. iteration 10229 found worse value: 363.59181693600004. iteration 10229, perturbing to get out of local maxima iteration 10230 found worse value: 363.59181693600004. iteration 10230, perturbing to get out of local maxima iteration 10231 found worse value: 363.59181693600004. iteration 10232 found worse value: 363.59181693600004. iteration 10233 found worse value: 363.59181693600004. iteration 10234 found worse value: 363.59181693600004. iteration 10234, perturbing to get out of local maxima iteration 10235 found worse value: 363.59181693600004. iteration 10236 found worse value: 363.59181693600004. iteration 10237 found worse value: 363.59181693600004. iteration 10238 found worse value: 363.59181693600004. iteration 10238, perturbing to get out of local maxima iteration 10239 found worse value: 363.59181693600004. iteration 10239, perturbing to get out of local maxima iteration 10240 found worse value: 363.59181693600004. iteration 10241 found worse value: 363.59181693600004. iteration 10242 found worse value: 363.59181693600004. iteration 10243 found worse value: 363.59181693600004. iteration 10243, perturbing to get out of local maxima iteration 10244 found worse value: 363.59181693600004. iteration 10245 found worse value: 363.59181693600004. iteration 10245, perturbing to get out of local maxima iteration 10246 found worse value: 363.59181693600004. iteration 10246, perturbing to get out of local maxima iteration 10247 found worse value: 363.59181693600004. iteration 10248 found worse value: 363.59181693600004. iteration 10248, perturbing to get out of local maxima iteration 10249 found worse value: 363.59181693600004. iteration 10250 found worse value: 363.59181693600004. iteration 10251 found worse value: 363.59181693600004. iteration 10252 found worse value: 363.59181693600004. iteration 10252, perturbing to get out of local maxima iteration 10253 found worse value: 363.59181693600004. iteration 10254 found worse value: 363.59181693600004. iteration 10255 found worse value: 363.59181693600004. iteration 10256 found worse value: 363.59181693600004. iteration 10257 found worse value: 363.59181693600004. iteration 10257, perturbing to get out of local maxima iteration 10258 found worse value: 363.59181693600004. iteration 10258, perturbing to get out of local maxima iteration 10259 found worse value: 363.59181693600004. iteration 10259, perturbing to get out of local maxima iteration 10260 found worse value: 363.59181693600004. iteration 10261 found worse value: 363.59181693600004. iteration 10262 found worse value: 363.59181693600004. iteration 10263 found worse value: 363.59181693600004. iteration 10264 found worse value: 363.59181693600004. iteration 10264, perturbing to get out of local maxima iteration 10265 found worse value: 363.59181693600004. iteration 10265, perturbing to get out of local maxima iteration 10266 found worse value: 363.59181693600004. iteration 10267 found worse value: 363.59181693600004. iteration 10268 found worse value: 363.59181693600004. iteration 10268, perturbing to get out of local maxima iteration 10269 found worse value: 363.59181693600004. iteration 10270 found worse value: 363.59181693600004. iteration 10271 found worse value: 363.59181693600004. iteration 10272 found worse value: 363.59181693600004. iteration 10273 found worse value: 363.59181693600004. iteration 10274 found worse value: 363.59181693600004. iteration 10275 found worse value: 363.59181693600004. iteration 10275, perturbing to get out of local maxima iteration 10276 found worse value: 363.59181693600004. iteration 10276, perturbing to get out of local maxima iteration 10277 found worse value: 363.59181693600004. iteration 10278 found worse value: 363.59181693600004. iteration 10279 found worse value: 363.59181693600004. iteration 10280 found worse value: 363.59181693600004. iteration 10280, perturbing to get out of local maxima iteration 10281 found worse value: 363.59181693600004. iteration 10281, perturbing to get out of local maxima iteration 10282 found worse value: 363.59181693600004. iteration 10282, perturbing to get out of local maxima iteration 10283 found worse value: 363.59181693600004. iteration 10284 found worse value: 363.59181693600004. iteration 10285 found worse value: 363.59181693600004. iteration 10286 found worse value: 363.59181693600004. iteration 10286, perturbing to get out of local maxima iteration 10287 found worse value: 363.59181693600004. iteration 10287, perturbing to get out of local maxima iteration 10288 found worse value: 363.59181693600004. iteration 10288, perturbing to get out of local maxima iteration 10289 found worse value: 363.59181693600004. iteration 10290 found worse value: 363.59181693600004. iteration 10290, perturbing to get out of local maxima iteration 10291 found worse value: 363.59181693600004. iteration 10292 found worse value: 363.59181693600004. iteration 10293 found worse value: 363.59181693600004. iteration 10294 found worse value: 363.59181693600004. iteration 10295 found worse value: 363.59181693600004. iteration 10295, perturbing to get out of local maxima iteration 10296 found worse value: 363.59181693600004. iteration 10296, perturbing to get out of local maxima iteration 10297 found worse value: 363.59181693600004. iteration 10298 found worse value: 363.59181693600004. iteration 10299 found worse value: 363.59181693600004. iteration 10299, perturbing to get out of local maxima iteration 10300 found worse value: 363.59181693600004. iteration 10301 found worse value: 363.59181693600004. iteration 10302 found worse value: 363.59181693600004. iteration 10303 found worse value: 363.59181693600004. iteration 10303, perturbing to get out of local maxima iteration 10304 found worse value: 363.59181693600004. iteration 10304, perturbing to get out of local maxima iteration 10305 found worse value: 363.59181693600004. iteration 10306 found worse value: 363.59181693600004. iteration 10306, perturbing to get out of local maxima iteration 10307 found worse value: 363.59181693600004. iteration 10307, perturbing to get out of local maxima iteration 10308 found worse value: 363.59181693600004. iteration 10308, perturbing to get out of local maxima iteration 10309 found worse value: 363.59181693600004. iteration 10309, perturbing to get out of local maxima iteration 10310 found worse value: 363.59181693600004. iteration 10311 found worse value: 363.59181693600004. iteration 10311, perturbing to get out of local maxima iteration 10312 found worse value: 363.59181693600004. iteration 10313 found worse value: 363.59181693600004. iteration 10314 found worse value: 363.59181693600004. iteration 10315 found worse value: 363.59181693600004. iteration 10316 found worse value: 363.59181693600004. iteration 10317 found worse value: 363.59181693600004. iteration 10318 found worse value: 363.59181693600004. iteration 10319 found worse value: 363.59181693600004. iteration 10319, perturbing to get out of local maxima iteration 10320 found worse value: 363.59181693600004. iteration 10321 found worse value: 363.59181693600004. iteration 10322 found worse value: 363.59181693600004. iteration 10323 found worse value: 363.59181693600004. iteration 10323, perturbing to get out of local maxima iteration 10324 found worse value: 363.59181693600004. iteration 10324, perturbing to get out of local maxima iteration 10325 found worse value: 363.59181693600004. iteration 10326 found worse value: 363.59181693600004. iteration 10326, perturbing to get out of local maxima iteration 10327 found worse value: 363.59181693600004. iteration 10328 found worse value: 363.59181693600004. iteration 10329 found worse value: 363.59181693600004. iteration 10330 found worse value: 363.59181693600004. iteration 10331 found worse value: 363.59181693600004. iteration 10332 found worse value: 363.59181693600004. iteration 10333 found worse value: 363.59181693600004. iteration 10333, perturbing to get out of local maxima iteration 10334 found worse value: 363.59181693600004. iteration 10335 found worse value: 363.59181693600004. iteration 10335, perturbing to get out of local maxima iteration 10336 found worse value: 363.59181693600004. iteration 10337 found worse value: 363.59181693600004. iteration 10338 found worse value: 363.59181693600004. iteration 10338, perturbing to get out of local maxima iteration 10339 found worse value: 363.59181693600004. iteration 10340 found worse value: 363.59181693600004. iteration 10341 found worse value: 363.59181693600004. iteration 10341, perturbing to get out of local maxima iteration 10342 found worse value: 363.59181693600004. iteration 10343 found worse value: 363.59181693600004. iteration 10344 found worse value: 363.59181693600004. iteration 10344, perturbing to get out of local maxima iteration 10345 found worse value: 363.59181693600004. iteration 10345, perturbing to get out of local maxima iteration 10346 found worse value: 363.59181693600004. iteration 10347 found worse value: 363.59181693600004. iteration 10347, perturbing to get out of local maxima iteration 10348 found worse value: 363.59181693600004. iteration 10349 found worse value: 363.59181693600004. iteration 10349, perturbing to get out of local maxima iteration 10350 found worse value: 363.59181693600004. iteration 10351 found worse value: 363.59181693600004. iteration 10352 found worse value: 363.59181693600004. iteration 10352, perturbing to get out of local maxima iteration 10353 found worse value: 363.59181693600004. iteration 10353, perturbing to get out of local maxima iteration 10354 found worse value: 363.59181693600004. iteration 10355 found worse value: 363.59181693600004. iteration 10356 found worse value: 363.59181693600004. iteration 10356, perturbing to get out of local maxima iteration 10357 found worse value: 363.59181693600004. iteration 10358 found worse value: 363.59181693600004. iteration 10359 found worse value: 363.59181693600004. iteration 10360 found worse value: 363.59181693600004. iteration 10361 found worse value: 363.59181693600004. iteration 10362 found worse value: 363.59181693600004. iteration 10363 found worse value: 363.59181693600004. iteration 10364 found worse value: 363.59181693600004. iteration 10364, perturbing to get out of local maxima iteration 10365 found worse value: 363.59181693600004. iteration 10366 found worse value: 363.59181693600004. iteration 10367 found worse value: 363.59181693600004. iteration 10368 found worse value: 363.59181693600004. iteration 10369 found worse value: 363.59181693600004. iteration 10369, perturbing to get out of local maxima iteration 10370 found worse value: 363.59181693600004. iteration 10371 found worse value: 363.59181693600004. iteration 10372 found worse value: 363.59181693600004. iteration 10373 found worse value: 363.59181693600004. iteration 10374 found worse value: 363.59181693600004. iteration 10375 found worse value: 363.59181693600004. iteration 10376 found worse value: 363.59181693600004. iteration 10376, perturbing to get out of local maxima iteration 10377 found worse value: 363.59181693600004. iteration 10378 found worse value: 363.59181693600004. iteration 10379 found worse value: 363.59181693600004. iteration 10380 found worse value: 363.59181693600004. iteration 10381 found worse value: 363.59181693600004. iteration 10382 found worse value: 363.59181693600004. iteration 10382, perturbing to get out of local maxima iteration 10383 found worse value: 363.59181693600004. iteration 10383, perturbing to get out of local maxima iteration 10384 found worse value: 363.59181693600004. iteration 10385 found worse value: 363.59181693600004. iteration 10386 found worse value: 363.59181693600004. iteration 10386, perturbing to get out of local maxima iteration 10387 found worse value: 363.59181693600004. iteration 10388 found worse value: 363.59181693600004. iteration 10388, perturbing to get out of local maxima iteration 10389 found worse value: 363.59181693600004. iteration 10390 found worse value: 363.59181693600004. iteration 10391 found worse value: 363.59181693600004. iteration 10392 found worse value: 363.59181693600004. iteration 10392, perturbing to get out of local maxima iteration 10393 found worse value: 363.59181693600004. iteration 10394 found worse value: 363.59181693600004. iteration 10394, perturbing to get out of local maxima iteration 10395 found worse value: 363.59181693600004. iteration 10396 found worse value: 363.59181693600004. iteration 10397 found worse value: 363.59181693600004. iteration 10398 found worse value: 363.59181693600004. iteration 10399 found worse value: 363.59181693600004. iteration 10399, perturbing to get out of local maxima iteration 10400 found worse value: 363.59181693600004. iteration 10401 found worse value: 363.59181693600004. iteration 10401, perturbing to get out of local maxima iteration 10402 found worse value: 363.59181693600004. iteration 10403 found worse value: 363.59181693600004. iteration 10404 found worse value: 363.59181693600004. iteration 10405 found worse value: 363.59181693600004. iteration 10405, perturbing to get out of local maxima iteration 10406 found worse value: 363.59181693600004. iteration 10406, perturbing to get out of local maxima iteration 10407 found worse value: 363.59181693600004. iteration 10408 found worse value: 363.59181693600004. iteration 10408, perturbing to get out of local maxima iteration 10409 found worse value: 363.59181693600004. iteration 10409, perturbing to get out of local maxima iteration 10410 found worse value: 363.59181693600004. iteration 10411 found worse value: 363.59181693600004. iteration 10412 found worse value: 363.59181693600004. iteration 10413 found worse value: 363.59181693600004. iteration 10414 found worse value: 363.59181693600004. iteration 10415 found worse value: 363.59181693600004. iteration 10416 found worse value: 363.59181693600004. iteration 10417 found worse value: 363.59181693600004. iteration 10418 found worse value: 363.59181693600004. iteration 10419 found worse value: 363.59181693600004. iteration 10420 found worse value: 363.59181693600004. iteration 10420, perturbing to get out of local maxima iteration 10421 found worse value: 363.59181693600004. iteration 10422 found worse value: 363.59181693600004. iteration 10423 found worse value: 363.59181693600004. iteration 10424 found worse value: 363.59181693600004. iteration 10424, perturbing to get out of local maxima iteration 10425 found worse value: 363.59181693600004. iteration 10426 found worse value: 363.59181693600004. iteration 10427 found worse value: 363.59181693600004. iteration 10428 found worse value: 363.59181693600004. iteration 10429 found worse value: 363.59181693600004. iteration 10429, perturbing to get out of local maxima iteration 10430 found worse value: 363.59181693600004. iteration 10431 found worse value: 363.59181693600004. iteration 10431, perturbing to get out of local maxima iteration 10432 found worse value: 363.59181693600004. iteration 10432, perturbing to get out of local maxima iteration 10433 found worse value: 363.59181693600004. iteration 10433, perturbing to get out of local maxima iteration 10434 found worse value: 363.59181693600004. iteration 10435 found worse value: 363.59181693600004. iteration 10436 found worse value: 363.59181693600004. iteration 10437 found worse value: 363.59181693600004. iteration 10438 found worse value: 363.59181693600004. iteration 10438, perturbing to get out of local maxima iteration 10439 found worse value: 363.59181693600004. iteration 10440 found worse value: 363.59181693600004. iteration 10440, perturbing to get out of local maxima iteration 10441 found worse value: 363.59181693600004. iteration 10441, perturbing to get out of local maxima iteration 10442 found worse value: 363.59181693600004. iteration 10443 found worse value: 363.59181693600004. iteration 10444 found worse value: 363.59181693600004. iteration 10445 found worse value: 363.59181693600004. iteration 10446 found worse value: 363.59181693600004. iteration 10447 found worse value: 363.59181693600004. iteration 10448 found worse value: 363.59181693600004. iteration 10449 found worse value: 363.59181693600004. iteration 10450 found worse value: 363.59181693600004. iteration 10451 found worse value: 363.59181693600004. iteration 10452 found worse value: 363.59181693600004. iteration 10453 found worse value: 363.59181693600004. iteration 10454 found worse value: 363.59181693600004. iteration 10454, perturbing to get out of local maxima iteration 10455 found worse value: 363.59181693600004. iteration 10456 found worse value: 363.59181693600004. iteration 10456, perturbing to get out of local maxima iteration 10457 found worse value: 363.59181693600004. iteration 10458 found worse value: 363.59181693600004. iteration 10459 found worse value: 363.59181693600004. iteration 10460 found worse value: 363.59181693600004. iteration 10461 found worse value: 363.59181693600004. iteration 10462 found worse value: 363.59181693600004. iteration 10463 found worse value: 363.59181693600004. iteration 10464 found worse value: 363.59181693600004. iteration 10465 found worse value: 363.59181693600004. iteration 10465, perturbing to get out of local maxima iteration 10466 found worse value: 363.59181693600004. iteration 10467 found worse value: 363.59181693600004. iteration 10467, perturbing to get out of local maxima iteration 10468 found worse value: 363.59181693600004. iteration 10469 found worse value: 363.59181693600004. iteration 10469, perturbing to get out of local maxima iteration 10470 found worse value: 363.59181693600004. iteration 10471 found worse value: 363.59181693600004. iteration 10472 found worse value: 363.59181693600004. iteration 10473 found worse value: 363.59181693600004. iteration 10473, perturbing to get out of local maxima iteration 10474 found worse value: 363.59181693600004. iteration 10475 found worse value: 363.59181693600004. iteration 10475, perturbing to get out of local maxima iteration 10476 found worse value: 363.59181693600004. iteration 10477 found worse value: 363.59181693600004. iteration 10478 found worse value: 363.59181693600004. iteration 10479 found worse value: 363.59181693600004. iteration 10480 found worse value: 363.59181693600004. iteration 10480, perturbing to get out of local maxima iteration 10481 found worse value: 363.59181693600004. iteration 10482 found worse value: 363.59181693600004. iteration 10482, perturbing to get out of local maxima iteration 10483 found worse value: 363.59181693600004. iteration 10483, perturbing to get out of local maxima iteration 10484 found worse value: 363.59181693600004. iteration 10485 found worse value: 363.59181693600004. iteration 10486 found worse value: 363.59181693600004. iteration 10486, perturbing to get out of local maxima iteration 10487 found worse value: 363.59181693600004. iteration 10488 found worse value: 363.59181693600004. iteration 10488, perturbing to get out of local maxima iteration 10489 found worse value: 363.59181693600004. iteration 10489, perturbing to get out of local maxima iteration 10490 found worse value: 363.59181693600004. iteration 10491 found worse value: 363.59181693600004. iteration 10492 found worse value: 363.59181693600004. iteration 10492, perturbing to get out of local maxima iteration 10493 found worse value: 363.59181693600004. iteration 10493, perturbing to get out of local maxima iteration 10494 found worse value: 363.59181693600004. iteration 10494, perturbing to get out of local maxima iteration 10495 found worse value: 363.59181693600004. iteration 10495, perturbing to get out of local maxima iteration 10496 found worse value: 363.59181693600004. iteration 10497 found worse value: 363.59181693600004. iteration 10498 found worse value: 363.59181693600004. iteration 10499 found worse value: 363.59181693600004. iteration 10499, perturbing to get out of local maxima iteration 10500 found worse value: 363.59181693600004. iteration 10501 found worse value: 363.59181693600004. iteration 10502 found worse value: 363.59181693600004. iteration 10503 found worse value: 363.59181693600004. iteration 10504 found worse value: 363.59181693600004. iteration 10504, perturbing to get out of local maxima iteration 10505 found worse value: 363.59181693600004. iteration 10505, perturbing to get out of local maxima iteration 10506 found worse value: 363.59181693600004. iteration 10507 found worse value: 363.59181693600004. iteration 10508 found worse value: 363.59181693600004. iteration 10508, perturbing to get out of local maxima iteration 10509 found worse value: 363.59181693600004. iteration 10510 found worse value: 363.59181693600004. iteration 10511 found worse value: 363.59181693600004. iteration 10511, perturbing to get out of local maxima iteration 10512 found worse value: 363.59181693600004. iteration 10513 found worse value: 363.59181693600004. iteration 10514 found worse value: 363.59181693600004. iteration 10515 found worse value: 363.59181693600004. iteration 10516 found worse value: 363.59181693600004. iteration 10516, perturbing to get out of local maxima iteration 10517 found worse value: 363.59181693600004. iteration 10518 found worse value: 363.59181693600004. iteration 10519 found worse value: 363.59181693600004. iteration 10519, perturbing to get out of local maxima iteration 10520 found worse value: 363.59181693600004. iteration 10521 found worse value: 363.59181693600004. iteration 10522 found worse value: 363.59181693600004. iteration 10523 found worse value: 363.59181693600004. iteration 10524 found worse value: 363.59181693600004. iteration 10524, perturbing to get out of local maxima iteration 10525 found worse value: 363.59181693600004. iteration 10526 found worse value: 363.59181693600004. iteration 10526, perturbing to get out of local maxima iteration 10527 found worse value: 363.59181693600004. iteration 10528 found worse value: 363.59181693600004. iteration 10529 found worse value: 363.59181693600004. iteration 10530 found worse value: 363.59181693600004. iteration 10531 found worse value: 363.59181693600004. iteration 10531, perturbing to get out of local maxima iteration 10532 found worse value: 363.59181693600004. iteration 10533 found worse value: 363.59181693600004. iteration 10534 found worse value: 363.59181693600004. iteration 10535 found worse value: 363.59181693600004. iteration 10536 found worse value: 363.59181693600004. iteration 10537 found worse value: 363.59181693600004. iteration 10538 found worse value: 363.59181693600004. iteration 10539 found worse value: 363.59181693600004. iteration 10540 found worse value: 363.59181693600004. iteration 10540, perturbing to get out of local maxima iteration 10541 found worse value: 363.59181693600004. iteration 10542 found worse value: 363.59181693600004. iteration 10543 found worse value: 363.59181693600004. iteration 10543, perturbing to get out of local maxima iteration 10544 found worse value: 363.59181693600004. iteration 10545 found worse value: 363.59181693600004. iteration 10546 found worse value: 363.59181693600004. iteration 10547 found worse value: 363.59181693600004. iteration 10548 found worse value: 363.59181693600004. iteration 10549 found worse value: 363.59181693600004. iteration 10550 found worse value: 363.59181693600004. iteration 10551 found worse value: 363.59181693600004. iteration 10552 found worse value: 363.59181693600004. iteration 10552, perturbing to get out of local maxima iteration 10553 found worse value: 363.59181693600004. iteration 10554 found worse value: 363.59181693600004. iteration 10554, perturbing to get out of local maxima iteration 10555 found worse value: 363.59181693600004. iteration 10556 found worse value: 363.59181693600004. iteration 10556, perturbing to get out of local maxima iteration 10557 found worse value: 363.59181693600004. iteration 10557, perturbing to get out of local maxima iteration 10558 found worse value: 363.59181693600004. iteration 10559 found worse value: 363.59181693600004. iteration 10560 found worse value: 363.59181693600004. iteration 10561 found worse value: 363.59181693600004. iteration 10562 found worse value: 363.59181693600004. iteration 10563 found worse value: 363.59181693600004. iteration 10563, perturbing to get out of local maxima iteration 10564 found worse value: 363.59181693600004. iteration 10564, perturbing to get out of local maxima iteration 10565 found worse value: 363.59181693600004. iteration 10565, perturbing to get out of local maxima iteration 10566 found worse value: 363.59181693600004. iteration 10567 found worse value: 363.59181693600004. iteration 10568 found worse value: 363.59181693600004. iteration 10569 found worse value: 363.59181693600004. iteration 10570 found worse value: 363.59181693600004. iteration 10570, perturbing to get out of local maxima iteration 10571 found worse value: 363.59181693600004. iteration 10571, perturbing to get out of local maxima iteration 10572 found worse value: 363.59181693600004. iteration 10573 found worse value: 363.59181693600004. iteration 10574 found worse value: 363.59181693600004. iteration 10575 found worse value: 363.59181693600004. iteration 10576 found worse value: 363.59181693600004. iteration 10576, perturbing to get out of local maxima iteration 10577 found worse value: 363.59181693600004. iteration 10578 found worse value: 363.59181693600004. iteration 10579 found worse value: 363.59181693600004. iteration 10580 found worse value: 363.59181693600004. iteration 10581 found worse value: 363.59181693600004. iteration 10582 found worse value: 363.59181693600004. iteration 10582, perturbing to get out of local maxima iteration 10583 found worse value: 363.59181693600004. iteration 10583, perturbing to get out of local maxima iteration 10584 found worse value: 363.59181693600004. iteration 10585 found worse value: 363.59181693600004. iteration 10586 found worse value: 363.59181693600004. iteration 10586, perturbing to get out of local maxima iteration 10587 found worse value: 363.59181693600004. iteration 10588 found worse value: 363.59181693600004. iteration 10589 found worse value: 363.59181693600004. iteration 10589, perturbing to get out of local maxima iteration 10590 found worse value: 363.59181693600004. iteration 10591 found worse value: 363.59181693600004. iteration 10592 found worse value: 363.59181693600004. iteration 10593 found worse value: 363.59181693600004. iteration 10594 found worse value: 363.59181693600004. iteration 10595 found worse value: 363.59181693600004. iteration 10596 found worse value: 363.59181693600004. iteration 10596, perturbing to get out of local maxima iteration 10597 found worse value: 363.59181693600004. iteration 10597, perturbing to get out of local maxima iteration 10598 found worse value: 363.59181693600004. iteration 10598, perturbing to get out of local maxima iteration 10599 found worse value: 363.59181693600004. iteration 10599, perturbing to get out of local maxima iteration 10600 found worse value: 363.59181693600004. iteration 10601 found worse value: 363.59181693600004. iteration 10602 found worse value: 363.59181693600004. iteration 10603 found worse value: 363.59181693600004. iteration 10604 found worse value: 363.59181693600004. iteration 10605 found worse value: 363.59181693600004. iteration 10606 found worse value: 363.59181693600004. iteration 10607 found worse value: 363.59181693600004. iteration 10608 found worse value: 363.59181693600004. iteration 10609 found worse value: 363.59181693600004. iteration 10610 found worse value: 363.59181693600004. iteration 10610, perturbing to get out of local maxima iteration 10611 found worse value: 363.59181693600004. iteration 10612 found worse value: 363.59181693600004. iteration 10613 found worse value: 363.59181693600004. iteration 10614 found worse value: 363.59181693600004. iteration 10614, perturbing to get out of local maxima iteration 10615 found worse value: 363.59181693600004. iteration 10615, perturbing to get out of local maxima iteration 10616 found worse value: 363.59181693600004. iteration 10617 found worse value: 363.59181693600004. iteration 10618 found worse value: 363.59181693600004. iteration 10619 found worse value: 363.59181693600004. iteration 10620 found worse value: 363.59181693600004. iteration 10621 found worse value: 363.59181693600004. iteration 10622 found worse value: 363.59181693600004. iteration 10622, perturbing to get out of local maxima iteration 10623 found worse value: 363.59181693600004. iteration 10624 found worse value: 363.59181693600004. iteration 10625 found worse value: 363.59181693600004. iteration 10626 found worse value: 363.59181693600004. iteration 10627 found worse value: 363.59181693600004. iteration 10628 found worse value: 363.59181693600004. iteration 10628, perturbing to get out of local maxima iteration 10629 found worse value: 363.59181693600004. iteration 10630 found worse value: 363.59181693600004. iteration 10631 found worse value: 363.59181693600004. iteration 10632 found worse value: 363.59181693600004. iteration 10632, perturbing to get out of local maxima iteration 10633 found worse value: 363.59181693600004. iteration 10634 found worse value: 363.59181693600004. iteration 10635 found worse value: 363.59181693600004. iteration 10636 found worse value: 363.59181693600004. iteration 10636, perturbing to get out of local maxima iteration 10637 found worse value: 363.59181693600004. iteration 10637, perturbing to get out of local maxima iteration 10638 found worse value: 363.59181693600004. iteration 10638, perturbing to get out of local maxima iteration 10639 found worse value: 363.59181693600004. iteration 10639, perturbing to get out of local maxima iteration 10640 found worse value: 363.59181693600004. iteration 10640, perturbing to get out of local maxima iteration 10641 found worse value: 363.59181693600004. iteration 10642 found worse value: 363.59181693600004. iteration 10643 found worse value: 363.59181693600004. iteration 10643, perturbing to get out of local maxima iteration 10644 found worse value: 363.59181693600004. iteration 10644, perturbing to get out of local maxima iteration 10645 found worse value: 363.59181693600004. iteration 10646 found worse value: 363.59181693600004. iteration 10646, perturbing to get out of local maxima iteration 10647 found worse value: 363.59181693600004. iteration 10647, perturbing to get out of local maxima iteration 10648 found worse value: 363.59181693600004. iteration 10649 found worse value: 363.59181693600004. iteration 10650 found worse value: 363.59181693600004. iteration 10651 found worse value: 363.59181693600004. iteration 10651, perturbing to get out of local maxima iteration 10652 found worse value: 363.59181693600004. iteration 10652, perturbing to get out of local maxima iteration 10653 found worse value: 363.59181693600004. iteration 10654 found worse value: 363.59181693600004. iteration 10654, perturbing to get out of local maxima iteration 10655 found worse value: 363.59181693600004. iteration 10656 found worse value: 363.59181693600004. iteration 10656, perturbing to get out of local maxima iteration 10657 found worse value: 363.59181693600004. iteration 10658 found worse value: 363.59181693600004. iteration 10659 found worse value: 363.59181693600004. iteration 10659, perturbing to get out of local maxima iteration 10660 found worse value: 363.59181693600004. iteration 10660, perturbing to get out of local maxima iteration 10661 found worse value: 363.59181693600004. iteration 10662 found worse value: 363.59181693600004. iteration 10662, perturbing to get out of local maxima iteration 10663 found worse value: 363.59181693600004. iteration 10663, perturbing to get out of local maxima iteration 10664 found worse value: 363.59181693600004. iteration 10664, perturbing to get out of local maxima iteration 10665 found worse value: 363.59181693600004. iteration 10666 found worse value: 363.59181693600004. iteration 10667 found worse value: 363.59181693600004. iteration 10667, perturbing to get out of local maxima iteration 10668 found worse value: 363.59181693600004. iteration 10669 found worse value: 363.59181693600004. iteration 10669, perturbing to get out of local maxima iteration 10670 found worse value: 363.59181693600004. iteration 10670, perturbing to get out of local maxima iteration 10671 found worse value: 363.59181693600004. iteration 10672 found worse value: 363.59181693600004. iteration 10673 found worse value: 363.59181693600004. iteration 10674 found worse value: 363.59181693600004. iteration 10674, perturbing to get out of local maxima iteration 10675 found worse value: 363.59181693600004. iteration 10675, perturbing to get out of local maxima iteration 10676 found worse value: 363.59181693600004. iteration 10677 found worse value: 363.59181693600004. iteration 10677, perturbing to get out of local maxima iteration 10678 found worse value: 363.59181693600004. iteration 10678, perturbing to get out of local maxima iteration 10679 found worse value: 363.59181693600004. iteration 10680 found worse value: 363.59181693600004. iteration 10680, perturbing to get out of local maxima iteration 10681 found worse value: 363.59181693600004. iteration 10682 found worse value: 363.59181693600004. iteration 10683 found worse value: 363.59181693600004. iteration 10683, perturbing to get out of local maxima iteration 10684 found worse value: 363.59181693600004. iteration 10685 found worse value: 363.59181693600004. iteration 10686 found worse value: 363.59181693600004. iteration 10687 found worse value: 363.59181693600004. iteration 10687, perturbing to get out of local maxima iteration 10688 found worse value: 363.59181693600004. iteration 10689 found worse value: 363.59181693600004. iteration 10689, perturbing to get out of local maxima iteration 10690 found worse value: 363.59181693600004. iteration 10691 found worse value: 363.59181693600004. iteration 10692 found worse value: 363.59181693600004. iteration 10693 found worse value: 363.59181693600004. iteration 10694 found worse value: 363.59181693600004. iteration 10695 found worse value: 363.59181693600004. iteration 10696 found worse value: 363.59181693600004. iteration 10697 found worse value: 363.59181693600004. iteration 10697, perturbing to get out of local maxima iteration 10698 found worse value: 363.59181693600004. iteration 10698, perturbing to get out of local maxima iteration 10699 found worse value: 363.59181693600004. iteration 10700 found worse value: 363.59181693600004. iteration 10701 found worse value: 363.59181693600004. iteration 10702 found worse value: 363.59181693600004. iteration 10703 found worse value: 363.59181693600004. iteration 10703, perturbing to get out of local maxima iteration 10704 found worse value: 363.59181693600004. iteration 10705 found worse value: 363.59181693600004. iteration 10706 found worse value: 363.59181693600004. iteration 10707 found worse value: 363.59181693600004. iteration 10708 found worse value: 363.59181693600004. iteration 10708, perturbing to get out of local maxima iteration 10709 found worse value: 363.59181693600004. iteration 10710 found worse value: 363.59181693600004. iteration 10711 found worse value: 363.59181693600004. iteration 10711, perturbing to get out of local maxima iteration 10712 found worse value: 363.59181693600004. iteration 10713 found worse value: 363.59181693600004. iteration 10714 found worse value: 363.59181693600004. iteration 10714, perturbing to get out of local maxima iteration 10715 found worse value: 363.59181693600004. iteration 10716 found worse value: 363.59181693600004. iteration 10717 found worse value: 363.59181693600004. iteration 10718 found worse value: 363.59181693600004. iteration 10719 found worse value: 363.59181693600004. iteration 10720 found worse value: 363.59181693600004. iteration 10721 found worse value: 363.59181693600004. iteration 10722 found worse value: 363.59181693600004. iteration 10722, perturbing to get out of local maxima iteration 10723 found worse value: 363.59181693600004. iteration 10724 found worse value: 363.59181693600004. iteration 10725 found worse value: 363.59181693600004. iteration 10726 found worse value: 363.59181693600004. iteration 10727 found worse value: 363.59181693600004. iteration 10728 found worse value: 363.59181693600004. iteration 10729 found worse value: 363.59181693600004. iteration 10730 found worse value: 363.59181693600004. iteration 10731 found worse value: 363.59181693600004. iteration 10732 found worse value: 363.59181693600004. iteration 10733 found worse value: 363.59181693600004. iteration 10734 found worse value: 363.59181693600004. iteration 10734, perturbing to get out of local maxima iteration 10735 found worse value: 363.59181693600004. iteration 10736 found worse value: 363.59181693600004. iteration 10737 found worse value: 363.59181693600004. iteration 10738 found worse value: 363.59181693600004. iteration 10739 found worse value: 363.59181693600004. iteration 10739, perturbing to get out of local maxima iteration 10740 found worse value: 363.59181693600004. iteration 10741 found worse value: 363.59181693600004. iteration 10742 found worse value: 363.59181693600004. iteration 10743 found worse value: 363.59181693600004. iteration 10744 found worse value: 363.59181693600004. iteration 10745 found worse value: 363.59181693600004. iteration 10745, perturbing to get out of local maxima iteration 10746 found worse value: 363.59181693600004. iteration 10747 found worse value: 363.59181693600004. iteration 10748 found worse value: 363.59181693600004. iteration 10749 found worse value: 363.59181693600004. iteration 10750 found worse value: 363.59181693600004. iteration 10751 found worse value: 363.59181693600004. iteration 10752 found worse value: 363.59181693600004. iteration 10753 found worse value: 363.59181693600004. iteration 10754 found worse value: 363.59181693600004. iteration 10755 found worse value: 363.59181693600004. iteration 10756 found worse value: 363.59181693600004. iteration 10756, perturbing to get out of local maxima iteration 10757 found worse value: 363.59181693600004. iteration 10758 found worse value: 363.59181693600004. iteration 10759 found worse value: 363.59181693600004. iteration 10759, perturbing to get out of local maxima iteration 10760 found worse value: 363.59181693600004. iteration 10760, perturbing to get out of local maxima iteration 10761 found worse value: 363.59181693600004. iteration 10761, perturbing to get out of local maxima iteration 10762 found worse value: 363.59181693600004. iteration 10763 found worse value: 363.59181693600004. iteration 10763, perturbing to get out of local maxima iteration 10764 found worse value: 363.59181693600004. iteration 10764, perturbing to get out of local maxima iteration 10765 found worse value: 363.59181693600004. iteration 10765, perturbing to get out of local maxima iteration 10766 found worse value: 363.59181693600004. iteration 10766, perturbing to get out of local maxima iteration 10767 found worse value: 363.59181693600004. iteration 10767, perturbing to get out of local maxima iteration 10768 found worse value: 363.59181693600004. iteration 10769 found worse value: 363.59181693600004. iteration 10769, perturbing to get out of local maxima iteration 10770 found worse value: 363.59181693600004. iteration 10770, perturbing to get out of local maxima iteration 10771 found worse value: 363.59181693600004. iteration 10772 found worse value: 363.59181693600004. iteration 10772, perturbing to get out of local maxima iteration 10773 found worse value: 363.59181693600004. iteration 10774 found worse value: 363.59181693600004. iteration 10774, perturbing to get out of local maxima iteration 10775 found worse value: 363.59181693600004. iteration 10776 found worse value: 363.59181693600004. iteration 10777 found worse value: 363.59181693600004. iteration 10778 found worse value: 363.59181693600004. iteration 10779 found worse value: 363.59181693600004. iteration 10779, perturbing to get out of local maxima iteration 10780 found worse value: 363.59181693600004. iteration 10780, perturbing to get out of local maxima iteration 10781 found worse value: 363.59181693600004. iteration 10782 found worse value: 363.59181693600004. iteration 10783 found worse value: 363.59181693600004. iteration 10784 found worse value: 363.59181693600004. iteration 10785 found worse value: 363.59181693600004. iteration 10786 found worse value: 363.59181693600004. iteration 10787 found worse value: 363.59181693600004. iteration 10787, perturbing to get out of local maxima iteration 10788 found worse value: 363.59181693600004. iteration 10789 found worse value: 363.59181693600004. iteration 10790 found worse value: 363.59181693600004. iteration 10791 found worse value: 363.59181693600004. iteration 10791, perturbing to get out of local maxima iteration 10792 found worse value: 363.59181693600004. iteration 10793 found worse value: 363.59181693600004. iteration 10794 found worse value: 363.59181693600004. iteration 10795 found worse value: 363.59181693600004. iteration 10796 found worse value: 363.59181693600004. iteration 10797 found worse value: 363.59181693600004. iteration 10798 found worse value: 363.59181693600004. iteration 10798, perturbing to get out of local maxima iteration 10799 found worse value: 363.59181693600004. iteration 10800 found worse value: 363.59181693600004. iteration 10800, perturbing to get out of local maxima iteration 10801 found worse value: 363.59181693600004. iteration 10802 found worse value: 363.59181693600004. iteration 10803 found worse value: 363.59181693600004. iteration 10804 found worse value: 363.59181693600004. iteration 10805 found worse value: 363.59181693600004. iteration 10806 found worse value: 363.59181693600004. iteration 10807 found worse value: 363.59181693600004. iteration 10808 found worse value: 363.59181693600004. iteration 10808, perturbing to get out of local maxima iteration 10809 found worse value: 363.59181693600004. iteration 10810 found worse value: 363.59181693600004. iteration 10811 found worse value: 363.59181693600004. iteration 10812 found worse value: 363.59181693600004. iteration 10812, perturbing to get out of local maxima iteration 10813 found worse value: 363.59181693600004. iteration 10814 found worse value: 363.59181693600004. iteration 10815 found worse value: 363.59181693600004. iteration 10816 found worse value: 363.59181693600004. iteration 10816, perturbing to get out of local maxima iteration 10817 found worse value: 363.59181693600004. iteration 10818 found worse value: 363.59181693600004. iteration 10818, perturbing to get out of local maxima iteration 10819 found worse value: 363.59181693600004. iteration 10820 found worse value: 363.59181693600004. iteration 10820, perturbing to get out of local maxima iteration 10821 found worse value: 363.59181693600004. iteration 10822 found worse value: 363.59181693600004. iteration 10823 found worse value: 363.59181693600004. iteration 10824 found worse value: 363.59181693600004. iteration 10824, perturbing to get out of local maxima iteration 10825 found worse value: 363.59181693600004. iteration 10826 found worse value: 363.59181693600004. iteration 10827 found worse value: 363.59181693600004. iteration 10827, perturbing to get out of local maxima iteration 10828 found worse value: 363.59181693600004. iteration 10828, perturbing to get out of local maxima iteration 10829 found worse value: 363.59181693600004. iteration 10830 found worse value: 363.59181693600004. iteration 10831 found worse value: 363.59181693600004. iteration 10832 found worse value: 363.59181693600004. iteration 10833 found worse value: 363.59181693600004. iteration 10834 found worse value: 363.59181693600004. iteration 10834, perturbing to get out of local maxima iteration 10835 found worse value: 363.59181693600004. iteration 10836 found worse value: 363.59181693600004. iteration 10837 found worse value: 363.59181693600004. iteration 10838 found worse value: 363.59181693600004. iteration 10839 found worse value: 363.59181693600004. iteration 10840 found worse value: 363.59181693600004. iteration 10841 found worse value: 363.59181693600004. iteration 10842 found worse value: 363.59181693600004. iteration 10842, perturbing to get out of local maxima iteration 10843 found worse value: 363.59181693600004. iteration 10843, perturbing to get out of local maxima iteration 10844 found worse value: 363.59181693600004. iteration 10845 found worse value: 363.59181693600004. iteration 10846 found worse value: 363.59181693600004. iteration 10847 found worse value: 363.59181693600004. iteration 10848 found worse value: 363.59181693600004. iteration 10849 found worse value: 363.59181693600004. iteration 10850 found worse value: 363.59181693600004. iteration 10851 found worse value: 363.59181693600004. iteration 10852 found worse value: 363.59181693600004. iteration 10853 found worse value: 363.59181693600004. iteration 10854 found worse value: 363.59181693600004. iteration 10855 found worse value: 363.59181693600004. iteration 10856 found worse value: 363.59181693600004. iteration 10857 found worse value: 363.59181693600004. iteration 10858 found worse value: 363.59181693600004. iteration 10859 found worse value: 363.59181693600004. iteration 10860 found worse value: 363.59181693600004. iteration 10861 found worse value: 363.59181693600004. iteration 10862 found better value: 363.595343763 iteration 10863 found worse value: 363.595343763. iteration 10863, perturbing to get out of local maxima iteration 10864 found worse value: 363.595343763. iteration 10864, perturbing to get out of local maxima iteration 10865 found worse value: 363.595343763. iteration 10865, perturbing to get out of local maxima iteration 10866 found better value: 363.59630594099997 iteration 10867 found worse value: 363.59630594099997. iteration 10867, perturbing to get out of local maxima iteration 10868 found worse value: 363.59630594099997. iteration 10869 found worse value: 363.59630594099997. iteration 10870 found better value: 363.600376901 iteration 10871 found worse value: 363.600376901. iteration 10872 found better value: 363.604292751 iteration 10873 found worse value: 363.604292751. iteration 10874 found worse value: 363.604292751. iteration 10874, perturbing to get out of local maxima iteration 10875 found worse value: 363.604292751. iteration 10876 found worse value: 363.604292751. iteration 10876, perturbing to get out of local maxima iteration 10877 found worse value: 363.604292751. iteration 10878 found worse value: 363.604292751. iteration 10879 found worse value: 363.604292751. iteration 10880 found worse value: 363.604292751. iteration 10881 found worse value: 363.604292751. iteration 10882 found worse value: 363.604292751. iteration 10883 found worse value: 363.604292751. iteration 10884 found worse value: 363.604292751. iteration 10885 found worse value: 363.604292751. iteration 10886 found worse value: 363.604292751. iteration 10887 found worse value: 363.604292751. iteration 10888 found worse value: 363.604292751. iteration 10889 found worse value: 363.604292751. iteration 10889, perturbing to get out of local maxima iteration 10890 found worse value: 363.604292751. iteration 10891 found worse value: 363.604292751. iteration 10892 found worse value: 363.604292751. iteration 10893 found worse value: 363.604292751. iteration 10894 found worse value: 363.604292751. iteration 10895 found worse value: 363.604292751. iteration 10896 found better value: 363.605517276 iteration 10897 found worse value: 363.605517276. iteration 10897, perturbing to get out of local maxima iteration 10898 found worse value: 363.605517276. iteration 10898, perturbing to get out of local maxima iteration 10899 found better value: 363.607513958 iteration 10900 found better value: 363.608278778 iteration 10901 found worse value: 363.608278778. iteration 10902 found better value: 363.609023147 iteration 10903 found worse value: 363.609023147. iteration 10903, perturbing to get out of local maxima iteration 10904 found worse value: 363.609023147. iteration 10904, perturbing to get out of local maxima iteration 10905 found worse value: 363.609023147. iteration 10905, perturbing to get out of local maxima iteration 10906 found worse value: 363.609023147. iteration 10907 found worse value: 363.609023147. iteration 10908 found worse value: 363.609023147. iteration 10908, perturbing to get out of local maxima iteration 10909 found worse value: 363.609023147. iteration 10910 found worse value: 363.609023147. iteration 10911 found worse value: 363.609023147. iteration 10911, perturbing to get out of local maxima iteration 10912 found worse value: 363.609023147. iteration 10913 found worse value: 363.609023147. iteration 10914 found worse value: 363.609023147. iteration 10915 found worse value: 363.609023147. iteration 10916 found worse value: 363.609023147. iteration 10917 found worse value: 363.609023147. iteration 10917, perturbing to get out of local maxima iteration 10918 found worse value: 363.609023147. iteration 10919 found worse value: 363.609023147. iteration 10919, perturbing to get out of local maxima iteration 10920 found worse value: 363.609023147. iteration 10920, perturbing to get out of local maxima iteration 10921 found worse value: 363.609023147. iteration 10922 found worse value: 363.609023147. iteration 10923 found worse value: 363.609023147. iteration 10923, perturbing to get out of local maxima iteration 10924 found worse value: 363.609023147. iteration 10924, perturbing to get out of local maxima iteration 10925 found worse value: 363.609023147. iteration 10925, perturbing to get out of local maxima iteration 10926 found worse value: 363.609023147. iteration 10926, perturbing to get out of local maxima iteration 10927 found worse value: 363.609023147. iteration 10927, perturbing to get out of local maxima iteration 10928 found worse value: 363.609023147. iteration 10929 found worse value: 363.609023147. iteration 10929, perturbing to get out of local maxima iteration 10930 found worse value: 363.609023147. iteration 10931 found worse value: 363.609023147. iteration 10931, perturbing to get out of local maxima iteration 10932 found worse value: 363.609023147. iteration 10932, perturbing to get out of local maxima iteration 10933 found worse value: 363.609023147. iteration 10933, perturbing to get out of local maxima iteration 10934 found worse value: 363.609023147. iteration 10935 found worse value: 363.609023147. iteration 10936 found worse value: 363.609023147. iteration 10936, perturbing to get out of local maxima iteration 10937 found worse value: 363.609023147. iteration 10937, perturbing to get out of local maxima iteration 10938 found worse value: 363.609023147. iteration 10939 found worse value: 363.609023147. iteration 10940 found worse value: 363.609023147. iteration 10940, perturbing to get out of local maxima iteration 10941 found worse value: 363.609023147. iteration 10941, perturbing to get out of local maxima iteration 10942 found worse value: 363.609023147. iteration 10942, perturbing to get out of local maxima iteration 10943 found worse value: 363.609023147. iteration 10943, perturbing to get out of local maxima iteration 10944 found worse value: 363.609023147. iteration 10945 found worse value: 363.609023147. iteration 10946 found worse value: 363.609023147. iteration 10946, perturbing to get out of local maxima iteration 10947 found worse value: 363.609023147. iteration 10948 found worse value: 363.609023147. iteration 10949 found worse value: 363.609023147. iteration 10950 found worse value: 363.609023147. iteration 10951 found worse value: 363.609023147. iteration 10952 found worse value: 363.609023147. iteration 10952, perturbing to get out of local maxima iteration 10953 found worse value: 363.609023147. iteration 10953, perturbing to get out of local maxima iteration 10954 found worse value: 363.609023147. iteration 10955 found worse value: 363.609023147. iteration 10956 found worse value: 363.609023147. iteration 10956, perturbing to get out of local maxima iteration 10957 found worse value: 363.609023147. iteration 10957, perturbing to get out of local maxima iteration 10958 found worse value: 363.609023147. iteration 10959 found worse value: 363.609023147. iteration 10960 found worse value: 363.609023147. iteration 10961 found worse value: 363.609023147. iteration 10962 found worse value: 363.609023147. iteration 10963 found worse value: 363.609023147. iteration 10964 found worse value: 363.609023147. iteration 10964, perturbing to get out of local maxima iteration 10965 found worse value: 363.609023147. iteration 10965, perturbing to get out of local maxima iteration 10966 found worse value: 363.609023147. iteration 10966, perturbing to get out of local maxima iteration 10967 found worse value: 363.609023147. iteration 10968 found worse value: 363.609023147. iteration 10968, perturbing to get out of local maxima iteration 10969 found worse value: 363.609023147. iteration 10970 found worse value: 363.609023147. iteration 10971 found worse value: 363.609023147. iteration 10971, perturbing to get out of local maxima iteration 10972 found worse value: 363.609023147. iteration 10973 found worse value: 363.609023147. iteration 10974 found worse value: 363.609023147. iteration 10974, perturbing to get out of local maxima iteration 10975 found worse value: 363.609023147. iteration 10976 found worse value: 363.609023147. iteration 10977 found worse value: 363.609023147. iteration 10978 found worse value: 363.609023147. iteration 10979 found worse value: 363.609023147. iteration 10980 found worse value: 363.609023147. iteration 10981 found worse value: 363.609023147. iteration 10981, perturbing to get out of local maxima iteration 10982 found worse value: 363.609023147. iteration 10983 found worse value: 363.609023147. iteration 10984 found worse value: 363.609023147. iteration 10985 found worse value: 363.609023147. iteration 10986 found worse value: 363.609023147. iteration 10986, perturbing to get out of local maxima iteration 10987 found worse value: 363.609023147. iteration 10988 found worse value: 363.609023147. iteration 10989 found worse value: 363.609023147. iteration 10990 found worse value: 363.609023147. iteration 10990, perturbing to get out of local maxima iteration 10991 found worse value: 363.609023147. iteration 10991, perturbing to get out of local maxima iteration 10992 found worse value: 363.609023147. iteration 10993 found worse value: 363.609023147. iteration 10994 found worse value: 363.609023147. iteration 10995 found worse value: 363.609023147. iteration 10995, perturbing to get out of local maxima iteration 10996 found worse value: 363.609023147. iteration 10997 found worse value: 363.609023147. iteration 10997, perturbing to get out of local maxima iteration 10998 found worse value: 363.609023147. iteration 10999 found worse value: 363.609023147. iteration 11000 found worse value: 363.609023147. iteration 11000, perturbing to get out of local maxima iteration 11001 found worse value: 363.609023147. iteration 11002 found worse value: 363.609023147. iteration 11003 found worse value: 363.609023147. iteration 11003, perturbing to get out of local maxima iteration 11004 found worse value: 363.609023147. iteration 11005 found worse value: 363.609023147. iteration 11006 found worse value: 363.609023147. iteration 11007 found worse value: 363.609023147. iteration 11008 found worse value: 363.609023147. iteration 11009 found worse value: 363.609023147. iteration 11010 found worse value: 363.609023147. iteration 11011 found worse value: 363.609023147. iteration 11011, perturbing to get out of local maxima iteration 11012 found worse value: 363.609023147. iteration 11012, perturbing to get out of local maxima iteration 11013 found worse value: 363.609023147. iteration 11014 found worse value: 363.609023147. iteration 11015 found worse value: 363.609023147. iteration 11016 found worse value: 363.609023147. iteration 11017 found worse value: 363.609023147. iteration 11018 found worse value: 363.609023147. iteration 11019 found worse value: 363.609023147. iteration 11020 found worse value: 363.609023147. iteration 11021 found worse value: 363.609023147. iteration 11021, perturbing to get out of local maxima iteration 11022 found worse value: 363.609023147. iteration 11023 found worse value: 363.609023147. iteration 11023, perturbing to get out of local maxima iteration 11024 found worse value: 363.609023147. iteration 11025 found worse value: 363.609023147. iteration 11025, perturbing to get out of local maxima iteration 11026 found worse value: 363.609023147. iteration 11027 found worse value: 363.609023147. iteration 11027, perturbing to get out of local maxima iteration 11028 found worse value: 363.609023147. iteration 11029 found worse value: 363.609023147. iteration 11030 found worse value: 363.609023147. iteration 11031 found worse value: 363.609023147. iteration 11031, perturbing to get out of local maxima iteration 11032 found worse value: 363.609023147. iteration 11033 found worse value: 363.609023147. iteration 11034 found worse value: 363.609023147. iteration 11035 found worse value: 363.609023147. iteration 11036 found worse value: 363.609023147. iteration 11037 found worse value: 363.609023147. iteration 11038 found worse value: 363.609023147. iteration 11038, perturbing to get out of local maxima iteration 11039 found worse value: 363.609023147. iteration 11039, perturbing to get out of local maxima iteration 11040 found worse value: 363.609023147. iteration 11041 found worse value: 363.609023147. iteration 11042 found worse value: 363.609023147. iteration 11042, perturbing to get out of local maxima iteration 11043 found worse value: 363.609023147. iteration 11044 found worse value: 363.609023147. iteration 11045 found worse value: 363.609023147. iteration 11046 found worse value: 363.609023147. iteration 11046, perturbing to get out of local maxima iteration 11047 found worse value: 363.609023147. iteration 11047, perturbing to get out of local maxima iteration 11048 found worse value: 363.609023147. iteration 11049 found worse value: 363.609023147. iteration 11050 found worse value: 363.609023147. iteration 11050, perturbing to get out of local maxima iteration 11051 found worse value: 363.609023147. iteration 11052 found worse value: 363.609023147. iteration 11053 found worse value: 363.609023147. iteration 11054 found worse value: 363.609023147. iteration 11055 found worse value: 363.609023147. iteration 11056 found worse value: 363.609023147. iteration 11057 found worse value: 363.609023147. iteration 11057, perturbing to get out of local maxima iteration 11058 found worse value: 363.609023147. iteration 11059 found worse value: 363.609023147. iteration 11060 found worse value: 363.609023147. iteration 11060, perturbing to get out of local maxima iteration 11061 found worse value: 363.609023147. iteration 11061, perturbing to get out of local maxima iteration 11062 found worse value: 363.609023147. iteration 11063 found worse value: 363.609023147. iteration 11064 found worse value: 363.609023147. iteration 11064, perturbing to get out of local maxima iteration 11065 found worse value: 363.609023147. iteration 11065, perturbing to get out of local maxima iteration 11066 found worse value: 363.609023147. iteration 11066, perturbing to get out of local maxima iteration 11067 found worse value: 363.609023147. iteration 11068 found worse value: 363.609023147. iteration 11069 found worse value: 363.609023147. iteration 11069, perturbing to get out of local maxima iteration 11070 found worse value: 363.609023147. iteration 11070, perturbing to get out of local maxima iteration 11071 found worse value: 363.609023147. iteration 11071, perturbing to get out of local maxima iteration 11072 found worse value: 363.609023147. iteration 11073 found worse value: 363.609023147. iteration 11073, perturbing to get out of local maxima iteration 11074 found worse value: 363.609023147. iteration 11075 found worse value: 363.609023147. iteration 11075, perturbing to get out of local maxima iteration 11076 found worse value: 363.609023147. iteration 11077 found worse value: 363.609023147. iteration 11078 found worse value: 363.609023147. iteration 11078, perturbing to get out of local maxima iteration 11079 found worse value: 363.609023147. iteration 11080 found worse value: 363.609023147. iteration 11081 found worse value: 363.609023147. iteration 11082 found worse value: 363.609023147. iteration 11083 found worse value: 363.609023147. iteration 11083, perturbing to get out of local maxima iteration 11084 found worse value: 363.609023147. iteration 11085 found worse value: 363.609023147. iteration 11086 found worse value: 363.609023147. iteration 11087 found worse value: 363.609023147. iteration 11087, perturbing to get out of local maxima iteration 11088 found worse value: 363.609023147. iteration 11089 found worse value: 363.609023147. iteration 11090 found worse value: 363.609023147. iteration 11091 found worse value: 363.609023147. iteration 11092 found worse value: 363.609023147. iteration 11093 found worse value: 363.609023147. iteration 11094 found worse value: 363.609023147. iteration 11095 found worse value: 363.609023147. iteration 11096 found worse value: 363.609023147. iteration 11097 found worse value: 363.609023147. iteration 11098 found worse value: 363.609023147. iteration 11099 found worse value: 363.609023147. iteration 11100 found worse value: 363.609023147. iteration 11101 found worse value: 363.609023147. iteration 11102 found worse value: 363.609023147. iteration 11102, perturbing to get out of local maxima iteration 11103 found worse value: 363.609023147. iteration 11104 found worse value: 363.609023147. iteration 11105 found worse value: 363.609023147. iteration 11105, perturbing to get out of local maxima iteration 11106 found worse value: 363.609023147. iteration 11106, perturbing to get out of local maxima iteration 11107 found worse value: 363.609023147. iteration 11108 found worse value: 363.609023147. iteration 11109 found worse value: 363.609023147. iteration 11110 found worse value: 363.609023147. iteration 11111 found worse value: 363.609023147. iteration 11112 found worse value: 363.609023147. iteration 11113 found worse value: 363.609023147. iteration 11113, perturbing to get out of local maxima iteration 11114 found worse value: 363.609023147. iteration 11115 found worse value: 363.609023147. iteration 11116 found worse value: 363.609023147. iteration 11117 found worse value: 363.609023147. iteration 11117, perturbing to get out of local maxima iteration 11118 found worse value: 363.609023147. iteration 11119 found worse value: 363.609023147. iteration 11119, perturbing to get out of local maxima iteration 11120 found worse value: 363.609023147. iteration 11121 found worse value: 363.609023147. iteration 11122 found worse value: 363.609023147. iteration 11122, perturbing to get out of local maxima iteration 11123 found worse value: 363.609023147. iteration 11123, perturbing to get out of local maxima iteration 11124 found worse value: 363.609023147. iteration 11125 found worse value: 363.609023147. iteration 11126 found worse value: 363.609023147. iteration 11126, perturbing to get out of local maxima iteration 11127 found worse value: 363.609023147. iteration 11128 found worse value: 363.609023147. iteration 11128, perturbing to get out of local maxima iteration 11129 found worse value: 363.609023147. iteration 11130 found worse value: 363.609023147. iteration 11131 found worse value: 363.609023147. iteration 11132 found worse value: 363.609023147. iteration 11133 found worse value: 363.609023147. iteration 11134 found worse value: 363.609023147. iteration 11135 found worse value: 363.609023147. iteration 11136 found worse value: 363.609023147. iteration 11137 found worse value: 363.609023147. iteration 11138 found worse value: 363.609023147. iteration 11138, perturbing to get out of local maxima iteration 11139 found worse value: 363.609023147. iteration 11140 found worse value: 363.609023147. iteration 11141 found worse value: 363.609023147. iteration 11142 found worse value: 363.609023147. iteration 11143 found worse value: 363.609023147. iteration 11143, perturbing to get out of local maxima iteration 11144 found worse value: 363.609023147. iteration 11144, perturbing to get out of local maxima iteration 11145 found worse value: 363.609023147. iteration 11145, perturbing to get out of local maxima iteration 11146 found worse value: 363.609023147. iteration 11147 found worse value: 363.609023147. iteration 11148 found worse value: 363.609023147. iteration 11149 found worse value: 363.609023147. iteration 11150 found worse value: 363.609023147. iteration 11151 found worse value: 363.609023147. iteration 11152 found worse value: 363.609023147. iteration 11153 found worse value: 363.609023147. iteration 11154 found worse value: 363.609023147. iteration 11155 found worse value: 363.609023147. iteration 11156 found worse value: 363.609023147. iteration 11156, perturbing to get out of local maxima iteration 11157 found worse value: 363.609023147. iteration 11157, perturbing to get out of local maxima iteration 11158 found worse value: 363.609023147. iteration 11158, perturbing to get out of local maxima iteration 11159 found worse value: 363.609023147. iteration 11160 found worse value: 363.609023147. iteration 11161 found worse value: 363.609023147. iteration 11161, perturbing to get out of local maxima iteration 11162 found worse value: 363.609023147. iteration 11163 found worse value: 363.609023147. iteration 11164 found worse value: 363.609023147. iteration 11165 found worse value: 363.609023147. iteration 11166 found worse value: 363.609023147. iteration 11166, perturbing to get out of local maxima iteration 11167 found worse value: 363.609023147. iteration 11167, perturbing to get out of local maxima iteration 11168 found worse value: 363.609023147. iteration 11169 found worse value: 363.609023147. iteration 11170 found worse value: 363.609023147. iteration 11171 found worse value: 363.609023147. iteration 11172 found worse value: 363.609023147. iteration 11173 found worse value: 363.609023147. iteration 11174 found worse value: 363.609023147. iteration 11175 found worse value: 363.609023147. iteration 11176 found worse value: 363.609023147. iteration 11177 found worse value: 363.609023147. iteration 11177, perturbing to get out of local maxima iteration 11178 found worse value: 363.609023147. iteration 11179 found worse value: 363.609023147. iteration 11180 found worse value: 363.609023147. iteration 11181 found worse value: 363.609023147. iteration 11181, perturbing to get out of local maxima iteration 11182 found worse value: 363.609023147. iteration 11183 found worse value: 363.609023147. iteration 11184 found worse value: 363.609023147. iteration 11184, perturbing to get out of local maxima iteration 11185 found worse value: 363.609023147. iteration 11185, perturbing to get out of local maxima iteration 11186 found worse value: 363.609023147. iteration 11187 found worse value: 363.609023147. iteration 11188 found worse value: 363.609023147. iteration 11189 found worse value: 363.609023147. iteration 11189, perturbing to get out of local maxima iteration 11190 found worse value: 363.609023147. iteration 11191 found worse value: 363.609023147. iteration 11191, perturbing to get out of local maxima iteration 11192 found worse value: 363.609023147. iteration 11193 found worse value: 363.609023147. iteration 11193, perturbing to get out of local maxima iteration 11194 found worse value: 363.609023147. iteration 11194, perturbing to get out of local maxima iteration 11195 found worse value: 363.609023147. iteration 11196 found worse value: 363.609023147. iteration 11197 found worse value: 363.609023147. iteration 11198 found worse value: 363.609023147. iteration 11199 found worse value: 363.609023147. iteration 11200 found worse value: 363.609023147. iteration 11200, perturbing to get out of local maxima iteration 11201 found worse value: 363.609023147. iteration 11201, perturbing to get out of local maxima iteration 11202 found worse value: 363.609023147. iteration 11202, perturbing to get out of local maxima iteration 11203 found worse value: 363.609023147. iteration 11204 found worse value: 363.609023147. iteration 11205 found worse value: 363.609023147. iteration 11206 found worse value: 363.609023147. iteration 11207 found worse value: 363.609023147. iteration 11208 found worse value: 363.609023147. iteration 11208, perturbing to get out of local maxima iteration 11209 found worse value: 363.609023147. iteration 11210 found worse value: 363.609023147. iteration 11210, perturbing to get out of local maxima iteration 11211 found worse value: 363.609023147. iteration 11211, perturbing to get out of local maxima iteration 11212 found worse value: 363.609023147. iteration 11213 found worse value: 363.609023147. iteration 11213, perturbing to get out of local maxima iteration 11214 found worse value: 363.609023147. iteration 11215 found worse value: 363.609023147. iteration 11216 found worse value: 363.609023147. iteration 11217 found worse value: 363.609023147. iteration 11217, perturbing to get out of local maxima iteration 11218 found worse value: 363.609023147. iteration 11219 found worse value: 363.609023147. iteration 11220 found worse value: 363.609023147. iteration 11221 found worse value: 363.609023147. iteration 11222 found worse value: 363.609023147. iteration 11223 found worse value: 363.609023147. iteration 11223, perturbing to get out of local maxima iteration 11224 found worse value: 363.609023147. iteration 11225 found worse value: 363.609023147. iteration 11226 found worse value: 363.609023147. iteration 11227 found worse value: 363.609023147. iteration 11228 found worse value: 363.609023147. iteration 11229 found worse value: 363.609023147. iteration 11230 found worse value: 363.609023147. iteration 11231 found worse value: 363.609023147. iteration 11232 found worse value: 363.609023147. iteration 11233 found worse value: 363.609023147. iteration 11234 found worse value: 363.609023147. iteration 11235 found worse value: 363.609023147. iteration 11236 found worse value: 363.609023147. iteration 11237 found worse value: 363.609023147. iteration 11238 found worse value: 363.609023147. iteration 11238, perturbing to get out of local maxima iteration 11239 found worse value: 363.609023147. iteration 11239, perturbing to get out of local maxima iteration 11240 found worse value: 363.609023147. iteration 11241 found worse value: 363.609023147. iteration 11242 found worse value: 363.609023147. iteration 11243 found worse value: 363.609023147. iteration 11244 found worse value: 363.609023147. iteration 11244, perturbing to get out of local maxima iteration 11245 found worse value: 363.609023147. iteration 11246 found worse value: 363.609023147. iteration 11247 found worse value: 363.609023147. iteration 11248 found worse value: 363.609023147. iteration 11248, perturbing to get out of local maxima iteration 11249 found worse value: 363.609023147. iteration 11250 found worse value: 363.609023147. iteration 11251 found worse value: 363.609023147. iteration 11251, perturbing to get out of local maxima iteration 11252 found worse value: 363.609023147. iteration 11252, perturbing to get out of local maxima iteration 11253 found worse value: 363.609023147. iteration 11254 found worse value: 363.609023147. iteration 11255 found worse value: 363.609023147. iteration 11255, perturbing to get out of local maxima iteration 11256 found worse value: 363.609023147. iteration 11256, perturbing to get out of local maxima iteration 11257 found worse value: 363.609023147. iteration 11257, perturbing to get out of local maxima iteration 11258 found worse value: 363.609023147. iteration 11259 found worse value: 363.609023147. iteration 11260 found worse value: 363.609023147. iteration 11260, perturbing to get out of local maxima iteration 11261 found worse value: 363.609023147. iteration 11261, perturbing to get out of local maxima iteration 11262 found worse value: 363.609023147. iteration 11263 found worse value: 363.609023147. iteration 11263, perturbing to get out of local maxima iteration 11264 found worse value: 363.609023147. iteration 11265 found worse value: 363.609023147. iteration 11266 found worse value: 363.609023147. iteration 11267 found worse value: 363.609023147. iteration 11268 found worse value: 363.609023147. iteration 11269 found worse value: 363.609023147. iteration 11269, perturbing to get out of local maxima iteration 11270 found worse value: 363.609023147. iteration 11271 found worse value: 363.609023147. iteration 11272 found worse value: 363.609023147. iteration 11273 found worse value: 363.609023147. iteration 11274 found worse value: 363.609023147. iteration 11275 found worse value: 363.609023147. iteration 11275, perturbing to get out of local maxima iteration 11276 found worse value: 363.609023147. iteration 11277 found worse value: 363.609023147. iteration 11277, perturbing to get out of local maxima iteration 11278 found worse value: 363.609023147. iteration 11278, perturbing to get out of local maxima iteration 11279 found worse value: 363.609023147. iteration 11280 found worse value: 363.609023147. iteration 11281 found worse value: 363.609023147. iteration 11282 found worse value: 363.609023147. iteration 11282, perturbing to get out of local maxima iteration 11283 found worse value: 363.609023147. iteration 11284 found worse value: 363.609023147. iteration 11285 found worse value: 363.609023147. iteration 11286 found worse value: 363.609023147. iteration 11287 found worse value: 363.609023147. iteration 11288 found worse value: 363.609023147. iteration 11289 found worse value: 363.609023147. iteration 11290 found worse value: 363.609023147. iteration 11291 found worse value: 363.609023147. iteration 11291, perturbing to get out of local maxima iteration 11292 found worse value: 363.609023147. iteration 11292, perturbing to get out of local maxima iteration 11293 found worse value: 363.609023147. iteration 11294 found worse value: 363.609023147. iteration 11294, perturbing to get out of local maxima iteration 11295 found worse value: 363.609023147. iteration 11295, perturbing to get out of local maxima iteration 11296 found worse value: 363.609023147. iteration 11296, perturbing to get out of local maxima iteration 11297 found worse value: 363.609023147. iteration 11297, perturbing to get out of local maxima iteration 11298 found worse value: 363.609023147. iteration 11298, perturbing to get out of local maxima iteration 11299 found worse value: 363.609023147. iteration 11300 found worse value: 363.609023147. iteration 11301 found worse value: 363.609023147. iteration 11301, perturbing to get out of local maxima iteration 11302 found worse value: 363.609023147. iteration 11303 found worse value: 363.609023147. iteration 11303, perturbing to get out of local maxima iteration 11304 found worse value: 363.609023147. iteration 11305 found worse value: 363.609023147. iteration 11306 found worse value: 363.609023147. iteration 11306, perturbing to get out of local maxima iteration 11307 found worse value: 363.609023147. iteration 11308 found worse value: 363.609023147. iteration 11309 found worse value: 363.609023147. iteration 11310 found worse value: 363.609023147. iteration 11310, perturbing to get out of local maxima iteration 11311 found worse value: 363.609023147. iteration 11311, perturbing to get out of local maxima iteration 11312 found worse value: 363.609023147. iteration 11313 found worse value: 363.609023147. iteration 11313, perturbing to get out of local maxima iteration 11314 found worse value: 363.609023147. iteration 11315 found worse value: 363.609023147. iteration 11316 found worse value: 363.609023147. iteration 11317 found worse value: 363.609023147. iteration 11318 found worse value: 363.609023147. iteration 11318, perturbing to get out of local maxima iteration 11319 found worse value: 363.609023147. iteration 11320 found worse value: 363.609023147. iteration 11321 found worse value: 363.609023147. iteration 11322 found worse value: 363.609023147. iteration 11323 found worse value: 363.609023147. iteration 11324 found worse value: 363.609023147. iteration 11324, perturbing to get out of local maxima iteration 11325 found worse value: 363.609023147. iteration 11326 found worse value: 363.609023147. iteration 11327 found worse value: 363.609023147. iteration 11328 found worse value: 363.609023147. iteration 11329 found worse value: 363.609023147. iteration 11330 found worse value: 363.609023147. iteration 11330, perturbing to get out of local maxima iteration 11331 found worse value: 363.609023147. iteration 11332 found worse value: 363.609023147. iteration 11333 found worse value: 363.609023147. iteration 11333, perturbing to get out of local maxima iteration 11334 found worse value: 363.609023147. iteration 11335 found worse value: 363.609023147. iteration 11336 found worse value: 363.609023147. iteration 11337 found worse value: 363.609023147. iteration 11338 found worse value: 363.609023147. iteration 11339 found worse value: 363.609023147. iteration 11340 found worse value: 363.609023147. iteration 11341 found worse value: 363.609023147. iteration 11342 found worse value: 363.609023147. iteration 11343 found worse value: 363.609023147. iteration 11344 found worse value: 363.609023147. iteration 11345 found worse value: 363.609023147. iteration 11345, perturbing to get out of local maxima iteration 11346 found worse value: 363.609023147. iteration 11347 found worse value: 363.609023147. iteration 11348 found worse value: 363.609023147. iteration 11348, perturbing to get out of local maxima iteration 11349 found worse value: 363.609023147. iteration 11350 found worse value: 363.609023147. iteration 11351 found worse value: 363.609023147. iteration 11351, perturbing to get out of local maxima iteration 11352 found worse value: 363.609023147. iteration 11353 found worse value: 363.609023147. iteration 11354 found worse value: 363.609023147. iteration 11354, perturbing to get out of local maxima iteration 11355 found worse value: 363.609023147. iteration 11355, perturbing to get out of local maxima iteration 11356 found worse value: 363.609023147. iteration 11357 found worse value: 363.609023147. iteration 11357, perturbing to get out of local maxima iteration 11358 found worse value: 363.609023147. iteration 11359 found worse value: 363.609023147. iteration 11359, perturbing to get out of local maxima iteration 11360 found worse value: 363.609023147. iteration 11360, perturbing to get out of local maxima iteration 11361 found worse value: 363.609023147. iteration 11362 found worse value: 363.609023147. iteration 11362, perturbing to get out of local maxima iteration 11363 found worse value: 363.609023147. iteration 11364 found worse value: 363.609023147. iteration 11365 found worse value: 363.609023147. iteration 11366 found worse value: 363.609023147. iteration 11367 found worse value: 363.609023147. iteration 11368 found worse value: 363.609023147. iteration 11368, perturbing to get out of local maxima iteration 11369 found worse value: 363.609023147. iteration 11370 found worse value: 363.609023147. iteration 11370, perturbing to get out of local maxima iteration 11371 found worse value: 363.609023147. iteration 11372 found worse value: 363.609023147. iteration 11373 found worse value: 363.609023147. iteration 11373, perturbing to get out of local maxima iteration 11374 found worse value: 363.609023147. iteration 11375 found worse value: 363.609023147. iteration 11376 found worse value: 363.609023147. iteration 11377 found worse value: 363.609023147. iteration 11378 found worse value: 363.609023147. iteration 11378, perturbing to get out of local maxima iteration 11379 found worse value: 363.609023147. iteration 11380 found worse value: 363.609023147. iteration 11381 found worse value: 363.609023147. iteration 11381, perturbing to get out of local maxima iteration 11382 found worse value: 363.609023147. iteration 11383 found worse value: 363.609023147. iteration 11384 found worse value: 363.609023147. iteration 11385 found worse value: 363.609023147. iteration 11385, perturbing to get out of local maxima iteration 11386 found worse value: 363.609023147. iteration 11387 found worse value: 363.609023147. iteration 11387, perturbing to get out of local maxima iteration 11388 found worse value: 363.609023147. iteration 11389 found worse value: 363.609023147. iteration 11390 found worse value: 363.609023147. iteration 11390, perturbing to get out of local maxima iteration 11391 found worse value: 363.609023147. iteration 11392 found worse value: 363.609023147. iteration 11393 found worse value: 363.609023147. iteration 11394 found worse value: 363.609023147. iteration 11395 found worse value: 363.609023147. iteration 11396 found worse value: 363.609023147. iteration 11397 found worse value: 363.609023147. iteration 11398 found worse value: 363.609023147. iteration 11398, perturbing to get out of local maxima iteration 11399 found worse value: 363.609023147. iteration 11400 found worse value: 363.609023147. iteration 11400, perturbing to get out of local maxima iteration 11401 found worse value: 363.609023147. iteration 11402 found worse value: 363.609023147. iteration 11403 found worse value: 363.609023147. iteration 11404 found worse value: 363.609023147. iteration 11405 found worse value: 363.609023147. iteration 11406 found worse value: 363.609023147. iteration 11407 found worse value: 363.609023147. iteration 11408 found worse value: 363.609023147. iteration 11409 found worse value: 363.609023147. iteration 11410 found worse value: 363.609023147. iteration 11411 found worse value: 363.609023147. iteration 11412 found worse value: 363.609023147. iteration 11413 found worse value: 363.609023147. iteration 11413, perturbing to get out of local maxima iteration 11414 found worse value: 363.609023147. iteration 11414, perturbing to get out of local maxima iteration 11415 found worse value: 363.609023147. iteration 11416 found worse value: 363.609023147. iteration 11417 found worse value: 363.609023147. iteration 11418 found worse value: 363.609023147. iteration 11419 found worse value: 363.609023147. iteration 11419, perturbing to get out of local maxima iteration 11420 found worse value: 363.609023147. iteration 11421 found worse value: 363.609023147. iteration 11422 found worse value: 363.609023147. iteration 11423 found worse value: 363.609023147. iteration 11424 found worse value: 363.609023147. iteration 11424, perturbing to get out of local maxima iteration 11425 found worse value: 363.609023147. iteration 11426 found worse value: 363.609023147. iteration 11426, perturbing to get out of local maxima iteration 11427 found worse value: 363.609023147. iteration 11428 found worse value: 363.609023147. iteration 11429 found worse value: 363.609023147. iteration 11430 found worse value: 363.609023147. iteration 11431 found worse value: 363.609023147. iteration 11432 found worse value: 363.609023147. iteration 11432, perturbing to get out of local maxima iteration 11433 found worse value: 363.609023147. iteration 11434 found worse value: 363.609023147. iteration 11435 found worse value: 363.609023147. iteration 11435, perturbing to get out of local maxima iteration 11436 found worse value: 363.609023147. iteration 11437 found worse value: 363.609023147. iteration 11438 found worse value: 363.609023147. iteration 11439 found worse value: 363.609023147. iteration 11440 found worse value: 363.609023147. iteration 11441 found worse value: 363.609023147. iteration 11441, perturbing to get out of local maxima iteration 11442 found worse value: 363.609023147. iteration 11443 found worse value: 363.609023147. iteration 11444 found worse value: 363.609023147. iteration 11445 found worse value: 363.609023147. iteration 11446 found worse value: 363.609023147. iteration 11447 found worse value: 363.609023147. iteration 11448 found worse value: 363.609023147. iteration 11448, perturbing to get out of local maxima iteration 11449 found worse value: 363.609023147. iteration 11450 found worse value: 363.609023147. iteration 11450, perturbing to get out of local maxima iteration 11451 found worse value: 363.609023147. iteration 11452 found worse value: 363.609023147. iteration 11453 found worse value: 363.609023147. iteration 11453, perturbing to get out of local maxima iteration 11454 found worse value: 363.609023147. iteration 11454, perturbing to get out of local maxima iteration 11455 found worse value: 363.609023147. iteration 11456 found worse value: 363.609023147. iteration 11456, perturbing to get out of local maxima iteration 11457 found worse value: 363.609023147. iteration 11457, perturbing to get out of local maxima iteration 11458 found worse value: 363.609023147. iteration 11458, perturbing to get out of local maxima iteration 11459 found worse value: 363.609023147. iteration 11460 found worse value: 363.609023147. iteration 11461 found worse value: 363.609023147. iteration 11461, perturbing to get out of local maxima iteration 11462 found worse value: 363.609023147. iteration 11463 found worse value: 363.609023147. iteration 11464 found worse value: 363.609023147. iteration 11465 found worse value: 363.609023147. iteration 11466 found worse value: 363.609023147. iteration 11466, perturbing to get out of local maxima iteration 11467 found worse value: 363.609023147. iteration 11468 found worse value: 363.609023147. iteration 11468, perturbing to get out of local maxima iteration 11469 found worse value: 363.609023147. iteration 11469, perturbing to get out of local maxima iteration 11470 found worse value: 363.609023147. iteration 11470, perturbing to get out of local maxima iteration 11471 found worse value: 363.609023147. iteration 11472 found worse value: 363.609023147. iteration 11473 found worse value: 363.609023147. iteration 11473, perturbing to get out of local maxima iteration 11474 found worse value: 363.609023147. iteration 11474, perturbing to get out of local maxima iteration 11475 found worse value: 363.609023147. iteration 11475, perturbing to get out of local maxima iteration 11476 found worse value: 363.609023147. iteration 11477 found worse value: 363.609023147. iteration 11477, perturbing to get out of local maxima iteration 11478 found worse value: 363.609023147. iteration 11478, perturbing to get out of local maxima iteration 11479 found worse value: 363.609023147. iteration 11480 found worse value: 363.609023147. iteration 11481 found worse value: 363.609023147. iteration 11482 found worse value: 363.609023147. iteration 11483 found worse value: 363.609023147. iteration 11484 found worse value: 363.609023147. iteration 11484, perturbing to get out of local maxima iteration 11485 found worse value: 363.609023147. iteration 11486 found worse value: 363.609023147. iteration 11487 found worse value: 363.609023147. iteration 11488 found worse value: 363.609023147. iteration 11489 found worse value: 363.609023147. iteration 11490 found worse value: 363.609023147. iteration 11491 found worse value: 363.609023147. iteration 11491, perturbing to get out of local maxima iteration 11492 found worse value: 363.609023147. iteration 11492, perturbing to get out of local maxima iteration 11493 found worse value: 363.609023147. iteration 11494 found worse value: 363.609023147. iteration 11494, perturbing to get out of local maxima iteration 11495 found worse value: 363.609023147. iteration 11496 found worse value: 363.609023147. iteration 11497 found worse value: 363.609023147. iteration 11497, perturbing to get out of local maxima iteration 11498 found worse value: 363.609023147. iteration 11499 found worse value: 363.609023147. iteration 11500 found worse value: 363.609023147. iteration 11500, perturbing to get out of local maxima iteration 11501 found worse value: 363.609023147. iteration 11501, perturbing to get out of local maxima iteration 11502 found worse value: 363.609023147. iteration 11503 found worse value: 363.609023147. iteration 11503, perturbing to get out of local maxima iteration 11504 found worse value: 363.609023147. iteration 11504, perturbing to get out of local maxima iteration 11505 found worse value: 363.609023147. iteration 11506 found worse value: 363.609023147. iteration 11507 found worse value: 363.609023147. iteration 11508 found worse value: 363.609023147. iteration 11509 found worse value: 363.609023147. iteration 11509, perturbing to get out of local maxima iteration 11510 found worse value: 363.609023147. iteration 11511 found worse value: 363.609023147. iteration 11512 found worse value: 363.609023147. iteration 11512, perturbing to get out of local maxima iteration 11513 found worse value: 363.609023147. iteration 11514 found worse value: 363.609023147. iteration 11515 found worse value: 363.609023147. iteration 11515, perturbing to get out of local maxima iteration 11516 found worse value: 363.609023147. iteration 11516, perturbing to get out of local maxima iteration 11517 found worse value: 363.609023147. iteration 11518 found worse value: 363.609023147. iteration 11519 found worse value: 363.609023147. iteration 11520 found worse value: 363.609023147. iteration 11520, perturbing to get out of local maxima iteration 11521 found worse value: 363.609023147. iteration 11522 found worse value: 363.609023147. iteration 11523 found worse value: 363.609023147. iteration 11524 found worse value: 363.609023147. iteration 11524, perturbing to get out of local maxima iteration 11525 found worse value: 363.609023147. iteration 11526 found worse value: 363.609023147. iteration 11527 found worse value: 363.609023147. iteration 11528 found worse value: 363.609023147. iteration 11529 found worse value: 363.609023147. iteration 11529, perturbing to get out of local maxima iteration 11530 found worse value: 363.609023147. iteration 11531 found worse value: 363.609023147. iteration 11531, perturbing to get out of local maxima iteration 11532 found worse value: 363.609023147. iteration 11533 found worse value: 363.609023147. iteration 11534 found worse value: 363.609023147. iteration 11535 found worse value: 363.609023147. iteration 11536 found worse value: 363.609023147. iteration 11536, perturbing to get out of local maxima iteration 11537 found worse value: 363.609023147. iteration 11538 found worse value: 363.609023147. iteration 11539 found worse value: 363.609023147. iteration 11540 found worse value: 363.609023147. iteration 11541 found worse value: 363.609023147. iteration 11542 found worse value: 363.609023147. iteration 11543 found worse value: 363.609023147. iteration 11543, perturbing to get out of local maxima iteration 11544 found worse value: 363.609023147. iteration 11545 found worse value: 363.609023147. iteration 11545, perturbing to get out of local maxima iteration 11546 found worse value: 363.609023147. iteration 11547 found worse value: 363.609023147. iteration 11548 found worse value: 363.609023147. iteration 11548, perturbing to get out of local maxima iteration 11549 found worse value: 363.609023147. iteration 11550 found worse value: 363.609023147. iteration 11550, perturbing to get out of local maxima iteration 11551 found worse value: 363.609023147. iteration 11551, perturbing to get out of local maxima iteration 11552 found worse value: 363.609023147. iteration 11553 found worse value: 363.609023147. iteration 11554 found worse value: 363.609023147. iteration 11555 found worse value: 363.609023147. iteration 11556 found worse value: 363.609023147. iteration 11556, perturbing to get out of local maxima iteration 11557 found worse value: 363.609023147. iteration 11558 found worse value: 363.609023147. iteration 11558, perturbing to get out of local maxima iteration 11559 found worse value: 363.609023147. iteration 11560 found worse value: 363.609023147. iteration 11560, perturbing to get out of local maxima iteration 11561 found worse value: 363.609023147. iteration 11562 found worse value: 363.609023147. iteration 11562, perturbing to get out of local maxima iteration 11563 found worse value: 363.609023147. iteration 11563, perturbing to get out of local maxima iteration 11564 found worse value: 363.609023147. iteration 11565 found worse value: 363.609023147. iteration 11566 found worse value: 363.609023147. iteration 11567 found worse value: 363.609023147. iteration 11568 found worse value: 363.609023147. iteration 11569 found worse value: 363.609023147. iteration 11570 found worse value: 363.609023147. iteration 11570, perturbing to get out of local maxima iteration 11571 found worse value: 363.609023147. iteration 11571, perturbing to get out of local maxima iteration 11572 found worse value: 363.609023147. iteration 11572, perturbing to get out of local maxima iteration 11573 found worse value: 363.609023147. iteration 11574 found worse value: 363.609023147. iteration 11575 found worse value: 363.609023147. iteration 11576 found worse value: 363.609023147. iteration 11577 found worse value: 363.609023147. iteration 11577, perturbing to get out of local maxima iteration 11578 found worse value: 363.609023147. iteration 11579 found worse value: 363.609023147. iteration 11580 found worse value: 363.609023147. iteration 11581 found worse value: 363.609023147. iteration 11582 found worse value: 363.609023147. iteration 11583 found worse value: 363.609023147. iteration 11583, perturbing to get out of local maxima iteration 11584 found worse value: 363.609023147. iteration 11585 found worse value: 363.609023147. iteration 11585, perturbing to get out of local maxima iteration 11586 found worse value: 363.609023147. iteration 11587 found worse value: 363.609023147. iteration 11588 found worse value: 363.609023147. iteration 11588, perturbing to get out of local maxima iteration 11589 found worse value: 363.609023147. iteration 11590 found worse value: 363.609023147. iteration 11591 found worse value: 363.609023147. iteration 11591, perturbing to get out of local maxima iteration 11592 found worse value: 363.609023147. iteration 11592, perturbing to get out of local maxima iteration 11593 found worse value: 363.609023147. iteration 11594 found worse value: 363.609023147. iteration 11594, perturbing to get out of local maxima iteration 11595 found worse value: 363.609023147. iteration 11596 found worse value: 363.609023147. iteration 11596, perturbing to get out of local maxima iteration 11597 found worse value: 363.609023147. iteration 11597, perturbing to get out of local maxima iteration 11598 found worse value: 363.609023147. iteration 11599 found worse value: 363.609023147. iteration 11600 found worse value: 363.609023147. iteration 11600, perturbing to get out of local maxima iteration 11601 found worse value: 363.609023147. iteration 11602 found worse value: 363.609023147. iteration 11602, perturbing to get out of local maxima iteration 11603 found worse value: 363.609023147. iteration 11604 found worse value: 363.609023147. iteration 11605 found worse value: 363.609023147. iteration 11606 found worse value: 363.609023147. iteration 11606, perturbing to get out of local maxima iteration 11607 found worse value: 363.609023147. iteration 11607, perturbing to get out of local maxima iteration 11608 found worse value: 363.609023147. iteration 11609 found worse value: 363.609023147. iteration 11610 found worse value: 363.609023147. iteration 11610, perturbing to get out of local maxima iteration 11611 found worse value: 363.609023147. iteration 11612 found worse value: 363.609023147. iteration 11613 found worse value: 363.609023147. iteration 11613, perturbing to get out of local maxima iteration 11614 found worse value: 363.609023147. iteration 11614, perturbing to get out of local maxima iteration 11615 found worse value: 363.609023147. iteration 11616 found worse value: 363.609023147. iteration 11617 found worse value: 363.609023147. iteration 11617, perturbing to get out of local maxima iteration 11618 found worse value: 363.609023147. iteration 11619 found worse value: 363.609023147. iteration 11620 found worse value: 363.609023147. iteration 11621 found worse value: 363.609023147. iteration 11621, perturbing to get out of local maxima iteration 11622 found worse value: 363.609023147. iteration 11623 found worse value: 363.609023147. iteration 11624 found worse value: 363.609023147. iteration 11625 found worse value: 363.609023147. iteration 11625, perturbing to get out of local maxima iteration 11626 found worse value: 363.609023147. iteration 11627 found worse value: 363.609023147. iteration 11627, perturbing to get out of local maxima iteration 11628 found worse value: 363.609023147. iteration 11629 found worse value: 363.609023147. iteration 11630 found worse value: 363.609023147. iteration 11631 found worse value: 363.609023147. iteration 11632 found worse value: 363.609023147. iteration 11633 found worse value: 363.609023147. iteration 11633, perturbing to get out of local maxima iteration 11634 found worse value: 363.609023147. iteration 11634, perturbing to get out of local maxima iteration 11635 found worse value: 363.609023147. iteration 11636 found worse value: 363.609023147. iteration 11637 found worse value: 363.609023147. iteration 11637, perturbing to get out of local maxima iteration 11638 found worse value: 363.609023147. iteration 11638, perturbing to get out of local maxima iteration 11639 found worse value: 363.609023147. iteration 11640 found worse value: 363.609023147. iteration 11641 found worse value: 363.609023147. iteration 11641, perturbing to get out of local maxima iteration 11642 found worse value: 363.609023147. iteration 11643 found worse value: 363.609023147. iteration 11644 found worse value: 363.609023147. iteration 11645 found worse value: 363.609023147. iteration 11646 found worse value: 363.609023147. iteration 11646, perturbing to get out of local maxima iteration 11647 found worse value: 363.609023147. iteration 11648 found worse value: 363.609023147. iteration 11649 found worse value: 363.609023147. iteration 11649, perturbing to get out of local maxima iteration 11650 found worse value: 363.609023147. iteration 11651 found worse value: 363.609023147. iteration 11652 found worse value: 363.609023147. iteration 11653 found worse value: 363.609023147. iteration 11654 found worse value: 363.609023147. iteration 11655 found worse value: 363.609023147. iteration 11656 found worse value: 363.609023147. iteration 11657 found worse value: 363.609023147. iteration 11658 found worse value: 363.609023147. iteration 11659 found worse value: 363.609023147. iteration 11659, perturbing to get out of local maxima iteration 11660 found worse value: 363.609023147. iteration 11661 found worse value: 363.609023147. iteration 11662 found worse value: 363.609023147. iteration 11662, perturbing to get out of local maxima iteration 11663 found worse value: 363.609023147. iteration 11664 found worse value: 363.609023147. iteration 11664, perturbing to get out of local maxima iteration 11665 found worse value: 363.609023147. iteration 11665, perturbing to get out of local maxima iteration 11666 found worse value: 363.609023147. iteration 11667 found worse value: 363.609023147. iteration 11668 found worse value: 363.609023147. iteration 11669 found worse value: 363.609023147. iteration 11669, perturbing to get out of local maxima iteration 11670 found worse value: 363.609023147. iteration 11670, perturbing to get out of local maxima iteration 11671 found worse value: 363.609023147. iteration 11672 found worse value: 363.609023147. iteration 11673 found worse value: 363.609023147. iteration 11674 found worse value: 363.609023147. iteration 11675 found worse value: 363.609023147. iteration 11675, perturbing to get out of local maxima iteration 11676 found worse value: 363.609023147. iteration 11676, perturbing to get out of local maxima iteration 11677 found worse value: 363.609023147. iteration 11678 found worse value: 363.609023147. iteration 11679 found worse value: 363.609023147. iteration 11680 found worse value: 363.609023147. iteration 11681 found worse value: 363.609023147. iteration 11682 found worse value: 363.609023147. iteration 11683 found worse value: 363.609023147. iteration 11684 found worse value: 363.609023147. iteration 11684, perturbing to get out of local maxima iteration 11685 found worse value: 363.609023147. iteration 11686 found worse value: 363.609023147. iteration 11687 found worse value: 363.609023147. iteration 11687, perturbing to get out of local maxima iteration 11688 found worse value: 363.609023147. iteration 11689 found worse value: 363.609023147. iteration 11690 found worse value: 363.609023147. iteration 11691 found worse value: 363.609023147. iteration 11692 found worse value: 363.609023147. iteration 11693 found worse value: 363.609023147. iteration 11694 found worse value: 363.609023147. iteration 11695 found worse value: 363.609023147. iteration 11695, perturbing to get out of local maxima iteration 11696 found worse value: 363.609023147. iteration 11697 found worse value: 363.609023147. iteration 11698 found worse value: 363.609023147. iteration 11699 found worse value: 363.609023147. iteration 11700 found worse value: 363.609023147. iteration 11701 found worse value: 363.609023147. iteration 11702 found worse value: 363.609023147. iteration 11703 found worse value: 363.609023147. iteration 11704 found worse value: 363.609023147. iteration 11705 found worse value: 363.609023147. iteration 11705, perturbing to get out of local maxima iteration 11706 found worse value: 363.609023147. iteration 11706, perturbing to get out of local maxima iteration 11707 found worse value: 363.609023147. iteration 11707, perturbing to get out of local maxima iteration 11708 found worse value: 363.609023147. iteration 11709 found worse value: 363.609023147. iteration 11709, perturbing to get out of local maxima iteration 11710 found worse value: 363.609023147. iteration 11710, perturbing to get out of local maxima iteration 11711 found worse value: 363.609023147. iteration 11711, perturbing to get out of local maxima iteration 11712 found worse value: 363.609023147. iteration 11713 found worse value: 363.609023147. iteration 11713, perturbing to get out of local maxima iteration 11714 found worse value: 363.609023147. iteration 11715 found worse value: 363.609023147. iteration 11715, perturbing to get out of local maxima iteration 11716 found worse value: 363.609023147. iteration 11717 found worse value: 363.609023147. iteration 11718 found worse value: 363.609023147. iteration 11718, perturbing to get out of local maxima iteration 11719 found worse value: 363.609023147. iteration 11720 found worse value: 363.609023147. iteration 11721 found worse value: 363.609023147. iteration 11722 found worse value: 363.609023147. iteration 11723 found worse value: 363.609023147. iteration 11724 found worse value: 363.609023147. iteration 11725 found worse value: 363.609023147. iteration 11726 found worse value: 363.609023147. iteration 11727 found worse value: 363.609023147. iteration 11727, perturbing to get out of local maxima iteration 11728 found worse value: 363.609023147. iteration 11729 found worse value: 363.609023147. iteration 11730 found worse value: 363.609023147. iteration 11731 found worse value: 363.609023147. iteration 11732 found worse value: 363.609023147. iteration 11733 found worse value: 363.609023147. iteration 11734 found worse value: 363.609023147. iteration 11735 found worse value: 363.609023147. iteration 11736 found worse value: 363.609023147. iteration 11736, perturbing to get out of local maxima iteration 11737 found worse value: 363.609023147. iteration 11738 found worse value: 363.609023147. iteration 11739 found worse value: 363.609023147. iteration 11739, perturbing to get out of local maxima iteration 11740 found worse value: 363.609023147. iteration 11741 found worse value: 363.609023147. iteration 11742 found worse value: 363.609023147. iteration 11743 found worse value: 363.609023147. iteration 11744 found worse value: 363.609023147. iteration 11745 found worse value: 363.609023147. iteration 11746 found worse value: 363.609023147. iteration 11746, perturbing to get out of local maxima iteration 11747 found worse value: 363.609023147. iteration 11748 found worse value: 363.609023147. iteration 11749 found worse value: 363.609023147. iteration 11750 found worse value: 363.609023147. iteration 11750, perturbing to get out of local maxima iteration 11751 found worse value: 363.609023147. iteration 11752 found worse value: 363.609023147. iteration 11752, perturbing to get out of local maxima iteration 11753 found worse value: 363.609023147. iteration 11754 found worse value: 363.609023147. iteration 11754, perturbing to get out of local maxima iteration 11755 found worse value: 363.609023147. iteration 11756 found worse value: 363.609023147. iteration 11757 found worse value: 363.609023147. iteration 11757, perturbing to get out of local maxima iteration 11758 found worse value: 363.609023147. iteration 11758, perturbing to get out of local maxima iteration 11759 found worse value: 363.609023147. iteration 11760 found worse value: 363.609023147. iteration 11760, perturbing to get out of local maxima iteration 11761 found worse value: 363.609023147. iteration 11762 found worse value: 363.609023147. iteration 11762, perturbing to get out of local maxima iteration 11763 found worse value: 363.609023147. iteration 11763, perturbing to get out of local maxima iteration 11764 found worse value: 363.609023147. iteration 11765 found worse value: 363.609023147. iteration 11765, perturbing to get out of local maxima iteration 11766 found worse value: 363.609023147. iteration 11767 found worse value: 363.609023147. iteration 11768 found worse value: 363.609023147. iteration 11768, perturbing to get out of local maxima iteration 11769 found worse value: 363.609023147. iteration 11770 found worse value: 363.609023147. iteration 11771 found worse value: 363.609023147. iteration 11772 found worse value: 363.609023147. iteration 11773 found worse value: 363.609023147. iteration 11774 found worse value: 363.609023147. iteration 11775 found worse value: 363.609023147. iteration 11775, perturbing to get out of local maxima iteration 11776 found worse value: 363.609023147. iteration 11776, perturbing to get out of local maxima iteration 11777 found worse value: 363.609023147. iteration 11778 found worse value: 363.609023147. iteration 11779 found worse value: 363.609023147. iteration 11780 found worse value: 363.609023147. iteration 11781 found worse value: 363.609023147. iteration 11782 found worse value: 363.609023147. iteration 11783 found worse value: 363.609023147. iteration 11784 found worse value: 363.609023147. iteration 11785 found worse value: 363.609023147. iteration 11786 found worse value: 363.609023147. iteration 11786, perturbing to get out of local maxima iteration 11787 found worse value: 363.609023147. iteration 11788 found worse value: 363.609023147. iteration 11788, perturbing to get out of local maxima iteration 11789 found worse value: 363.609023147. iteration 11790 found worse value: 363.609023147. iteration 11790, perturbing to get out of local maxima iteration 11791 found worse value: 363.609023147. iteration 11792 found worse value: 363.609023147. iteration 11793 found worse value: 363.609023147. iteration 11794 found worse value: 363.609023147. iteration 11795 found worse value: 363.609023147. iteration 11796 found worse value: 363.609023147. iteration 11796, perturbing to get out of local maxima iteration 11797 found worse value: 363.609023147. iteration 11798 found worse value: 363.609023147. iteration 11798, perturbing to get out of local maxima iteration 11799 found worse value: 363.609023147. iteration 11800 found worse value: 363.609023147. iteration 11801 found worse value: 363.609023147. iteration 11802 found worse value: 363.609023147. iteration 11803 found worse value: 363.609023147. iteration 11804 found worse value: 363.609023147. iteration 11805 found worse value: 363.609023147. iteration 11805, perturbing to get out of local maxima iteration 11806 found worse value: 363.609023147. iteration 11806, perturbing to get out of local maxima iteration 11807 found worse value: 363.609023147. iteration 11808 found worse value: 363.609023147. iteration 11808, perturbing to get out of local maxima iteration 11809 found worse value: 363.609023147. iteration 11810 found worse value: 363.609023147. iteration 11810, perturbing to get out of local maxima iteration 11811 found worse value: 363.609023147. iteration 11812 found worse value: 363.609023147. iteration 11813 found worse value: 363.609023147. iteration 11814 found worse value: 363.609023147. iteration 11814, perturbing to get out of local maxima iteration 11815 found worse value: 363.609023147. iteration 11815, perturbing to get out of local maxima iteration 11816 found worse value: 363.609023147. iteration 11816, perturbing to get out of local maxima iteration 11817 found worse value: 363.609023147. iteration 11818 found worse value: 363.609023147. iteration 11819 found worse value: 363.609023147. iteration 11819, perturbing to get out of local maxima iteration 11820 found worse value: 363.609023147. iteration 11820, perturbing to get out of local maxima iteration 11821 found worse value: 363.609023147. iteration 11821, perturbing to get out of local maxima iteration 11822 found worse value: 363.609023147. iteration 11823 found worse value: 363.609023147. iteration 11824 found worse value: 363.609023147. iteration 11825 found worse value: 363.609023147. iteration 11826 found worse value: 363.609023147. iteration 11827 found worse value: 363.609023147. iteration 11828 found worse value: 363.609023147. iteration 11829 found worse value: 363.609023147. iteration 11830 found worse value: 363.609023147. iteration 11831 found worse value: 363.609023147. iteration 11832 found worse value: 363.609023147. iteration 11833 found worse value: 363.609023147. iteration 11833, perturbing to get out of local maxima iteration 11834 found worse value: 363.609023147. iteration 11835 found worse value: 363.609023147. iteration 11836 found worse value: 363.609023147. iteration 11836, perturbing to get out of local maxima iteration 11837 found worse value: 363.609023147. iteration 11838 found worse value: 363.609023147. iteration 11838, perturbing to get out of local maxima iteration 11839 found worse value: 363.609023147. iteration 11840 found worse value: 363.609023147. iteration 11841 found worse value: 363.609023147. iteration 11842 found worse value: 363.609023147. iteration 11842, perturbing to get out of local maxima iteration 11843 found worse value: 363.609023147. iteration 11844 found worse value: 363.609023147. iteration 11845 found worse value: 363.609023147. iteration 11846 found worse value: 363.609023147. iteration 11847 found worse value: 363.609023147. iteration 11847, perturbing to get out of local maxima iteration 11848 found worse value: 363.609023147. iteration 11849 found worse value: 363.609023147. iteration 11850 found worse value: 363.609023147. iteration 11851 found worse value: 363.609023147. iteration 11852 found worse value: 363.609023147. iteration 11853 found worse value: 363.609023147. iteration 11854 found worse value: 363.609023147. iteration 11855 found worse value: 363.609023147. iteration 11856 found worse value: 363.609023147. iteration 11857 found worse value: 363.609023147. iteration 11858 found worse value: 363.609023147. iteration 11858, perturbing to get out of local maxima iteration 11859 found worse value: 363.609023147. iteration 11860 found worse value: 363.609023147. iteration 11861 found worse value: 363.609023147. iteration 11861, perturbing to get out of local maxima iteration 11862 found worse value: 363.609023147. iteration 11863 found worse value: 363.609023147. iteration 11863, perturbing to get out of local maxima iteration 11864 found worse value: 363.609023147. iteration 11865 found worse value: 363.609023147. iteration 11866 found worse value: 363.609023147. iteration 11866, perturbing to get out of local maxima iteration 11867 found worse value: 363.609023147. iteration 11867, perturbing to get out of local maxima iteration 11868 found worse value: 363.609023147. iteration 11869 found worse value: 363.609023147. iteration 11870 found worse value: 363.609023147. iteration 11871 found worse value: 363.609023147. iteration 11872 found worse value: 363.609023147. iteration 11873 found worse value: 363.609023147. iteration 11873, perturbing to get out of local maxima iteration 11874 found worse value: 363.609023147. iteration 11874, perturbing to get out of local maxima iteration 11875 found worse value: 363.609023147. iteration 11876 found worse value: 363.609023147. iteration 11876, perturbing to get out of local maxima iteration 11877 found worse value: 363.609023147. iteration 11877, perturbing to get out of local maxima iteration 11878 found worse value: 363.609023147. iteration 11878, perturbing to get out of local maxima iteration 11879 found worse value: 363.609023147. iteration 11880 found worse value: 363.609023147. iteration 11881 found worse value: 363.609023147. iteration 11882 found worse value: 363.609023147. iteration 11883 found worse value: 363.609023147. iteration 11883, perturbing to get out of local maxima iteration 11884 found worse value: 363.609023147. iteration 11885 found worse value: 363.609023147. iteration 11885, perturbing to get out of local maxima iteration 11886 found worse value: 363.609023147. iteration 11886, perturbing to get out of local maxima iteration 11887 found worse value: 363.609023147. iteration 11888 found worse value: 363.609023147. iteration 11889 found worse value: 363.609023147. iteration 11890 found worse value: 363.609023147. iteration 11891 found worse value: 363.609023147. iteration 11892 found worse value: 363.609023147. iteration 11893 found worse value: 363.609023147. iteration 11893, perturbing to get out of local maxima iteration 11894 found worse value: 363.609023147. iteration 11894, perturbing to get out of local maxima iteration 11895 found worse value: 363.609023147. iteration 11896 found worse value: 363.609023147. iteration 11897 found worse value: 363.609023147. iteration 11898 found worse value: 363.609023147. iteration 11899 found worse value: 363.609023147. iteration 11900 found worse value: 363.609023147. iteration 11901 found worse value: 363.609023147. iteration 11902 found worse value: 363.609023147. iteration 11903 found worse value: 363.609023147. iteration 11904 found worse value: 363.609023147. iteration 11905 found worse value: 363.609023147. iteration 11906 found worse value: 363.609023147. iteration 11907 found worse value: 363.609023147. iteration 11908 found worse value: 363.609023147. iteration 11908, perturbing to get out of local maxima iteration 11909 found worse value: 363.609023147. iteration 11910 found worse value: 363.609023147. iteration 11911 found worse value: 363.609023147. iteration 11911, perturbing to get out of local maxima iteration 11912 found worse value: 363.609023147. iteration 11912, perturbing to get out of local maxima iteration 11913 found worse value: 363.609023147. iteration 11914 found worse value: 363.609023147. iteration 11915 found worse value: 363.609023147. iteration 11916 found worse value: 363.609023147. iteration 11917 found worse value: 363.609023147. iteration 11917, perturbing to get out of local maxima iteration 11918 found worse value: 363.609023147. iteration 11918, perturbing to get out of local maxima iteration 11919 found worse value: 363.609023147. iteration 11920 found worse value: 363.609023147. iteration 11921 found worse value: 363.609023147. iteration 11922 found worse value: 363.609023147. iteration 11923 found worse value: 363.609023147. iteration 11923, perturbing to get out of local maxima iteration 11924 found worse value: 363.609023147. iteration 11924, perturbing to get out of local maxima iteration 11925 found worse value: 363.609023147. iteration 11925, perturbing to get out of local maxima iteration 11926 found worse value: 363.609023147. iteration 11926, perturbing to get out of local maxima iteration 11927 found worse value: 363.609023147. iteration 11927, perturbing to get out of local maxima iteration 11928 found worse value: 363.609023147. iteration 11929 found worse value: 363.609023147. iteration 11930 found worse value: 363.609023147. iteration 11930, perturbing to get out of local maxima iteration 11931 found worse value: 363.609023147. iteration 11932 found worse value: 363.609023147. iteration 11932, perturbing to get out of local maxima iteration 11933 found worse value: 363.609023147. iteration 11933, perturbing to get out of local maxima iteration 11934 found worse value: 363.609023147. iteration 11935 found worse value: 363.609023147. iteration 11936 found worse value: 363.609023147. iteration 11937 found worse value: 363.609023147. iteration 11937, perturbing to get out of local maxima iteration 11938 found worse value: 363.609023147. iteration 11938, perturbing to get out of local maxima iteration 11939 found worse value: 363.609023147. iteration 11939, perturbing to get out of local maxima iteration 11940 found worse value: 363.609023147. iteration 11940, perturbing to get out of local maxima iteration 11941 found worse value: 363.609023147. iteration 11942 found worse value: 363.609023147. iteration 11942, perturbing to get out of local maxima iteration 11943 found worse value: 363.609023147. iteration 11944 found worse value: 363.609023147. iteration 11945 found worse value: 363.609023147. iteration 11945, perturbing to get out of local maxima iteration 11946 found worse value: 363.609023147. iteration 11947 found worse value: 363.609023147. iteration 11947, perturbing to get out of local maxima iteration 11948 found worse value: 363.609023147. iteration 11949 found worse value: 363.609023147. iteration 11950 found worse value: 363.609023147. iteration 11951 found worse value: 363.609023147. iteration 11952 found worse value: 363.609023147. iteration 11952, perturbing to get out of local maxima iteration 11953 found worse value: 363.609023147. iteration 11953, perturbing to get out of local maxima iteration 11954 found worse value: 363.609023147. iteration 11955 found worse value: 363.609023147. iteration 11956 found worse value: 363.609023147. iteration 11957 found worse value: 363.609023147. iteration 11957, perturbing to get out of local maxima iteration 11958 found worse value: 363.609023147. iteration 11959 found worse value: 363.609023147. iteration 11960 found worse value: 363.609023147. iteration 11961 found worse value: 363.609023147. iteration 11961, perturbing to get out of local maxima iteration 11962 found worse value: 363.609023147. iteration 11963 found worse value: 363.609023147. iteration 11964 found worse value: 363.609023147. iteration 11965 found worse value: 363.609023147. iteration 11966 found worse value: 363.609023147. iteration 11967 found worse value: 363.609023147. iteration 11968 found worse value: 363.609023147. iteration 11969 found worse value: 363.609023147. iteration 11969, perturbing to get out of local maxima iteration 11970 found worse value: 363.609023147. iteration 11970, perturbing to get out of local maxima iteration 11971 found worse value: 363.609023147. iteration 11972 found worse value: 363.609023147. iteration 11972, perturbing to get out of local maxima iteration 11973 found worse value: 363.609023147. iteration 11974 found worse value: 363.609023147. iteration 11974, perturbing to get out of local maxima iteration 11975 found worse value: 363.609023147. iteration 11976 found worse value: 363.609023147. iteration 11977 found worse value: 363.609023147. iteration 11977, perturbing to get out of local maxima iteration 11978 found worse value: 363.609023147. iteration 11979 found worse value: 363.609023147. iteration 11980 found worse value: 363.609023147. iteration 11981 found worse value: 363.609023147. iteration 11981, perturbing to get out of local maxima iteration 11982 found worse value: 363.609023147. iteration 11983 found worse value: 363.609023147. iteration 11984 found worse value: 363.609023147. iteration 11985 found worse value: 363.609023147. iteration 11986 found worse value: 363.609023147. iteration 11986, perturbing to get out of local maxima iteration 11987 found worse value: 363.609023147. iteration 11988 found worse value: 363.609023147. iteration 11989 found worse value: 363.609023147. iteration 11989, perturbing to get out of local maxima iteration 11990 found worse value: 363.609023147. iteration 11991 found worse value: 363.609023147. iteration 11991, perturbing to get out of local maxima iteration 11992 found worse value: 363.609023147. iteration 11993 found worse value: 363.609023147. iteration 11993, perturbing to get out of local maxima iteration 11994 found worse value: 363.609023147. iteration 11995 found worse value: 363.609023147. iteration 11995, perturbing to get out of local maxima iteration 11996 found worse value: 363.609023147. iteration 11996, perturbing to get out of local maxima iteration 11997 found worse value: 363.609023147. iteration 11998 found worse value: 363.609023147. iteration 11999 found worse value: 363.609023147. iteration 12000 found worse value: 363.609023147. iteration 12000, perturbing to get out of local maxima iteration 12001 found worse value: 363.609023147. iteration 12002 found worse value: 363.609023147. iteration 12003 found worse value: 363.609023147. iteration 12004 found worse value: 363.609023147. iteration 12004, perturbing to get out of local maxima iteration 12005 found worse value: 363.609023147. iteration 12005, perturbing to get out of local maxima iteration 12006 found worse value: 363.609023147. iteration 12007 found worse value: 363.609023147. iteration 12008 found worse value: 363.609023147. iteration 12008, perturbing to get out of local maxima iteration 12009 found worse value: 363.609023147. iteration 12010 found worse value: 363.609023147. iteration 12011 found worse value: 363.609023147. iteration 12012 found worse value: 363.609023147. iteration 12013 found worse value: 363.609023147. iteration 12014 found worse value: 363.609023147. iteration 12015 found worse value: 363.609023147. iteration 12015, perturbing to get out of local maxima iteration 12016 found worse value: 363.609023147. iteration 12017 found worse value: 363.609023147. iteration 12018 found worse value: 363.609023147. iteration 12018, perturbing to get out of local maxima iteration 12019 found worse value: 363.609023147. iteration 12020 found worse value: 363.609023147. iteration 12021 found worse value: 363.609023147. iteration 12022 found worse value: 363.609023147. iteration 12023 found worse value: 363.609023147. iteration 12023, perturbing to get out of local maxima iteration 12024 found worse value: 363.609023147. iteration 12025 found worse value: 363.609023147. iteration 12026 found worse value: 363.609023147. iteration 12027 found worse value: 363.609023147. iteration 12028 found worse value: 363.609023147. iteration 12028, perturbing to get out of local maxima iteration 12029 found worse value: 363.609023147. iteration 12030 found worse value: 363.609023147. iteration 12031 found worse value: 363.609023147. iteration 12031, perturbing to get out of local maxima iteration 12032 found worse value: 363.609023147. iteration 12032, perturbing to get out of local maxima iteration 12033 found worse value: 363.609023147. iteration 12034 found worse value: 363.609023147. iteration 12035 found worse value: 363.609023147. iteration 12035, perturbing to get out of local maxima iteration 12036 found worse value: 363.609023147. iteration 12037 found worse value: 363.609023147. iteration 12037, perturbing to get out of local maxima iteration 12038 found worse value: 363.609023147. iteration 12038, perturbing to get out of local maxima iteration 12039 found worse value: 363.609023147. iteration 12040 found worse value: 363.609023147. iteration 12041 found worse value: 363.609023147. iteration 12042 found worse value: 363.609023147. iteration 12043 found worse value: 363.609023147. iteration 12044 found worse value: 363.609023147. iteration 12045 found worse value: 363.609023147. iteration 12046 found worse value: 363.609023147. iteration 12046, perturbing to get out of local maxima iteration 12047 found worse value: 363.609023147. iteration 12048 found worse value: 363.609023147. iteration 12048, perturbing to get out of local maxima iteration 12049 found worse value: 363.609023147. iteration 12050 found worse value: 363.609023147. iteration 12051 found worse value: 363.609023147. iteration 12052 found worse value: 363.609023147. iteration 12053 found worse value: 363.609023147. iteration 12054 found worse value: 363.609023147. iteration 12055 found worse value: 363.609023147. iteration 12056 found worse value: 363.609023147. iteration 12057 found worse value: 363.609023147. iteration 12058 found worse value: 363.609023147. iteration 12059 found worse value: 363.609023147. iteration 12059, perturbing to get out of local maxima iteration 12060 found worse value: 363.609023147. iteration 12061 found worse value: 363.609023147. iteration 12062 found worse value: 363.609023147. iteration 12063 found worse value: 363.609023147. iteration 12063, perturbing to get out of local maxima iteration 12064 found worse value: 363.609023147. iteration 12065 found worse value: 363.609023147. iteration 12066 found worse value: 363.609023147. iteration 12067 found worse value: 363.609023147. iteration 12067, perturbing to get out of local maxima iteration 12068 found worse value: 363.609023147. iteration 12068, perturbing to get out of local maxima iteration 12069 found worse value: 363.609023147. iteration 12070 found worse value: 363.609023147. iteration 12070, perturbing to get out of local maxima iteration 12071 found worse value: 363.609023147. iteration 12072 found worse value: 363.609023147. iteration 12073 found worse value: 363.609023147. iteration 12074 found worse value: 363.609023147. iteration 12074, perturbing to get out of local maxima iteration 12075 found worse value: 363.609023147. iteration 12075, perturbing to get out of local maxima iteration 12076 found worse value: 363.609023147. iteration 12077 found worse value: 363.609023147. iteration 12078 found worse value: 363.609023147. iteration 12078, perturbing to get out of local maxima iteration 12079 found worse value: 363.609023147. iteration 12079, perturbing to get out of local maxima iteration 12080 found worse value: 363.609023147. iteration 12081 found worse value: 363.609023147. iteration 12082 found worse value: 363.609023147. iteration 12082, perturbing to get out of local maxima iteration 12083 found worse value: 363.609023147. iteration 12084 found worse value: 363.609023147. iteration 12084, perturbing to get out of local maxima iteration 12085 found worse value: 363.609023147. iteration 12086 found worse value: 363.609023147. iteration 12087 found worse value: 363.609023147. iteration 12088 found worse value: 363.609023147. iteration 12089 found worse value: 363.609023147. iteration 12090 found worse value: 363.609023147. iteration 12090, perturbing to get out of local maxima iteration 12091 found worse value: 363.609023147. iteration 12092 found worse value: 363.609023147. iteration 12093 found worse value: 363.609023147. iteration 12094 found worse value: 363.609023147. iteration 12095 found worse value: 363.609023147. iteration 12096 found worse value: 363.609023147. iteration 12097 found worse value: 363.609023147. iteration 12097, perturbing to get out of local maxima iteration 12098 found worse value: 363.609023147. iteration 12098, perturbing to get out of local maxima iteration 12099 found worse value: 363.609023147. iteration 12100 found worse value: 363.609023147. iteration 12101 found worse value: 363.609023147. iteration 12102 found worse value: 363.609023147. iteration 12102, perturbing to get out of local maxima iteration 12103 found worse value: 363.609023147. iteration 12104 found worse value: 363.609023147. iteration 12105 found worse value: 363.609023147. iteration 12106 found worse value: 363.609023147. iteration 12106, perturbing to get out of local maxima iteration 12107 found worse value: 363.609023147. iteration 12108 found worse value: 363.609023147. iteration 12109 found worse value: 363.609023147. iteration 12110 found worse value: 363.609023147. iteration 12111 found worse value: 363.609023147. iteration 12112 found worse value: 363.609023147. iteration 12113 found worse value: 363.609023147. iteration 12114 found worse value: 363.609023147. iteration 12114, perturbing to get out of local maxima iteration 12115 found worse value: 363.609023147. iteration 12116 found worse value: 363.609023147. iteration 12117 found worse value: 363.609023147. iteration 12118 found worse value: 363.609023147. iteration 12119 found worse value: 363.609023147. iteration 12119, perturbing to get out of local maxima iteration 12120 found worse value: 363.609023147. iteration 12121 found worse value: 363.609023147. iteration 12122 found worse value: 363.609023147. iteration 12123 found worse value: 363.609023147. iteration 12123, perturbing to get out of local maxima iteration 12124 found worse value: 363.609023147. iteration 12124, perturbing to get out of local maxima iteration 12125 found worse value: 363.609023147. iteration 12126 found worse value: 363.609023147. iteration 12127 found worse value: 363.609023147. iteration 12128 found worse value: 363.609023147. iteration 12129 found worse value: 363.609023147. iteration 12129, perturbing to get out of local maxima iteration 12130 found worse value: 363.609023147. iteration 12131 found worse value: 363.609023147. iteration 12132 found worse value: 363.609023147. iteration 12132, perturbing to get out of local maxima iteration 12133 found worse value: 363.609023147. iteration 12134 found worse value: 363.609023147. iteration 12134, perturbing to get out of local maxima iteration 12135 found worse value: 363.609023147. iteration 12135, perturbing to get out of local maxima iteration 12136 found worse value: 363.609023147. iteration 12137 found worse value: 363.609023147. iteration 12137, perturbing to get out of local maxima iteration 12138 found worse value: 363.609023147. iteration 12139 found worse value: 363.609023147. iteration 12140 found worse value: 363.609023147. iteration 12141 found worse value: 363.609023147. iteration 12142 found worse value: 363.609023147. iteration 12142, perturbing to get out of local maxima iteration 12143 found worse value: 363.609023147. iteration 12144 found worse value: 363.609023147. iteration 12145 found worse value: 363.609023147. iteration 12145, perturbing to get out of local maxima iteration 12146 found worse value: 363.609023147. iteration 12147 found worse value: 363.609023147. iteration 12147, perturbing to get out of local maxima iteration 12148 found worse value: 363.609023147. iteration 12148, perturbing to get out of local maxima iteration 12149 found worse value: 363.609023147. iteration 12150 found worse value: 363.609023147. iteration 12150, perturbing to get out of local maxima iteration 12151 found worse value: 363.609023147. iteration 12152 found worse value: 363.609023147. iteration 12153 found worse value: 363.609023147. iteration 12154 found worse value: 363.609023147. iteration 12155 found worse value: 363.609023147. iteration 12155, perturbing to get out of local maxima iteration 12156 found worse value: 363.609023147. iteration 12157 found worse value: 363.609023147. iteration 12157, perturbing to get out of local maxima iteration 12158 found worse value: 363.609023147. iteration 12159 found worse value: 363.609023147. iteration 12159, perturbing to get out of local maxima iteration 12160 found worse value: 363.609023147. iteration 12161 found worse value: 363.609023147. iteration 12162 found worse value: 363.609023147. iteration 12163 found worse value: 363.609023147. iteration 12163, perturbing to get out of local maxima iteration 12164 found worse value: 363.609023147. iteration 12165 found worse value: 363.609023147. iteration 12166 found worse value: 363.609023147. iteration 12167 found worse value: 363.609023147. iteration 12168 found worse value: 363.609023147. iteration 12169 found worse value: 363.609023147. iteration 12169, perturbing to get out of local maxima iteration 12170 found worse value: 363.609023147. iteration 12170, perturbing to get out of local maxima iteration 12171 found worse value: 363.609023147. iteration 12172 found worse value: 363.609023147. iteration 12173 found worse value: 363.609023147. iteration 12174 found worse value: 363.609023147. iteration 12175 found worse value: 363.609023147. iteration 12176 found worse value: 363.609023147. iteration 12176, perturbing to get out of local maxima iteration 12177 found worse value: 363.609023147. iteration 12178 found worse value: 363.609023147. iteration 12178, perturbing to get out of local maxima iteration 12179 found worse value: 363.609023147. iteration 12180 found worse value: 363.609023147. iteration 12180, perturbing to get out of local maxima iteration 12181 found worse value: 363.609023147. iteration 12182 found worse value: 363.609023147. iteration 12182, perturbing to get out of local maxima iteration 12183 found worse value: 363.609023147. iteration 12184 found worse value: 363.609023147. iteration 12184, perturbing to get out of local maxima iteration 12185 found worse value: 363.609023147. iteration 12185, perturbing to get out of local maxima iteration 12186 found worse value: 363.609023147. iteration 12187 found worse value: 363.609023147. iteration 12187, perturbing to get out of local maxima iteration 12188 found worse value: 363.609023147. iteration 12189 found worse value: 363.609023147. iteration 12190 found worse value: 363.609023147. iteration 12191 found worse value: 363.609023147. iteration 12191, perturbing to get out of local maxima iteration 12192 found worse value: 363.609023147. iteration 12193 found worse value: 363.609023147. iteration 12194 found worse value: 363.609023147. iteration 12195 found worse value: 363.609023147. iteration 12196 found worse value: 363.609023147. iteration 12197 found worse value: 363.609023147. iteration 12198 found worse value: 363.609023147. iteration 12199 found worse value: 363.609023147. iteration 12200 found worse value: 363.609023147. iteration 12200, perturbing to get out of local maxima iteration 12201 found worse value: 363.609023147. iteration 12201, perturbing to get out of local maxima iteration 12202 found worse value: 363.609023147. iteration 12203 found worse value: 363.609023147. iteration 12204 found worse value: 363.609023147. iteration 12205 found worse value: 363.609023147. iteration 12206 found worse value: 363.609023147. iteration 12206, perturbing to get out of local maxima iteration 12207 found worse value: 363.609023147. iteration 12208 found worse value: 363.609023147. iteration 12209 found worse value: 363.609023147. iteration 12209, perturbing to get out of local maxima iteration 12210 found worse value: 363.609023147. iteration 12211 found worse value: 363.609023147. iteration 12212 found worse value: 363.609023147. iteration 12212, perturbing to get out of local maxima iteration 12213 found worse value: 363.609023147. iteration 12213, perturbing to get out of local maxima iteration 12214 found worse value: 363.609023147. iteration 12214, perturbing to get out of local maxima iteration 12215 found worse value: 363.609023147. iteration 12215, perturbing to get out of local maxima iteration 12216 found worse value: 363.609023147. iteration 12217 found worse value: 363.609023147. iteration 12218 found worse value: 363.609023147. iteration 12218, perturbing to get out of local maxima iteration 12219 found worse value: 363.609023147. iteration 12219, perturbing to get out of local maxima iteration 12220 found worse value: 363.609023147. iteration 12221 found worse value: 363.609023147. iteration 12221, perturbing to get out of local maxima iteration 12222 found worse value: 363.609023147. iteration 12222, perturbing to get out of local maxima iteration 12223 found worse value: 363.609023147. iteration 12224 found worse value: 363.609023147. iteration 12224, perturbing to get out of local maxima iteration 12225 found worse value: 363.609023147. iteration 12226 found worse value: 363.609023147. iteration 12227 found worse value: 363.609023147. iteration 12228 found worse value: 363.609023147. iteration 12229 found worse value: 363.609023147. iteration 12230 found worse value: 363.609023147. iteration 12230, perturbing to get out of local maxima iteration 12231 found worse value: 363.609023147. iteration 12232 found worse value: 363.609023147. iteration 12232, perturbing to get out of local maxima iteration 12233 found worse value: 363.609023147. iteration 12233, perturbing to get out of local maxima iteration 12234 found worse value: 363.609023147. iteration 12235 found worse value: 363.609023147. iteration 12236 found worse value: 363.609023147. iteration 12237 found worse value: 363.609023147. iteration 12238 found worse value: 363.609023147. iteration 12239 found worse value: 363.609023147. iteration 12240 found worse value: 363.609023147. iteration 12241 found worse value: 363.609023147. iteration 12241, perturbing to get out of local maxima iteration 12242 found worse value: 363.609023147. iteration 12243 found worse value: 363.609023147. iteration 12243, perturbing to get out of local maxima iteration 12244 found worse value: 363.609023147. iteration 12245 found worse value: 363.609023147. iteration 12245, perturbing to get out of local maxima iteration 12246 found worse value: 363.609023147. iteration 12247 found worse value: 363.609023147. iteration 12247, perturbing to get out of local maxima iteration 12248 found worse value: 363.609023147. iteration 12248, perturbing to get out of local maxima iteration 12249 found worse value: 363.609023147. iteration 12250 found worse value: 363.609023147. iteration 12251 found worse value: 363.609023147. iteration 12252 found worse value: 363.609023147. iteration 12252, perturbing to get out of local maxima iteration 12253 found worse value: 363.609023147. iteration 12254 found worse value: 363.609023147. iteration 12255 found worse value: 363.609023147. iteration 12256 found worse value: 363.609023147. iteration 12257 found worse value: 363.609023147. iteration 12258 found worse value: 363.609023147. iteration 12259 found worse value: 363.609023147. iteration 12260 found worse value: 363.609023147. iteration 12260, perturbing to get out of local maxima iteration 12261 found worse value: 363.609023147. iteration 12262 found worse value: 363.609023147. iteration 12263 found worse value: 363.609023147. iteration 12264 found worse value: 363.609023147. iteration 12265 found worse value: 363.609023147. iteration 12266 found worse value: 363.609023147. iteration 12267 found worse value: 363.609023147. iteration 12268 found worse value: 363.609023147. iteration 12269 found worse value: 363.609023147. iteration 12270 found worse value: 363.609023147. iteration 12271 found worse value: 363.609023147. iteration 12272 found worse value: 363.609023147. iteration 12273 found worse value: 363.609023147. iteration 12274 found worse value: 363.609023147. iteration 12274, perturbing to get out of local maxima iteration 12275 found worse value: 363.609023147. iteration 12275, perturbing to get out of local maxima iteration 12276 found worse value: 363.609023147. iteration 12277 found worse value: 363.609023147. iteration 12277, perturbing to get out of local maxima iteration 12278 found worse value: 363.609023147. iteration 12279 found worse value: 363.609023147. iteration 12279, perturbing to get out of local maxima iteration 12280 found worse value: 363.609023147. iteration 12281 found worse value: 363.609023147. iteration 12281, perturbing to get out of local maxima iteration 12282 found worse value: 363.609023147. iteration 12283 found worse value: 363.609023147. iteration 12283, perturbing to get out of local maxima iteration 12284 found worse value: 363.609023147. iteration 12285 found worse value: 363.609023147. iteration 12286 found worse value: 363.609023147. iteration 12287 found worse value: 363.609023147. iteration 12288 found worse value: 363.609023147. iteration 12288, perturbing to get out of local maxima iteration 12289 found worse value: 363.609023147. iteration 12290 found worse value: 363.609023147. iteration 12291 found worse value: 363.609023147. iteration 12292 found worse value: 363.609023147. iteration 12293 found worse value: 363.609023147. iteration 12294 found worse value: 363.609023147. iteration 12294, perturbing to get out of local maxima iteration 12295 found worse value: 363.609023147. iteration 12296 found worse value: 363.609023147. iteration 12297 found worse value: 363.609023147. iteration 12297, perturbing to get out of local maxima iteration 12298 found worse value: 363.609023147. iteration 12299 found worse value: 363.609023147. iteration 12299, perturbing to get out of local maxima iteration 12300 found worse value: 363.609023147. iteration 12301 found worse value: 363.609023147. iteration 12302 found worse value: 363.609023147. iteration 12303 found worse value: 363.609023147. iteration 12303, perturbing to get out of local maxima iteration 12304 found worse value: 363.609023147. iteration 12305 found worse value: 363.609023147. iteration 12306 found worse value: 363.609023147. iteration 12307 found worse value: 363.609023147. iteration 12307, perturbing to get out of local maxima iteration 12308 found worse value: 363.609023147. iteration 12309 found worse value: 363.609023147. iteration 12310 found worse value: 363.609023147. iteration 12311 found worse value: 363.609023147. iteration 12312 found worse value: 363.609023147. iteration 12313 found worse value: 363.609023147. iteration 12314 found worse value: 363.609023147. iteration 12315 found worse value: 363.609023147. iteration 12316 found worse value: 363.609023147. iteration 12316, perturbing to get out of local maxima iteration 12317 found worse value: 363.609023147. iteration 12318 found worse value: 363.609023147. iteration 12319 found worse value: 363.609023147. iteration 12320 found worse value: 363.609023147. iteration 12321 found worse value: 363.609023147. iteration 12322 found worse value: 363.609023147. iteration 12323 found worse value: 363.609023147. iteration 12324 found worse value: 363.609023147. iteration 12325 found worse value: 363.609023147. iteration 12326 found worse value: 363.609023147. iteration 12327 found worse value: 363.609023147. iteration 12328 found worse value: 363.609023147. iteration 12328, perturbing to get out of local maxima iteration 12329 found worse value: 363.609023147. iteration 12330 found worse value: 363.609023147. iteration 12331 found worse value: 363.609023147. iteration 12332 found worse value: 363.609023147. iteration 12332, perturbing to get out of local maxima iteration 12333 found worse value: 363.609023147. iteration 12333, perturbing to get out of local maxima iteration 12334 found worse value: 363.609023147. iteration 12335 found worse value: 363.609023147. iteration 12336 found worse value: 363.609023147. iteration 12336, perturbing to get out of local maxima iteration 12337 found worse value: 363.609023147. iteration 12337, perturbing to get out of local maxima iteration 12338 found worse value: 363.609023147. iteration 12338, perturbing to get out of local maxima iteration 12339 found worse value: 363.609023147. iteration 12340 found worse value: 363.609023147. iteration 12341 found worse value: 363.609023147. iteration 12341, perturbing to get out of local maxima iteration 12342 found worse value: 363.609023147. iteration 12342, perturbing to get out of local maxima iteration 12343 found worse value: 363.609023147. iteration 12343, perturbing to get out of local maxima iteration 12344 found worse value: 363.609023147. iteration 12345 found worse value: 363.609023147. iteration 12345, perturbing to get out of local maxima iteration 12346 found worse value: 363.609023147. iteration 12347 found worse value: 363.609023147. iteration 12348 found worse value: 363.609023147. iteration 12349 found worse value: 363.609023147. iteration 12350 found worse value: 363.609023147. iteration 12351 found worse value: 363.609023147. iteration 12352 found worse value: 363.609023147. iteration 12353 found worse value: 363.609023147. iteration 12354 found worse value: 363.609023147. iteration 12355 found worse value: 363.609023147. iteration 12356 found worse value: 363.609023147. iteration 12357 found worse value: 363.609023147. iteration 12357, perturbing to get out of local maxima iteration 12358 found worse value: 363.609023147. iteration 12359 found worse value: 363.609023147. iteration 12359, perturbing to get out of local maxima iteration 12360 found worse value: 363.609023147. iteration 12360, perturbing to get out of local maxima iteration 12361 found worse value: 363.609023147. iteration 12362 found worse value: 363.609023147. iteration 12363 found worse value: 363.609023147. iteration 12363, perturbing to get out of local maxima iteration 12364 found worse value: 363.609023147. iteration 12365 found worse value: 363.609023147. iteration 12366 found worse value: 363.609023147. iteration 12367 found worse value: 363.609023147. iteration 12368 found worse value: 363.609023147. iteration 12369 found worse value: 363.609023147. iteration 12369, perturbing to get out of local maxima iteration 12370 found worse value: 363.609023147. iteration 12371 found worse value: 363.609023147. iteration 12371, perturbing to get out of local maxima iteration 12372 found worse value: 363.609023147. iteration 12373 found worse value: 363.609023147. iteration 12374 found worse value: 363.609023147. iteration 12375 found worse value: 363.609023147. iteration 12376 found worse value: 363.609023147. iteration 12377 found worse value: 363.609023147. iteration 12378 found worse value: 363.609023147. iteration 12379 found worse value: 363.609023147. iteration 12380 found worse value: 363.609023147. iteration 12381 found worse value: 363.609023147. iteration 12382 found worse value: 363.609023147. iteration 12383 found worse value: 363.609023147. iteration 12384 found worse value: 363.609023147. iteration 12385 found worse value: 363.609023147. iteration 12385, perturbing to get out of local maxima iteration 12386 found worse value: 363.609023147. iteration 12387 found worse value: 363.609023147. iteration 12388 found worse value: 363.609023147. iteration 12388, perturbing to get out of local maxima iteration 12389 found worse value: 363.609023147. iteration 12390 found worse value: 363.609023147. iteration 12391 found worse value: 363.609023147. iteration 12392 found worse value: 363.609023147. iteration 12393 found worse value: 363.609023147. iteration 12394 found worse value: 363.609023147. iteration 12395 found worse value: 363.609023147. iteration 12395, perturbing to get out of local maxima iteration 12396 found worse value: 363.609023147. iteration 12396, perturbing to get out of local maxima iteration 12397 found worse value: 363.609023147. iteration 12398 found worse value: 363.609023147. iteration 12399 found worse value: 363.609023147. iteration 12399, perturbing to get out of local maxima iteration 12400 found worse value: 363.609023147. iteration 12400, perturbing to get out of local maxima iteration 12401 found worse value: 363.609023147. iteration 12402 found worse value: 363.609023147. iteration 12403 found worse value: 363.609023147. iteration 12404 found worse value: 363.609023147. iteration 12404, perturbing to get out of local maxima iteration 12405 found worse value: 363.609023147. iteration 12405, perturbing to get out of local maxima iteration 12406 found worse value: 363.609023147. iteration 12407 found worse value: 363.609023147. iteration 12408 found worse value: 363.609023147. iteration 12408, perturbing to get out of local maxima iteration 12409 found worse value: 363.609023147. iteration 12410 found worse value: 363.609023147. iteration 12411 found worse value: 363.609023147. iteration 12412 found worse value: 363.609023147. iteration 12413 found worse value: 363.609023147. iteration 12414 found worse value: 363.609023147. iteration 12415 found worse value: 363.609023147. iteration 12416 found worse value: 363.609023147. iteration 12417 found worse value: 363.609023147. iteration 12417, perturbing to get out of local maxima iteration 12418 found worse value: 363.609023147. iteration 12419 found worse value: 363.609023147. iteration 12419, perturbing to get out of local maxima iteration 12420 found worse value: 363.609023147. iteration 12421 found worse value: 363.609023147. iteration 12422 found worse value: 363.609023147. iteration 12423 found worse value: 363.609023147. iteration 12424 found worse value: 363.609023147. iteration 12425 found worse value: 363.609023147. iteration 12426 found worse value: 363.609023147. iteration 12426, perturbing to get out of local maxima iteration 12427 found worse value: 363.609023147. iteration 12427, perturbing to get out of local maxima iteration 12428 found worse value: 363.609023147. iteration 12429 found worse value: 363.609023147. iteration 12430 found worse value: 363.609023147. iteration 12430, perturbing to get out of local maxima iteration 12431 found worse value: 363.609023147. iteration 12432 found worse value: 363.609023147. iteration 12433 found worse value: 363.609023147. iteration 12434 found worse value: 363.609023147. iteration 12435 found worse value: 363.609023147. iteration 12436 found worse value: 363.609023147. iteration 12436, perturbing to get out of local maxima iteration 12437 found worse value: 363.609023147. iteration 12438 found worse value: 363.609023147. iteration 12438, perturbing to get out of local maxima iteration 12439 found worse value: 363.609023147. iteration 12440 found worse value: 363.609023147. iteration 12441 found worse value: 363.609023147. iteration 12442 found worse value: 363.609023147. iteration 12442, perturbing to get out of local maxima iteration 12443 found worse value: 363.609023147. iteration 12444 found worse value: 363.609023147. iteration 12445 found worse value: 363.609023147. iteration 12445, perturbing to get out of local maxima iteration 12446 found worse value: 363.609023147. iteration 12447 found worse value: 363.609023147. iteration 12448 found worse value: 363.609023147. iteration 12449 found worse value: 363.609023147. iteration 12450 found worse value: 363.609023147. iteration 12451 found worse value: 363.609023147. iteration 12451, perturbing to get out of local maxima iteration 12452 found worse value: 363.609023147. iteration 12453 found worse value: 363.609023147. iteration 12454 found worse value: 363.609023147. iteration 12455 found worse value: 363.609023147. iteration 12456 found worse value: 363.609023147. iteration 12457 found worse value: 363.609023147. iteration 12458 found worse value: 363.609023147. iteration 12459 found worse value: 363.609023147. iteration 12460 found worse value: 363.609023147. iteration 12461 found worse value: 363.609023147. iteration 12462 found worse value: 363.609023147. iteration 12463 found worse value: 363.609023147. iteration 12464 found worse value: 363.609023147. iteration 12465 found worse value: 363.609023147. iteration 12466 found worse value: 363.609023147. iteration 12467 found worse value: 363.609023147. iteration 12467, perturbing to get out of local maxima iteration 12468 found worse value: 363.609023147. iteration 12469 found worse value: 363.609023147. iteration 12470 found worse value: 363.609023147. iteration 12471 found worse value: 363.609023147. iteration 12472 found worse value: 363.609023147. iteration 12473 found worse value: 363.609023147. iteration 12474 found worse value: 363.609023147. iteration 12474, perturbing to get out of local maxima iteration 12475 found worse value: 363.609023147. iteration 12475, perturbing to get out of local maxima iteration 12476 found worse value: 363.609023147. iteration 12477 found worse value: 363.609023147. iteration 12477, perturbing to get out of local maxima iteration 12478 found worse value: 363.609023147. iteration 12479 found worse value: 363.609023147. iteration 12480 found worse value: 363.609023147. iteration 12481 found worse value: 363.609023147. iteration 12481, perturbing to get out of local maxima iteration 12482 found worse value: 363.609023147. iteration 12483 found worse value: 363.609023147. iteration 12484 found worse value: 363.609023147. iteration 12485 found worse value: 363.609023147. iteration 12486 found worse value: 363.609023147. iteration 12487 found worse value: 363.609023147. iteration 12488 found worse value: 363.609023147. iteration 12489 found worse value: 363.609023147. iteration 12490 found worse value: 363.609023147. iteration 12491 found worse value: 363.609023147. iteration 12491, perturbing to get out of local maxima iteration 12492 found worse value: 363.609023147. iteration 12493 found worse value: 363.609023147. iteration 12494 found worse value: 363.609023147. iteration 12495 found worse value: 363.609023147. iteration 12496 found worse value: 363.609023147. iteration 12497 found worse value: 363.609023147. iteration 12498 found worse value: 363.609023147. iteration 12498, perturbing to get out of local maxima iteration 12499 found worse value: 363.609023147. iteration 12499, perturbing to get out of local maxima iteration 12500 found worse value: 363.609023147. iteration 12501 found worse value: 363.609023147. iteration 12502 found worse value: 363.609023147. iteration 12503 found worse value: 363.609023147. iteration 12504 found worse value: 363.609023147. iteration 12504, perturbing to get out of local maxima iteration 12505 found worse value: 363.609023147. iteration 12506 found worse value: 363.609023147. iteration 12507 found worse value: 363.609023147. iteration 12508 found worse value: 363.609023147. iteration 12508, perturbing to get out of local maxima iteration 12509 found worse value: 363.609023147. iteration 12509, perturbing to get out of local maxima iteration 12510 found worse value: 363.609023147. iteration 12511 found worse value: 363.609023147. iteration 12511, perturbing to get out of local maxima iteration 12512 found worse value: 363.609023147. iteration 12513 found worse value: 363.609023147. iteration 12513, perturbing to get out of local maxima iteration 12514 found worse value: 363.609023147. iteration 12515 found worse value: 363.609023147. iteration 12515, perturbing to get out of local maxima iteration 12516 found worse value: 363.609023147. iteration 12516, perturbing to get out of local maxima iteration 12517 found worse value: 363.609023147. iteration 12518 found worse value: 363.609023147. iteration 12518, perturbing to get out of local maxima iteration 12519 found worse value: 363.609023147. iteration 12520 found worse value: 363.609023147. iteration 12520, perturbing to get out of local maxima iteration 12521 found worse value: 363.609023147. iteration 12522 found worse value: 363.609023147. iteration 12523 found worse value: 363.609023147. iteration 12524 found worse value: 363.609023147. iteration 12524, perturbing to get out of local maxima iteration 12525 found worse value: 363.609023147. iteration 12525, perturbing to get out of local maxima iteration 12526 found worse value: 363.609023147. iteration 12526, perturbing to get out of local maxima iteration 12527 found worse value: 363.609023147. iteration 12528 found worse value: 363.609023147. iteration 12529 found worse value: 363.609023147. iteration 12529, perturbing to get out of local maxima iteration 12530 found worse value: 363.609023147. iteration 12530, perturbing to get out of local maxima iteration 12531 found worse value: 363.609023147. iteration 12532 found worse value: 363.609023147. iteration 12532, perturbing to get out of local maxima iteration 12533 found worse value: 363.609023147. iteration 12534 found worse value: 363.609023147. iteration 12534, perturbing to get out of local maxima iteration 12535 found worse value: 363.609023147. iteration 12535, perturbing to get out of local maxima iteration 12536 found worse value: 363.609023147. iteration 12536, perturbing to get out of local maxima iteration 12537 found worse value: 363.609023147. iteration 12538 found worse value: 363.609023147. iteration 12539 found worse value: 363.609023147. iteration 12539, perturbing to get out of local maxima iteration 12540 found worse value: 363.609023147. iteration 12540, perturbing to get out of local maxima iteration 12541 found worse value: 363.609023147. iteration 12542 found worse value: 363.609023147. iteration 12543 found worse value: 363.609023147. iteration 12544 found worse value: 363.609023147. iteration 12545 found worse value: 363.609023147. iteration 12546 found worse value: 363.609023147. iteration 12547 found worse value: 363.609023147. iteration 12548 found worse value: 363.609023147. iteration 12549 found worse value: 363.609023147. iteration 12550 found worse value: 363.609023147. iteration 12551 found worse value: 363.609023147. iteration 12552 found worse value: 363.609023147. iteration 12553 found worse value: 363.609023147. iteration 12554 found worse value: 363.609023147. iteration 12554, perturbing to get out of local maxima iteration 12555 found worse value: 363.609023147. iteration 12556 found worse value: 363.609023147. iteration 12557 found worse value: 363.609023147. iteration 12557, perturbing to get out of local maxima iteration 12558 found worse value: 363.609023147. iteration 12559 found worse value: 363.609023147. iteration 12560 found worse value: 363.609023147. iteration 12561 found worse value: 363.609023147. iteration 12562 found worse value: 363.609023147. iteration 12563 found worse value: 363.609023147. iteration 12564 found worse value: 363.609023147. iteration 12564, perturbing to get out of local maxima iteration 12565 found worse value: 363.609023147. iteration 12566 found worse value: 363.609023147. iteration 12567 found worse value: 363.609023147. iteration 12568 found worse value: 363.609023147. iteration 12569 found worse value: 363.609023147. iteration 12570 found worse value: 363.609023147. iteration 12571 found worse value: 363.609023147. iteration 12572 found worse value: 363.609023147. iteration 12573 found worse value: 363.609023147. iteration 12574 found worse value: 363.609023147. iteration 12575 found worse value: 363.609023147. iteration 12576 found worse value: 363.609023147. iteration 12577 found worse value: 363.609023147. iteration 12578 found worse value: 363.609023147. iteration 12579 found worse value: 363.609023147. iteration 12580 found worse value: 363.609023147. iteration 12580, perturbing to get out of local maxima iteration 12581 found worse value: 363.609023147. iteration 12582 found worse value: 363.609023147. iteration 12583 found worse value: 363.609023147. iteration 12584 found worse value: 363.609023147. iteration 12585 found worse value: 363.609023147. iteration 12586 found worse value: 363.609023147. iteration 12586, perturbing to get out of local maxima iteration 12587 found worse value: 363.609023147. iteration 12588 found worse value: 363.609023147. iteration 12589 found worse value: 363.609023147. iteration 12590 found worse value: 363.609023147. iteration 12590, perturbing to get out of local maxima iteration 12591 found worse value: 363.609023147. iteration 12592 found worse value: 363.609023147. iteration 12592, perturbing to get out of local maxima iteration 12593 found worse value: 363.609023147. iteration 12594 found worse value: 363.609023147. iteration 12595 found worse value: 363.609023147. iteration 12595, perturbing to get out of local maxima iteration 12596 found worse value: 363.609023147. iteration 12597 found worse value: 363.609023147. iteration 12598 found worse value: 363.609023147. iteration 12598, perturbing to get out of local maxima iteration 12599 found worse value: 363.609023147. iteration 12600 found worse value: 363.609023147. iteration 12600, perturbing to get out of local maxima iteration 12601 found worse value: 363.609023147. iteration 12602 found worse value: 363.609023147. iteration 12602, perturbing to get out of local maxima iteration 12603 found worse value: 363.609023147. iteration 12603, perturbing to get out of local maxima iteration 12604 found worse value: 363.609023147. iteration 12604, perturbing to get out of local maxima iteration 12605 found worse value: 363.609023147. iteration 12606 found worse value: 363.609023147. iteration 12607 found worse value: 363.609023147. iteration 12608 found worse value: 363.609023147. iteration 12609 found worse value: 363.609023147. iteration 12609, perturbing to get out of local maxima iteration 12610 found worse value: 363.609023147. iteration 12611 found worse value: 363.609023147. iteration 12612 found worse value: 363.609023147. iteration 12613 found worse value: 363.609023147. iteration 12614 found worse value: 363.609023147. iteration 12614, perturbing to get out of local maxima iteration 12615 found worse value: 363.609023147. iteration 12616 found worse value: 363.609023147. iteration 12617 found worse value: 363.609023147. iteration 12618 found worse value: 363.609023147. iteration 12619 found worse value: 363.609023147. iteration 12620 found worse value: 363.609023147. iteration 12621 found worse value: 363.609023147. iteration 12622 found worse value: 363.609023147. iteration 12623 found worse value: 363.609023147. iteration 12624 found worse value: 363.609023147. iteration 12625 found worse value: 363.609023147. iteration 12626 found worse value: 363.609023147. iteration 12627 found worse value: 363.609023147. iteration 12628 found worse value: 363.609023147. iteration 12628, perturbing to get out of local maxima iteration 12629 found worse value: 363.609023147. iteration 12629, perturbing to get out of local maxima iteration 12630 found worse value: 363.609023147. iteration 12631 found worse value: 363.609023147. iteration 12632 found worse value: 363.609023147. iteration 12633 found worse value: 363.609023147. iteration 12634 found worse value: 363.609023147. iteration 12635 found worse value: 363.609023147. iteration 12635, perturbing to get out of local maxima iteration 12636 found worse value: 363.609023147. iteration 12637 found worse value: 363.609023147. iteration 12637, perturbing to get out of local maxima iteration 12638 found worse value: 363.609023147. iteration 12639 found worse value: 363.609023147. iteration 12639, perturbing to get out of local maxima iteration 12640 found worse value: 363.609023147. iteration 12641 found worse value: 363.609023147. iteration 12642 found worse value: 363.609023147. iteration 12643 found worse value: 363.609023147. iteration 12644 found worse value: 363.609023147. iteration 12645 found worse value: 363.609023147. iteration 12646 found worse value: 363.609023147. iteration 12647 found worse value: 363.609023147. iteration 12648 found worse value: 363.609023147. iteration 12648, perturbing to get out of local maxima iteration 12649 found worse value: 363.609023147. iteration 12649, perturbing to get out of local maxima iteration 12650 found worse value: 363.609023147. iteration 12651 found worse value: 363.609023147. iteration 12652 found worse value: 363.609023147. iteration 12653 found worse value: 363.609023147. iteration 12654 found worse value: 363.609023147. iteration 12655 found worse value: 363.609023147. iteration 12656 found worse value: 363.609023147. iteration 12657 found worse value: 363.609023147. iteration 12657, perturbing to get out of local maxima iteration 12658 found worse value: 363.609023147. iteration 12659 found worse value: 363.609023147. iteration 12660 found worse value: 363.609023147. iteration 12661 found worse value: 363.609023147. iteration 12661, perturbing to get out of local maxima iteration 12662 found worse value: 363.609023147. iteration 12663 found worse value: 363.609023147. iteration 12663, perturbing to get out of local maxima iteration 12664 found worse value: 363.609023147. iteration 12665 found worse value: 363.609023147. iteration 12665, perturbing to get out of local maxima iteration 12666 found worse value: 363.609023147. iteration 12667 found worse value: 363.609023147. iteration 12668 found worse value: 363.609023147. iteration 12668, perturbing to get out of local maxima iteration 12669 found worse value: 363.609023147. iteration 12670 found worse value: 363.609023147. iteration 12671 found worse value: 363.609023147. iteration 12672 found worse value: 363.609023147. iteration 12673 found worse value: 363.609023147. iteration 12673, perturbing to get out of local maxima iteration 12674 found worse value: 363.609023147. iteration 12675 found worse value: 363.609023147. iteration 12676 found worse value: 363.609023147. iteration 12677 found worse value: 363.609023147. iteration 12677, perturbing to get out of local maxima iteration 12678 found worse value: 363.609023147. iteration 12679 found worse value: 363.609023147. iteration 12680 found worse value: 363.609023147. iteration 12681 found worse value: 363.609023147. iteration 12681, perturbing to get out of local maxima iteration 12682 found worse value: 363.609023147. iteration 12683 found worse value: 363.609023147. iteration 12684 found worse value: 363.609023147. iteration 12685 found worse value: 363.609023147. iteration 12686 found worse value: 363.609023147. iteration 12687 found worse value: 363.609023147. iteration 12687, perturbing to get out of local maxima iteration 12688 found worse value: 363.609023147. iteration 12688, perturbing to get out of local maxima iteration 12689 found worse value: 363.609023147. iteration 12690 found worse value: 363.609023147. iteration 12691 found worse value: 363.609023147. iteration 12692 found worse value: 363.609023147. iteration 12692, perturbing to get out of local maxima iteration 12693 found worse value: 363.609023147. iteration 12693, perturbing to get out of local maxima iteration 12694 found worse value: 363.609023147. iteration 12695 found worse value: 363.609023147. iteration 12695, perturbing to get out of local maxima iteration 12696 found worse value: 363.609023147. iteration 12697 found worse value: 363.609023147. iteration 12698 found worse value: 363.609023147. iteration 12698, perturbing to get out of local maxima iteration 12699 found worse value: 363.609023147. iteration 12699, perturbing to get out of local maxima iteration 12700 found worse value: 363.609023147. iteration 12701 found worse value: 363.609023147. iteration 12702 found worse value: 363.609023147. iteration 12703 found worse value: 363.609023147. iteration 12704 found worse value: 363.609023147. iteration 12705 found worse value: 363.609023147. iteration 12706 found worse value: 363.609023147. iteration 12707 found worse value: 363.609023147. iteration 12708 found worse value: 363.609023147. iteration 12709 found worse value: 363.609023147. iteration 12710 found worse value: 363.609023147. iteration 12710, perturbing to get out of local maxima iteration 12711 found worse value: 363.609023147. iteration 12711, perturbing to get out of local maxima iteration 12712 found worse value: 363.609023147. iteration 12713 found worse value: 363.609023147. iteration 12714 found worse value: 363.609023147. iteration 12715 found worse value: 363.609023147. iteration 12715, perturbing to get out of local maxima iteration 12716 found worse value: 363.609023147. iteration 12717 found worse value: 363.609023147. iteration 12718 found worse value: 363.609023147. iteration 12718, perturbing to get out of local maxima iteration 12719 found worse value: 363.609023147. iteration 12720 found worse value: 363.609023147. iteration 12721 found worse value: 363.609023147. iteration 12722 found worse value: 363.609023147. iteration 12722, perturbing to get out of local maxima iteration 12723 found worse value: 363.609023147. iteration 12724 found worse value: 363.609023147. iteration 12725 found worse value: 363.609023147. iteration 12725, perturbing to get out of local maxima iteration 12726 found worse value: 363.609023147. iteration 12727 found worse value: 363.609023147. iteration 12728 found worse value: 363.609023147. iteration 12729 found worse value: 363.609023147. iteration 12729, perturbing to get out of local maxima iteration 12730 found worse value: 363.609023147. iteration 12731 found worse value: 363.609023147. iteration 12731, perturbing to get out of local maxima iteration 12732 found worse value: 363.609023147. iteration 12733 found worse value: 363.609023147. iteration 12734 found worse value: 363.609023147. iteration 12734, perturbing to get out of local maxima iteration 12735 found worse value: 363.609023147. iteration 12736 found worse value: 363.609023147. iteration 12737 found worse value: 363.609023147. iteration 12737, perturbing to get out of local maxima iteration 12738 found worse value: 363.609023147. iteration 12738, perturbing to get out of local maxima iteration 12739 found worse value: 363.609023147. iteration 12739, perturbing to get out of local maxima iteration 12740 found worse value: 363.609023147. iteration 12741 found worse value: 363.609023147. iteration 12742 found worse value: 363.609023147. iteration 12743 found worse value: 363.609023147. iteration 12743, perturbing to get out of local maxima iteration 12744 found worse value: 363.609023147. iteration 12744, perturbing to get out of local maxima iteration 12745 found worse value: 363.609023147. iteration 12745, perturbing to get out of local maxima iteration 12746 found worse value: 363.609023147. iteration 12747 found worse value: 363.609023147. iteration 12748 found worse value: 363.609023147. iteration 12749 found worse value: 363.609023147. iteration 12750 found worse value: 363.609023147. iteration 12751 found worse value: 363.609023147. iteration 12752 found worse value: 363.609023147. iteration 12753 found worse value: 363.609023147. iteration 12753, perturbing to get out of local maxima iteration 12754 found worse value: 363.609023147. iteration 12754, perturbing to get out of local maxima iteration 12755 found worse value: 363.609023147. iteration 12755, perturbing to get out of local maxima iteration 12756 found worse value: 363.609023147. iteration 12756, perturbing to get out of local maxima iteration 12757 found worse value: 363.609023147. iteration 12758 found worse value: 363.609023147. iteration 12759 found worse value: 363.609023147. iteration 12760 found worse value: 363.609023147. iteration 12761 found worse value: 363.609023147. iteration 12762 found worse value: 363.609023147. iteration 12762, perturbing to get out of local maxima iteration 12763 found worse value: 363.609023147. iteration 12764 found worse value: 363.609023147. iteration 12764, perturbing to get out of local maxima iteration 12765 found worse value: 363.609023147. iteration 12765, perturbing to get out of local maxima iteration 12766 found worse value: 363.609023147. iteration 12767 found worse value: 363.609023147. iteration 12768 found worse value: 363.609023147. iteration 12769 found worse value: 363.609023147. iteration 12770 found worse value: 363.609023147. iteration 12771 found worse value: 363.609023147. iteration 12771, perturbing to get out of local maxima iteration 12772 found worse value: 363.609023147. iteration 12773 found worse value: 363.609023147. iteration 12774 found worse value: 363.609023147. iteration 12774, perturbing to get out of local maxima iteration 12775 found worse value: 363.609023147. iteration 12775, perturbing to get out of local maxima iteration 12776 found worse value: 363.609023147. iteration 12777 found worse value: 363.609023147. iteration 12778 found worse value: 363.609023147. iteration 12778, perturbing to get out of local maxima iteration 12779 found worse value: 363.609023147. iteration 12779, perturbing to get out of local maxima iteration 12780 found worse value: 363.609023147. iteration 12780, perturbing to get out of local maxima iteration 12781 found worse value: 363.609023147. iteration 12782 found worse value: 363.609023147. iteration 12782, perturbing to get out of local maxima iteration 12783 found worse value: 363.609023147. iteration 12784 found worse value: 363.609023147. iteration 12785 found worse value: 363.609023147. iteration 12786 found worse value: 363.609023147. iteration 12787 found worse value: 363.609023147. iteration 12788 found worse value: 363.609023147. iteration 12788, perturbing to get out of local maxima iteration 12789 found worse value: 363.609023147. iteration 12789, perturbing to get out of local maxima iteration 12790 found worse value: 363.609023147. iteration 12791 found worse value: 363.609023147. iteration 12791, perturbing to get out of local maxima iteration 12792 found worse value: 363.609023147. iteration 12793 found worse value: 363.609023147. iteration 12793, perturbing to get out of local maxima iteration 12794 found worse value: 363.609023147. iteration 12795 found worse value: 363.609023147. iteration 12796 found worse value: 363.609023147. iteration 12797 found worse value: 363.609023147. iteration 12798 found worse value: 363.609023147. iteration 12799 found worse value: 363.609023147. iteration 12800 found worse value: 363.609023147. iteration 12801 found worse value: 363.609023147. iteration 12802 found worse value: 363.609023147. iteration 12803 found worse value: 363.609023147. iteration 12803, perturbing to get out of local maxima iteration 12804 found worse value: 363.609023147. iteration 12805 found worse value: 363.609023147. iteration 12806 found worse value: 363.609023147. iteration 12807 found worse value: 363.609023147. iteration 12808 found worse value: 363.609023147. iteration 12809 found worse value: 363.609023147. iteration 12809, perturbing to get out of local maxima iteration 12810 found worse value: 363.609023147. iteration 12811 found worse value: 363.609023147. iteration 12812 found worse value: 363.609023147. iteration 12812, perturbing to get out of local maxima iteration 12813 found worse value: 363.609023147. iteration 12814 found worse value: 363.609023147. iteration 12815 found worse value: 363.609023147. iteration 12816 found worse value: 363.609023147. iteration 12817 found worse value: 363.609023147. iteration 12818 found worse value: 363.609023147. iteration 12819 found worse value: 363.609023147. iteration 12819, perturbing to get out of local maxima iteration 12820 found worse value: 363.609023147. iteration 12821 found worse value: 363.609023147. iteration 12822 found worse value: 363.609023147. iteration 12822, perturbing to get out of local maxima iteration 12823 found worse value: 363.609023147. iteration 12824 found worse value: 363.609023147. iteration 12825 found worse value: 363.609023147. iteration 12826 found worse value: 363.609023147. iteration 12827 found worse value: 363.609023147. iteration 12828 found worse value: 363.609023147. iteration 12829 found worse value: 363.609023147. iteration 12830 found worse value: 363.609023147. iteration 12831 found worse value: 363.609023147. iteration 12831, perturbing to get out of local maxima iteration 12832 found worse value: 363.609023147. iteration 12833 found worse value: 363.609023147. iteration 12834 found worse value: 363.609023147. iteration 12835 found worse value: 363.609023147. iteration 12836 found worse value: 363.609023147. iteration 12837 found worse value: 363.609023147. iteration 12838 found worse value: 363.609023147. iteration 12839 found worse value: 363.609023147. iteration 12840 found worse value: 363.609023147. iteration 12840, perturbing to get out of local maxima iteration 12841 found worse value: 363.609023147. iteration 12842 found worse value: 363.609023147. iteration 12843 found worse value: 363.609023147. iteration 12844 found worse value: 363.609023147. iteration 12845 found worse value: 363.609023147. iteration 12845, perturbing to get out of local maxima iteration 12846 found worse value: 363.609023147. iteration 12846, perturbing to get out of local maxima iteration 12847 found worse value: 363.609023147. iteration 12847, perturbing to get out of local maxima iteration 12848 found worse value: 363.609023147. iteration 12849 found worse value: 363.609023147. iteration 12850 found worse value: 363.609023147. iteration 12850, perturbing to get out of local maxima iteration 12851 found worse value: 363.609023147. iteration 12851, perturbing to get out of local maxima iteration 12852 found worse value: 363.609023147. iteration 12853 found worse value: 363.609023147. iteration 12853, perturbing to get out of local maxima iteration 12854 found worse value: 363.609023147. iteration 12855 found worse value: 363.609023147. iteration 12856 found worse value: 363.609023147. iteration 12857 found worse value: 363.609023147. iteration 12858 found worse value: 363.609023147. iteration 12858, perturbing to get out of local maxima iteration 12859 found worse value: 363.609023147. iteration 12859, perturbing to get out of local maxima iteration 12860 found worse value: 363.609023147. iteration 12861 found worse value: 363.609023147. iteration 12862 found worse value: 363.609023147. iteration 12863 found worse value: 363.609023147. iteration 12864 found worse value: 363.609023147. iteration 12865 found worse value: 363.609023147. iteration 12865, perturbing to get out of local maxima iteration 12866 found worse value: 363.609023147. iteration 12867 found worse value: 363.609023147. iteration 12868 found worse value: 363.609023147. iteration 12869 found worse value: 363.609023147. iteration 12870 found worse value: 363.609023147. iteration 12870, perturbing to get out of local maxima iteration 12871 found worse value: 363.609023147. iteration 12872 found worse value: 363.609023147. iteration 12873 found worse value: 363.609023147. iteration 12874 found worse value: 363.609023147. iteration 12875 found worse value: 363.609023147. iteration 12876 found worse value: 363.609023147. iteration 12877 found worse value: 363.609023147. iteration 12878 found worse value: 363.609023147. iteration 12878, perturbing to get out of local maxima iteration 12879 found worse value: 363.609023147. iteration 12880 found worse value: 363.609023147. iteration 12880, perturbing to get out of local maxima iteration 12881 found worse value: 363.609023147. iteration 12881, perturbing to get out of local maxima iteration 12882 found worse value: 363.609023147. iteration 12883 found worse value: 363.609023147. iteration 12884 found worse value: 363.609023147. iteration 12885 found worse value: 363.609023147. iteration 12886 found worse value: 363.609023147. iteration 12887 found worse value: 363.609023147. iteration 12888 found worse value: 363.609023147. iteration 12889 found worse value: 363.609023147. iteration 12889, perturbing to get out of local maxima iteration 12890 found worse value: 363.609023147. iteration 12891 found worse value: 363.609023147. iteration 12892 found worse value: 363.609023147. iteration 12893 found worse value: 363.609023147. iteration 12893, perturbing to get out of local maxima iteration 12894 found worse value: 363.609023147. iteration 12895 found worse value: 363.609023147. iteration 12896 found worse value: 363.609023147. iteration 12897 found worse value: 363.609023147. iteration 12898 found worse value: 363.609023147. iteration 12899 found worse value: 363.609023147. iteration 12900 found worse value: 363.609023147. iteration 12901 found worse value: 363.609023147. iteration 12902 found worse value: 363.609023147. iteration 12902, perturbing to get out of local maxima iteration 12903 found worse value: 363.609023147. iteration 12903, perturbing to get out of local maxima iteration 12904 found worse value: 363.609023147. iteration 12905 found worse value: 363.609023147. iteration 12906 found worse value: 363.609023147. iteration 12907 found worse value: 363.609023147. iteration 12908 found worse value: 363.609023147. iteration 12909 found worse value: 363.609023147. iteration 12910 found worse value: 363.609023147. iteration 12911 found worse value: 363.609023147. iteration 12912 found worse value: 363.609023147. iteration 12913 found worse value: 363.609023147. iteration 12913, perturbing to get out of local maxima iteration 12914 found worse value: 363.609023147. iteration 12915 found worse value: 363.609023147. iteration 12916 found worse value: 363.609023147. iteration 12916, perturbing to get out of local maxima iteration 12917 found worse value: 363.609023147. iteration 12918 found worse value: 363.609023147. iteration 12919 found worse value: 363.609023147. iteration 12920 found worse value: 363.609023147. iteration 12921 found worse value: 363.609023147. iteration 12921, perturbing to get out of local maxima iteration 12922 found worse value: 363.609023147. iteration 12922, perturbing to get out of local maxima iteration 12923 found worse value: 363.609023147. iteration 12924 found worse value: 363.609023147. iteration 12925 found worse value: 363.609023147. iteration 12926 found worse value: 363.609023147. iteration 12927 found worse value: 363.609023147. iteration 12928 found worse value: 363.609023147. iteration 12928, perturbing to get out of local maxima iteration 12929 found worse value: 363.609023147. iteration 12929, perturbing to get out of local maxima iteration 12930 found worse value: 363.609023147. iteration 12930, perturbing to get out of local maxima iteration 12931 found worse value: 363.609023147. iteration 12932 found worse value: 363.609023147. iteration 12933 found worse value: 363.609023147. iteration 12933, perturbing to get out of local maxima iteration 12934 found worse value: 363.609023147. iteration 12935 found worse value: 363.609023147. iteration 12935, perturbing to get out of local maxima iteration 12936 found worse value: 363.609023147. iteration 12937 found worse value: 363.609023147. iteration 12938 found worse value: 363.609023147. iteration 12939 found worse value: 363.609023147. iteration 12940 found worse value: 363.609023147. iteration 12941 found worse value: 363.609023147. iteration 12942 found worse value: 363.609023147. iteration 12943 found worse value: 363.609023147. iteration 12943, perturbing to get out of local maxima iteration 12944 found worse value: 363.609023147. iteration 12945 found worse value: 363.609023147. iteration 12946 found worse value: 363.609023147. iteration 12947 found worse value: 363.609023147. iteration 12948 found worse value: 363.609023147. iteration 12949 found worse value: 363.609023147. iteration 12950 found worse value: 363.609023147. iteration 12951 found worse value: 363.609023147. iteration 12952 found worse value: 363.609023147. iteration 12953 found worse value: 363.609023147. iteration 12954 found worse value: 363.609023147. iteration 12955 found worse value: 363.609023147. iteration 12956 found worse value: 363.609023147. iteration 12957 found worse value: 363.609023147. iteration 12957, perturbing to get out of local maxima iteration 12958 found worse value: 363.609023147. iteration 12958, perturbing to get out of local maxima iteration 12959 found worse value: 363.609023147. iteration 12960 found worse value: 363.609023147. iteration 12960, perturbing to get out of local maxima iteration 12961 found worse value: 363.609023147. iteration 12961, perturbing to get out of local maxima iteration 12962 found worse value: 363.609023147. iteration 12963 found worse value: 363.609023147. iteration 12963, perturbing to get out of local maxima iteration 12964 found worse value: 363.609023147. iteration 12965 found worse value: 363.609023147. iteration 12966 found worse value: 363.609023147. iteration 12967 found worse value: 363.609023147. iteration 12968 found worse value: 363.609023147. iteration 12968, perturbing to get out of local maxima iteration 12969 found worse value: 363.609023147. iteration 12970 found worse value: 363.609023147. iteration 12970, perturbing to get out of local maxima iteration 12971 found worse value: 363.609023147. iteration 12972 found worse value: 363.609023147. iteration 12973 found worse value: 363.609023147. iteration 12974 found worse value: 363.609023147. iteration 12975 found worse value: 363.609023147. iteration 12976 found worse value: 363.609023147. iteration 12976, perturbing to get out of local maxima iteration 12977 found worse value: 363.609023147. iteration 12978 found worse value: 363.609023147. iteration 12979 found worse value: 363.609023147. iteration 12979, perturbing to get out of local maxima iteration 12980 found worse value: 363.609023147. iteration 12981 found worse value: 363.609023147. iteration 12982 found worse value: 363.609023147. iteration 12983 found worse value: 363.609023147. iteration 12984 found worse value: 363.609023147. iteration 12985 found worse value: 363.609023147. iteration 12985, perturbing to get out of local maxima iteration 12986 found worse value: 363.609023147. iteration 12987 found worse value: 363.609023147. iteration 12988 found worse value: 363.609023147. iteration 12989 found worse value: 363.609023147. iteration 12990 found worse value: 363.609023147. iteration 12991 found worse value: 363.609023147. iteration 12991, perturbing to get out of local maxima iteration 12992 found worse value: 363.609023147. iteration 12993 found worse value: 363.609023147. iteration 12993, perturbing to get out of local maxima iteration 12994 found worse value: 363.609023147. iteration 12995 found worse value: 363.609023147. iteration 12996 found worse value: 363.609023147. iteration 12996, perturbing to get out of local maxima iteration 12997 found worse value: 363.609023147. iteration 12998 found worse value: 363.609023147. iteration 12999 found worse value: 363.609023147. iteration 12999, perturbing to get out of local maxima iteration 13000 found worse value: 363.609023147. iteration 13001 found worse value: 363.609023147. iteration 13002 found worse value: 363.609023147. iteration 13002, perturbing to get out of local maxima iteration 13003 found worse value: 363.609023147. iteration 13003, perturbing to get out of local maxima iteration 13004 found worse value: 363.609023147. iteration 13005 found worse value: 363.609023147. iteration 13006 found worse value: 363.609023147. iteration 13007 found worse value: 363.609023147. iteration 13007, perturbing to get out of local maxima iteration 13008 found worse value: 363.609023147. iteration 13009 found worse value: 363.609023147. iteration 13010 found worse value: 363.609023147. iteration 13010, perturbing to get out of local maxima iteration 13011 found worse value: 363.609023147. iteration 13012 found worse value: 363.609023147. iteration 13012, perturbing to get out of local maxima iteration 13013 found worse value: 363.609023147. iteration 13014 found worse value: 363.609023147. iteration 13014, perturbing to get out of local maxima iteration 13015 found worse value: 363.609023147. iteration 13016 found worse value: 363.609023147. iteration 13017 found worse value: 363.609023147. iteration 13018 found worse value: 363.609023147. iteration 13019 found worse value: 363.609023147. iteration 13020 found worse value: 363.609023147. iteration 13021 found worse value: 363.609023147. iteration 13021, perturbing to get out of local maxima iteration 13022 found worse value: 363.609023147. iteration 13022, perturbing to get out of local maxima iteration 13023 found worse value: 363.609023147. iteration 13023, perturbing to get out of local maxima iteration 13024 found worse value: 363.609023147. iteration 13025 found worse value: 363.609023147. iteration 13026 found worse value: 363.609023147. iteration 13027 found worse value: 363.609023147. iteration 13027, perturbing to get out of local maxima iteration 13028 found worse value: 363.609023147. iteration 13029 found worse value: 363.609023147. iteration 13030 found worse value: 363.609023147. iteration 13030, perturbing to get out of local maxima iteration 13031 found worse value: 363.609023147. iteration 13032 found worse value: 363.609023147. iteration 13033 found worse value: 363.609023147. iteration 13034 found worse value: 363.609023147. iteration 13035 found worse value: 363.609023147. iteration 13036 found worse value: 363.609023147. iteration 13036, perturbing to get out of local maxima iteration 13037 found worse value: 363.609023147. iteration 13038 found worse value: 363.609023147. iteration 13039 found worse value: 363.609023147. iteration 13040 found worse value: 363.609023147. iteration 13041 found worse value: 363.609023147. iteration 13041, perturbing to get out of local maxima iteration 13042 found worse value: 363.609023147. iteration 13043 found worse value: 363.609023147. iteration 13044 found worse value: 363.609023147. iteration 13044, perturbing to get out of local maxima iteration 13045 found worse value: 363.609023147. iteration 13045, perturbing to get out of local maxima iteration 13046 found worse value: 363.609023147. iteration 13047 found worse value: 363.609023147. iteration 13048 found worse value: 363.609023147. iteration 13049 found worse value: 363.609023147. iteration 13050 found worse value: 363.609023147. iteration 13050, perturbing to get out of local maxima iteration 13051 found worse value: 363.609023147. iteration 13052 found worse value: 363.609023147. iteration 13053 found worse value: 363.609023147. iteration 13053, perturbing to get out of local maxima iteration 13054 found worse value: 363.609023147. iteration 13054, perturbing to get out of local maxima iteration 13055 found worse value: 363.609023147. iteration 13056 found worse value: 363.609023147. iteration 13057 found worse value: 363.609023147. iteration 13058 found worse value: 363.609023147. iteration 13058, perturbing to get out of local maxima iteration 13059 found worse value: 363.609023147. iteration 13060 found worse value: 363.609023147. iteration 13060, perturbing to get out of local maxima iteration 13061 found worse value: 363.609023147. iteration 13062 found worse value: 363.609023147. iteration 13063 found worse value: 363.609023147. iteration 13064 found worse value: 363.609023147. iteration 13064, perturbing to get out of local maxima iteration 13065 found worse value: 363.609023147. iteration 13065, perturbing to get out of local maxima iteration 13066 found worse value: 363.609023147. iteration 13066, perturbing to get out of local maxima iteration 13067 found worse value: 363.609023147. iteration 13068 found worse value: 363.609023147. iteration 13069 found worse value: 363.609023147. iteration 13069, perturbing to get out of local maxima iteration 13070 found worse value: 363.609023147. iteration 13071 found worse value: 363.609023147. iteration 13072 found worse value: 363.609023147. iteration 13073 found worse value: 363.609023147. iteration 13074 found worse value: 363.609023147. iteration 13074, perturbing to get out of local maxima iteration 13075 found worse value: 363.609023147. iteration 13076 found worse value: 363.609023147. iteration 13077 found worse value: 363.609023147. iteration 13078 found worse value: 363.609023147. iteration 13079 found worse value: 363.609023147. iteration 13080 found worse value: 363.609023147. iteration 13080, perturbing to get out of local maxima iteration 13081 found worse value: 363.609023147. iteration 13081, perturbing to get out of local maxima iteration 13082 found worse value: 363.609023147. iteration 13083 found worse value: 363.609023147. iteration 13084 found worse value: 363.609023147. iteration 13085 found worse value: 363.609023147. iteration 13086 found worse value: 363.609023147. iteration 13087 found worse value: 363.609023147. iteration 13088 found worse value: 363.609023147. iteration 13088, perturbing to get out of local maxima iteration 13089 found worse value: 363.609023147. iteration 13090 found worse value: 363.609023147. iteration 13091 found worse value: 363.609023147. iteration 13092 found worse value: 363.609023147. iteration 13093 found worse value: 363.609023147. iteration 13093, perturbing to get out of local maxima iteration 13094 found worse value: 363.609023147. iteration 13095 found worse value: 363.609023147. iteration 13096 found worse value: 363.609023147. iteration 13096, perturbing to get out of local maxima iteration 13097 found worse value: 363.609023147. iteration 13098 found worse value: 363.609023147. iteration 13098, perturbing to get out of local maxima iteration 13099 found worse value: 363.609023147. iteration 13100 found worse value: 363.609023147. iteration 13101 found worse value: 363.609023147. iteration 13102 found worse value: 363.609023147. iteration 13103 found worse value: 363.609023147. iteration 13103, perturbing to get out of local maxima iteration 13104 found worse value: 363.609023147. iteration 13104, perturbing to get out of local maxima iteration 13105 found worse value: 363.609023147. iteration 13105, perturbing to get out of local maxima iteration 13106 found worse value: 363.609023147. iteration 13106, perturbing to get out of local maxima iteration 13107 found worse value: 363.609023147. iteration 13108 found worse value: 363.609023147. iteration 13108, perturbing to get out of local maxima iteration 13109 found worse value: 363.609023147. iteration 13109, perturbing to get out of local maxima iteration 13110 found worse value: 363.609023147. iteration 13111 found worse value: 363.609023147. iteration 13112 found worse value: 363.609023147. iteration 13112, perturbing to get out of local maxima iteration 13113 found worse value: 363.609023147. iteration 13114 found worse value: 363.609023147. iteration 13115 found worse value: 363.609023147. iteration 13115, perturbing to get out of local maxima iteration 13116 found worse value: 363.609023147. iteration 13117 found worse value: 363.609023147. iteration 13118 found worse value: 363.609023147. iteration 13119 found worse value: 363.609023147. iteration 13120 found worse value: 363.609023147. iteration 13121 found worse value: 363.609023147. iteration 13122 found worse value: 363.609023147. iteration 13123 found worse value: 363.609023147. iteration 13124 found worse value: 363.609023147. iteration 13124, perturbing to get out of local maxima iteration 13125 found worse value: 363.609023147. iteration 13125, perturbing to get out of local maxima iteration 13126 found worse value: 363.609023147. iteration 13127 found worse value: 363.609023147. iteration 13128 found worse value: 363.609023147. iteration 13129 found worse value: 363.609023147. iteration 13129, perturbing to get out of local maxima iteration 13130 found worse value: 363.609023147. iteration 13131 found worse value: 363.609023147. iteration 13132 found worse value: 363.609023147. iteration 13133 found worse value: 363.609023147. iteration 13134 found worse value: 363.609023147. iteration 13135 found worse value: 363.609023147. iteration 13136 found worse value: 363.609023147. iteration 13137 found worse value: 363.609023147. iteration 13137, perturbing to get out of local maxima iteration 13138 found worse value: 363.609023147. iteration 13139 found worse value: 363.609023147. iteration 13140 found worse value: 363.609023147. iteration 13140, perturbing to get out of local maxima iteration 13141 found worse value: 363.609023147. iteration 13141, perturbing to get out of local maxima iteration 13142 found worse value: 363.609023147. iteration 13143 found worse value: 363.609023147. iteration 13144 found worse value: 363.609023147. iteration 13145 found worse value: 363.609023147. iteration 13146 found worse value: 363.609023147. iteration 13147 found worse value: 363.609023147. iteration 13147, perturbing to get out of local maxima iteration 13148 found worse value: 363.609023147. iteration 13149 found worse value: 363.609023147. iteration 13149, perturbing to get out of local maxima iteration 13150 found worse value: 363.609023147. iteration 13151 found worse value: 363.609023147. iteration 13152 found worse value: 363.609023147. iteration 13153 found worse value: 363.609023147. iteration 13154 found worse value: 363.609023147. iteration 13155 found worse value: 363.609023147. iteration 13156 found worse value: 363.609023147. iteration 13157 found worse value: 363.609023147. iteration 13158 found worse value: 363.609023147. iteration 13159 found worse value: 363.609023147. iteration 13160 found worse value: 363.609023147. iteration 13161 found worse value: 363.609023147. iteration 13161, perturbing to get out of local maxima iteration 13162 found worse value: 363.609023147. iteration 13163 found worse value: 363.609023147. iteration 13164 found worse value: 363.609023147. iteration 13165 found worse value: 363.609023147. iteration 13165, perturbing to get out of local maxima iteration 13166 found worse value: 363.609023147. iteration 13167 found worse value: 363.609023147. iteration 13168 found worse value: 363.609023147. iteration 13168, perturbing to get out of local maxima iteration 13169 found worse value: 363.609023147. iteration 13170 found worse value: 363.609023147. iteration 13170, perturbing to get out of local maxima iteration 13171 found worse value: 363.609023147. iteration 13172 found worse value: 363.609023147. iteration 13172, perturbing to get out of local maxima iteration 13173 found worse value: 363.609023147. iteration 13174 found worse value: 363.609023147. iteration 13175 found worse value: 363.609023147. iteration 13176 found worse value: 363.609023147. iteration 13177 found worse value: 363.609023147. iteration 13177, perturbing to get out of local maxima iteration 13178 found worse value: 363.609023147. iteration 13179 found worse value: 363.609023147. iteration 13179, perturbing to get out of local maxima iteration 13180 found worse value: 363.609023147. iteration 13180, perturbing to get out of local maxima iteration 13181 found worse value: 363.609023147. iteration 13182 found worse value: 363.609023147. iteration 13183 found worse value: 363.609023147. iteration 13184 found worse value: 363.609023147. iteration 13185 found worse value: 363.609023147. iteration 13186 found worse value: 363.609023147. iteration 13187 found worse value: 363.609023147. iteration 13188 found worse value: 363.609023147. iteration 13188, perturbing to get out of local maxima iteration 13189 found worse value: 363.609023147. iteration 13189, perturbing to get out of local maxima iteration 13190 found worse value: 363.609023147. iteration 13191 found worse value: 363.609023147. iteration 13191, perturbing to get out of local maxima iteration 13192 found worse value: 363.609023147. iteration 13192, perturbing to get out of local maxima iteration 13193 found worse value: 363.609023147. iteration 13193, perturbing to get out of local maxima iteration 13194 found worse value: 363.609023147. iteration 13195 found worse value: 363.609023147. iteration 13195, perturbing to get out of local maxima iteration 13196 found worse value: 363.609023147. iteration 13197 found worse value: 363.609023147. iteration 13197, perturbing to get out of local maxima iteration 13198 found worse value: 363.609023147. iteration 13199 found worse value: 363.609023147. iteration 13200 found worse value: 363.609023147. iteration 13201 found worse value: 363.609023147. iteration 13201, perturbing to get out of local maxima iteration 13202 found worse value: 363.609023147. iteration 13203 found worse value: 363.609023147. iteration 13203, perturbing to get out of local maxima iteration 13204 found worse value: 363.609023147. iteration 13205 found worse value: 363.609023147. iteration 13205, perturbing to get out of local maxima iteration 13206 found worse value: 363.609023147. iteration 13206, perturbing to get out of local maxima iteration 13207 found worse value: 363.609023147. iteration 13208 found worse value: 363.609023147. iteration 13209 found worse value: 363.609023147. iteration 13210 found worse value: 363.609023147. iteration 13211 found worse value: 363.609023147. iteration 13211, perturbing to get out of local maxima iteration 13212 found worse value: 363.609023147. iteration 13212, perturbing to get out of local maxima iteration 13213 found worse value: 363.609023147. iteration 13214 found worse value: 363.609023147. iteration 13215 found worse value: 363.609023147. iteration 13216 found worse value: 363.609023147. iteration 13217 found worse value: 363.609023147. iteration 13218 found worse value: 363.609023147. iteration 13219 found worse value: 363.609023147. iteration 13220 found worse value: 363.609023147. iteration 13221 found worse value: 363.609023147. iteration 13221, perturbing to get out of local maxima iteration 13222 found worse value: 363.609023147. iteration 13223 found worse value: 363.609023147. iteration 13224 found worse value: 363.609023147. iteration 13225 found worse value: 363.609023147. iteration 13226 found worse value: 363.609023147. iteration 13227 found worse value: 363.609023147. iteration 13228 found worse value: 363.609023147. iteration 13229 found worse value: 363.609023147. iteration 13230 found worse value: 363.609023147. iteration 13231 found worse value: 363.609023147. iteration 13232 found worse value: 363.609023147. iteration 13233 found worse value: 363.609023147. iteration 13233, perturbing to get out of local maxima iteration 13234 found worse value: 363.609023147. iteration 13235 found worse value: 363.609023147. iteration 13236 found worse value: 363.609023147. iteration 13237 found worse value: 363.609023147. iteration 13237, perturbing to get out of local maxima iteration 13238 found worse value: 363.609023147. iteration 13239 found worse value: 363.609023147. iteration 13240 found worse value: 363.609023147. iteration 13241 found worse value: 363.609023147. iteration 13242 found worse value: 363.609023147. iteration 13242, perturbing to get out of local maxima iteration 13243 found worse value: 363.609023147. iteration 13244 found worse value: 363.609023147. iteration 13245 found worse value: 363.609023147. iteration 13246 found worse value: 363.609023147. iteration 13247 found worse value: 363.609023147. iteration 13248 found worse value: 363.609023147. iteration 13249 found worse value: 363.609023147. iteration 13250 found worse value: 363.609023147. iteration 13251 found worse value: 363.609023147. iteration 13252 found worse value: 363.609023147. iteration 13253 found worse value: 363.609023147. iteration 13254 found worse value: 363.609023147. iteration 13255 found worse value: 363.609023147. iteration 13256 found worse value: 363.609023147. iteration 13257 found worse value: 363.609023147. iteration 13258 found worse value: 363.609023147. iteration 13258, perturbing to get out of local maxima iteration 13259 found worse value: 363.609023147. iteration 13259, perturbing to get out of local maxima iteration 13260 found worse value: 363.609023147. iteration 13260, perturbing to get out of local maxima iteration 13261 found worse value: 363.609023147. iteration 13262 found worse value: 363.609023147. iteration 13263 found worse value: 363.609023147. iteration 13263, perturbing to get out of local maxima iteration 13264 found worse value: 363.609023147. iteration 13265 found worse value: 363.609023147. iteration 13265, perturbing to get out of local maxima iteration 13266 found worse value: 363.609023147. iteration 13267 found worse value: 363.609023147. iteration 13268 found worse value: 363.609023147. iteration 13268, perturbing to get out of local maxima iteration 13269 found worse value: 363.609023147. iteration 13270 found worse value: 363.609023147. iteration 13271 found worse value: 363.609023147. iteration 13272 found worse value: 363.609023147. iteration 13272, perturbing to get out of local maxima iteration 13273 found worse value: 363.609023147. iteration 13274 found worse value: 363.609023147. iteration 13274, perturbing to get out of local maxima iteration 13275 found worse value: 363.609023147. iteration 13276 found worse value: 363.609023147. iteration 13277 found worse value: 363.609023147. iteration 13278 found worse value: 363.609023147. iteration 13278, perturbing to get out of local maxima iteration 13279 found worse value: 363.609023147. iteration 13280 found worse value: 363.609023147. iteration 13281 found worse value: 363.609023147. iteration 13282 found worse value: 363.609023147. iteration 13283 found worse value: 363.609023147. iteration 13283, perturbing to get out of local maxima iteration 13284 found worse value: 363.609023147. iteration 13285 found worse value: 363.609023147. iteration 13286 found worse value: 363.609023147. iteration 13287 found worse value: 363.609023147. iteration 13287, perturbing to get out of local maxima iteration 13288 found worse value: 363.609023147. iteration 13289 found worse value: 363.609023147. iteration 13290 found worse value: 363.609023147. iteration 13291 found worse value: 363.609023147. iteration 13292 found worse value: 363.609023147. iteration 13293 found worse value: 363.609023147. iteration 13294 found worse value: 363.609023147. iteration 13294, perturbing to get out of local maxima iteration 13295 found worse value: 363.609023147. iteration 13296 found worse value: 363.609023147. iteration 13297 found worse value: 363.609023147. iteration 13298 found worse value: 363.609023147. iteration 13299 found worse value: 363.609023147. iteration 13300 found worse value: 363.609023147. iteration 13301 found worse value: 363.609023147. iteration 13302 found worse value: 363.609023147. iteration 13302, perturbing to get out of local maxima iteration 13303 found worse value: 363.609023147. iteration 13303, perturbing to get out of local maxima iteration 13304 found worse value: 363.609023147. iteration 13305 found worse value: 363.609023147. iteration 13306 found worse value: 363.609023147. iteration 13307 found worse value: 363.609023147. iteration 13307, perturbing to get out of local maxima iteration 13308 found worse value: 363.609023147. iteration 13308, perturbing to get out of local maxima iteration 13309 found worse value: 363.609023147. iteration 13309, perturbing to get out of local maxima iteration 13310 found worse value: 363.609023147. iteration 13310, perturbing to get out of local maxima iteration 13311 found worse value: 363.609023147. iteration 13312 found worse value: 363.609023147. iteration 13313 found worse value: 363.609023147. iteration 13314 found worse value: 363.609023147. iteration 13315 found worse value: 363.609023147. iteration 13316 found worse value: 363.609023147. iteration 13317 found worse value: 363.609023147. iteration 13317, perturbing to get out of local maxima iteration 13318 found worse value: 363.609023147. iteration 13318, perturbing to get out of local maxima iteration 13319 found worse value: 363.609023147. iteration 13319, perturbing to get out of local maxima iteration 13320 found worse value: 363.609023147. iteration 13321 found worse value: 363.609023147. iteration 13322 found worse value: 363.609023147. iteration 13323 found worse value: 363.609023147. iteration 13323, perturbing to get out of local maxima iteration 13324 found worse value: 363.609023147. iteration 13325 found worse value: 363.609023147. iteration 13326 found worse value: 363.609023147. iteration 13327 found worse value: 363.609023147. iteration 13328 found worse value: 363.609023147. iteration 13329 found worse value: 363.609023147. iteration 13330 found worse value: 363.609023147. iteration 13331 found worse value: 363.609023147. iteration 13332 found worse value: 363.609023147. iteration 13332, perturbing to get out of local maxima iteration 13333 found worse value: 363.609023147. iteration 13334 found worse value: 363.609023147. iteration 13334, perturbing to get out of local maxima iteration 13335 found worse value: 363.609023147. iteration 13336 found worse value: 363.609023147. iteration 13337 found worse value: 363.609023147. iteration 13338 found worse value: 363.609023147. iteration 13338, perturbing to get out of local maxima iteration 13339 found worse value: 363.609023147. iteration 13340 found worse value: 363.609023147. iteration 13341 found worse value: 363.609023147. iteration 13341, perturbing to get out of local maxima iteration 13342 found worse value: 363.609023147. iteration 13343 found worse value: 363.609023147. iteration 13344 found worse value: 363.609023147. iteration 13344, perturbing to get out of local maxima iteration 13345 found worse value: 363.609023147. iteration 13345, perturbing to get out of local maxima iteration 13346 found worse value: 363.609023147. iteration 13347 found worse value: 363.609023147. iteration 13347, perturbing to get out of local maxima iteration 13348 found worse value: 363.609023147. iteration 13349 found worse value: 363.609023147. iteration 13350 found worse value: 363.609023147. iteration 13351 found worse value: 363.609023147. iteration 13352 found worse value: 363.609023147. iteration 13352, perturbing to get out of local maxima iteration 13353 found worse value: 363.609023147. iteration 13353, perturbing to get out of local maxima iteration 13354 found worse value: 363.609023147. iteration 13354, perturbing to get out of local maxima iteration 13355 found worse value: 363.609023147. iteration 13356 found worse value: 363.609023147. iteration 13357 found worse value: 363.609023147. iteration 13358 found worse value: 363.609023147. iteration 13358, perturbing to get out of local maxima iteration 13359 found worse value: 363.609023147. iteration 13360 found worse value: 363.609023147. iteration 13361 found worse value: 363.609023147. iteration 13361, perturbing to get out of local maxima iteration 13362 found worse value: 363.609023147. iteration 13363 found worse value: 363.609023147. iteration 13363, perturbing to get out of local maxima iteration 13364 found worse value: 363.609023147. iteration 13365 found worse value: 363.609023147. iteration 13366 found worse value: 363.609023147. iteration 13367 found worse value: 363.609023147. iteration 13368 found worse value: 363.609023147. iteration 13369 found worse value: 363.609023147. iteration 13370 found worse value: 363.609023147. iteration 13371 found worse value: 363.609023147. iteration 13372 found worse value: 363.609023147. iteration 13372, perturbing to get out of local maxima iteration 13373 found worse value: 363.609023147. iteration 13374 found worse value: 363.609023147. iteration 13375 found worse value: 363.609023147. iteration 13376 found worse value: 363.609023147. iteration 13377 found worse value: 363.609023147. iteration 13377, perturbing to get out of local maxima iteration 13378 found worse value: 363.609023147. iteration 13379 found worse value: 363.609023147. iteration 13380 found worse value: 363.609023147. iteration 13381 found worse value: 363.609023147. iteration 13381, perturbing to get out of local maxima iteration 13382 found worse value: 363.609023147. iteration 13383 found worse value: 363.609023147. iteration 13384 found worse value: 363.609023147. iteration 13384, perturbing to get out of local maxima iteration 13385 found worse value: 363.609023147. iteration 13386 found worse value: 363.609023147. iteration 13386, perturbing to get out of local maxima iteration 13387 found worse value: 363.609023147. iteration 13388 found worse value: 363.609023147. iteration 13389 found worse value: 363.609023147. iteration 13390 found worse value: 363.609023147. iteration 13390, perturbing to get out of local maxima iteration 13391 found worse value: 363.609023147. iteration 13392 found worse value: 363.609023147. iteration 13393 found worse value: 363.609023147. iteration 13393, perturbing to get out of local maxima iteration 13394 found worse value: 363.609023147. iteration 13395 found worse value: 363.609023147. iteration 13396 found worse value: 363.609023147. iteration 13397 found worse value: 363.609023147. iteration 13398 found worse value: 363.609023147. iteration 13399 found worse value: 363.609023147. iteration 13399, perturbing to get out of local maxima iteration 13400 found worse value: 363.609023147. iteration 13400, perturbing to get out of local maxima iteration 13401 found worse value: 363.609023147. iteration 13402 found worse value: 363.609023147. iteration 13402, perturbing to get out of local maxima iteration 13403 found worse value: 363.609023147. iteration 13404 found worse value: 363.609023147. iteration 13404, perturbing to get out of local maxima iteration 13405 found worse value: 363.609023147. iteration 13405, perturbing to get out of local maxima iteration 13406 found worse value: 363.609023147. iteration 13407 found worse value: 363.609023147. iteration 13407, perturbing to get out of local maxima iteration 13408 found worse value: 363.609023147. iteration 13409 found worse value: 363.609023147. iteration 13410 found worse value: 363.609023147. iteration 13411 found worse value: 363.609023147. iteration 13411, perturbing to get out of local maxima iteration 13412 found worse value: 363.609023147. iteration 13413 found worse value: 363.609023147. iteration 13414 found worse value: 363.609023147. iteration 13414, perturbing to get out of local maxima iteration 13415 found worse value: 363.609023147. iteration 13415, perturbing to get out of local maxima iteration 13416 found worse value: 363.609023147. iteration 13417 found worse value: 363.609023147. iteration 13418 found worse value: 363.609023147. iteration 13419 found worse value: 363.609023147. iteration 13420 found worse value: 363.609023147. iteration 13421 found worse value: 363.609023147. iteration 13422 found worse value: 363.609023147. iteration 13423 found worse value: 363.609023147. iteration 13424 found worse value: 363.609023147. iteration 13425 found worse value: 363.609023147. iteration 13426 found worse value: 363.609023147. iteration 13427 found worse value: 363.609023147. iteration 13428 found worse value: 363.609023147. iteration 13429 found worse value: 363.609023147. iteration 13430 found worse value: 363.609023147. iteration 13431 found worse value: 363.609023147. iteration 13432 found worse value: 363.609023147. iteration 13432, perturbing to get out of local maxima iteration 13433 found worse value: 363.609023147. iteration 13433, perturbing to get out of local maxima iteration 13434 found worse value: 363.609023147. iteration 13435 found worse value: 363.609023147. iteration 13435, perturbing to get out of local maxima iteration 13436 found worse value: 363.609023147. iteration 13437 found worse value: 363.609023147. iteration 13437, perturbing to get out of local maxima iteration 13438 found worse value: 363.609023147. iteration 13439 found worse value: 363.609023147. iteration 13439, perturbing to get out of local maxima iteration 13440 found worse value: 363.609023147. iteration 13440, perturbing to get out of local maxima iteration 13441 found worse value: 363.609023147. iteration 13441, perturbing to get out of local maxima iteration 13442 found worse value: 363.609023147. iteration 13443 found worse value: 363.609023147. iteration 13443, perturbing to get out of local maxima iteration 13444 found worse value: 363.609023147. iteration 13445 found worse value: 363.609023147. iteration 13446 found worse value: 363.609023147. iteration 13447 found worse value: 363.609023147. iteration 13448 found worse value: 363.609023147. iteration 13449 found worse value: 363.609023147. iteration 13450 found worse value: 363.609023147. iteration 13451 found worse value: 363.609023147. iteration 13452 found worse value: 363.609023147. iteration 13453 found worse value: 363.609023147. iteration 13454 found worse value: 363.609023147. iteration 13454, perturbing to get out of local maxima iteration 13455 found worse value: 363.609023147. iteration 13456 found worse value: 363.609023147. iteration 13456, perturbing to get out of local maxima iteration 13457 found worse value: 363.609023147. iteration 13457, perturbing to get out of local maxima iteration 13458 found worse value: 363.609023147. iteration 13459 found worse value: 363.609023147. iteration 13460 found worse value: 363.609023147. iteration 13461 found worse value: 363.609023147. iteration 13462 found worse value: 363.609023147. iteration 13463 found worse value: 363.609023147. iteration 13464 found worse value: 363.609023147. iteration 13465 found worse value: 363.609023147. iteration 13466 found worse value: 363.609023147. iteration 13466, perturbing to get out of local maxima iteration 13467 found worse value: 363.609023147. iteration 13468 found worse value: 363.609023147. iteration 13468, perturbing to get out of local maxima iteration 13469 found worse value: 363.609023147. iteration 13469, perturbing to get out of local maxima iteration 13470 found worse value: 363.609023147. iteration 13471 found worse value: 363.609023147. iteration 13472 found worse value: 363.609023147. iteration 13473 found worse value: 363.609023147. iteration 13474 found worse value: 363.609023147. iteration 13475 found worse value: 363.609023147. iteration 13475, perturbing to get out of local maxima iteration 13476 found worse value: 363.609023147. iteration 13477 found worse value: 363.609023147. iteration 13477, perturbing to get out of local maxima iteration 13478 found worse value: 363.609023147. iteration 13479 found worse value: 363.609023147. iteration 13480 found worse value: 363.609023147. iteration 13481 found worse value: 363.609023147. iteration 13481, perturbing to get out of local maxima iteration 13482 found worse value: 363.609023147. iteration 13483 found worse value: 363.609023147. iteration 13484 found worse value: 363.609023147. iteration 13484, perturbing to get out of local maxima iteration 13485 found worse value: 363.609023147. iteration 13485, perturbing to get out of local maxima iteration 13486 found worse value: 363.609023147. iteration 13487 found worse value: 363.609023147. iteration 13488 found worse value: 363.609023147. iteration 13488, perturbing to get out of local maxima iteration 13489 found worse value: 363.609023147. iteration 13490 found worse value: 363.609023147. iteration 13491 found worse value: 363.609023147. iteration 13491, perturbing to get out of local maxima iteration 13492 found worse value: 363.609023147. iteration 13492, perturbing to get out of local maxima iteration 13493 found worse value: 363.609023147. iteration 13494 found worse value: 363.609023147. iteration 13494, perturbing to get out of local maxima iteration 13495 found worse value: 363.609023147. iteration 13496 found worse value: 363.609023147. iteration 13497 found worse value: 363.609023147. iteration 13498 found worse value: 363.609023147. iteration 13499 found worse value: 363.609023147. iteration 13499, perturbing to get out of local maxima iteration 13500 found worse value: 363.609023147. iteration 13500, perturbing to get out of local maxima iteration 13501 found worse value: 363.609023147. iteration 13502 found worse value: 363.609023147. iteration 13502, perturbing to get out of local maxima iteration 13503 found worse value: 363.609023147. iteration 13504 found worse value: 363.609023147. iteration 13505 found worse value: 363.609023147. iteration 13506 found worse value: 363.609023147. iteration 13506, perturbing to get out of local maxima iteration 13507 found worse value: 363.609023147. iteration 13508 found worse value: 363.609023147. iteration 13509 found worse value: 363.609023147. iteration 13509, perturbing to get out of local maxima iteration 13510 found worse value: 363.609023147. iteration 13511 found worse value: 363.609023147. iteration 13512 found worse value: 363.609023147. iteration 13512, perturbing to get out of local maxima iteration 13513 found worse value: 363.609023147. iteration 13514 found worse value: 363.609023147. iteration 13514, perturbing to get out of local maxima iteration 13515 found worse value: 363.609023147. iteration 13515, perturbing to get out of local maxima iteration 13516 found worse value: 363.609023147. iteration 13517 found worse value: 363.609023147. iteration 13518 found worse value: 363.609023147. iteration 13519 found worse value: 363.609023147. iteration 13519, perturbing to get out of local maxima iteration 13520 found worse value: 363.609023147. iteration 13521 found worse value: 363.609023147. iteration 13522 found worse value: 363.609023147. iteration 13523 found worse value: 363.609023147. iteration 13523, perturbing to get out of local maxima iteration 13524 found worse value: 363.609023147. iteration 13525 found worse value: 363.609023147. iteration 13526 found worse value: 363.609023147. iteration 13526, perturbing to get out of local maxima iteration 13527 found worse value: 363.609023147. iteration 13528 found worse value: 363.609023147. iteration 13529 found worse value: 363.609023147. iteration 13529, perturbing to get out of local maxima iteration 13530 found worse value: 363.609023147. iteration 13530, perturbing to get out of local maxima iteration 13531 found worse value: 363.609023147. iteration 13532 found worse value: 363.609023147. iteration 13533 found worse value: 363.609023147. iteration 13534 found worse value: 363.609023147. iteration 13534, perturbing to get out of local maxima iteration 13535 found worse value: 363.609023147. iteration 13536 found worse value: 363.609023147. iteration 13537 found worse value: 363.609023147. iteration 13537, perturbing to get out of local maxima iteration 13538 found worse value: 363.609023147. iteration 13538, perturbing to get out of local maxima iteration 13539 found worse value: 363.609023147. iteration 13539, perturbing to get out of local maxima iteration 13540 found worse value: 363.609023147. iteration 13541 found worse value: 363.609023147. iteration 13541, perturbing to get out of local maxima iteration 13542 found worse value: 363.609023147. iteration 13542, perturbing to get out of local maxima iteration 13543 found worse value: 363.609023147. iteration 13544 found worse value: 363.609023147. iteration 13545 found worse value: 363.609023147. iteration 13546 found worse value: 363.609023147. iteration 13546, perturbing to get out of local maxima iteration 13547 found worse value: 363.609023147. iteration 13548 found worse value: 363.609023147. iteration 13548, perturbing to get out of local maxima iteration 13549 found worse value: 363.609023147. iteration 13550 found worse value: 363.609023147. iteration 13551 found worse value: 363.609023147. iteration 13551, perturbing to get out of local maxima iteration 13552 found worse value: 363.609023147. iteration 13553 found worse value: 363.609023147. iteration 13554 found worse value: 363.609023147. iteration 13555 found worse value: 363.609023147. iteration 13555, perturbing to get out of local maxima iteration 13556 found worse value: 363.609023147. iteration 13557 found worse value: 363.609023147. iteration 13558 found worse value: 363.609023147. iteration 13558, perturbing to get out of local maxima iteration 13559 found worse value: 363.609023147. iteration 13560 found worse value: 363.609023147. iteration 13561 found worse value: 363.609023147. iteration 13562 found worse value: 363.609023147. iteration 13563 found worse value: 363.609023147. iteration 13563, perturbing to get out of local maxima iteration 13564 found worse value: 363.609023147. iteration 13565 found worse value: 363.609023147. iteration 13565, perturbing to get out of local maxima iteration 13566 found worse value: 363.609023147. iteration 13567 found worse value: 363.609023147. iteration 13568 found worse value: 363.609023147. iteration 13569 found worse value: 363.609023147. iteration 13570 found worse value: 363.609023147. iteration 13571 found worse value: 363.609023147. iteration 13571, perturbing to get out of local maxima iteration 13572 found worse value: 363.609023147. iteration 13573 found worse value: 363.609023147. iteration 13573, perturbing to get out of local maxima iteration 13574 found worse value: 363.609023147. iteration 13575 found worse value: 363.609023147. iteration 13575, perturbing to get out of local maxima iteration 13576 found worse value: 363.609023147. iteration 13577 found worse value: 363.609023147. iteration 13578 found worse value: 363.609023147. iteration 13579 found worse value: 363.609023147. iteration 13580 found worse value: 363.609023147. iteration 13581 found worse value: 363.609023147. iteration 13581, perturbing to get out of local maxima iteration 13582 found worse value: 363.609023147. iteration 13583 found worse value: 363.609023147. iteration 13583, perturbing to get out of local maxima iteration 13584 found worse value: 363.609023147. iteration 13584, perturbing to get out of local maxima iteration 13585 found worse value: 363.609023147. iteration 13586 found worse value: 363.609023147. iteration 13586, perturbing to get out of local maxima iteration 13587 found worse value: 363.609023147. iteration 13588 found worse value: 363.609023147. iteration 13588, perturbing to get out of local maxima iteration 13589 found worse value: 363.609023147. iteration 13590 found worse value: 363.609023147. iteration 13591 found worse value: 363.609023147. iteration 13592 found worse value: 363.609023147. iteration 13593 found worse value: 363.609023147. iteration 13593, perturbing to get out of local maxima iteration 13594 found worse value: 363.609023147. iteration 13595 found worse value: 363.609023147. iteration 13596 found worse value: 363.609023147. iteration 13597 found worse value: 363.609023147. iteration 13597, perturbing to get out of local maxima iteration 13598 found worse value: 363.609023147. iteration 13599 found worse value: 363.609023147. iteration 13599, perturbing to get out of local maxima iteration 13600 found worse value: 363.609023147. iteration 13601 found worse value: 363.609023147. iteration 13601, perturbing to get out of local maxima iteration 13602 found worse value: 363.609023147. iteration 13603 found worse value: 363.609023147. iteration 13603, perturbing to get out of local maxima iteration 13604 found worse value: 363.609023147. iteration 13604, perturbing to get out of local maxima iteration 13605 found worse value: 363.609023147. iteration 13605, perturbing to get out of local maxima iteration 13606 found worse value: 363.609023147. iteration 13606, perturbing to get out of local maxima iteration 13607 found worse value: 363.609023147. iteration 13608 found worse value: 363.609023147. iteration 13608, perturbing to get out of local maxima iteration 13609 found worse value: 363.609023147. iteration 13610 found worse value: 363.609023147. iteration 13610, perturbing to get out of local maxima iteration 13611 found worse value: 363.609023147. iteration 13612 found worse value: 363.609023147. iteration 13613 found worse value: 363.609023147. iteration 13613, perturbing to get out of local maxima iteration 13614 found worse value: 363.609023147. iteration 13615 found worse value: 363.609023147. iteration 13616 found worse value: 363.609023147. iteration 13617 found worse value: 363.609023147. iteration 13618 found worse value: 363.609023147. iteration 13619 found worse value: 363.609023147. iteration 13620 found worse value: 363.609023147. iteration 13621 found worse value: 363.609023147. iteration 13621, perturbing to get out of local maxima iteration 13622 found worse value: 363.609023147. iteration 13623 found worse value: 363.609023147. iteration 13624 found worse value: 363.609023147. iteration 13624, perturbing to get out of local maxima iteration 13625 found worse value: 363.609023147. iteration 13626 found worse value: 363.609023147. iteration 13626, perturbing to get out of local maxima iteration 13627 found worse value: 363.609023147. iteration 13628 found worse value: 363.609023147. iteration 13629 found worse value: 363.609023147. iteration 13630 found worse value: 363.609023147. iteration 13631 found worse value: 363.609023147. iteration 13631, perturbing to get out of local maxima iteration 13632 found worse value: 363.609023147. iteration 13633 found worse value: 363.609023147. iteration 13634 found worse value: 363.609023147. iteration 13634, perturbing to get out of local maxima iteration 13635 found worse value: 363.609023147. iteration 13636 found worse value: 363.609023147. iteration 13636, perturbing to get out of local maxima iteration 13637 found worse value: 363.609023147. iteration 13638 found worse value: 363.609023147. iteration 13639 found worse value: 363.609023147. iteration 13640 found worse value: 363.609023147. iteration 13641 found worse value: 363.609023147. iteration 13642 found worse value: 363.609023147. iteration 13642, perturbing to get out of local maxima iteration 13643 found worse value: 363.609023147. iteration 13644 found worse value: 363.609023147. iteration 13644, perturbing to get out of local maxima iteration 13645 found worse value: 363.609023147. iteration 13645, perturbing to get out of local maxima iteration 13646 found worse value: 363.609023147. iteration 13647 found worse value: 363.609023147. iteration 13648 found worse value: 363.609023147. iteration 13648, perturbing to get out of local maxima iteration 13649 found worse value: 363.609023147. iteration 13650 found worse value: 363.609023147. iteration 13650, perturbing to get out of local maxima iteration 13651 found worse value: 363.609023147. iteration 13652 found worse value: 363.609023147. iteration 13653 found worse value: 363.609023147. iteration 13653, perturbing to get out of local maxima iteration 13654 found worse value: 363.609023147. iteration 13655 found worse value: 363.609023147. iteration 13655, perturbing to get out of local maxima iteration 13656 found worse value: 363.609023147. iteration 13657 found worse value: 363.609023147. iteration 13658 found worse value: 363.609023147. iteration 13659 found worse value: 363.609023147. iteration 13659, perturbing to get out of local maxima iteration 13660 found worse value: 363.609023147. iteration 13661 found worse value: 363.609023147. iteration 13662 found worse value: 363.609023147. iteration 13663 found worse value: 363.609023147. iteration 13664 found worse value: 363.609023147. iteration 13665 found worse value: 363.609023147. iteration 13666 found worse value: 363.609023147. iteration 13667 found worse value: 363.609023147. iteration 13668 found worse value: 363.609023147. iteration 13669 found worse value: 363.609023147. iteration 13669, perturbing to get out of local maxima iteration 13670 found worse value: 363.609023147. iteration 13670, perturbing to get out of local maxima iteration 13671 found worse value: 363.609023147. iteration 13672 found worse value: 363.609023147. iteration 13673 found worse value: 363.609023147. iteration 13674 found worse value: 363.609023147. iteration 13674, perturbing to get out of local maxima iteration 13675 found worse value: 363.609023147. iteration 13676 found worse value: 363.609023147. iteration 13677 found worse value: 363.609023147. iteration 13678 found worse value: 363.609023147. iteration 13679 found worse value: 363.609023147. iteration 13679, perturbing to get out of local maxima iteration 13680 found worse value: 363.609023147. iteration 13681 found worse value: 363.609023147. iteration 13682 found worse value: 363.609023147. iteration 13682, perturbing to get out of local maxima iteration 13683 found worse value: 363.609023147. iteration 13684 found worse value: 363.609023147. iteration 13685 found worse value: 363.609023147. iteration 13685, perturbing to get out of local maxima iteration 13686 found worse value: 363.609023147. iteration 13687 found worse value: 363.609023147. iteration 13688 found worse value: 363.609023147. iteration 13689 found worse value: 363.609023147. iteration 13690 found worse value: 363.609023147. iteration 13691 found worse value: 363.609023147. iteration 13692 found worse value: 363.609023147. iteration 13693 found worse value: 363.609023147. iteration 13694 found worse value: 363.609023147. iteration 13695 found worse value: 363.609023147. iteration 13696 found worse value: 363.609023147. iteration 13697 found worse value: 363.609023147. iteration 13697, perturbing to get out of local maxima iteration 13698 found worse value: 363.609023147. iteration 13698, perturbing to get out of local maxima iteration 13699 found worse value: 363.609023147. iteration 13699, perturbing to get out of local maxima iteration 13700 found worse value: 363.609023147. iteration 13701 found worse value: 363.609023147. iteration 13702 found worse value: 363.609023147. iteration 13703 found worse value: 363.609023147. iteration 13704 found worse value: 363.609023147. iteration 13705 found worse value: 363.609023147. iteration 13706 found worse value: 363.609023147. iteration 13707 found worse value: 363.609023147. iteration 13708 found worse value: 363.609023147. iteration 13709 found worse value: 363.609023147. iteration 13709, perturbing to get out of local maxima iteration 13710 found worse value: 363.609023147. iteration 13711 found worse value: 363.609023147. iteration 13711, perturbing to get out of local maxima iteration 13712 found worse value: 363.609023147. iteration 13712, perturbing to get out of local maxima iteration 13713 found worse value: 363.609023147. iteration 13713, perturbing to get out of local maxima iteration 13714 found worse value: 363.609023147. iteration 13715 found worse value: 363.609023147. iteration 13716 found worse value: 363.609023147. iteration 13716, perturbing to get out of local maxima iteration 13717 found worse value: 363.609023147. iteration 13718 found worse value: 363.609023147. iteration 13719 found worse value: 363.609023147. iteration 13720 found worse value: 363.609023147. iteration 13721 found worse value: 363.609023147. iteration 13721, perturbing to get out of local maxima iteration 13722 found worse value: 363.609023147. iteration 13723 found worse value: 363.609023147. iteration 13724 found worse value: 363.609023147. iteration 13725 found worse value: 363.609023147. iteration 13725, perturbing to get out of local maxima iteration 13726 found worse value: 363.609023147. iteration 13726, perturbing to get out of local maxima iteration 13727 found worse value: 363.609023147. iteration 13728 found worse value: 363.609023147. iteration 13729 found worse value: 363.609023147. iteration 13730 found worse value: 363.609023147. iteration 13731 found worse value: 363.609023147. iteration 13731, perturbing to get out of local maxima iteration 13732 found worse value: 363.609023147. iteration 13733 found worse value: 363.609023147. iteration 13734 found worse value: 363.609023147. iteration 13734, perturbing to get out of local maxima iteration 13735 found worse value: 363.609023147. iteration 13736 found worse value: 363.609023147. iteration 13737 found worse value: 363.609023147. iteration 13738 found worse value: 363.609023147. iteration 13739 found worse value: 363.609023147. iteration 13740 found worse value: 363.609023147. iteration 13740, perturbing to get out of local maxima iteration 13741 found worse value: 363.609023147. iteration 13741, perturbing to get out of local maxima iteration 13742 found worse value: 363.609023147. iteration 13743 found worse value: 363.609023147. iteration 13743, perturbing to get out of local maxima iteration 13744 found worse value: 363.609023147. iteration 13745 found worse value: 363.609023147. iteration 13745, perturbing to get out of local maxima iteration 13746 found worse value: 363.609023147. iteration 13747 found worse value: 363.609023147. iteration 13748 found worse value: 363.609023147. iteration 13749 found worse value: 363.609023147. iteration 13749, perturbing to get out of local maxima iteration 13750 found worse value: 363.609023147. iteration 13751 found worse value: 363.609023147. iteration 13751, perturbing to get out of local maxima iteration 13752 found worse value: 363.609023147. iteration 13752, perturbing to get out of local maxima iteration 13753 found worse value: 363.609023147. iteration 13753, perturbing to get out of local maxima iteration 13754 found worse value: 363.609023147. iteration 13755 found worse value: 363.609023147. iteration 13756 found worse value: 363.609023147. iteration 13757 found worse value: 363.609023147. iteration 13757, perturbing to get out of local maxima iteration 13758 found worse value: 363.609023147. iteration 13759 found worse value: 363.609023147. iteration 13760 found worse value: 363.609023147. iteration 13761 found worse value: 363.609023147. iteration 13762 found worse value: 363.609023147. iteration 13763 found worse value: 363.609023147. iteration 13763, perturbing to get out of local maxima iteration 13764 found worse value: 363.609023147. iteration 13765 found worse value: 363.609023147. iteration 13766 found worse value: 363.609023147. iteration 13767 found worse value: 363.609023147. iteration 13768 found worse value: 363.609023147. iteration 13769 found worse value: 363.609023147. iteration 13770 found worse value: 363.609023147. iteration 13771 found worse value: 363.609023147. iteration 13772 found worse value: 363.609023147. iteration 13772, perturbing to get out of local maxima iteration 13773 found worse value: 363.609023147. iteration 13774 found worse value: 363.609023147. iteration 13775 found worse value: 363.609023147. iteration 13776 found worse value: 363.609023147. iteration 13777 found worse value: 363.609023147. iteration 13778 found worse value: 363.609023147. iteration 13779 found worse value: 363.609023147. iteration 13779, perturbing to get out of local maxima iteration 13780 found worse value: 363.609023147. iteration 13781 found worse value: 363.609023147. iteration 13782 found worse value: 363.609023147. iteration 13782, perturbing to get out of local maxima iteration 13783 found worse value: 363.609023147. iteration 13783, perturbing to get out of local maxima iteration 13784 found worse value: 363.609023147. iteration 13784, perturbing to get out of local maxima iteration 13785 found worse value: 363.609023147. iteration 13786 found worse value: 363.609023147. iteration 13786, perturbing to get out of local maxima iteration 13787 found worse value: 363.609023147. iteration 13788 found worse value: 363.609023147. iteration 13789 found worse value: 363.609023147. iteration 13790 found worse value: 363.609023147. iteration 13791 found worse value: 363.609023147. iteration 13791, perturbing to get out of local maxima iteration 13792 found worse value: 363.609023147. iteration 13793 found worse value: 363.609023147. iteration 13794 found worse value: 363.609023147. iteration 13795 found worse value: 363.609023147. iteration 13796 found worse value: 363.609023147. iteration 13797 found worse value: 363.609023147. iteration 13798 found worse value: 363.609023147. iteration 13799 found worse value: 363.609023147. iteration 13800 found worse value: 363.609023147. iteration 13801 found worse value: 363.609023147. iteration 13801, perturbing to get out of local maxima iteration 13802 found worse value: 363.609023147. iteration 13803 found worse value: 363.609023147. iteration 13804 found worse value: 363.609023147. iteration 13805 found worse value: 363.609023147. iteration 13805, perturbing to get out of local maxima iteration 13806 found worse value: 363.609023147. iteration 13807 found worse value: 363.609023147. iteration 13807, perturbing to get out of local maxima iteration 13808 found worse value: 363.609023147. iteration 13808, perturbing to get out of local maxima iteration 13809 found worse value: 363.609023147. iteration 13810 found worse value: 363.609023147. iteration 13811 found worse value: 363.609023147. iteration 13812 found worse value: 363.609023147. iteration 13813 found worse value: 363.609023147. iteration 13814 found worse value: 363.609023147. iteration 13815 found worse value: 363.609023147. iteration 13816 found worse value: 363.609023147. iteration 13817 found worse value: 363.609023147. iteration 13818 found worse value: 363.609023147. iteration 13819 found worse value: 363.609023147. iteration 13819, perturbing to get out of local maxima iteration 13820 found worse value: 363.609023147. iteration 13821 found worse value: 363.609023147. iteration 13822 found worse value: 363.609023147. iteration 13823 found worse value: 363.609023147. iteration 13823, perturbing to get out of local maxima iteration 13824 found worse value: 363.609023147. iteration 13824, perturbing to get out of local maxima iteration 13825 found worse value: 363.609023147. iteration 13826 found worse value: 363.609023147. iteration 13827 found worse value: 363.609023147. iteration 13827, perturbing to get out of local maxima iteration 13828 found worse value: 363.609023147. iteration 13829 found worse value: 363.609023147. iteration 13830 found worse value: 363.609023147. iteration 13831 found worse value: 363.609023147. iteration 13832 found worse value: 363.609023147. iteration 13833 found worse value: 363.609023147. iteration 13834 found worse value: 363.609023147. iteration 13834, perturbing to get out of local maxima iteration 13835 found worse value: 363.609023147. iteration 13835, perturbing to get out of local maxima iteration 13836 found worse value: 363.609023147. iteration 13836, perturbing to get out of local maxima iteration 13837 found worse value: 363.609023147. iteration 13838 found worse value: 363.609023147. iteration 13839 found worse value: 363.609023147. iteration 13839, perturbing to get out of local maxima iteration 13840 found worse value: 363.609023147. iteration 13841 found worse value: 363.609023147. iteration 13842 found worse value: 363.609023147. iteration 13843 found worse value: 363.609023147. iteration 13844 found worse value: 363.609023147. iteration 13844, perturbing to get out of local maxima iteration 13845 found worse value: 363.609023147. iteration 13846 found worse value: 363.609023147. iteration 13847 found worse value: 363.609023147. iteration 13848 found worse value: 363.609023147. iteration 13848, perturbing to get out of local maxima iteration 13849 found worse value: 363.609023147. iteration 13849, perturbing to get out of local maxima iteration 13850 found worse value: 363.609023147. iteration 13851 found worse value: 363.609023147. iteration 13852 found worse value: 363.609023147. iteration 13853 found worse value: 363.609023147. iteration 13854 found worse value: 363.609023147. iteration 13855 found worse value: 363.609023147. iteration 13856 found worse value: 363.609023147. iteration 13857 found worse value: 363.609023147. iteration 13858 found worse value: 363.609023147. iteration 13859 found worse value: 363.609023147. iteration 13860 found worse value: 363.609023147. iteration 13861 found worse value: 363.609023147. iteration 13862 found worse value: 363.609023147. iteration 13862, perturbing to get out of local maxima iteration 13863 found worse value: 363.609023147. iteration 13864 found worse value: 363.609023147. iteration 13865 found worse value: 363.609023147. iteration 13865, perturbing to get out of local maxima iteration 13866 found worse value: 363.609023147. iteration 13866, perturbing to get out of local maxima iteration 13867 found worse value: 363.609023147. iteration 13867, perturbing to get out of local maxima iteration 13868 found worse value: 363.609023147. iteration 13869 found worse value: 363.609023147. iteration 13869, perturbing to get out of local maxima iteration 13870 found worse value: 363.609023147. iteration 13870, perturbing to get out of local maxima iteration 13871 found worse value: 363.609023147. iteration 13872 found worse value: 363.609023147. iteration 13872, perturbing to get out of local maxima iteration 13873 found worse value: 363.609023147. iteration 13874 found worse value: 363.609023147. iteration 13874, perturbing to get out of local maxima iteration 13875 found worse value: 363.609023147. iteration 13876 found worse value: 363.609023147. iteration 13877 found worse value: 363.609023147. iteration 13878 found worse value: 363.609023147. iteration 13879 found worse value: 363.609023147. iteration 13880 found worse value: 363.609023147. iteration 13881 found worse value: 363.609023147. iteration 13882 found worse value: 363.609023147. iteration 13883 found worse value: 363.609023147. iteration 13884 found worse value: 363.609023147. iteration 13885 found worse value: 363.609023147. iteration 13886 found worse value: 363.609023147. iteration 13887 found worse value: 363.609023147. iteration 13888 found worse value: 363.609023147. iteration 13889 found worse value: 363.609023147. iteration 13890 found worse value: 363.609023147. iteration 13891 found worse value: 363.609023147. iteration 13892 found worse value: 363.609023147. iteration 13893 found worse value: 363.609023147. iteration 13894 found worse value: 363.609023147. iteration 13895 found worse value: 363.609023147. iteration 13895, perturbing to get out of local maxima iteration 13896 found worse value: 363.609023147. iteration 13897 found worse value: 363.609023147. iteration 13898 found worse value: 363.609023147. iteration 13899 found worse value: 363.609023147. iteration 13899, perturbing to get out of local maxima iteration 13900 found worse value: 363.609023147. iteration 13901 found worse value: 363.609023147. iteration 13902 found worse value: 363.609023147. iteration 13902, perturbing to get out of local maxima iteration 13903 found worse value: 363.609023147. iteration 13904 found worse value: 363.609023147. iteration 13905 found worse value: 363.609023147. iteration 13906 found worse value: 363.609023147. iteration 13906, perturbing to get out of local maxima iteration 13907 found worse value: 363.609023147. iteration 13908 found worse value: 363.609023147. iteration 13909 found worse value: 363.609023147. iteration 13909, perturbing to get out of local maxima iteration 13910 found worse value: 363.609023147. iteration 13911 found worse value: 363.609023147. iteration 13912 found worse value: 363.609023147. iteration 13913 found worse value: 363.609023147. iteration 13914 found worse value: 363.609023147. iteration 13915 found worse value: 363.609023147. iteration 13916 found worse value: 363.609023147. iteration 13917 found worse value: 363.609023147. iteration 13918 found worse value: 363.609023147. iteration 13918, perturbing to get out of local maxima iteration 13919 found worse value: 363.609023147. iteration 13920 found worse value: 363.609023147. iteration 13921 found worse value: 363.609023147. iteration 13922 found worse value: 363.609023147. iteration 13922, perturbing to get out of local maxima iteration 13923 found worse value: 363.609023147. iteration 13924 found worse value: 363.609023147. iteration 13925 found worse value: 363.609023147. iteration 13925, perturbing to get out of local maxima iteration 13926 found worse value: 363.609023147. iteration 13927 found worse value: 363.609023147. iteration 13927, perturbing to get out of local maxima iteration 13928 found worse value: 363.609023147. iteration 13929 found worse value: 363.609023147. iteration 13930 found worse value: 363.609023147. iteration 13931 found worse value: 363.609023147. iteration 13932 found worse value: 363.609023147. iteration 13933 found worse value: 363.609023147. iteration 13934 found worse value: 363.609023147. iteration 13935 found worse value: 363.609023147. iteration 13936 found worse value: 363.609023147. iteration 13936, perturbing to get out of local maxima iteration 13937 found worse value: 363.609023147. iteration 13937, perturbing to get out of local maxima iteration 13938 found worse value: 363.609023147. iteration 13939 found worse value: 363.609023147. iteration 13940 found worse value: 363.609023147. iteration 13941 found worse value: 363.609023147. iteration 13942 found worse value: 363.609023147. iteration 13943 found worse value: 363.609023147. iteration 13943, perturbing to get out of local maxima iteration 13944 found worse value: 363.609023147. iteration 13945 found worse value: 363.609023147. iteration 13946 found worse value: 363.609023147. iteration 13947 found worse value: 363.609023147. iteration 13947, perturbing to get out of local maxima iteration 13948 found worse value: 363.609023147. iteration 13949 found worse value: 363.609023147. iteration 13949, perturbing to get out of local maxima iteration 13950 found worse value: 363.609023147. iteration 13950, perturbing to get out of local maxima iteration 13951 found worse value: 363.609023147. iteration 13951, perturbing to get out of local maxima iteration 13952 found worse value: 363.609023147. iteration 13953 found worse value: 363.609023147. iteration 13953, perturbing to get out of local maxima iteration 13954 found worse value: 363.609023147. iteration 13955 found worse value: 363.609023147. iteration 13956 found worse value: 363.609023147. iteration 13957 found worse value: 363.609023147. iteration 13958 found worse value: 363.609023147. iteration 13958, perturbing to get out of local maxima iteration 13959 found worse value: 363.609023147. iteration 13960 found worse value: 363.609023147. iteration 13960, perturbing to get out of local maxima iteration 13961 found worse value: 363.609023147. iteration 13962 found worse value: 363.609023147. iteration 13963 found worse value: 363.609023147. iteration 13964 found worse value: 363.609023147. iteration 13964, perturbing to get out of local maxima iteration 13965 found worse value: 363.609023147. iteration 13965, perturbing to get out of local maxima iteration 13966 found worse value: 363.609023147. iteration 13967 found worse value: 363.609023147. iteration 13967, perturbing to get out of local maxima iteration 13968 found worse value: 363.609023147. iteration 13969 found worse value: 363.609023147. iteration 13970 found worse value: 363.609023147. iteration 13971 found worse value: 363.609023147. iteration 13972 found worse value: 363.609023147. iteration 13973 found worse value: 363.609023147. iteration 13974 found worse value: 363.609023147. iteration 13975 found worse value: 363.609023147. iteration 13976 found worse value: 363.609023147. iteration 13977 found worse value: 363.609023147. iteration 13978 found worse value: 363.609023147. iteration 13979 found worse value: 363.609023147. iteration 13980 found worse value: 363.609023147. iteration 13981 found worse value: 363.609023147. iteration 13982 found worse value: 363.609023147. iteration 13983 found worse value: 363.609023147. iteration 13984 found worse value: 363.609023147. iteration 13985 found worse value: 363.609023147. iteration 13986 found worse value: 363.609023147. iteration 13987 found worse value: 363.609023147. iteration 13988 found worse value: 363.609023147. iteration 13989 found worse value: 363.609023147. iteration 13989, perturbing to get out of local maxima iteration 13990 found worse value: 363.609023147. iteration 13991 found worse value: 363.609023147. iteration 13991, perturbing to get out of local maxima iteration 13992 found worse value: 363.609023147. iteration 13993 found worse value: 363.609023147. iteration 13994 found worse value: 363.609023147. iteration 13995 found worse value: 363.609023147. iteration 13995, perturbing to get out of local maxima iteration 13996 found worse value: 363.609023147. iteration 13996, perturbing to get out of local maxima iteration 13997 found worse value: 363.609023147. iteration 13998 found worse value: 363.609023147. iteration 13998, perturbing to get out of local maxima iteration 13999 found worse value: 363.609023147. iteration 13999, perturbing to get out of local maxima iteration 14000 found worse value: 363.609023147. iteration 14001 found worse value: 363.609023147. iteration 14002 found worse value: 363.609023147. iteration 14003 found worse value: 363.609023147. iteration 14004 found worse value: 363.609023147. iteration 14005 found worse value: 363.609023147. iteration 14006 found worse value: 363.609023147. iteration 14007 found worse value: 363.609023147. iteration 14007, perturbing to get out of local maxima iteration 14008 found worse value: 363.609023147. iteration 14009 found worse value: 363.609023147. iteration 14010 found worse value: 363.609023147. iteration 14011 found worse value: 363.609023147. iteration 14012 found worse value: 363.609023147. iteration 14012, perturbing to get out of local maxima iteration 14013 found worse value: 363.609023147. iteration 14014 found worse value: 363.609023147. iteration 14014, perturbing to get out of local maxima iteration 14015 found worse value: 363.609023147. iteration 14016 found worse value: 363.609023147. iteration 14017 found worse value: 363.609023147. iteration 14018 found worse value: 363.609023147. iteration 14019 found worse value: 363.609023147. iteration 14020 found worse value: 363.609023147. iteration 14020, perturbing to get out of local maxima iteration 14021 found worse value: 363.609023147. iteration 14022 found worse value: 363.609023147. iteration 14023 found worse value: 363.609023147. iteration 14023, perturbing to get out of local maxima iteration 14024 found worse value: 363.609023147. iteration 14025 found worse value: 363.609023147. iteration 14025, perturbing to get out of local maxima iteration 14026 found worse value: 363.609023147. iteration 14027 found worse value: 363.609023147. iteration 14028 found worse value: 363.609023147. iteration 14028, perturbing to get out of local maxima iteration 14029 found worse value: 363.609023147. iteration 14030 found worse value: 363.609023147. iteration 14031 found worse value: 363.609023147. iteration 14032 found worse value: 363.609023147. iteration 14033 found worse value: 363.609023147. iteration 14034 found worse value: 363.609023147. iteration 14035 found worse value: 363.609023147. iteration 14035, perturbing to get out of local maxima iteration 14036 found worse value: 363.609023147. iteration 14037 found worse value: 363.609023147. iteration 14038 found worse value: 363.609023147. iteration 14039 found worse value: 363.609023147. iteration 14040 found worse value: 363.609023147. iteration 14040, perturbing to get out of local maxima iteration 14041 found worse value: 363.609023147. iteration 14042 found worse value: 363.609023147. iteration 14043 found worse value: 363.609023147. iteration 14044 found worse value: 363.609023147. iteration 14044, perturbing to get out of local maxima iteration 14045 found worse value: 363.609023147. iteration 14046 found worse value: 363.609023147. iteration 14047 found worse value: 363.609023147. iteration 14047, perturbing to get out of local maxima iteration 14048 found worse value: 363.609023147. iteration 14048, perturbing to get out of local maxima iteration 14049 found worse value: 363.609023147. iteration 14050 found worse value: 363.609023147. iteration 14050, perturbing to get out of local maxima iteration 14051 found worse value: 363.609023147. iteration 14052 found worse value: 363.609023147. iteration 14053 found worse value: 363.609023147. iteration 14054 found worse value: 363.609023147. iteration 14055 found worse value: 363.609023147. iteration 14055, perturbing to get out of local maxima iteration 14056 found worse value: 363.609023147. iteration 14057 found worse value: 363.609023147. iteration 14058 found worse value: 363.609023147. iteration 14059 found worse value: 363.609023147. iteration 14060 found worse value: 363.609023147. iteration 14061 found worse value: 363.609023147. iteration 14062 found worse value: 363.609023147. iteration 14062, perturbing to get out of local maxima iteration 14063 found worse value: 363.609023147. iteration 14063, perturbing to get out of local maxima iteration 14064 found worse value: 363.609023147. iteration 14064, perturbing to get out of local maxima iteration 14065 found worse value: 363.609023147. iteration 14066 found worse value: 363.609023147. iteration 14067 found worse value: 363.609023147. iteration 14067, perturbing to get out of local maxima iteration 14068 found worse value: 363.609023147. iteration 14069 found worse value: 363.609023147. iteration 14070 found worse value: 363.609023147. iteration 14071 found worse value: 363.609023147. iteration 14072 found worse value: 363.609023147. iteration 14072, perturbing to get out of local maxima iteration 14073 found worse value: 363.609023147. iteration 14074 found worse value: 363.609023147. iteration 14075 found worse value: 363.609023147. iteration 14075, perturbing to get out of local maxima iteration 14076 found worse value: 363.609023147. iteration 14077 found worse value: 363.609023147. iteration 14078 found worse value: 363.609023147. iteration 14079 found worse value: 363.609023147. iteration 14080 found worse value: 363.609023147. iteration 14081 found worse value: 363.609023147. iteration 14082 found worse value: 363.609023147. iteration 14083 found worse value: 363.609023147. iteration 14083, perturbing to get out of local maxima iteration 14084 found worse value: 363.609023147. iteration 14085 found worse value: 363.609023147. iteration 14086 found worse value: 363.609023147. iteration 14087 found worse value: 363.609023147. iteration 14087, perturbing to get out of local maxima iteration 14088 found worse value: 363.609023147. iteration 14089 found worse value: 363.609023147. iteration 14090 found worse value: 363.609023147. iteration 14090, perturbing to get out of local maxima iteration 14091 found worse value: 363.609023147. iteration 14091, perturbing to get out of local maxima iteration 14092 found worse value: 363.609023147. iteration 14092, perturbing to get out of local maxima iteration 14093 found worse value: 363.609023147. iteration 14093, perturbing to get out of local maxima iteration 14094 found worse value: 363.609023147. iteration 14095 found worse value: 363.609023147. iteration 14096 found worse value: 363.609023147. iteration 14097 found worse value: 363.609023147. iteration 14097, perturbing to get out of local maxima iteration 14098 found worse value: 363.609023147. iteration 14099 found worse value: 363.609023147. iteration 14100 found worse value: 363.609023147. iteration 14101 found worse value: 363.609023147. iteration 14101, perturbing to get out of local maxima iteration 14102 found worse value: 363.609023147. iteration 14103 found worse value: 363.609023147. iteration 14103, perturbing to get out of local maxima iteration 14104 found worse value: 363.609023147. iteration 14105 found worse value: 363.609023147. iteration 14106 found worse value: 363.609023147. iteration 14107 found worse value: 363.609023147. iteration 14108 found worse value: 363.609023147. iteration 14109 found worse value: 363.609023147. iteration 14109, perturbing to get out of local maxima iteration 14110 found worse value: 363.609023147. iteration 14111 found worse value: 363.609023147. iteration 14112 found worse value: 363.609023147. iteration 14113 found worse value: 363.609023147. iteration 14114 found worse value: 363.609023147. iteration 14114, perturbing to get out of local maxima iteration 14115 found worse value: 363.609023147. iteration 14115, perturbing to get out of local maxima iteration 14116 found worse value: 363.609023147. iteration 14117 found worse value: 363.609023147. iteration 14117, perturbing to get out of local maxima iteration 14118 found worse value: 363.609023147. iteration 14119 found worse value: 363.609023147. iteration 14120 found worse value: 363.609023147. iteration 14120, perturbing to get out of local maxima iteration 14121 found worse value: 363.609023147. iteration 14122 found worse value: 363.609023147. iteration 14122, perturbing to get out of local maxima iteration 14123 found worse value: 363.609023147. iteration 14124 found worse value: 363.609023147. iteration 14125 found worse value: 363.609023147. iteration 14126 found worse value: 363.609023147. iteration 14127 found worse value: 363.609023147. iteration 14128 found worse value: 363.609023147. iteration 14129 found worse value: 363.609023147. iteration 14129, perturbing to get out of local maxima iteration 14130 found worse value: 363.609023147. iteration 14131 found worse value: 363.609023147. iteration 14132 found worse value: 363.609023147. iteration 14133 found worse value: 363.609023147. iteration 14134 found worse value: 363.609023147. iteration 14135 found worse value: 363.609023147. iteration 14136 found worse value: 363.609023147. iteration 14136, perturbing to get out of local maxima iteration 14137 found worse value: 363.609023147. iteration 14137, perturbing to get out of local maxima iteration 14138 found worse value: 363.609023147. iteration 14139 found worse value: 363.609023147. iteration 14139, perturbing to get out of local maxima iteration 14140 found worse value: 363.609023147. iteration 14140, perturbing to get out of local maxima iteration 14141 found worse value: 363.609023147. iteration 14142 found worse value: 363.609023147. iteration 14143 found worse value: 363.609023147. iteration 14143, perturbing to get out of local maxima iteration 14144 found worse value: 363.609023147. iteration 14145 found worse value: 363.609023147. iteration 14146 found worse value: 363.609023147. iteration 14147 found worse value: 363.609023147. iteration 14148 found worse value: 363.609023147. iteration 14149 found worse value: 363.609023147. iteration 14150 found worse value: 363.609023147. iteration 14150, perturbing to get out of local maxima iteration 14151 found worse value: 363.609023147. iteration 14152 found worse value: 363.609023147. iteration 14152, perturbing to get out of local maxima iteration 14153 found worse value: 363.609023147. iteration 14154 found worse value: 363.609023147. iteration 14155 found worse value: 363.609023147. iteration 14155, perturbing to get out of local maxima iteration 14156 found worse value: 363.609023147. iteration 14157 found worse value: 363.609023147. iteration 14158 found worse value: 363.609023147. iteration 14159 found worse value: 363.609023147. iteration 14160 found worse value: 363.609023147. iteration 14160, perturbing to get out of local maxima iteration 14161 found worse value: 363.609023147. iteration 14162 found worse value: 363.609023147. iteration 14163 found worse value: 363.609023147. iteration 14163, perturbing to get out of local maxima iteration 14164 found worse value: 363.609023147. iteration 14165 found worse value: 363.609023147. iteration 14166 found worse value: 363.609023147. iteration 14166, perturbing to get out of local maxima iteration 14167 found worse value: 363.609023147. iteration 14168 found worse value: 363.609023147. iteration 14169 found worse value: 363.609023147. iteration 14169, perturbing to get out of local maxima iteration 14170 found worse value: 363.609023147. iteration 14171 found worse value: 363.609023147. iteration 14171, perturbing to get out of local maxima iteration 14172 found worse value: 363.609023147. iteration 14173 found worse value: 363.609023147. iteration 14174 found worse value: 363.609023147. iteration 14174, perturbing to get out of local maxima iteration 14175 found worse value: 363.609023147. iteration 14176 found worse value: 363.609023147. iteration 14177 found worse value: 363.609023147. iteration 14178 found worse value: 363.609023147. iteration 14178, perturbing to get out of local maxima iteration 14179 found worse value: 363.609023147. iteration 14180 found worse value: 363.609023147. iteration 14181 found worse value: 363.609023147. iteration 14181, perturbing to get out of local maxima iteration 14182 found worse value: 363.609023147. iteration 14183 found worse value: 363.609023147. iteration 14184 found worse value: 363.609023147. iteration 14185 found worse value: 363.609023147. iteration 14186 found worse value: 363.609023147. iteration 14187 found worse value: 363.609023147. iteration 14187, perturbing to get out of local maxima iteration 14188 found worse value: 363.609023147. iteration 14189 found worse value: 363.609023147. iteration 14190 found worse value: 363.609023147. iteration 14191 found worse value: 363.609023147. iteration 14191, perturbing to get out of local maxima iteration 14192 found worse value: 363.609023147. iteration 14193 found worse value: 363.609023147. iteration 14193, perturbing to get out of local maxima iteration 14194 found worse value: 363.609023147. iteration 14194, perturbing to get out of local maxima iteration 14195 found worse value: 363.609023147. iteration 14195, perturbing to get out of local maxima iteration 14196 found worse value: 363.609023147. iteration 14196, perturbing to get out of local maxima iteration 14197 found worse value: 363.609023147. iteration 14197, perturbing to get out of local maxima iteration 14198 found worse value: 363.609023147. iteration 14198, perturbing to get out of local maxima iteration 14199 found worse value: 363.609023147. iteration 14199, perturbing to get out of local maxima iteration 14200 found worse value: 363.609023147. iteration 14201 found worse value: 363.609023147. iteration 14202 found worse value: 363.609023147. iteration 14203 found worse value: 363.609023147. iteration 14204 found worse value: 363.609023147. iteration 14205 found worse value: 363.609023147. iteration 14206 found worse value: 363.609023147. iteration 14207 found worse value: 363.609023147. iteration 14208 found worse value: 363.609023147. iteration 14208, perturbing to get out of local maxima iteration 14209 found worse value: 363.609023147. iteration 14209, perturbing to get out of local maxima iteration 14210 found worse value: 363.609023147. iteration 14211 found worse value: 363.609023147. iteration 14212 found worse value: 363.609023147. iteration 14213 found worse value: 363.609023147. iteration 14214 found worse value: 363.609023147. iteration 14215 found worse value: 363.609023147. iteration 14215, perturbing to get out of local maxima iteration 14216 found worse value: 363.609023147. iteration 14217 found worse value: 363.609023147. iteration 14218 found worse value: 363.609023147. iteration 14218, perturbing to get out of local maxima iteration 14219 found worse value: 363.609023147. iteration 14220 found worse value: 363.609023147. iteration 14220, perturbing to get out of local maxima iteration 14221 found worse value: 363.609023147. iteration 14221, perturbing to get out of local maxima iteration 14222 found worse value: 363.609023147. iteration 14223 found worse value: 363.609023147. iteration 14224 found worse value: 363.609023147. iteration 14225 found worse value: 363.609023147. iteration 14226 found worse value: 363.609023147. iteration 14227 found worse value: 363.609023147. iteration 14228 found worse value: 363.609023147. iteration 14229 found worse value: 363.609023147. iteration 14230 found worse value: 363.609023147. iteration 14230, perturbing to get out of local maxima iteration 14231 found worse value: 363.609023147. iteration 14231, perturbing to get out of local maxima iteration 14232 found worse value: 363.609023147. iteration 14233 found worse value: 363.609023147. iteration 14233, perturbing to get out of local maxima iteration 14234 found worse value: 363.609023147. iteration 14234, perturbing to get out of local maxima iteration 14235 found worse value: 363.609023147. iteration 14235, perturbing to get out of local maxima iteration 14236 found worse value: 363.609023147. iteration 14237 found worse value: 363.609023147. iteration 14238 found worse value: 363.609023147. iteration 14238, perturbing to get out of local maxima iteration 14239 found worse value: 363.609023147. iteration 14240 found worse value: 363.609023147. iteration 14241 found worse value: 363.609023147. iteration 14242 found worse value: 363.609023147. iteration 14243 found worse value: 363.609023147. iteration 14244 found worse value: 363.609023147. iteration 14245 found worse value: 363.609023147. iteration 14246 found worse value: 363.609023147. iteration 14247 found worse value: 363.609023147. iteration 14247, perturbing to get out of local maxima iteration 14248 found worse value: 363.609023147. iteration 14248, perturbing to get out of local maxima iteration 14249 found worse value: 363.609023147. iteration 14250 found worse value: 363.609023147. iteration 14251 found worse value: 363.609023147. iteration 14251, perturbing to get out of local maxima iteration 14252 found worse value: 363.609023147. iteration 14253 found worse value: 363.609023147. iteration 14254 found worse value: 363.609023147. iteration 14254, perturbing to get out of local maxima iteration 14255 found worse value: 363.609023147. iteration 14255, perturbing to get out of local maxima iteration 14256 found worse value: 363.609023147. iteration 14256, perturbing to get out of local maxima iteration 14257 found worse value: 363.609023147. iteration 14258 found worse value: 363.609023147. iteration 14258, perturbing to get out of local maxima iteration 14259 found worse value: 363.609023147. iteration 14260 found worse value: 363.609023147. iteration 14261 found worse value: 363.609023147. iteration 14262 found worse value: 363.609023147. iteration 14263 found worse value: 363.609023147. iteration 14264 found worse value: 363.609023147. iteration 14265 found worse value: 363.609023147. iteration 14266 found worse value: 363.609023147. iteration 14267 found worse value: 363.609023147. iteration 14268 found worse value: 363.609023147. iteration 14269 found worse value: 363.609023147. iteration 14269, perturbing to get out of local maxima iteration 14270 found worse value: 363.609023147. iteration 14271 found worse value: 363.609023147. iteration 14272 found worse value: 363.609023147. iteration 14273 found worse value: 363.609023147. iteration 14274 found worse value: 363.609023147. iteration 14275 found worse value: 363.609023147. iteration 14276 found worse value: 363.609023147. iteration 14277 found worse value: 363.609023147. iteration 14278 found worse value: 363.609023147. iteration 14279 found worse value: 363.609023147. iteration 14280 found worse value: 363.609023147. iteration 14281 found worse value: 363.609023147. iteration 14282 found worse value: 363.609023147. iteration 14282, perturbing to get out of local maxima iteration 14283 found worse value: 363.609023147. iteration 14284 found worse value: 363.609023147. iteration 14284, perturbing to get out of local maxima iteration 14285 found worse value: 363.609023147. iteration 14285, perturbing to get out of local maxima iteration 14286 found worse value: 363.609023147. iteration 14287 found worse value: 363.609023147. iteration 14287, perturbing to get out of local maxima iteration 14288 found worse value: 363.609023147. iteration 14289 found worse value: 363.609023147. iteration 14290 found worse value: 363.609023147. iteration 14291 found worse value: 363.609023147. iteration 14292 found worse value: 363.609023147. iteration 14293 found worse value: 363.609023147. iteration 14294 found worse value: 363.609023147. iteration 14295 found worse value: 363.609023147. iteration 14296 found worse value: 363.609023147. iteration 14297 found worse value: 363.609023147. iteration 14298 found worse value: 363.609023147. iteration 14299 found worse value: 363.609023147. iteration 14300 found worse value: 363.609023147. iteration 14301 found worse value: 363.609023147. iteration 14302 found worse value: 363.609023147. iteration 14303 found worse value: 363.609023147. iteration 14303, perturbing to get out of local maxima iteration 14304 found worse value: 363.609023147. iteration 14305 found worse value: 363.609023147. iteration 14306 found worse value: 363.609023147. iteration 14307 found worse value: 363.609023147. iteration 14308 found worse value: 363.609023147. iteration 14309 found worse value: 363.609023147. iteration 14310 found worse value: 363.609023147. iteration 14310, perturbing to get out of local maxima iteration 14311 found worse value: 363.609023147. iteration 14312 found worse value: 363.609023147. iteration 14312, perturbing to get out of local maxima iteration 14313 found worse value: 363.609023147. iteration 14314 found worse value: 363.609023147. iteration 14315 found worse value: 363.609023147. iteration 14316 found worse value: 363.609023147. iteration 14317 found worse value: 363.609023147. iteration 14318 found worse value: 363.609023147. iteration 14319 found worse value: 363.609023147. iteration 14320 found worse value: 363.609023147. iteration 14320, perturbing to get out of local maxima iteration 14321 found worse value: 363.609023147. iteration 14322 found worse value: 363.609023147. iteration 14323 found worse value: 363.609023147. iteration 14323, perturbing to get out of local maxima iteration 14324 found worse value: 363.609023147. iteration 14324, perturbing to get out of local maxima iteration 14325 found worse value: 363.609023147. iteration 14326 found worse value: 363.609023147. iteration 14327 found worse value: 363.609023147. iteration 14328 found worse value: 363.609023147. iteration 14329 found worse value: 363.609023147. iteration 14330 found worse value: 363.609023147. iteration 14331 found worse value: 363.609023147. iteration 14332 found worse value: 363.609023147. iteration 14333 found worse value: 363.609023147. iteration 14334 found worse value: 363.609023147. iteration 14335 found worse value: 363.609023147. iteration 14335, perturbing to get out of local maxima iteration 14336 found worse value: 363.609023147. iteration 14336, perturbing to get out of local maxima iteration 14337 found worse value: 363.609023147. iteration 14338 found worse value: 363.609023147. iteration 14339 found worse value: 363.609023147. iteration 14339, perturbing to get out of local maxima iteration 14340 found worse value: 363.609023147. iteration 14341 found worse value: 363.609023147. iteration 14342 found worse value: 363.609023147. iteration 14343 found worse value: 363.609023147. iteration 14344 found worse value: 363.609023147. iteration 14345 found worse value: 363.609023147. iteration 14346 found worse value: 363.609023147. iteration 14346, perturbing to get out of local maxima iteration 14347 found worse value: 363.609023147. iteration 14348 found worse value: 363.609023147. iteration 14349 found worse value: 363.609023147. iteration 14349, perturbing to get out of local maxima iteration 14350 found worse value: 363.609023147. iteration 14351 found worse value: 363.609023147. iteration 14352 found worse value: 363.609023147. iteration 14353 found worse value: 363.609023147. iteration 14354 found worse value: 363.609023147. iteration 14354, perturbing to get out of local maxima iteration 14355 found worse value: 363.609023147. iteration 14356 found worse value: 363.609023147. iteration 14356, perturbing to get out of local maxima iteration 14357 found worse value: 363.609023147. iteration 14357, perturbing to get out of local maxima iteration 14358 found worse value: 363.609023147. iteration 14359 found worse value: 363.609023147. iteration 14359, perturbing to get out of local maxima iteration 14360 found worse value: 363.609023147. iteration 14361 found worse value: 363.609023147. iteration 14362 found worse value: 363.609023147. iteration 14363 found worse value: 363.609023147. iteration 14363, perturbing to get out of local maxima iteration 14364 found worse value: 363.609023147. iteration 14365 found worse value: 363.609023147. iteration 14366 found worse value: 363.609023147. iteration 14366, perturbing to get out of local maxima iteration 14367 found worse value: 363.609023147. iteration 14368 found worse value: 363.609023147. iteration 14368, perturbing to get out of local maxima iteration 14369 found worse value: 363.609023147. iteration 14370 found worse value: 363.609023147. iteration 14371 found worse value: 363.609023147. iteration 14372 found worse value: 363.609023147. iteration 14373 found worse value: 363.609023147. iteration 14374 found worse value: 363.609023147. iteration 14375 found worse value: 363.609023147. iteration 14376 found worse value: 363.609023147. iteration 14377 found worse value: 363.609023147. iteration 14378 found worse value: 363.609023147. iteration 14379 found worse value: 363.609023147. iteration 14380 found worse value: 363.609023147. iteration 14381 found worse value: 363.609023147. iteration 14382 found worse value: 363.609023147. iteration 14383 found worse value: 363.609023147. iteration 14384 found worse value: 363.609023147. iteration 14385 found worse value: 363.609023147. iteration 14386 found worse value: 363.609023147. iteration 14387 found worse value: 363.609023147. iteration 14388 found worse value: 363.609023147. iteration 14388, perturbing to get out of local maxima iteration 14389 found worse value: 363.609023147. iteration 14390 found worse value: 363.609023147. iteration 14391 found worse value: 363.609023147. iteration 14392 found worse value: 363.609023147. iteration 14393 found worse value: 363.609023147. iteration 14394 found worse value: 363.609023147. iteration 14394, perturbing to get out of local maxima iteration 14395 found worse value: 363.609023147. iteration 14396 found worse value: 363.609023147. iteration 14396, perturbing to get out of local maxima iteration 14397 found worse value: 363.609023147. iteration 14397, perturbing to get out of local maxima iteration 14398 found worse value: 363.609023147. iteration 14399 found worse value: 363.609023147. iteration 14399, perturbing to get out of local maxima iteration 14400 found worse value: 363.609023147. iteration 14400, perturbing to get out of local maxima iteration 14401 found worse value: 363.609023147. iteration 14401, perturbing to get out of local maxima iteration 14402 found worse value: 363.609023147. iteration 14403 found worse value: 363.609023147. iteration 14403, perturbing to get out of local maxima iteration 14404 found worse value: 363.609023147. iteration 14405 found worse value: 363.609023147. iteration 14406 found worse value: 363.609023147. iteration 14407 found worse value: 363.609023147. iteration 14408 found worse value: 363.609023147. iteration 14409 found worse value: 363.609023147. iteration 14410 found worse value: 363.609023147. iteration 14411 found worse value: 363.609023147. iteration 14412 found worse value: 363.609023147. iteration 14413 found worse value: 363.609023147. iteration 14413, perturbing to get out of local maxima iteration 14414 found worse value: 363.609023147. iteration 14415 found worse value: 363.609023147. iteration 14415, perturbing to get out of local maxima iteration 14416 found worse value: 363.609023147. iteration 14417 found worse value: 363.609023147. iteration 14418 found worse value: 363.609023147. iteration 14419 found worse value: 363.609023147. iteration 14420 found worse value: 363.609023147. iteration 14421 found worse value: 363.609023147. iteration 14422 found worse value: 363.609023147. iteration 14422, perturbing to get out of local maxima iteration 14423 found worse value: 363.609023147. iteration 14423, perturbing to get out of local maxima iteration 14424 found worse value: 363.609023147. iteration 14425 found worse value: 363.609023147. iteration 14426 found worse value: 363.609023147. iteration 14426, perturbing to get out of local maxima iteration 14427 found worse value: 363.609023147. iteration 14428 found worse value: 363.609023147. iteration 14429 found worse value: 363.609023147. iteration 14430 found worse value: 363.609023147. iteration 14431 found worse value: 363.609023147. iteration 14432 found worse value: 363.609023147. iteration 14433 found worse value: 363.609023147. iteration 14434 found worse value: 363.609023147. iteration 14435 found worse value: 363.609023147. iteration 14436 found worse value: 363.609023147. iteration 14437 found worse value: 363.609023147. iteration 14437, perturbing to get out of local maxima iteration 14438 found worse value: 363.609023147. iteration 14438, perturbing to get out of local maxima iteration 14439 found worse value: 363.609023147. iteration 14440 found worse value: 363.609023147. iteration 14441 found worse value: 363.609023147. iteration 14442 found worse value: 363.609023147. iteration 14443 found worse value: 363.609023147. iteration 14444 found worse value: 363.609023147. iteration 14444, perturbing to get out of local maxima iteration 14445 found worse value: 363.609023147. iteration 14445, perturbing to get out of local maxima iteration 14446 found worse value: 363.609023147. iteration 14446, perturbing to get out of local maxima iteration 14447 found worse value: 363.609023147. iteration 14447, perturbing to get out of local maxima iteration 14448 found worse value: 363.609023147. iteration 14449 found worse value: 363.609023147. iteration 14449, perturbing to get out of local maxima iteration 14450 found worse value: 363.609023147. iteration 14451 found worse value: 363.609023147. iteration 14452 found worse value: 363.609023147. iteration 14452, perturbing to get out of local maxima iteration 14453 found worse value: 363.609023147. iteration 14453, perturbing to get out of local maxima iteration 14454 found worse value: 363.609023147. iteration 14454, perturbing to get out of local maxima iteration 14455 found worse value: 363.609023147. iteration 14456 found worse value: 363.609023147. iteration 14457 found worse value: 363.609023147. iteration 14457, perturbing to get out of local maxima iteration 14458 found worse value: 363.609023147. iteration 14459 found worse value: 363.609023147. iteration 14460 found worse value: 363.609023147. iteration 14461 found worse value: 363.609023147. iteration 14461, perturbing to get out of local maxima iteration 14462 found worse value: 363.609023147. iteration 14462, perturbing to get out of local maxima iteration 14463 found worse value: 363.609023147. iteration 14464 found worse value: 363.609023147. iteration 14465 found worse value: 363.609023147. iteration 14465, perturbing to get out of local maxima iteration 14466 found worse value: 363.609023147. iteration 14467 found worse value: 363.609023147. iteration 14467, perturbing to get out of local maxima iteration 14468 found worse value: 363.609023147. iteration 14468, perturbing to get out of local maxima iteration 14469 found worse value: 363.609023147. iteration 14469, perturbing to get out of local maxima iteration 14470 found worse value: 363.609023147. iteration 14471 found worse value: 363.609023147. iteration 14472 found worse value: 363.609023147. iteration 14473 found worse value: 363.609023147. iteration 14474 found worse value: 363.609023147. iteration 14474, perturbing to get out of local maxima iteration 14475 found worse value: 363.609023147. iteration 14476 found worse value: 363.609023147. iteration 14477 found worse value: 363.609023147. iteration 14478 found worse value: 363.609023147. iteration 14479 found worse value: 363.609023147. iteration 14480 found worse value: 363.609023147. iteration 14481 found worse value: 363.609023147. iteration 14482 found worse value: 363.609023147. iteration 14483 found worse value: 363.609023147. iteration 14483, perturbing to get out of local maxima iteration 14484 found worse value: 363.609023147. iteration 14485 found worse value: 363.609023147. iteration 14486 found worse value: 363.609023147. iteration 14486, perturbing to get out of local maxima iteration 14487 found worse value: 363.609023147. iteration 14488 found worse value: 363.609023147. iteration 14489 found worse value: 363.609023147. iteration 14489, perturbing to get out of local maxima iteration 14490 found worse value: 363.609023147. iteration 14491 found worse value: 363.609023147. iteration 14492 found worse value: 363.609023147. iteration 14493 found worse value: 363.609023147. iteration 14494 found worse value: 363.609023147. iteration 14495 found worse value: 363.609023147. iteration 14495, perturbing to get out of local maxima iteration 14496 found worse value: 363.609023147. iteration 14497 found worse value: 363.609023147. iteration 14497, perturbing to get out of local maxima iteration 14498 found worse value: 363.609023147. iteration 14499 found worse value: 363.609023147. iteration 14499, perturbing to get out of local maxima iteration 14500 found worse value: 363.609023147. iteration 14501 found worse value: 363.609023147. iteration 14501, perturbing to get out of local maxima iteration 14502 found worse value: 363.609023147. iteration 14503 found worse value: 363.609023147. iteration 14504 found worse value: 363.609023147. iteration 14505 found worse value: 363.609023147. iteration 14506 found worse value: 363.609023147. iteration 14507 found worse value: 363.609023147. iteration 14508 found worse value: 363.609023147. iteration 14508, perturbing to get out of local maxima iteration 14509 found worse value: 363.609023147. iteration 14509, perturbing to get out of local maxima iteration 14510 found worse value: 363.609023147. iteration 14511 found worse value: 363.609023147. iteration 14512 found worse value: 363.609023147. iteration 14513 found worse value: 363.609023147. iteration 14514 found worse value: 363.609023147. iteration 14514, perturbing to get out of local maxima iteration 14515 found worse value: 363.609023147. iteration 14516 found worse value: 363.609023147. iteration 14517 found worse value: 363.609023147. iteration 14518 found worse value: 363.609023147. iteration 14519 found worse value: 363.609023147. iteration 14520 found worse value: 363.609023147. iteration 14520, perturbing to get out of local maxima iteration 14521 found worse value: 363.609023147. iteration 14522 found worse value: 363.609023147. iteration 14523 found worse value: 363.609023147. iteration 14523, perturbing to get out of local maxima iteration 14524 found worse value: 363.609023147. iteration 14524, perturbing to get out of local maxima iteration 14525 found worse value: 363.609023147. iteration 14526 found worse value: 363.609023147. iteration 14526, perturbing to get out of local maxima iteration 14527 found worse value: 363.609023147. iteration 14528 found worse value: 363.609023147. iteration 14529 found worse value: 363.609023147. iteration 14529, perturbing to get out of local maxima iteration 14530 found worse value: 363.609023147. iteration 14531 found worse value: 363.609023147. iteration 14532 found worse value: 363.609023147. iteration 14533 found worse value: 363.609023147. iteration 14534 found worse value: 363.609023147. iteration 14535 found worse value: 363.609023147. iteration 14536 found worse value: 363.609023147. iteration 14536, perturbing to get out of local maxima iteration 14537 found worse value: 363.609023147. iteration 14538 found worse value: 363.609023147. iteration 14539 found worse value: 363.609023147. iteration 14540 found worse value: 363.609023147. iteration 14541 found worse value: 363.609023147. iteration 14541, perturbing to get out of local maxima iteration 14542 found worse value: 363.609023147. iteration 14542, perturbing to get out of local maxima iteration 14543 found worse value: 363.609023147. iteration 14544 found worse value: 363.609023147. iteration 14545 found worse value: 363.609023147. iteration 14546 found worse value: 363.609023147. iteration 14546, perturbing to get out of local maxima iteration 14547 found worse value: 363.609023147. iteration 14548 found worse value: 363.609023147. iteration 14549 found worse value: 363.609023147. iteration 14549, perturbing to get out of local maxima iteration 14550 found worse value: 363.609023147. iteration 14551 found worse value: 363.609023147. iteration 14552 found worse value: 363.609023147. iteration 14552, perturbing to get out of local maxima iteration 14553 found worse value: 363.609023147. iteration 14553, perturbing to get out of local maxima iteration 14554 found worse value: 363.609023147. iteration 14555 found worse value: 363.609023147. iteration 14556 found worse value: 363.609023147. iteration 14557 found worse value: 363.609023147. iteration 14558 found worse value: 363.609023147. iteration 14559 found worse value: 363.609023147. iteration 14559, perturbing to get out of local maxima iteration 14560 found worse value: 363.609023147. iteration 14560, perturbing to get out of local maxima iteration 14561 found worse value: 363.609023147. iteration 14562 found worse value: 363.609023147. iteration 14563 found worse value: 363.609023147. iteration 14564 found worse value: 363.609023147. iteration 14565 found worse value: 363.609023147. iteration 14566 found worse value: 363.609023147. iteration 14567 found worse value: 363.609023147. iteration 14568 found worse value: 363.609023147. iteration 14569 found worse value: 363.609023147. iteration 14570 found worse value: 363.609023147. iteration 14571 found worse value: 363.609023147. iteration 14572 found worse value: 363.609023147. iteration 14573 found worse value: 363.609023147. iteration 14574 found worse value: 363.609023147. iteration 14575 found worse value: 363.609023147. iteration 14576 found worse value: 363.609023147. iteration 14576, perturbing to get out of local maxima iteration 14577 found worse value: 363.609023147. iteration 14578 found worse value: 363.609023147. iteration 14579 found worse value: 363.609023147. iteration 14579, perturbing to get out of local maxima iteration 14580 found worse value: 363.609023147. iteration 14581 found worse value: 363.609023147. iteration 14582 found worse value: 363.609023147. iteration 14583 found worse value: 363.609023147. iteration 14584 found worse value: 363.609023147. iteration 14585 found worse value: 363.609023147. iteration 14586 found worse value: 363.609023147. iteration 14587 found worse value: 363.609023147. iteration 14588 found worse value: 363.609023147. iteration 14589 found worse value: 363.609023147. iteration 14590 found worse value: 363.609023147. iteration 14590, perturbing to get out of local maxima iteration 14591 found worse value: 363.609023147. iteration 14591, perturbing to get out of local maxima iteration 14592 found worse value: 363.609023147. iteration 14592, perturbing to get out of local maxima iteration 14593 found worse value: 363.609023147. iteration 14594 found worse value: 363.609023147. iteration 14595 found worse value: 363.609023147. iteration 14596 found worse value: 363.609023147. iteration 14596, perturbing to get out of local maxima iteration 14597 found worse value: 363.609023147. iteration 14598 found worse value: 363.609023147. iteration 14598, perturbing to get out of local maxima iteration 14599 found worse value: 363.609023147. iteration 14600 found worse value: 363.609023147. iteration 14600, perturbing to get out of local maxima iteration 14601 found worse value: 363.609023147. iteration 14602 found worse value: 363.609023147. iteration 14603 found worse value: 363.609023147. iteration 14604 found worse value: 363.609023147. iteration 14604, perturbing to get out of local maxima iteration 14605 found worse value: 363.609023147. iteration 14606 found worse value: 363.609023147. iteration 14606, perturbing to get out of local maxima iteration 14607 found worse value: 363.609023147. iteration 14608 found worse value: 363.609023147. iteration 14608, perturbing to get out of local maxima iteration 14609 found worse value: 363.609023147. iteration 14610 found worse value: 363.609023147. iteration 14610, perturbing to get out of local maxima iteration 14611 found worse value: 363.609023147. iteration 14612 found worse value: 363.609023147. iteration 14613 found worse value: 363.609023147. iteration 14614 found worse value: 363.609023147. iteration 14615 found worse value: 363.609023147. iteration 14616 found worse value: 363.609023147. iteration 14617 found worse value: 363.609023147. iteration 14618 found worse value: 363.609023147. iteration 14619 found worse value: 363.609023147. iteration 14620 found worse value: 363.609023147. iteration 14620, perturbing to get out of local maxima iteration 14621 found worse value: 363.609023147. iteration 14621, perturbing to get out of local maxima iteration 14622 found worse value: 363.609023147. iteration 14623 found worse value: 363.609023147. iteration 14624 found worse value: 363.609023147. iteration 14625 found worse value: 363.609023147. iteration 14625, perturbing to get out of local maxima iteration 14626 found worse value: 363.609023147. iteration 14627 found worse value: 363.609023147. iteration 14628 found worse value: 363.609023147. iteration 14628, perturbing to get out of local maxima iteration 14629 found worse value: 363.609023147. iteration 14630 found worse value: 363.609023147. iteration 14631 found worse value: 363.609023147. iteration 14631, perturbing to get out of local maxima iteration 14632 found worse value: 363.609023147. iteration 14633 found worse value: 363.609023147. iteration 14634 found worse value: 363.609023147. iteration 14635 found worse value: 363.609023147. iteration 14636 found worse value: 363.609023147. iteration 14637 found worse value: 363.609023147. iteration 14638 found worse value: 363.609023147. iteration 14639 found worse value: 363.609023147. iteration 14640 found worse value: 363.609023147. iteration 14640, perturbing to get out of local maxima iteration 14641 found worse value: 363.609023147. iteration 14642 found worse value: 363.609023147. iteration 14643 found worse value: 363.609023147. iteration 14644 found worse value: 363.609023147. iteration 14645 found worse value: 363.609023147. iteration 14646 found worse value: 363.609023147. iteration 14646, perturbing to get out of local maxima iteration 14647 found worse value: 363.609023147. iteration 14648 found worse value: 363.609023147. iteration 14649 found worse value: 363.609023147. iteration 14650 found worse value: 363.609023147. iteration 14651 found worse value: 363.609023147. iteration 14652 found worse value: 363.609023147. iteration 14653 found worse value: 363.609023147. iteration 14654 found worse value: 363.609023147. iteration 14655 found worse value: 363.609023147. iteration 14655, perturbing to get out of local maxima iteration 14656 found worse value: 363.609023147. iteration 14657 found worse value: 363.609023147. iteration 14658 found worse value: 363.609023147. iteration 14659 found worse value: 363.609023147. iteration 14660 found worse value: 363.609023147. iteration 14661 found worse value: 363.609023147. iteration 14662 found worse value: 363.609023147. iteration 14662, perturbing to get out of local maxima iteration 14663 found worse value: 363.609023147. iteration 14664 found worse value: 363.609023147. iteration 14665 found worse value: 363.609023147. iteration 14666 found worse value: 363.609023147. iteration 14667 found worse value: 363.609023147. iteration 14668 found worse value: 363.609023147. iteration 14669 found worse value: 363.609023147. iteration 14670 found worse value: 363.609023147. iteration 14671 found worse value: 363.609023147. iteration 14672 found worse value: 363.609023147. iteration 14673 found worse value: 363.609023147. iteration 14673, perturbing to get out of local maxima iteration 14674 found worse value: 363.609023147. iteration 14674, perturbing to get out of local maxima iteration 14675 found worse value: 363.609023147. iteration 14676 found worse value: 363.609023147. iteration 14676, perturbing to get out of local maxima iteration 14677 found worse value: 363.609023147. iteration 14677, perturbing to get out of local maxima iteration 14678 found worse value: 363.609023147. iteration 14679 found worse value: 363.609023147. iteration 14680 found worse value: 363.609023147. iteration 14681 found worse value: 363.609023147. iteration 14682 found worse value: 363.609023147. iteration 14683 found worse value: 363.609023147. iteration 14684 found worse value: 363.609023147. iteration 14685 found worse value: 363.609023147. iteration 14686 found worse value: 363.609023147. iteration 14686, perturbing to get out of local maxima iteration 14687 found worse value: 363.609023147. iteration 14688 found worse value: 363.609023147. iteration 14689 found worse value: 363.609023147. iteration 14690 found worse value: 363.609023147. iteration 14691 found worse value: 363.609023147. iteration 14692 found worse value: 363.609023147. iteration 14693 found worse value: 363.609023147. iteration 14694 found worse value: 363.609023147. iteration 14695 found worse value: 363.609023147. iteration 14696 found worse value: 363.609023147. iteration 14697 found worse value: 363.609023147. iteration 14698 found worse value: 363.609023147. iteration 14699 found worse value: 363.609023147. iteration 14700 found worse value: 363.609023147. iteration 14701 found worse value: 363.609023147. iteration 14702 found worse value: 363.609023147. iteration 14703 found worse value: 363.609023147. iteration 14703, perturbing to get out of local maxima iteration 14704 found worse value: 363.609023147. iteration 14705 found worse value: 363.609023147. iteration 14706 found worse value: 363.609023147. iteration 14707 found worse value: 363.609023147. iteration 14708 found worse value: 363.609023147. iteration 14709 found worse value: 363.609023147. iteration 14710 found worse value: 363.609023147. iteration 14711 found worse value: 363.609023147. iteration 14712 found worse value: 363.609023147. iteration 14712, perturbing to get out of local maxima iteration 14713 found worse value: 363.609023147. iteration 14714 found worse value: 363.609023147. iteration 14715 found worse value: 363.609023147. iteration 14715, perturbing to get out of local maxima iteration 14716 found worse value: 363.609023147. iteration 14716, perturbing to get out of local maxima iteration 14717 found worse value: 363.609023147. iteration 14718 found worse value: 363.609023147. iteration 14719 found worse value: 363.609023147. iteration 14720 found worse value: 363.609023147. iteration 14721 found worse value: 363.609023147. iteration 14722 found worse value: 363.609023147. iteration 14723 found worse value: 363.609023147. iteration 14723, perturbing to get out of local maxima iteration 14724 found worse value: 363.609023147. iteration 14725 found worse value: 363.609023147. iteration 14725, perturbing to get out of local maxima iteration 14726 found worse value: 363.609023147. iteration 14726, perturbing to get out of local maxima iteration 14727 found worse value: 363.609023147. iteration 14728 found worse value: 363.609023147. iteration 14729 found worse value: 363.609023147. iteration 14729, perturbing to get out of local maxima iteration 14730 found worse value: 363.609023147. iteration 14731 found worse value: 363.609023147. iteration 14731, perturbing to get out of local maxima iteration 14732 found worse value: 363.609023147. iteration 14733 found worse value: 363.609023147. iteration 14734 found worse value: 363.609023147. iteration 14734, perturbing to get out of local maxima iteration 14735 found worse value: 363.609023147. iteration 14735, perturbing to get out of local maxima iteration 14736 found worse value: 363.609023147. iteration 14736, perturbing to get out of local maxima iteration 14737 found worse value: 363.609023147. iteration 14738 found worse value: 363.609023147. iteration 14739 found worse value: 363.609023147. iteration 14740 found worse value: 363.609023147. iteration 14741 found worse value: 363.609023147. iteration 14742 found worse value: 363.609023147. iteration 14743 found worse value: 363.609023147. iteration 14744 found worse value: 363.609023147. iteration 14745 found worse value: 363.609023147. iteration 14746 found worse value: 363.609023147. iteration 14746, perturbing to get out of local maxima iteration 14747 found worse value: 363.609023147. iteration 14748 found worse value: 363.609023147. iteration 14749 found worse value: 363.609023147. iteration 14750 found worse value: 363.609023147. iteration 14751 found worse value: 363.609023147. iteration 14752 found worse value: 363.609023147. iteration 14752, perturbing to get out of local maxima iteration 14753 found worse value: 363.609023147. iteration 14754 found worse value: 363.609023147. iteration 14755 found worse value: 363.609023147. iteration 14755, perturbing to get out of local maxima iteration 14756 found worse value: 363.609023147. iteration 14756, perturbing to get out of local maxima iteration 14757 found worse value: 363.609023147. iteration 14758 found worse value: 363.609023147. iteration 14759 found worse value: 363.609023147. iteration 14760 found worse value: 363.609023147. iteration 14761 found worse value: 363.609023147. iteration 14762 found worse value: 363.609023147. iteration 14762, perturbing to get out of local maxima iteration 14763 found worse value: 363.609023147. iteration 14763, perturbing to get out of local maxima iteration 14764 found worse value: 363.609023147. iteration 14764, perturbing to get out of local maxima iteration 14765 found worse value: 363.609023147. iteration 14766 found worse value: 363.609023147. iteration 14767 found worse value: 363.609023147. iteration 14768 found worse value: 363.609023147. iteration 14769 found worse value: 363.609023147. iteration 14769, perturbing to get out of local maxima iteration 14770 found worse value: 363.609023147. iteration 14771 found worse value: 363.609023147. iteration 14772 found worse value: 363.609023147. iteration 14773 found worse value: 363.609023147. iteration 14774 found worse value: 363.609023147. iteration 14775 found worse value: 363.609023147. iteration 14776 found worse value: 363.609023147. iteration 14776, perturbing to get out of local maxima iteration 14777 found worse value: 363.609023147. iteration 14778 found worse value: 363.609023147. iteration 14779 found worse value: 363.609023147. iteration 14780 found worse value: 363.609023147. iteration 14781 found worse value: 363.609023147. iteration 14781, perturbing to get out of local maxima iteration 14782 found worse value: 363.609023147. iteration 14783 found worse value: 363.609023147. iteration 14784 found worse value: 363.609023147. iteration 14785 found worse value: 363.609023147. iteration 14786 found worse value: 363.609023147. iteration 14787 found worse value: 363.609023147. iteration 14788 found worse value: 363.609023147. iteration 14788, perturbing to get out of local maxima iteration 14789 found worse value: 363.609023147. iteration 14789, perturbing to get out of local maxima iteration 14790 found worse value: 363.609023147. iteration 14791 found worse value: 363.609023147. iteration 14792 found worse value: 363.609023147. iteration 14793 found worse value: 363.609023147. iteration 14793, perturbing to get out of local maxima iteration 14794 found worse value: 363.609023147. iteration 14795 found worse value: 363.609023147. iteration 14795, perturbing to get out of local maxima iteration 14796 found worse value: 363.609023147. iteration 14797 found worse value: 363.609023147. iteration 14798 found worse value: 363.609023147. iteration 14799 found worse value: 363.609023147. iteration 14799, perturbing to get out of local maxima iteration 14800 found worse value: 363.609023147. iteration 14801 found worse value: 363.609023147. iteration 14802 found worse value: 363.609023147. iteration 14803 found worse value: 363.609023147. iteration 14803, perturbing to get out of local maxima iteration 14804 found worse value: 363.609023147. iteration 14804, perturbing to get out of local maxima iteration 14805 found worse value: 363.609023147. iteration 14806 found worse value: 363.609023147. iteration 14807 found worse value: 363.609023147. iteration 14807, perturbing to get out of local maxima iteration 14808 found worse value: 363.609023147. iteration 14809 found worse value: 363.609023147. iteration 14810 found worse value: 363.609023147. iteration 14811 found worse value: 363.609023147. iteration 14811, perturbing to get out of local maxima iteration 14812 found worse value: 363.609023147. iteration 14813 found worse value: 363.609023147. iteration 14813, perturbing to get out of local maxima iteration 14814 found worse value: 363.609023147. iteration 14815 found worse value: 363.609023147. iteration 14815, perturbing to get out of local maxima iteration 14816 found worse value: 363.609023147. iteration 14816, perturbing to get out of local maxima iteration 14817 found worse value: 363.609023147. iteration 14818 found worse value: 363.609023147. iteration 14818, perturbing to get out of local maxima iteration 14819 found worse value: 363.609023147. iteration 14820 found worse value: 363.609023147. iteration 14820, perturbing to get out of local maxima iteration 14821 found worse value: 363.609023147. iteration 14822 found worse value: 363.609023147. iteration 14823 found worse value: 363.609023147. iteration 14824 found worse value: 363.609023147. iteration 14825 found worse value: 363.609023147. iteration 14826 found worse value: 363.609023147. iteration 14826, perturbing to get out of local maxima iteration 14827 found worse value: 363.609023147. iteration 14828 found worse value: 363.609023147. iteration 14829 found worse value: 363.609023147. iteration 14830 found worse value: 363.609023147. iteration 14831 found worse value: 363.609023147. iteration 14832 found worse value: 363.609023147. iteration 14833 found worse value: 363.609023147. iteration 14834 found worse value: 363.609023147. iteration 14835 found worse value: 363.609023147. iteration 14836 found worse value: 363.609023147. iteration 14836, perturbing to get out of local maxima iteration 14837 found worse value: 363.609023147. iteration 14838 found worse value: 363.609023147. iteration 14839 found worse value: 363.609023147. iteration 14840 found worse value: 363.609023147. iteration 14841 found worse value: 363.609023147. iteration 14841, perturbing to get out of local maxima iteration 14842 found worse value: 363.609023147. iteration 14843 found worse value: 363.609023147. iteration 14843, perturbing to get out of local maxima iteration 14844 found worse value: 363.609023147. iteration 14844, perturbing to get out of local maxima iteration 14845 found worse value: 363.609023147. iteration 14846 found worse value: 363.609023147. iteration 14847 found worse value: 363.609023147. iteration 14848 found worse value: 363.609023147. iteration 14848, perturbing to get out of local maxima iteration 14849 found worse value: 363.609023147. iteration 14849, perturbing to get out of local maxima iteration 14850 found worse value: 363.609023147. iteration 14851 found worse value: 363.609023147. iteration 14851, perturbing to get out of local maxima iteration 14852 found worse value: 363.609023147. iteration 14853 found worse value: 363.609023147. iteration 14854 found worse value: 363.609023147. iteration 14854, perturbing to get out of local maxima iteration 14855 found worse value: 363.609023147. iteration 14856 found worse value: 363.609023147. iteration 14857 found worse value: 363.609023147. iteration 14858 found worse value: 363.609023147. iteration 14858, perturbing to get out of local maxima iteration 14859 found worse value: 363.609023147. iteration 14860 found worse value: 363.609023147. iteration 14861 found worse value: 363.609023147. iteration 14862 found worse value: 363.609023147. iteration 14863 found worse value: 363.609023147. iteration 14864 found worse value: 363.609023147. iteration 14865 found worse value: 363.609023147. iteration 14866 found worse value: 363.609023147. iteration 14867 found worse value: 363.609023147. iteration 14867, perturbing to get out of local maxima iteration 14868 found worse value: 363.609023147. iteration 14869 found worse value: 363.609023147. iteration 14870 found worse value: 363.609023147. iteration 14871 found worse value: 363.609023147. iteration 14872 found worse value: 363.609023147. iteration 14873 found worse value: 363.609023147. iteration 14874 found worse value: 363.609023147. iteration 14874, perturbing to get out of local maxima iteration 14875 found worse value: 363.609023147. iteration 14875, perturbing to get out of local maxima iteration 14876 found worse value: 363.609023147. iteration 14877 found worse value: 363.609023147. iteration 14877, perturbing to get out of local maxima iteration 14878 found worse value: 363.609023147. iteration 14878, perturbing to get out of local maxima iteration 14879 found worse value: 363.609023147. iteration 14880 found worse value: 363.609023147. iteration 14881 found worse value: 363.609023147. iteration 14882 found worse value: 363.609023147. iteration 14883 found worse value: 363.609023147. iteration 14884 found worse value: 363.609023147. iteration 14884, perturbing to get out of local maxima iteration 14885 found worse value: 363.609023147. iteration 14886 found worse value: 363.609023147. iteration 14886, perturbing to get out of local maxima iteration 14887 found worse value: 363.609023147. iteration 14888 found worse value: 363.609023147. iteration 14889 found worse value: 363.609023147. iteration 14890 found worse value: 363.609023147. iteration 14891 found worse value: 363.609023147. iteration 14892 found worse value: 363.609023147. iteration 14892, perturbing to get out of local maxima iteration 14893 found worse value: 363.609023147. iteration 14894 found worse value: 363.609023147. iteration 14895 found worse value: 363.609023147. iteration 14896 found worse value: 363.609023147. iteration 14897 found worse value: 363.609023147. iteration 14897, perturbing to get out of local maxima iteration 14898 found worse value: 363.609023147. iteration 14899 found worse value: 363.609023147. iteration 14899, perturbing to get out of local maxima iteration 14900 found worse value: 363.609023147. iteration 14901 found worse value: 363.609023147. iteration 14901, perturbing to get out of local maxima iteration 14902 found worse value: 363.609023147. iteration 14903 found worse value: 363.609023147. iteration 14903, perturbing to get out of local maxima iteration 14904 found worse value: 363.609023147. iteration 14904, perturbing to get out of local maxima iteration 14905 found worse value: 363.609023147. iteration 14906 found worse value: 363.609023147. iteration 14907 found worse value: 363.609023147. iteration 14908 found worse value: 363.609023147. iteration 14909 found worse value: 363.609023147. iteration 14910 found worse value: 363.609023147. iteration 14911 found worse value: 363.609023147. iteration 14911, perturbing to get out of local maxima iteration 14912 found worse value: 363.609023147. iteration 14913 found worse value: 363.609023147. iteration 14914 found worse value: 363.609023147. iteration 14915 found worse value: 363.609023147. iteration 14916 found worse value: 363.609023147. iteration 14917 found worse value: 363.609023147. iteration 14918 found worse value: 363.609023147. iteration 14919 found worse value: 363.609023147. iteration 14920 found worse value: 363.609023147. iteration 14921 found worse value: 363.609023147. iteration 14922 found worse value: 363.609023147. iteration 14923 found worse value: 363.609023147. iteration 14924 found worse value: 363.609023147. iteration 14925 found worse value: 363.609023147. iteration 14926 found worse value: 363.609023147. iteration 14927 found worse value: 363.609023147. iteration 14928 found worse value: 363.609023147. iteration 14928, perturbing to get out of local maxima iteration 14929 found worse value: 363.609023147. iteration 14930 found worse value: 363.609023147. iteration 14931 found worse value: 363.609023147. iteration 14932 found worse value: 363.609023147. iteration 14932, perturbing to get out of local maxima iteration 14933 found worse value: 363.609023147. iteration 14933, perturbing to get out of local maxima iteration 14934 found worse value: 363.609023147. iteration 14935 found worse value: 363.609023147. iteration 14936 found worse value: 363.609023147. iteration 14937 found worse value: 363.609023147. iteration 14938 found worse value: 363.609023147. iteration 14938, perturbing to get out of local maxima iteration 14939 found worse value: 363.609023147. iteration 14940 found worse value: 363.609023147. iteration 14941 found worse value: 363.609023147. iteration 14941, perturbing to get out of local maxima iteration 14942 found worse value: 363.609023147. iteration 14942, perturbing to get out of local maxima iteration 14943 found worse value: 363.609023147. iteration 14944 found worse value: 363.609023147. iteration 14944, perturbing to get out of local maxima iteration 14945 found worse value: 363.609023147. iteration 14945, perturbing to get out of local maxima iteration 14946 found worse value: 363.609023147. iteration 14946, perturbing to get out of local maxima iteration 14947 found worse value: 363.609023147. iteration 14948 found worse value: 363.609023147. iteration 14949 found worse value: 363.609023147. iteration 14950 found worse value: 363.609023147. iteration 14951 found worse value: 363.609023147. iteration 14952 found worse value: 363.609023147. iteration 14953 found worse value: 363.609023147. iteration 14954 found worse value: 363.609023147. iteration 14955 found worse value: 363.609023147. iteration 14955, perturbing to get out of local maxima iteration 14956 found worse value: 363.609023147. iteration 14957 found worse value: 363.609023147. iteration 14958 found worse value: 363.609023147. iteration 14959 found worse value: 363.609023147. iteration 14959, perturbing to get out of local maxima iteration 14960 found worse value: 363.609023147. iteration 14960, perturbing to get out of local maxima iteration 14961 found worse value: 363.609023147. iteration 14961, perturbing to get out of local maxima iteration 14962 found worse value: 363.609023147. iteration 14963 found worse value: 363.609023147. iteration 14964 found worse value: 363.609023147. iteration 14965 found worse value: 363.609023147. iteration 14966 found worse value: 363.609023147. iteration 14967 found worse value: 363.609023147. iteration 14968 found worse value: 363.609023147. iteration 14968, perturbing to get out of local maxima iteration 14969 found worse value: 363.609023147. iteration 14969, perturbing to get out of local maxima iteration 14970 found worse value: 363.609023147. iteration 14971 found worse value: 363.609023147. iteration 14972 found worse value: 363.609023147. iteration 14973 found worse value: 363.609023147. iteration 14974 found worse value: 363.609023147. iteration 14975 found worse value: 363.609023147. iteration 14976 found worse value: 363.609023147. iteration 14977 found worse value: 363.609023147. iteration 14978 found worse value: 363.609023147. iteration 14979 found worse value: 363.609023147. iteration 14980 found worse value: 363.609023147. iteration 14981 found worse value: 363.609023147. iteration 14981, perturbing to get out of local maxima iteration 14982 found worse value: 363.609023147. iteration 14983 found worse value: 363.609023147. iteration 14984 found worse value: 363.609023147. iteration 14985 found worse value: 363.609023147. iteration 14986 found worse value: 363.609023147. iteration 14987 found worse value: 363.609023147. iteration 14987, perturbing to get out of local maxima iteration 14988 found worse value: 363.609023147. iteration 14988, perturbing to get out of local maxima iteration 14989 found worse value: 363.609023147. iteration 14989, perturbing to get out of local maxima iteration 14990 found worse value: 363.609023147. iteration 14991 found worse value: 363.609023147. iteration 14991, perturbing to get out of local maxima iteration 14992 found worse value: 363.609023147. iteration 14993 found worse value: 363.609023147. iteration 14994 found worse value: 363.609023147. iteration 14995 found worse value: 363.609023147. iteration 14996 found worse value: 363.609023147. iteration 14996, perturbing to get out of local maxima iteration 14997 found worse value: 363.609023147. iteration 14998 found worse value: 363.609023147. iteration 14998, perturbing to get out of local maxima iteration 14999 found worse value: 363.609023147. iteration 15000 found worse value: 363.609023147. iteration 15001 found worse value: 363.609023147. iteration 15002 found worse value: 363.609023147. iteration 15003 found worse value: 363.609023147. iteration 15004 found worse value: 363.609023147. iteration 15005 found worse value: 363.609023147. iteration 15006 found worse value: 363.609023147. iteration 15007 found worse value: 363.609023147. iteration 15008 found worse value: 363.609023147. iteration 15008, perturbing to get out of local maxima iteration 15009 found worse value: 363.609023147. iteration 15010 found worse value: 363.609023147. iteration 15011 found worse value: 363.609023147. iteration 15012 found worse value: 363.609023147. iteration 15013 found worse value: 363.609023147. iteration 15014 found worse value: 363.609023147. iteration 15014, perturbing to get out of local maxima iteration 15015 found worse value: 363.609023147. iteration 15016 found worse value: 363.609023147. iteration 15017 found worse value: 363.609023147. iteration 15018 found worse value: 363.609023147. iteration 15019 found worse value: 363.609023147. iteration 15019, perturbing to get out of local maxima iteration 15020 found worse value: 363.609023147. iteration 15020, perturbing to get out of local maxima iteration 15021 found worse value: 363.609023147. iteration 15021, perturbing to get out of local maxima iteration 15022 found worse value: 363.609023147. iteration 15022, perturbing to get out of local maxima iteration 15023 found worse value: 363.609023147. iteration 15023, perturbing to get out of local maxima iteration 15024 found worse value: 363.609023147. iteration 15024, perturbing to get out of local maxima iteration 15025 found worse value: 363.609023147. iteration 15026 found worse value: 363.609023147. iteration 15026, perturbing to get out of local maxima iteration 15027 found worse value: 363.609023147. iteration 15028 found worse value: 363.609023147. iteration 15029 found worse value: 363.609023147. iteration 15030 found worse value: 363.609023147. iteration 15031 found worse value: 363.609023147. iteration 15032 found worse value: 363.609023147. iteration 15033 found worse value: 363.609023147. iteration 15034 found worse value: 363.609023147. iteration 15035 found worse value: 363.609023147. iteration 15036 found worse value: 363.609023147. iteration 15037 found worse value: 363.609023147. iteration 15038 found worse value: 363.609023147. iteration 15039 found worse value: 363.609023147. iteration 15040 found worse value: 363.609023147. iteration 15040, perturbing to get out of local maxima iteration 15041 found worse value: 363.609023147. iteration 15042 found worse value: 363.609023147. iteration 15043 found worse value: 363.609023147. iteration 15044 found worse value: 363.609023147. iteration 15045 found worse value: 363.609023147. iteration 15046 found worse value: 363.609023147. iteration 15046, perturbing to get out of local maxima iteration 15047 found worse value: 363.609023147. iteration 15048 found worse value: 363.609023147. iteration 15049 found worse value: 363.609023147. iteration 15050 found worse value: 363.609023147. iteration 15050, perturbing to get out of local maxima iteration 15051 found worse value: 363.609023147. iteration 15052 found worse value: 363.609023147. iteration 15052, perturbing to get out of local maxima iteration 15053 found worse value: 363.609023147. iteration 15054 found worse value: 363.609023147. iteration 15054, perturbing to get out of local maxima iteration 15055 found worse value: 363.609023147. iteration 15055, perturbing to get out of local maxima iteration 15056 found worse value: 363.609023147. iteration 15057 found worse value: 363.609023147. iteration 15057, perturbing to get out of local maxima iteration 15058 found worse value: 363.609023147. iteration 15059 found worse value: 363.609023147. iteration 15059, perturbing to get out of local maxima iteration 15060 found worse value: 363.609023147. iteration 15061 found worse value: 363.609023147. iteration 15062 found worse value: 363.609023147. iteration 15062, perturbing to get out of local maxima iteration 15063 found worse value: 363.609023147. iteration 15064 found worse value: 363.609023147. iteration 15065 found worse value: 363.609023147. iteration 15066 found worse value: 363.609023147. iteration 15066, perturbing to get out of local maxima iteration 15067 found worse value: 363.609023147. iteration 15067, perturbing to get out of local maxima iteration 15068 found worse value: 363.609023147. iteration 15069 found worse value: 363.609023147. iteration 15070 found worse value: 363.609023147. iteration 15071 found worse value: 363.609023147. iteration 15072 found worse value: 363.609023147. iteration 15073 found worse value: 363.609023147. iteration 15073, perturbing to get out of local maxima iteration 15074 found worse value: 363.609023147. iteration 15075 found worse value: 363.609023147. iteration 15076 found worse value: 363.609023147. iteration 15076, perturbing to get out of local maxima iteration 15077 found worse value: 363.609023147. iteration 15078 found worse value: 363.609023147. iteration 15079 found worse value: 363.609023147. iteration 15080 found worse value: 363.609023147. iteration 15081 found worse value: 363.609023147. iteration 15081, perturbing to get out of local maxima iteration 15082 found worse value: 363.609023147. iteration 15083 found worse value: 363.609023147. iteration 15084 found worse value: 363.609023147. iteration 15085 found worse value: 363.609023147. iteration 15086 found worse value: 363.609023147. iteration 15086, perturbing to get out of local maxima iteration 15087 found worse value: 363.609023147. iteration 15087, perturbing to get out of local maxima iteration 15088 found worse value: 363.609023147. iteration 15089 found worse value: 363.609023147. iteration 15089, perturbing to get out of local maxima iteration 15090 found worse value: 363.609023147. iteration 15091 found worse value: 363.609023147. iteration 15091, perturbing to get out of local maxima iteration 15092 found worse value: 363.609023147. iteration 15093 found worse value: 363.609023147. iteration 15094 found worse value: 363.609023147. iteration 15094, perturbing to get out of local maxima iteration 15095 found worse value: 363.609023147. iteration 15096 found worse value: 363.609023147. iteration 15097 found worse value: 363.609023147. iteration 15098 found worse value: 363.609023147. iteration 15098, perturbing to get out of local maxima iteration 15099 found worse value: 363.609023147. iteration 15100 found worse value: 363.609023147. iteration 15101 found worse value: 363.609023147. iteration 15101, perturbing to get out of local maxima iteration 15102 found worse value: 363.609023147. iteration 15103 found worse value: 363.609023147. iteration 15104 found worse value: 363.609023147. iteration 15105 found worse value: 363.609023147. iteration 15105, perturbing to get out of local maxima iteration 15106 found worse value: 363.609023147. iteration 15106, perturbing to get out of local maxima iteration 15107 found worse value: 363.609023147. iteration 15108 found worse value: 363.609023147. iteration 15109 found worse value: 363.609023147. iteration 15110 found worse value: 363.609023147. iteration 15111 found worse value: 363.609023147. iteration 15112 found worse value: 363.609023147. iteration 15113 found worse value: 363.609023147. iteration 15114 found worse value: 363.609023147. iteration 15115 found worse value: 363.609023147. iteration 15116 found worse value: 363.609023147. iteration 15117 found worse value: 363.609023147. iteration 15118 found worse value: 363.609023147. iteration 15119 found worse value: 363.609023147. iteration 15120 found worse value: 363.609023147. iteration 15121 found worse value: 363.609023147. iteration 15122 found worse value: 363.609023147. iteration 15122, perturbing to get out of local maxima iteration 15123 found worse value: 363.609023147. iteration 15124 found worse value: 363.609023147. iteration 15125 found worse value: 363.609023147. iteration 15126 found worse value: 363.609023147. iteration 15126, perturbing to get out of local maxima iteration 15127 found worse value: 363.609023147. iteration 15127, perturbing to get out of local maxima iteration 15128 found worse value: 363.609023147. iteration 15128, perturbing to get out of local maxima iteration 15129 found worse value: 363.609023147. iteration 15130 found worse value: 363.609023147. iteration 15131 found worse value: 363.609023147. iteration 15132 found worse value: 363.609023147. iteration 15133 found worse value: 363.609023147. iteration 15134 found worse value: 363.609023147. iteration 15135 found worse value: 363.609023147. iteration 15136 found worse value: 363.609023147. iteration 15137 found worse value: 363.609023147. iteration 15138 found worse value: 363.609023147. iteration 15139 found worse value: 363.609023147. iteration 15140 found worse value: 363.609023147. iteration 15141 found worse value: 363.609023147. iteration 15142 found worse value: 363.609023147. iteration 15143 found worse value: 363.609023147. iteration 15144 found worse value: 363.609023147. iteration 15145 found worse value: 363.609023147. iteration 15146 found worse value: 363.609023147. iteration 15147 found worse value: 363.609023147. iteration 15148 found worse value: 363.609023147. iteration 15148, perturbing to get out of local maxima iteration 15149 found worse value: 363.609023147. iteration 15150 found worse value: 363.609023147. iteration 15151 found worse value: 363.609023147. iteration 15152 found worse value: 363.609023147. iteration 15153 found worse value: 363.609023147. iteration 15154 found worse value: 363.609023147. iteration 15155 found worse value: 363.609023147. iteration 15156 found worse value: 363.609023147. iteration 15157 found worse value: 363.609023147. iteration 15158 found worse value: 363.609023147. iteration 15159 found worse value: 363.609023147. iteration 15159, perturbing to get out of local maxima iteration 15160 found worse value: 363.609023147. iteration 15161 found worse value: 363.609023147. iteration 15161, perturbing to get out of local maxima iteration 15162 found worse value: 363.609023147. iteration 15163 found worse value: 363.609023147. iteration 15164 found worse value: 363.609023147. iteration 15165 found worse value: 363.609023147. iteration 15165, perturbing to get out of local maxima iteration 15166 found worse value: 363.609023147. iteration 15167 found worse value: 363.609023147. iteration 15168 found worse value: 363.609023147. iteration 15169 found worse value: 363.609023147. iteration 15170 found worse value: 363.609023147. iteration 15171 found worse value: 363.609023147. iteration 15172 found worse value: 363.609023147. iteration 15172, perturbing to get out of local maxima iteration 15173 found worse value: 363.609023147. iteration 15173, perturbing to get out of local maxima iteration 15174 found worse value: 363.609023147. iteration 15175 found worse value: 363.609023147. iteration 15176 found worse value: 363.609023147. iteration 15177 found worse value: 363.609023147. iteration 15178 found worse value: 363.609023147. iteration 15179 found worse value: 363.609023147. iteration 15180 found worse value: 363.609023147. iteration 15181 found worse value: 363.609023147. iteration 15182 found worse value: 363.609023147. iteration 15182, perturbing to get out of local maxima iteration 15183 found worse value: 363.609023147. iteration 15184 found worse value: 363.609023147. iteration 15185 found worse value: 363.609023147. iteration 15185, perturbing to get out of local maxima iteration 15186 found worse value: 363.609023147. iteration 15187 found worse value: 363.609023147. iteration 15187, perturbing to get out of local maxima iteration 15188 found worse value: 363.609023147. iteration 15189 found worse value: 363.609023147. iteration 15189, perturbing to get out of local maxima iteration 15190 found worse value: 363.609023147. iteration 15191 found worse value: 363.609023147. iteration 15191, perturbing to get out of local maxima iteration 15192 found worse value: 363.609023147. iteration 15192, perturbing to get out of local maxima iteration 15193 found worse value: 363.609023147. iteration 15194 found worse value: 363.609023147. iteration 15194, perturbing to get out of local maxima iteration 15195 found worse value: 363.609023147. iteration 15196 found worse value: 363.609023147. iteration 15196, perturbing to get out of local maxima iteration 15197 found worse value: 363.609023147. iteration 15198 found worse value: 363.609023147. iteration 15199 found worse value: 363.609023147. iteration 15200 found worse value: 363.609023147. iteration 15201 found worse value: 363.609023147. iteration 15202 found worse value: 363.609023147. iteration 15203 found worse value: 363.609023147. iteration 15203, perturbing to get out of local maxima iteration 15204 found worse value: 363.609023147. iteration 15204, perturbing to get out of local maxima iteration 15205 found worse value: 363.609023147. iteration 15205, perturbing to get out of local maxima iteration 15206 found worse value: 363.609023147. iteration 15207 found worse value: 363.609023147. iteration 15208 found worse value: 363.609023147. iteration 15209 found worse value: 363.609023147. iteration 15210 found worse value: 363.609023147. iteration 15210, perturbing to get out of local maxima iteration 15211 found worse value: 363.609023147. iteration 15212 found worse value: 363.609023147. iteration 15212, perturbing to get out of local maxima iteration 15213 found worse value: 363.609023147. iteration 15214 found worse value: 363.609023147. iteration 15215 found worse value: 363.609023147. iteration 15216 found worse value: 363.609023147. iteration 15216, perturbing to get out of local maxima iteration 15217 found worse value: 363.609023147. iteration 15217, perturbing to get out of local maxima iteration 15218 found worse value: 363.609023147. iteration 15218, perturbing to get out of local maxima iteration 15219 found worse value: 363.609023147. iteration 15220 found worse value: 363.609023147. iteration 15221 found worse value: 363.609023147. iteration 15222 found worse value: 363.609023147. iteration 15223 found worse value: 363.609023147. iteration 15224 found worse value: 363.609023147. iteration 15225 found worse value: 363.609023147. iteration 15226 found worse value: 363.609023147. iteration 15226, perturbing to get out of local maxima iteration 15227 found worse value: 363.609023147. iteration 15227, perturbing to get out of local maxima iteration 15228 found worse value: 363.609023147. iteration 15228, perturbing to get out of local maxima iteration 15229 found worse value: 363.609023147. iteration 15229, perturbing to get out of local maxima iteration 15230 found worse value: 363.609023147. iteration 15230, perturbing to get out of local maxima iteration 15231 found worse value: 363.609023147. iteration 15232 found worse value: 363.609023147. iteration 15233 found worse value: 363.609023147. iteration 15233, perturbing to get out of local maxima iteration 15234 found worse value: 363.609023147. iteration 15234, perturbing to get out of local maxima iteration 15235 found worse value: 363.609023147. iteration 15236 found worse value: 363.609023147. iteration 15237 found worse value: 363.609023147. iteration 15238 found worse value: 363.609023147. iteration 15239 found worse value: 363.609023147. iteration 15240 found worse value: 363.609023147. iteration 15241 found worse value: 363.609023147. iteration 15242 found worse value: 363.609023147. iteration 15242, perturbing to get out of local maxima iteration 15243 found worse value: 363.609023147. iteration 15243, perturbing to get out of local maxima iteration 15244 found worse value: 363.609023147. iteration 15245 found worse value: 363.609023147. iteration 15246 found worse value: 363.609023147. iteration 15247 found worse value: 363.609023147. iteration 15248 found worse value: 363.609023147. iteration 15249 found worse value: 363.609023147. iteration 15249, perturbing to get out of local maxima iteration 15250 found worse value: 363.609023147. iteration 15251 found worse value: 363.609023147. iteration 15252 found worse value: 363.609023147. iteration 15252, perturbing to get out of local maxima iteration 15253 found worse value: 363.609023147. iteration 15253, perturbing to get out of local maxima iteration 15254 found worse value: 363.609023147. iteration 15255 found worse value: 363.609023147. iteration 15256 found worse value: 363.609023147. iteration 15257 found worse value: 363.609023147. iteration 15258 found worse value: 363.609023147. iteration 15258, perturbing to get out of local maxima iteration 15259 found worse value: 363.609023147. iteration 15260 found worse value: 363.609023147. iteration 15261 found worse value: 363.609023147. iteration 15262 found worse value: 363.609023147. iteration 15262, perturbing to get out of local maxima iteration 15263 found worse value: 363.609023147. iteration 15264 found worse value: 363.609023147. iteration 15264, perturbing to get out of local maxima iteration 15265 found worse value: 363.609023147. iteration 15266 found worse value: 363.609023147. iteration 15267 found worse value: 363.609023147. iteration 15268 found worse value: 363.609023147. iteration 15269 found worse value: 363.609023147. iteration 15270 found worse value: 363.609023147. iteration 15270, perturbing to get out of local maxima iteration 15271 found worse value: 363.609023147. iteration 15272 found worse value: 363.609023147. iteration 15272, perturbing to get out of local maxima iteration 15273 found worse value: 363.609023147. iteration 15274 found worse value: 363.609023147. iteration 15275 found worse value: 363.609023147. iteration 15276 found worse value: 363.609023147. iteration 15277 found worse value: 363.609023147. iteration 15278 found worse value: 363.609023147. iteration 15279 found worse value: 363.609023147. iteration 15279, perturbing to get out of local maxima iteration 15280 found worse value: 363.609023147. iteration 15281 found worse value: 363.609023147. iteration 15282 found worse value: 363.609023147. iteration 15282, perturbing to get out of local maxima iteration 15283 found worse value: 363.609023147. iteration 15284 found worse value: 363.609023147. iteration 15284, perturbing to get out of local maxima iteration 15285 found worse value: 363.609023147. iteration 15286 found worse value: 363.609023147. iteration 15287 found worse value: 363.609023147. iteration 15288 found worse value: 363.609023147. iteration 15289 found worse value: 363.609023147. iteration 15290 found worse value: 363.609023147. iteration 15291 found worse value: 363.609023147. iteration 15292 found worse value: 363.609023147. iteration 15293 found worse value: 363.609023147. iteration 15293, perturbing to get out of local maxima iteration 15294 found worse value: 363.609023147. iteration 15295 found worse value: 363.609023147. iteration 15296 found worse value: 363.609023147. iteration 15297 found worse value: 363.609023147. iteration 15298 found worse value: 363.609023147. iteration 15299 found worse value: 363.609023147. iteration 15300 found worse value: 363.609023147. iteration 15301 found worse value: 363.609023147. iteration 15302 found worse value: 363.609023147. iteration 15303 found worse value: 363.609023147. iteration 15303, perturbing to get out of local maxima iteration 15304 found worse value: 363.609023147. iteration 15305 found worse value: 363.609023147. iteration 15306 found worse value: 363.609023147. iteration 15306, perturbing to get out of local maxima iteration 15307 found worse value: 363.609023147. iteration 15308 found worse value: 363.609023147. iteration 15309 found worse value: 363.609023147. iteration 15310 found worse value: 363.609023147. iteration 15310, perturbing to get out of local maxima iteration 15311 found worse value: 363.609023147. iteration 15312 found worse value: 363.609023147. iteration 15313 found worse value: 363.609023147. iteration 15314 found worse value: 363.609023147. iteration 15315 found worse value: 363.609023147. iteration 15316 found worse value: 363.609023147. iteration 15317 found worse value: 363.609023147. iteration 15317, perturbing to get out of local maxima iteration 15318 found worse value: 363.609023147. iteration 15319 found worse value: 363.609023147. iteration 15320 found worse value: 363.609023147. iteration 15321 found worse value: 363.609023147. iteration 15322 found worse value: 363.609023147. iteration 15323 found worse value: 363.609023147. iteration 15324 found worse value: 363.609023147. iteration 15324, perturbing to get out of local maxima iteration 15325 found worse value: 363.609023147. iteration 15326 found worse value: 363.609023147. iteration 15327 found worse value: 363.609023147. iteration 15328 found worse value: 363.609023147. iteration 15329 found worse value: 363.609023147. iteration 15330 found worse value: 363.609023147. iteration 15331 found worse value: 363.609023147. iteration 15332 found worse value: 363.609023147. iteration 15332, perturbing to get out of local maxima iteration 15333 found worse value: 363.609023147. iteration 15334 found worse value: 363.609023147. iteration 15335 found worse value: 363.609023147. iteration 15336 found worse value: 363.609023147. iteration 15336, perturbing to get out of local maxima iteration 15337 found worse value: 363.609023147. iteration 15338 found worse value: 363.609023147. iteration 15339 found worse value: 363.609023147. iteration 15339, perturbing to get out of local maxima iteration 15340 found worse value: 363.609023147. iteration 15341 found worse value: 363.609023147. iteration 15341, perturbing to get out of local maxima iteration 15342 found worse value: 363.609023147. iteration 15343 found worse value: 363.609023147. iteration 15344 found worse value: 363.609023147. iteration 15344, perturbing to get out of local maxima iteration 15345 found worse value: 363.609023147. iteration 15346 found worse value: 363.609023147. iteration 15347 found worse value: 363.609023147. iteration 15348 found worse value: 363.609023147. iteration 15348, perturbing to get out of local maxima iteration 15349 found worse value: 363.609023147. iteration 15350 found worse value: 363.609023147. iteration 15350, perturbing to get out of local maxima iteration 15351 found worse value: 363.609023147. iteration 15352 found worse value: 363.609023147. iteration 15353 found worse value: 363.609023147. iteration 15353, perturbing to get out of local maxima iteration 15354 found worse value: 363.609023147. iteration 15355 found worse value: 363.609023147. iteration 15356 found worse value: 363.609023147. iteration 15357 found worse value: 363.609023147. iteration 15357, perturbing to get out of local maxima iteration 15358 found worse value: 363.609023147. iteration 15359 found worse value: 363.609023147. iteration 15359, perturbing to get out of local maxima iteration 15360 found worse value: 363.609023147. iteration 15361 found worse value: 363.609023147. iteration 15362 found worse value: 363.609023147. iteration 15362, perturbing to get out of local maxima iteration 15363 found worse value: 363.609023147. iteration 15363, perturbing to get out of local maxima iteration 15364 found worse value: 363.609023147. iteration 15364, perturbing to get out of local maxima iteration 15365 found worse value: 363.609023147. iteration 15366 found worse value: 363.609023147. iteration 15367 found worse value: 363.609023147. iteration 15368 found worse value: 363.609023147. iteration 15369 found worse value: 363.609023147. iteration 15370 found worse value: 363.609023147. iteration 15371 found worse value: 363.609023147. iteration 15371, perturbing to get out of local maxima iteration 15372 found worse value: 363.609023147. iteration 15372, perturbing to get out of local maxima iteration 15373 found worse value: 363.609023147. iteration 15374 found worse value: 363.609023147. iteration 15375 found worse value: 363.609023147. iteration 15376 found worse value: 363.609023147. iteration 15377 found worse value: 363.609023147. iteration 15378 found worse value: 363.609023147. iteration 15379 found worse value: 363.609023147. iteration 15379, perturbing to get out of local maxima iteration 15380 found worse value: 363.609023147. iteration 15381 found worse value: 363.609023147. iteration 15381, perturbing to get out of local maxima iteration 15382 found worse value: 363.609023147. iteration 15383 found worse value: 363.609023147. iteration 15383, perturbing to get out of local maxima iteration 15384 found worse value: 363.609023147. iteration 15385 found worse value: 363.609023147. iteration 15386 found worse value: 363.609023147. iteration 15386, perturbing to get out of local maxima iteration 15387 found worse value: 363.609023147. iteration 15388 found worse value: 363.609023147. iteration 15389 found worse value: 363.609023147. iteration 15390 found worse value: 363.609023147. iteration 15391 found worse value: 363.609023147. iteration 15391, perturbing to get out of local maxima iteration 15392 found worse value: 363.609023147. iteration 15392, perturbing to get out of local maxima iteration 15393 found worse value: 363.609023147. iteration 15393, perturbing to get out of local maxima iteration 15394 found worse value: 363.609023147. iteration 15395 found worse value: 363.609023147. iteration 15396 found worse value: 363.609023147. iteration 15396, perturbing to get out of local maxima iteration 15397 found worse value: 363.609023147. iteration 15398 found worse value: 363.609023147. iteration 15398, perturbing to get out of local maxima iteration 15399 found worse value: 363.609023147. iteration 15400 found worse value: 363.609023147. iteration 15401 found worse value: 363.609023147. iteration 15401, perturbing to get out of local maxima iteration 15402 found worse value: 363.609023147. iteration 15403 found worse value: 363.609023147. iteration 15404 found worse value: 363.609023147. iteration 15404, perturbing to get out of local maxima iteration 15405 found worse value: 363.609023147. iteration 15406 found worse value: 363.609023147. iteration 15406, perturbing to get out of local maxima iteration 15407 found worse value: 363.609023147. iteration 15408 found worse value: 363.609023147. iteration 15409 found worse value: 363.609023147. iteration 15410 found worse value: 363.609023147. iteration 15411 found worse value: 363.609023147. iteration 15411, perturbing to get out of local maxima iteration 15412 found worse value: 363.609023147. iteration 15413 found worse value: 363.609023147. iteration 15414 found worse value: 363.609023147. iteration 15415 found worse value: 363.609023147. iteration 15416 found worse value: 363.609023147. iteration 15416, perturbing to get out of local maxima iteration 15417 found worse value: 363.609023147. iteration 15418 found worse value: 363.609023147. iteration 15419 found worse value: 363.609023147. iteration 15419, perturbing to get out of local maxima iteration 15420 found worse value: 363.609023147. iteration 15420, perturbing to get out of local maxima iteration 15421 found worse value: 363.609023147. iteration 15422 found worse value: 363.609023147. iteration 15423 found worse value: 363.609023147. iteration 15424 found worse value: 363.609023147. iteration 15424, perturbing to get out of local maxima iteration 15425 found worse value: 363.609023147. iteration 15426 found worse value: 363.609023147. iteration 15426, perturbing to get out of local maxima iteration 15427 found worse value: 363.609023147. iteration 15427, perturbing to get out of local maxima iteration 15428 found worse value: 363.609023147. iteration 15429 found worse value: 363.609023147. iteration 15430 found worse value: 363.609023147. iteration 15431 found worse value: 363.609023147. iteration 15432 found worse value: 363.609023147. iteration 15432, perturbing to get out of local maxima iteration 15433 found worse value: 363.609023147. iteration 15434 found worse value: 363.609023147. iteration 15435 found worse value: 363.609023147. iteration 15435, perturbing to get out of local maxima iteration 15436 found worse value: 363.609023147. iteration 15437 found worse value: 363.609023147. iteration 15437, perturbing to get out of local maxima iteration 15438 found worse value: 363.609023147. iteration 15438, perturbing to get out of local maxima iteration 15439 found worse value: 363.609023147. iteration 15440 found worse value: 363.609023147. iteration 15440, perturbing to get out of local maxima iteration 15441 found worse value: 363.609023147. iteration 15441, perturbing to get out of local maxima iteration 15442 found worse value: 363.609023147. iteration 15443 found worse value: 363.609023147. iteration 15444 found worse value: 363.609023147. iteration 15444, perturbing to get out of local maxima iteration 15445 found worse value: 363.609023147. iteration 15446 found worse value: 363.609023147. iteration 15447 found worse value: 363.609023147. iteration 15448 found worse value: 363.609023147. iteration 15448, perturbing to get out of local maxima iteration 15449 found worse value: 363.609023147. iteration 15449, perturbing to get out of local maxima iteration 15450 found worse value: 363.609023147. iteration 15451 found worse value: 363.609023147. iteration 15452 found worse value: 363.609023147. iteration 15452, perturbing to get out of local maxima iteration 15453 found worse value: 363.609023147. iteration 15454 found worse value: 363.609023147. iteration 15454, perturbing to get out of local maxima iteration 15455 found worse value: 363.609023147. iteration 15456 found worse value: 363.609023147. iteration 15456, perturbing to get out of local maxima iteration 15457 found worse value: 363.609023147. iteration 15458 found worse value: 363.609023147. iteration 15459 found worse value: 363.609023147. iteration 15460 found worse value: 363.609023147. iteration 15460, perturbing to get out of local maxima iteration 15461 found worse value: 363.609023147. iteration 15462 found worse value: 363.609023147. iteration 15463 found worse value: 363.609023147. iteration 15464 found worse value: 363.609023147. iteration 15465 found worse value: 363.609023147. iteration 15465, perturbing to get out of local maxima iteration 15466 found worse value: 363.609023147. iteration 15466, perturbing to get out of local maxima iteration 15467 found worse value: 363.609023147. iteration 15468 found worse value: 363.609023147. iteration 15469 found worse value: 363.609023147. iteration 15470 found worse value: 363.609023147. iteration 15471 found worse value: 363.609023147. iteration 15471, perturbing to get out of local maxima iteration 15472 found worse value: 363.609023147. iteration 15473 found worse value: 363.609023147. iteration 15474 found worse value: 363.609023147. iteration 15475 found worse value: 363.609023147. iteration 15475, perturbing to get out of local maxima iteration 15476 found worse value: 363.609023147. iteration 15477 found worse value: 363.609023147. iteration 15478 found worse value: 363.609023147. iteration 15478, perturbing to get out of local maxima iteration 15479 found worse value: 363.609023147. iteration 15480 found worse value: 363.609023147. iteration 15481 found worse value: 363.609023147. iteration 15482 found worse value: 363.609023147. iteration 15483 found worse value: 363.609023147. iteration 15484 found worse value: 363.609023147. iteration 15485 found worse value: 363.609023147. iteration 15486 found worse value: 363.609023147. iteration 15487 found worse value: 363.609023147. iteration 15488 found worse value: 363.609023147. iteration 15489 found worse value: 363.609023147. iteration 15489, perturbing to get out of local maxima iteration 15490 found worse value: 363.609023147. iteration 15491 found worse value: 363.609023147. iteration 15491, perturbing to get out of local maxima iteration 15492 found worse value: 363.609023147. iteration 15493 found worse value: 363.609023147. iteration 15494 found worse value: 363.609023147. iteration 15495 found worse value: 363.609023147. iteration 15495, perturbing to get out of local maxima iteration 15496 found worse value: 363.609023147. iteration 15496, perturbing to get out of local maxima iteration 15497 found worse value: 363.609023147. iteration 15497, perturbing to get out of local maxima iteration 15498 found worse value: 363.609023147. iteration 15499 found worse value: 363.609023147. iteration 15500 found worse value: 363.609023147. iteration 15500, perturbing to get out of local maxima iteration 15501 found worse value: 363.609023147. iteration 15501, perturbing to get out of local maxima iteration 15502 found worse value: 363.609023147. iteration 15502, perturbing to get out of local maxima iteration 15503 found worse value: 363.609023147. iteration 15504 found worse value: 363.609023147. iteration 15504, perturbing to get out of local maxima iteration 15505 found worse value: 363.609023147. iteration 15506 found worse value: 363.609023147. iteration 15507 found worse value: 363.609023147. iteration 15508 found worse value: 363.609023147. iteration 15508, perturbing to get out of local maxima iteration 15509 found worse value: 363.609023147. iteration 15510 found worse value: 363.609023147. iteration 15511 found worse value: 363.609023147. iteration 15511, perturbing to get out of local maxima iteration 15512 found worse value: 363.609023147. iteration 15513 found worse value: 363.609023147. iteration 15514 found worse value: 363.609023147. iteration 15514, perturbing to get out of local maxima iteration 15515 found worse value: 363.609023147. iteration 15515, perturbing to get out of local maxima iteration 15516 found worse value: 363.609023147. iteration 15516, perturbing to get out of local maxima iteration 15517 found worse value: 363.609023147. iteration 15518 found worse value: 363.609023147. iteration 15519 found worse value: 363.609023147. iteration 15519, perturbing to get out of local maxima iteration 15520 found worse value: 363.609023147. iteration 15521 found worse value: 363.609023147. iteration 15522 found worse value: 363.609023147. iteration 15522, perturbing to get out of local maxima iteration 15523 found worse value: 363.609023147. iteration 15524 found worse value: 363.609023147. iteration 15525 found worse value: 363.609023147. iteration 15525, perturbing to get out of local maxima iteration 15526 found worse value: 363.609023147. iteration 15526, perturbing to get out of local maxima iteration 15527 found worse value: 363.609023147. iteration 15528 found worse value: 363.609023147. iteration 15529 found worse value: 363.609023147. iteration 15529, perturbing to get out of local maxima iteration 15530 found worse value: 363.609023147. iteration 15531 found worse value: 363.609023147. iteration 15532 found worse value: 363.609023147. iteration 15533 found worse value: 363.609023147. iteration 15534 found worse value: 363.609023147. iteration 15534, perturbing to get out of local maxima iteration 15535 found worse value: 363.609023147. iteration 15536 found worse value: 363.609023147. iteration 15537 found worse value: 363.609023147. iteration 15538 found worse value: 363.609023147. iteration 15538, perturbing to get out of local maxima iteration 15539 found worse value: 363.609023147. iteration 15539, perturbing to get out of local maxima iteration 15540 found worse value: 363.609023147. iteration 15541 found worse value: 363.609023147. iteration 15542 found worse value: 363.609023147. iteration 15543 found worse value: 363.609023147. iteration 15544 found worse value: 363.609023147. iteration 15544, perturbing to get out of local maxima iteration 15545 found worse value: 363.609023147. iteration 15546 found worse value: 363.609023147. iteration 15547 found worse value: 363.609023147. iteration 15547, perturbing to get out of local maxima iteration 15548 found worse value: 363.609023147. iteration 15549 found worse value: 363.609023147. iteration 15550 found worse value: 363.609023147. iteration 15550, perturbing to get out of local maxima iteration 15551 found worse value: 363.609023147. iteration 15552 found worse value: 363.609023147. iteration 15553 found worse value: 363.609023147. iteration 15553, perturbing to get out of local maxima iteration 15554 found worse value: 363.609023147. iteration 15555 found worse value: 363.609023147. iteration 15556 found worse value: 363.609023147. iteration 15557 found worse value: 363.609023147. iteration 15557, perturbing to get out of local maxima iteration 15558 found worse value: 363.609023147. iteration 15559 found worse value: 363.609023147. iteration 15559, perturbing to get out of local maxima iteration 15560 found worse value: 363.609023147. iteration 15560, perturbing to get out of local maxima iteration 15561 found worse value: 363.609023147. iteration 15562 found worse value: 363.609023147. iteration 15562, perturbing to get out of local maxima iteration 15563 found worse value: 363.609023147. iteration 15564 found worse value: 363.609023147. iteration 15565 found worse value: 363.609023147. iteration 15565, perturbing to get out of local maxima iteration 15566 found worse value: 363.609023147. iteration 15567 found worse value: 363.609023147. iteration 15568 found worse value: 363.609023147. iteration 15568, perturbing to get out of local maxima iteration 15569 found worse value: 363.609023147. iteration 15570 found worse value: 363.609023147. iteration 15571 found worse value: 363.609023147. iteration 15572 found worse value: 363.609023147. iteration 15572, perturbing to get out of local maxima iteration 15573 found worse value: 363.609023147. iteration 15574 found worse value: 363.609023147. iteration 15575 found worse value: 363.609023147. iteration 15575, perturbing to get out of local maxima iteration 15576 found worse value: 363.609023147. iteration 15576, perturbing to get out of local maxima iteration 15577 found worse value: 363.609023147. iteration 15578 found worse value: 363.609023147. iteration 15578, perturbing to get out of local maxima iteration 15579 found worse value: 363.609023147. iteration 15580 found worse value: 363.609023147. iteration 15580, perturbing to get out of local maxima iteration 15581 found worse value: 363.609023147. iteration 15582 found worse value: 363.609023147. iteration 15583 found worse value: 363.609023147. iteration 15583, perturbing to get out of local maxima iteration 15584 found worse value: 363.609023147. iteration 15585 found worse value: 363.609023147. iteration 15585, perturbing to get out of local maxima iteration 15586 found worse value: 363.609023147. iteration 15586, perturbing to get out of local maxima iteration 15587 found worse value: 363.609023147. iteration 15588 found worse value: 363.609023147. iteration 15589 found worse value: 363.609023147. iteration 15590 found worse value: 363.609023147. iteration 15591 found worse value: 363.609023147. iteration 15592 found worse value: 363.609023147. iteration 15592, perturbing to get out of local maxima iteration 15593 found worse value: 363.609023147. iteration 15593, perturbing to get out of local maxima iteration 15594 found worse value: 363.609023147. iteration 15595 found worse value: 363.609023147. iteration 15596 found worse value: 363.609023147. iteration 15597 found worse value: 363.609023147. iteration 15597, perturbing to get out of local maxima iteration 15598 found worse value: 363.609023147. iteration 15599 found worse value: 363.609023147. iteration 15600 found worse value: 363.609023147. iteration 15600, perturbing to get out of local maxima iteration 15601 found worse value: 363.609023147. iteration 15602 found worse value: 363.609023147. iteration 15602, perturbing to get out of local maxima iteration 15603 found worse value: 363.609023147. iteration 15603, perturbing to get out of local maxima iteration 15604 found worse value: 363.609023147. iteration 15605 found worse value: 363.609023147. iteration 15605, perturbing to get out of local maxima iteration 15606 found worse value: 363.609023147. iteration 15607 found worse value: 363.609023147. iteration 15608 found worse value: 363.609023147. iteration 15609 found worse value: 363.609023147. iteration 15610 found worse value: 363.609023147. iteration 15611 found worse value: 363.609023147. iteration 15612 found worse value: 363.609023147. iteration 15613 found worse value: 363.609023147. iteration 15614 found worse value: 363.609023147. iteration 15614, perturbing to get out of local maxima iteration 15615 found worse value: 363.609023147. iteration 15616 found worse value: 363.609023147. iteration 15617 found worse value: 363.609023147. iteration 15618 found worse value: 363.609023147. iteration 15619 found worse value: 363.609023147. iteration 15619, perturbing to get out of local maxima iteration 15620 found worse value: 363.609023147. iteration 15621 found worse value: 363.609023147. iteration 15622 found worse value: 363.609023147. iteration 15622, perturbing to get out of local maxima iteration 15623 found worse value: 363.609023147. iteration 15624 found worse value: 363.609023147. iteration 15624, perturbing to get out of local maxima iteration 15625 found worse value: 363.609023147. iteration 15626 found worse value: 363.609023147. iteration 15627 found worse value: 363.609023147. iteration 15628 found worse value: 363.609023147. iteration 15629 found worse value: 363.609023147. iteration 15630 found worse value: 363.609023147. iteration 15630, perturbing to get out of local maxima iteration 15631 found worse value: 363.609023147. iteration 15632 found worse value: 363.609023147. iteration 15633 found worse value: 363.609023147. iteration 15634 found worse value: 363.609023147. iteration 15635 found worse value: 363.609023147. iteration 15635, perturbing to get out of local maxima iteration 15636 found worse value: 363.609023147. iteration 15636, perturbing to get out of local maxima iteration 15637 found worse value: 363.609023147. iteration 15638 found worse value: 363.609023147. iteration 15639 found worse value: 363.609023147. iteration 15640 found worse value: 363.609023147. iteration 15641 found worse value: 363.609023147. iteration 15642 found worse value: 363.609023147. iteration 15643 found worse value: 363.609023147. iteration 15644 found worse value: 363.609023147. iteration 15644, perturbing to get out of local maxima iteration 15645 found worse value: 363.609023147. iteration 15645, perturbing to get out of local maxima iteration 15646 found worse value: 363.609023147. iteration 15647 found worse value: 363.609023147. iteration 15648 found worse value: 363.609023147. iteration 15649 found worse value: 363.609023147. iteration 15650 found worse value: 363.609023147. iteration 15651 found worse value: 363.609023147. iteration 15651, perturbing to get out of local maxima iteration 15652 found worse value: 363.609023147. iteration 15653 found worse value: 363.609023147. iteration 15654 found worse value: 363.609023147. iteration 15655 found worse value: 363.609023147. iteration 15656 found worse value: 363.609023147. iteration 15657 found worse value: 363.609023147. iteration 15658 found worse value: 363.609023147. iteration 15658, perturbing to get out of local maxima iteration 15659 found worse value: 363.609023147. iteration 15659, perturbing to get out of local maxima iteration 15660 found worse value: 363.609023147. iteration 15661 found worse value: 363.609023147. iteration 15662 found worse value: 363.609023147. iteration 15663 found worse value: 363.609023147. iteration 15663, perturbing to get out of local maxima iteration 15664 found worse value: 363.609023147. iteration 15664, perturbing to get out of local maxima iteration 15665 found worse value: 363.609023147. iteration 15666 found worse value: 363.609023147. iteration 15667 found worse value: 363.609023147. iteration 15668 found worse value: 363.609023147. iteration 15669 found worse value: 363.609023147. iteration 15670 found worse value: 363.609023147. iteration 15671 found worse value: 363.609023147. iteration 15672 found worse value: 363.609023147. iteration 15673 found worse value: 363.609023147. iteration 15674 found worse value: 363.609023147. iteration 15675 found worse value: 363.609023147. iteration 15675, perturbing to get out of local maxima iteration 15676 found worse value: 363.609023147. iteration 15677 found worse value: 363.609023147. iteration 15678 found worse value: 363.609023147. iteration 15678, perturbing to get out of local maxima iteration 15679 found worse value: 363.609023147. iteration 15680 found worse value: 363.609023147. iteration 15681 found worse value: 363.609023147. iteration 15681, perturbing to get out of local maxima iteration 15682 found worse value: 363.609023147. iteration 15683 found worse value: 363.609023147. iteration 15684 found worse value: 363.609023147. iteration 15684, perturbing to get out of local maxima iteration 15685 found worse value: 363.609023147. iteration 15686 found worse value: 363.609023147. iteration 15687 found worse value: 363.609023147. iteration 15688 found worse value: 363.609023147. iteration 15688, perturbing to get out of local maxima iteration 15689 found worse value: 363.609023147. iteration 15690 found worse value: 363.609023147. iteration 15691 found worse value: 363.609023147. iteration 15691, perturbing to get out of local maxima iteration 15692 found worse value: 363.609023147. iteration 15693 found worse value: 363.609023147. iteration 15693, perturbing to get out of local maxima iteration 15694 found worse value: 363.609023147. iteration 15695 found worse value: 363.609023147. iteration 15695, perturbing to get out of local maxima iteration 15696 found worse value: 363.609023147. iteration 15697 found worse value: 363.609023147. iteration 15698 found worse value: 363.609023147. iteration 15698, perturbing to get out of local maxima iteration 15699 found worse value: 363.609023147. iteration 15700 found worse value: 363.609023147. iteration 15701 found worse value: 363.609023147. iteration 15702 found worse value: 363.609023147. iteration 15703 found worse value: 363.609023147. iteration 15704 found worse value: 363.609023147. iteration 15705 found worse value: 363.609023147. iteration 15705, perturbing to get out of local maxima iteration 15706 found worse value: 363.609023147. iteration 15706, perturbing to get out of local maxima iteration 15707 found worse value: 363.609023147. iteration 15708 found worse value: 363.609023147. iteration 15709 found worse value: 363.609023147. iteration 15710 found worse value: 363.609023147. iteration 15711 found worse value: 363.609023147. iteration 15712 found worse value: 363.609023147. iteration 15713 found worse value: 363.609023147. iteration 15714 found worse value: 363.609023147. iteration 15714, perturbing to get out of local maxima iteration 15715 found worse value: 363.609023147. iteration 15716 found worse value: 363.609023147. iteration 15716, perturbing to get out of local maxima iteration 15717 found worse value: 363.609023147. iteration 15717, perturbing to get out of local maxima iteration 15718 found worse value: 363.609023147. iteration 15719 found worse value: 363.609023147. iteration 15720 found worse value: 363.609023147. iteration 15721 found worse value: 363.609023147. iteration 15722 found worse value: 363.609023147. iteration 15723 found worse value: 363.609023147. iteration 15724 found worse value: 363.609023147. iteration 15725 found worse value: 363.609023147. iteration 15726 found worse value: 363.609023147. iteration 15727 found worse value: 363.609023147. iteration 15728 found worse value: 363.609023147. iteration 15729 found worse value: 363.609023147. iteration 15730 found worse value: 363.609023147. iteration 15731 found worse value: 363.609023147. iteration 15732 found worse value: 363.609023147. iteration 15733 found worse value: 363.609023147. iteration 15734 found worse value: 363.609023147. iteration 15735 found worse value: 363.609023147. iteration 15736 found worse value: 363.609023147. iteration 15737 found worse value: 363.609023147. iteration 15737, perturbing to get out of local maxima iteration 15738 found worse value: 363.609023147. iteration 15739 found worse value: 363.609023147. iteration 15740 found worse value: 363.609023147. iteration 15741 found worse value: 363.609023147. iteration 15742 found worse value: 363.609023147. iteration 15742, perturbing to get out of local maxima iteration 15743 found worse value: 363.609023147. iteration 15744 found worse value: 363.609023147. iteration 15744, perturbing to get out of local maxima iteration 15745 found worse value: 363.609023147. iteration 15746 found worse value: 363.609023147. iteration 15747 found worse value: 363.609023147. iteration 15747, perturbing to get out of local maxima iteration 15748 found worse value: 363.609023147. iteration 15748, perturbing to get out of local maxima iteration 15749 found worse value: 363.609023147. iteration 15749, perturbing to get out of local maxima iteration 15750 found worse value: 363.609023147. iteration 15750, perturbing to get out of local maxima iteration 15751 found worse value: 363.609023147. iteration 15752 found worse value: 363.609023147. iteration 15753 found worse value: 363.609023147. iteration 15754 found worse value: 363.609023147. iteration 15755 found worse value: 363.609023147. iteration 15756 found worse value: 363.609023147. iteration 15757 found worse value: 363.609023147. iteration 15758 found worse value: 363.609023147. iteration 15759 found worse value: 363.609023147. iteration 15760 found worse value: 363.609023147. iteration 15760, perturbing to get out of local maxima iteration 15761 found worse value: 363.609023147. iteration 15762 found worse value: 363.609023147. iteration 15763 found worse value: 363.609023147. iteration 15764 found worse value: 363.609023147. iteration 15765 found worse value: 363.609023147. iteration 15765, perturbing to get out of local maxima iteration 15766 found worse value: 363.609023147. iteration 15766, perturbing to get out of local maxima iteration 15767 found worse value: 363.609023147. iteration 15768 found worse value: 363.609023147. iteration 15769 found worse value: 363.609023147. iteration 15769, perturbing to get out of local maxima iteration 15770 found worse value: 363.609023147. iteration 15771 found worse value: 363.609023147. iteration 15772 found worse value: 363.609023147. iteration 15773 found worse value: 363.609023147. iteration 15774 found worse value: 363.609023147. iteration 15775 found worse value: 363.609023147. iteration 15775, perturbing to get out of local maxima iteration 15776 found worse value: 363.609023147. iteration 15777 found worse value: 363.609023147. iteration 15778 found worse value: 363.609023147. iteration 15779 found worse value: 363.609023147. iteration 15780 found worse value: 363.609023147. iteration 15780, perturbing to get out of local maxima iteration 15781 found worse value: 363.609023147. iteration 15782 found worse value: 363.609023147. iteration 15783 found worse value: 363.609023147. iteration 15783, perturbing to get out of local maxima iteration 15784 found worse value: 363.609023147. iteration 15784, perturbing to get out of local maxima iteration 15785 found worse value: 363.609023147. iteration 15785, perturbing to get out of local maxima iteration 15786 found worse value: 363.609023147. iteration 15786, perturbing to get out of local maxima iteration 15787 found worse value: 363.609023147. iteration 15787, perturbing to get out of local maxima iteration 15788 found worse value: 363.609023147. iteration 15788, perturbing to get out of local maxima iteration 15789 found worse value: 363.609023147. iteration 15789, perturbing to get out of local maxima iteration 15790 found worse value: 363.609023147. iteration 15791 found worse value: 363.609023147. iteration 15792 found worse value: 363.609023147. iteration 15793 found worse value: 363.609023147. iteration 15794 found worse value: 363.609023147. iteration 15795 found worse value: 363.609023147. iteration 15795, perturbing to get out of local maxima iteration 15796 found worse value: 363.609023147. iteration 15797 found worse value: 363.609023147. iteration 15798 found worse value: 363.609023147. iteration 15799 found worse value: 363.609023147. iteration 15800 found worse value: 363.609023147. iteration 15800, perturbing to get out of local maxima iteration 15801 found worse value: 363.609023147. iteration 15802 found worse value: 363.609023147. iteration 15803 found worse value: 363.609023147. iteration 15803, perturbing to get out of local maxima iteration 15804 found worse value: 363.609023147. iteration 15805 found worse value: 363.609023147. iteration 15806 found worse value: 363.609023147. iteration 15806, perturbing to get out of local maxima iteration 15807 found worse value: 363.609023147. iteration 15808 found worse value: 363.609023147. iteration 15809 found worse value: 363.609023147. iteration 15810 found worse value: 363.609023147. iteration 15810, perturbing to get out of local maxima iteration 15811 found worse value: 363.609023147. iteration 15812 found worse value: 363.609023147. iteration 15813 found worse value: 363.609023147. iteration 15813, perturbing to get out of local maxima iteration 15814 found worse value: 363.609023147. iteration 15815 found worse value: 363.609023147. iteration 15816 found worse value: 363.609023147. iteration 15817 found worse value: 363.609023147. iteration 15818 found worse value: 363.609023147. iteration 15819 found worse value: 363.609023147. iteration 15820 found worse value: 363.609023147. iteration 15820, perturbing to get out of local maxima iteration 15821 found worse value: 363.609023147. iteration 15822 found worse value: 363.609023147. iteration 15822, perturbing to get out of local maxima iteration 15823 found worse value: 363.609023147. iteration 15823, perturbing to get out of local maxima iteration 15824 found worse value: 363.609023147. iteration 15825 found worse value: 363.609023147. iteration 15826 found worse value: 363.609023147. iteration 15827 found worse value: 363.609023147. iteration 15828 found worse value: 363.609023147. iteration 15829 found worse value: 363.609023147. iteration 15829, perturbing to get out of local maxima iteration 15830 found worse value: 363.609023147. iteration 15831 found worse value: 363.609023147. iteration 15831, perturbing to get out of local maxima iteration 15832 found worse value: 363.609023147. iteration 15833 found worse value: 363.609023147. iteration 15834 found worse value: 363.609023147. iteration 15835 found worse value: 363.609023147. iteration 15835, perturbing to get out of local maxima iteration 15836 found worse value: 363.609023147. iteration 15837 found worse value: 363.609023147. iteration 15838 found worse value: 363.609023147. iteration 15839 found worse value: 363.609023147. iteration 15840 found worse value: 363.609023147. iteration 15841 found worse value: 363.609023147. iteration 15841, perturbing to get out of local maxima iteration 15842 found worse value: 363.609023147. iteration 15843 found worse value: 363.609023147. iteration 15844 found worse value: 363.609023147. iteration 15844, perturbing to get out of local maxima iteration 15845 found worse value: 363.609023147. iteration 15845, perturbing to get out of local maxima iteration 15846 found worse value: 363.609023147. iteration 15847 found worse value: 363.609023147. iteration 15848 found worse value: 363.609023147. iteration 15849 found worse value: 363.609023147. iteration 15850 found worse value: 363.609023147. iteration 15851 found worse value: 363.609023147. iteration 15852 found worse value: 363.609023147. iteration 15853 found worse value: 363.609023147. iteration 15854 found worse value: 363.609023147. iteration 15854, perturbing to get out of local maxima iteration 15855 found worse value: 363.609023147. iteration 15856 found worse value: 363.609023147. iteration 15857 found worse value: 363.609023147. iteration 15858 found worse value: 363.609023147. iteration 15858, perturbing to get out of local maxima iteration 15859 found worse value: 363.609023147. iteration 15859, perturbing to get out of local maxima iteration 15860 found worse value: 363.609023147. iteration 15860, perturbing to get out of local maxima iteration 15861 found worse value: 363.609023147. iteration 15862 found worse value: 363.609023147. iteration 15862, perturbing to get out of local maxima iteration 15863 found worse value: 363.609023147. iteration 15864 found worse value: 363.609023147. iteration 15865 found worse value: 363.609023147. iteration 15866 found worse value: 363.609023147. iteration 15866, perturbing to get out of local maxima iteration 15867 found worse value: 363.609023147. iteration 15868 found worse value: 363.609023147. iteration 15869 found worse value: 363.609023147. iteration 15869, perturbing to get out of local maxima iteration 15870 found worse value: 363.609023147. iteration 15871 found worse value: 363.609023147. iteration 15871, perturbing to get out of local maxima iteration 15872 found worse value: 363.609023147. iteration 15873 found worse value: 363.609023147. iteration 15874 found worse value: 363.609023147. iteration 15874, perturbing to get out of local maxima iteration 15875 found worse value: 363.609023147. iteration 15876 found worse value: 363.609023147. iteration 15877 found worse value: 363.609023147. iteration 15878 found worse value: 363.609023147. iteration 15878, perturbing to get out of local maxima iteration 15879 found worse value: 363.609023147. iteration 15880 found worse value: 363.609023147. iteration 15881 found worse value: 363.609023147. iteration 15882 found worse value: 363.609023147. iteration 15882, perturbing to get out of local maxima iteration 15883 found worse value: 363.609023147. iteration 15883, perturbing to get out of local maxima iteration 15884 found worse value: 363.609023147. iteration 15885 found worse value: 363.609023147. iteration 15886 found worse value: 363.609023147. iteration 15887 found worse value: 363.609023147. iteration 15888 found worse value: 363.609023147. iteration 15889 found worse value: 363.609023147. iteration 15889, perturbing to get out of local maxima iteration 15890 found worse value: 363.609023147. iteration 15891 found worse value: 363.609023147. iteration 15892 found worse value: 363.609023147. iteration 15893 found worse value: 363.609023147. iteration 15894 found worse value: 363.609023147. iteration 15895 found worse value: 363.609023147. iteration 15896 found worse value: 363.609023147. iteration 15897 found worse value: 363.609023147. iteration 15897, perturbing to get out of local maxima iteration 15898 found worse value: 363.609023147. iteration 15898, perturbing to get out of local maxima iteration 15899 found worse value: 363.609023147. iteration 15900 found worse value: 363.609023147. iteration 15901 found worse value: 363.609023147. iteration 15901, perturbing to get out of local maxima iteration 15902 found worse value: 363.609023147. iteration 15903 found worse value: 363.609023147. iteration 15904 found worse value: 363.609023147. iteration 15905 found worse value: 363.609023147. iteration 15906 found worse value: 363.609023147. iteration 15907 found worse value: 363.609023147. iteration 15907, perturbing to get out of local maxima iteration 15908 found worse value: 363.609023147. iteration 15909 found worse value: 363.609023147. iteration 15910 found worse value: 363.609023147. iteration 15911 found worse value: 363.609023147. iteration 15912 found worse value: 363.609023147. iteration 15913 found worse value: 363.609023147. iteration 15913, perturbing to get out of local maxima iteration 15914 found worse value: 363.609023147. iteration 15914, perturbing to get out of local maxima iteration 15915 found worse value: 363.609023147. iteration 15915, perturbing to get out of local maxima iteration 15916 found worse value: 363.609023147. iteration 15917 found worse value: 363.609023147. iteration 15918 found worse value: 363.609023147. iteration 15919 found worse value: 363.609023147. iteration 15920 found worse value: 363.609023147. iteration 15921 found worse value: 363.609023147. iteration 15922 found worse value: 363.609023147. iteration 15923 found worse value: 363.609023147. iteration 15924 found worse value: 363.609023147. iteration 15925 found worse value: 363.609023147. iteration 15926 found worse value: 363.609023147. iteration 15927 found worse value: 363.609023147. iteration 15928 found worse value: 363.609023147. iteration 15928, perturbing to get out of local maxima iteration 15929 found worse value: 363.609023147. iteration 15930 found worse value: 363.609023147. iteration 15931 found worse value: 363.609023147. iteration 15932 found worse value: 363.609023147. iteration 15933 found worse value: 363.609023147. iteration 15934 found worse value: 363.609023147. iteration 15935 found worse value: 363.609023147. iteration 15935, perturbing to get out of local maxima iteration 15936 found worse value: 363.609023147. iteration 15937 found worse value: 363.609023147. iteration 15937, perturbing to get out of local maxima iteration 15938 found worse value: 363.609023147. iteration 15939 found worse value: 363.609023147. iteration 15939, perturbing to get out of local maxima iteration 15940 found worse value: 363.609023147. iteration 15941 found worse value: 363.609023147. iteration 15942 found worse value: 363.609023147. iteration 15943 found worse value: 363.609023147. iteration 15944 found worse value: 363.609023147. iteration 15944, perturbing to get out of local maxima iteration 15945 found worse value: 363.609023147. iteration 15946 found worse value: 363.609023147. iteration 15947 found worse value: 363.609023147. iteration 15948 found worse value: 363.609023147. iteration 15949 found worse value: 363.609023147. iteration 15949, perturbing to get out of local maxima iteration 15950 found worse value: 363.609023147. iteration 15950, perturbing to get out of local maxima iteration 15951 found worse value: 363.609023147. iteration 15952 found worse value: 363.609023147. iteration 15953 found worse value: 363.609023147. iteration 15953, perturbing to get out of local maxima iteration 15954 found worse value: 363.609023147. iteration 15955 found worse value: 363.609023147. iteration 15956 found worse value: 363.609023147. iteration 15956, perturbing to get out of local maxima iteration 15957 found worse value: 363.609023147. iteration 15958 found worse value: 363.609023147. iteration 15959 found worse value: 363.609023147. iteration 15959, perturbing to get out of local maxima iteration 15960 found worse value: 363.609023147. iteration 15961 found worse value: 363.609023147. iteration 15962 found worse value: 363.609023147. iteration 15963 found worse value: 363.609023147. iteration 15964 found worse value: 363.609023147. iteration 15964, perturbing to get out of local maxima iteration 15965 found worse value: 363.609023147. iteration 15965, perturbing to get out of local maxima iteration 15966 found worse value: 363.609023147. iteration 15967 found worse value: 363.609023147. iteration 15968 found worse value: 363.609023147. iteration 15969 found worse value: 363.609023147. iteration 15970 found worse value: 363.609023147. iteration 15971 found worse value: 363.609023147. iteration 15971, perturbing to get out of local maxima iteration 15972 found worse value: 363.609023147. iteration 15973 found worse value: 363.609023147. iteration 15974 found worse value: 363.609023147. iteration 15975 found worse value: 363.609023147. iteration 15976 found worse value: 363.609023147. iteration 15977 found worse value: 363.609023147. iteration 15977, perturbing to get out of local maxima iteration 15978 found worse value: 363.609023147. iteration 15979 found worse value: 363.609023147. iteration 15980 found worse value: 363.609023147. iteration 15980, perturbing to get out of local maxima iteration 15981 found worse value: 363.609023147. iteration 15981, perturbing to get out of local maxima iteration 15982 found worse value: 363.609023147. iteration 15983 found worse value: 363.609023147. iteration 15984 found worse value: 363.609023147. iteration 15985 found worse value: 363.609023147. iteration 15985, perturbing to get out of local maxima iteration 15986 found worse value: 363.609023147. iteration 15987 found worse value: 363.609023147. iteration 15988 found worse value: 363.609023147. iteration 15989 found worse value: 363.609023147. iteration 15990 found worse value: 363.609023147. iteration 15991 found worse value: 363.609023147. iteration 15991, perturbing to get out of local maxima iteration 15992 found worse value: 363.609023147. iteration 15992, perturbing to get out of local maxima iteration 15993 found worse value: 363.609023147. iteration 15994 found worse value: 363.609023147. iteration 15995 found worse value: 363.609023147. iteration 15996 found worse value: 363.609023147. iteration 15997 found worse value: 363.609023147. iteration 15998 found worse value: 363.609023147. iteration 15999 found worse value: 363.609023147. iteration 15999, perturbing to get out of local maxima iteration 16000 found worse value: 363.609023147. iteration 16001 found worse value: 363.609023147. iteration 16002 found worse value: 363.609023147. iteration 16003 found worse value: 363.609023147. iteration 16004 found worse value: 363.609023147. iteration 16005 found worse value: 363.609023147. iteration 16005, perturbing to get out of local maxima iteration 16006 found worse value: 363.609023147. iteration 16006, perturbing to get out of local maxima iteration 16007 found worse value: 363.609023147. iteration 16007, perturbing to get out of local maxima iteration 16008 found worse value: 363.609023147. iteration 16008, perturbing to get out of local maxima iteration 16009 found worse value: 363.609023147. iteration 16010 found worse value: 363.609023147. iteration 16011 found worse value: 363.609023147. iteration 16012 found worse value: 363.609023147. iteration 16013 found worse value: 363.609023147. iteration 16014 found worse value: 363.609023147. iteration 16015 found worse value: 363.609023147. iteration 16016 found worse value: 363.609023147. iteration 16017 found worse value: 363.609023147. iteration 16017, perturbing to get out of local maxima iteration 16018 found worse value: 363.609023147. iteration 16019 found worse value: 363.609023147. iteration 16019, perturbing to get out of local maxima iteration 16020 found worse value: 363.609023147. iteration 16021 found worse value: 363.609023147. iteration 16022 found worse value: 363.609023147. iteration 16023 found worse value: 363.609023147. iteration 16024 found worse value: 363.609023147. iteration 16024, perturbing to get out of local maxima iteration 16025 found worse value: 363.609023147. iteration 16026 found worse value: 363.609023147. iteration 16027 found worse value: 363.609023147. iteration 16028 found worse value: 363.609023147. iteration 16029 found worse value: 363.609023147. iteration 16030 found worse value: 363.609023147. iteration 16030, perturbing to get out of local maxima iteration 16031 found worse value: 363.609023147. iteration 16032 found worse value: 363.609023147. iteration 16033 found worse value: 363.609023147. iteration 16034 found worse value: 363.609023147. iteration 16035 found worse value: 363.609023147. iteration 16035, perturbing to get out of local maxima iteration 16036 found worse value: 363.609023147. iteration 16037 found worse value: 363.609023147. iteration 16038 found worse value: 363.609023147. iteration 16039 found worse value: 363.609023147. iteration 16040 found worse value: 363.609023147. iteration 16041 found worse value: 363.609023147. iteration 16041, perturbing to get out of local maxima iteration 16042 found worse value: 363.609023147. iteration 16043 found worse value: 363.609023147. iteration 16044 found worse value: 363.609023147. iteration 16045 found worse value: 363.609023147. iteration 16046 found worse value: 363.609023147. iteration 16047 found worse value: 363.609023147. iteration 16047, perturbing to get out of local maxima iteration 16048 found worse value: 363.609023147. iteration 16049 found worse value: 363.609023147. iteration 16049, perturbing to get out of local maxima iteration 16050 found worse value: 363.609023147. iteration 16051 found worse value: 363.609023147. iteration 16051, perturbing to get out of local maxima iteration 16052 found worse value: 363.609023147. iteration 16052, perturbing to get out of local maxima iteration 16053 found worse value: 363.609023147. iteration 16054 found worse value: 363.609023147. iteration 16055 found worse value: 363.609023147. iteration 16056 found worse value: 363.609023147. iteration 16056, perturbing to get out of local maxima iteration 16057 found worse value: 363.609023147. iteration 16057, perturbing to get out of local maxima iteration 16058 found worse value: 363.609023147. iteration 16059 found worse value: 363.609023147. iteration 16060 found worse value: 363.609023147. iteration 16061 found worse value: 363.609023147. iteration 16062 found worse value: 363.609023147. iteration 16062, perturbing to get out of local maxima iteration 16063 found worse value: 363.609023147. iteration 16064 found worse value: 363.609023147. iteration 16065 found worse value: 363.609023147. iteration 16066 found worse value: 363.609023147. iteration 16066, perturbing to get out of local maxima iteration 16067 found worse value: 363.609023147. iteration 16068 found worse value: 363.609023147. iteration 16068, perturbing to get out of local maxima iteration 16069 found worse value: 363.609023147. iteration 16070 found worse value: 363.609023147. iteration 16071 found worse value: 363.609023147. iteration 16071, perturbing to get out of local maxima iteration 16072 found worse value: 363.609023147. iteration 16072, perturbing to get out of local maxima iteration 16073 found worse value: 363.609023147. iteration 16074 found worse value: 363.609023147. iteration 16075 found worse value: 363.609023147. iteration 16076 found worse value: 363.609023147. iteration 16077 found worse value: 363.609023147. iteration 16078 found worse value: 363.609023147. iteration 16079 found worse value: 363.609023147. iteration 16080 found worse value: 363.609023147. iteration 16081 found worse value: 363.609023147. iteration 16082 found worse value: 363.609023147. iteration 16083 found worse value: 363.609023147. iteration 16083, perturbing to get out of local maxima iteration 16084 found worse value: 363.609023147. iteration 16085 found worse value: 363.609023147. iteration 16085, perturbing to get out of local maxima iteration 16086 found worse value: 363.609023147. iteration 16086, perturbing to get out of local maxima iteration 16087 found worse value: 363.609023147. iteration 16088 found worse value: 363.609023147. iteration 16089 found worse value: 363.609023147. iteration 16090 found worse value: 363.609023147. iteration 16091 found worse value: 363.609023147. iteration 16092 found worse value: 363.609023147. iteration 16092, perturbing to get out of local maxima iteration 16093 found worse value: 363.609023147. iteration 16094 found worse value: 363.609023147. iteration 16095 found worse value: 363.609023147. iteration 16096 found worse value: 363.609023147. iteration 16097 found worse value: 363.609023147. iteration 16098 found worse value: 363.609023147. iteration 16098, perturbing to get out of local maxima iteration 16099 found worse value: 363.609023147. iteration 16100 found worse value: 363.609023147. iteration 16101 found worse value: 363.609023147. iteration 16102 found worse value: 363.609023147. iteration 16103 found worse value: 363.609023147. iteration 16104 found worse value: 363.609023147. iteration 16105 found worse value: 363.609023147. iteration 16106 found worse value: 363.609023147. iteration 16106, perturbing to get out of local maxima iteration 16107 found worse value: 363.609023147. iteration 16108 found worse value: 363.609023147. iteration 16109 found worse value: 363.609023147. iteration 16110 found worse value: 363.609023147. iteration 16110, perturbing to get out of local maxima iteration 16111 found worse value: 363.609023147. iteration 16111, perturbing to get out of local maxima iteration 16112 found worse value: 363.609023147. iteration 16112, perturbing to get out of local maxima iteration 16113 found worse value: 363.609023147. iteration 16114 found worse value: 363.609023147. iteration 16115 found worse value: 363.609023147. iteration 16116 found worse value: 363.609023147. iteration 16117 found worse value: 363.609023147. iteration 16118 found worse value: 363.609023147. iteration 16119 found worse value: 363.609023147. iteration 16120 found worse value: 363.609023147. iteration 16120, perturbing to get out of local maxima iteration 16121 found worse value: 363.609023147. iteration 16122 found worse value: 363.609023147. iteration 16123 found worse value: 363.609023147. iteration 16124 found worse value: 363.609023147. iteration 16125 found worse value: 363.609023147. iteration 16126 found worse value: 363.609023147. iteration 16127 found worse value: 363.609023147. iteration 16127, perturbing to get out of local maxima iteration 16128 found worse value: 363.609023147. iteration 16128, perturbing to get out of local maxima iteration 16129 found worse value: 363.609023147. iteration 16130 found worse value: 363.609023147. iteration 16130, perturbing to get out of local maxima iteration 16131 found worse value: 363.609023147. iteration 16132 found worse value: 363.609023147. iteration 16133 found worse value: 363.609023147. iteration 16134 found worse value: 363.609023147. iteration 16134, perturbing to get out of local maxima iteration 16135 found worse value: 363.609023147. iteration 16135, perturbing to get out of local maxima iteration 16136 found worse value: 363.609023147. iteration 16137 found worse value: 363.609023147. iteration 16138 found worse value: 363.609023147. iteration 16138, perturbing to get out of local maxima iteration 16139 found worse value: 363.609023147. iteration 16140 found worse value: 363.609023147. iteration 16141 found worse value: 363.609023147. iteration 16141, perturbing to get out of local maxima iteration 16142 found worse value: 363.609023147. iteration 16143 found worse value: 363.609023147. iteration 16144 found worse value: 363.609023147. iteration 16145 found worse value: 363.609023147. iteration 16146 found worse value: 363.609023147. iteration 16147 found worse value: 363.609023147. iteration 16148 found worse value: 363.609023147. iteration 16149 found worse value: 363.609023147. iteration 16150 found worse value: 363.609023147. iteration 16151 found worse value: 363.609023147. iteration 16152 found worse value: 363.609023147. iteration 16152, perturbing to get out of local maxima iteration 16153 found worse value: 363.609023147. iteration 16154 found worse value: 363.609023147. iteration 16155 found worse value: 363.609023147. iteration 16156 found worse value: 363.609023147. iteration 16156, perturbing to get out of local maxima iteration 16157 found worse value: 363.609023147. iteration 16158 found worse value: 363.609023147. iteration 16159 found worse value: 363.609023147. iteration 16159, perturbing to get out of local maxima iteration 16160 found worse value: 363.609023147. iteration 16161 found worse value: 363.609023147. iteration 16162 found worse value: 363.609023147. iteration 16163 found worse value: 363.609023147. iteration 16164 found worse value: 363.609023147. iteration 16165 found worse value: 363.609023147. iteration 16165, perturbing to get out of local maxima iteration 16166 found worse value: 363.609023147. iteration 16167 found worse value: 363.609023147. iteration 16168 found worse value: 363.609023147. iteration 16169 found worse value: 363.609023147. iteration 16169, perturbing to get out of local maxima iteration 16170 found worse value: 363.609023147. iteration 16171 found worse value: 363.609023147. iteration 16172 found worse value: 363.609023147. iteration 16173 found worse value: 363.609023147. iteration 16174 found worse value: 363.609023147. iteration 16175 found worse value: 363.609023147. iteration 16176 found worse value: 363.609023147. iteration 16177 found worse value: 363.609023147. iteration 16178 found worse value: 363.609023147. iteration 16178, perturbing to get out of local maxima iteration 16179 found worse value: 363.609023147. iteration 16180 found worse value: 363.609023147. iteration 16181 found worse value: 363.609023147. iteration 16182 found worse value: 363.609023147. iteration 16183 found worse value: 363.609023147. iteration 16184 found worse value: 363.609023147. iteration 16184, perturbing to get out of local maxima iteration 16185 found worse value: 363.609023147. iteration 16185, perturbing to get out of local maxima iteration 16186 found worse value: 363.609023147. iteration 16187 found worse value: 363.609023147. iteration 16188 found worse value: 363.609023147. iteration 16189 found worse value: 363.609023147. iteration 16189, perturbing to get out of local maxima iteration 16190 found worse value: 363.609023147. iteration 16190, perturbing to get out of local maxima iteration 16191 found worse value: 363.609023147. iteration 16192 found worse value: 363.609023147. iteration 16193 found worse value: 363.609023147. iteration 16194 found worse value: 363.609023147. iteration 16195 found worse value: 363.609023147. iteration 16196 found worse value: 363.609023147. iteration 16197 found worse value: 363.609023147. iteration 16197, perturbing to get out of local maxima iteration 16198 found worse value: 363.609023147. iteration 16199 found worse value: 363.609023147. iteration 16199, perturbing to get out of local maxima iteration 16200 found worse value: 363.609023147. iteration 16201 found worse value: 363.609023147. iteration 16202 found worse value: 363.609023147. iteration 16203 found worse value: 363.609023147. iteration 16203, perturbing to get out of local maxima iteration 16204 found worse value: 363.609023147. iteration 16205 found worse value: 363.609023147. iteration 16205, perturbing to get out of local maxima iteration 16206 found worse value: 363.609023147. iteration 16207 found worse value: 363.609023147. iteration 16207, perturbing to get out of local maxima iteration 16208 found worse value: 363.609023147. iteration 16208, perturbing to get out of local maxima iteration 16209 found worse value: 363.609023147. iteration 16210 found worse value: 363.609023147. iteration 16211 found worse value: 363.609023147. iteration 16211, perturbing to get out of local maxima iteration 16212 found worse value: 363.609023147. iteration 16213 found worse value: 363.609023147. iteration 16214 found worse value: 363.609023147. iteration 16215 found worse value: 363.609023147. iteration 16216 found worse value: 363.609023147. iteration 16217 found worse value: 363.609023147. iteration 16217, perturbing to get out of local maxima iteration 16218 found worse value: 363.609023147. iteration 16219 found worse value: 363.609023147. iteration 16220 found worse value: 363.609023147. iteration 16220, perturbing to get out of local maxima iteration 16221 found worse value: 363.609023147. iteration 16221, perturbing to get out of local maxima iteration 16222 found worse value: 363.609023147. iteration 16223 found worse value: 363.609023147. iteration 16224 found worse value: 363.609023147. iteration 16225 found worse value: 363.609023147. iteration 16226 found worse value: 363.609023147. iteration 16226, perturbing to get out of local maxima iteration 16227 found worse value: 363.609023147. iteration 16227, perturbing to get out of local maxima iteration 16228 found worse value: 363.609023147. iteration 16228, perturbing to get out of local maxima iteration 16229 found worse value: 363.609023147. iteration 16229, perturbing to get out of local maxima iteration 16230 found worse value: 363.609023147. iteration 16230, perturbing to get out of local maxima iteration 16231 found worse value: 363.609023147. iteration 16232 found worse value: 363.609023147. iteration 16233 found worse value: 363.609023147. iteration 16234 found worse value: 363.609023147. iteration 16235 found worse value: 363.609023147. iteration 16236 found worse value: 363.609023147. iteration 16236, perturbing to get out of local maxima iteration 16237 found worse value: 363.609023147. iteration 16238 found worse value: 363.609023147. iteration 16239 found worse value: 363.609023147. iteration 16240 found worse value: 363.609023147. iteration 16241 found worse value: 363.609023147. iteration 16242 found worse value: 363.609023147. iteration 16243 found worse value: 363.609023147. iteration 16244 found worse value: 363.609023147. iteration 16244, perturbing to get out of local maxima iteration 16245 found worse value: 363.609023147. iteration 16246 found worse value: 363.609023147. iteration 16247 found worse value: 363.609023147. iteration 16248 found worse value: 363.609023147. iteration 16249 found worse value: 363.609023147. iteration 16250 found worse value: 363.609023147. iteration 16251 found worse value: 363.609023147. iteration 16251, perturbing to get out of local maxima iteration 16252 found worse value: 363.609023147. iteration 16253 found worse value: 363.609023147. iteration 16254 found worse value: 363.609023147. iteration 16255 found worse value: 363.609023147. iteration 16256 found worse value: 363.609023147. iteration 16257 found worse value: 363.609023147. iteration 16258 found worse value: 363.609023147. iteration 16259 found worse value: 363.609023147. iteration 16260 found worse value: 363.609023147. iteration 16261 found worse value: 363.609023147. iteration 16261, perturbing to get out of local maxima iteration 16262 found worse value: 363.609023147. iteration 16263 found worse value: 363.609023147. iteration 16263, perturbing to get out of local maxima iteration 16264 found worse value: 363.609023147. iteration 16264, perturbing to get out of local maxima iteration 16265 found worse value: 363.609023147. iteration 16266 found worse value: 363.609023147. iteration 16267 found worse value: 363.609023147. iteration 16268 found worse value: 363.609023147. iteration 16268, perturbing to get out of local maxima iteration 16269 found worse value: 363.609023147. iteration 16270 found worse value: 363.609023147. iteration 16270, perturbing to get out of local maxima iteration 16271 found worse value: 363.609023147. iteration 16271, perturbing to get out of local maxima iteration 16272 found worse value: 363.609023147. iteration 16272, perturbing to get out of local maxima iteration 16273 found worse value: 363.609023147. iteration 16274 found worse value: 363.609023147. iteration 16275 found worse value: 363.609023147. iteration 16276 found worse value: 363.609023147. iteration 16276, perturbing to get out of local maxima iteration 16277 found worse value: 363.609023147. iteration 16278 found worse value: 363.609023147. iteration 16279 found worse value: 363.609023147. iteration 16280 found worse value: 363.609023147. iteration 16280, perturbing to get out of local maxima iteration 16281 found worse value: 363.609023147. iteration 16282 found worse value: 363.609023147. iteration 16282, perturbing to get out of local maxima iteration 16283 found worse value: 363.609023147. iteration 16284 found worse value: 363.609023147. iteration 16285 found worse value: 363.609023147. iteration 16286 found worse value: 363.609023147. iteration 16287 found worse value: 363.609023147. iteration 16288 found worse value: 363.609023147. iteration 16288, perturbing to get out of local maxima iteration 16289 found worse value: 363.609023147. iteration 16290 found worse value: 363.609023147. iteration 16290, perturbing to get out of local maxima iteration 16291 found worse value: 363.609023147. iteration 16292 found worse value: 363.609023147. iteration 16292, perturbing to get out of local maxima iteration 16293 found worse value: 363.609023147. iteration 16293, perturbing to get out of local maxima iteration 16294 found worse value: 363.609023147. iteration 16295 found worse value: 363.609023147. iteration 16295, perturbing to get out of local maxima iteration 16296 found worse value: 363.609023147. iteration 16296, perturbing to get out of local maxima iteration 16297 found worse value: 363.609023147. iteration 16297, perturbing to get out of local maxima iteration 16298 found worse value: 363.609023147. iteration 16299 found worse value: 363.609023147. iteration 16300 found worse value: 363.609023147. iteration 16300, perturbing to get out of local maxima iteration 16301 found worse value: 363.609023147. iteration 16301, perturbing to get out of local maxima iteration 16302 found worse value: 363.609023147. iteration 16303 found worse value: 363.609023147. iteration 16304 found worse value: 363.609023147. iteration 16304, perturbing to get out of local maxima iteration 16305 found worse value: 363.609023147. iteration 16306 found worse value: 363.609023147. iteration 16307 found worse value: 363.609023147. iteration 16308 found worse value: 363.609023147. iteration 16309 found worse value: 363.609023147. iteration 16310 found worse value: 363.609023147. iteration 16310, perturbing to get out of local maxima iteration 16311 found worse value: 363.609023147. iteration 16312 found worse value: 363.609023147. iteration 16313 found worse value: 363.609023147. iteration 16314 found worse value: 363.609023147. iteration 16314, perturbing to get out of local maxima iteration 16315 found worse value: 363.609023147. iteration 16316 found worse value: 363.609023147. iteration 16317 found worse value: 363.609023147. iteration 16318 found worse value: 363.609023147. iteration 16319 found worse value: 363.609023147. iteration 16319, perturbing to get out of local maxima iteration 16320 found worse value: 363.609023147. iteration 16321 found worse value: 363.609023147. iteration 16322 found worse value: 363.609023147. iteration 16323 found worse value: 363.609023147. iteration 16324 found worse value: 363.609023147. iteration 16325 found worse value: 363.609023147. iteration 16326 found worse value: 363.609023147. iteration 16326, perturbing to get out of local maxima iteration 16327 found worse value: 363.609023147. iteration 16328 found worse value: 363.609023147. iteration 16329 found worse value: 363.609023147. iteration 16329, perturbing to get out of local maxima iteration 16330 found worse value: 363.609023147. iteration 16330, perturbing to get out of local maxima iteration 16331 found worse value: 363.609023147. iteration 16332 found worse value: 363.609023147. iteration 16333 found worse value: 363.609023147. iteration 16333, perturbing to get out of local maxima iteration 16334 found worse value: 363.609023147. iteration 16334, perturbing to get out of local maxima iteration 16335 found worse value: 363.609023147. iteration 16336 found worse value: 363.609023147. iteration 16337 found worse value: 363.609023147. iteration 16338 found worse value: 363.609023147. iteration 16339 found worse value: 363.609023147. iteration 16339, perturbing to get out of local maxima iteration 16340 found worse value: 363.609023147. iteration 16340, perturbing to get out of local maxima iteration 16341 found worse value: 363.609023147. iteration 16342 found worse value: 363.609023147. iteration 16343 found worse value: 363.609023147. iteration 16344 found worse value: 363.609023147. iteration 16344, perturbing to get out of local maxima iteration 16345 found worse value: 363.609023147. iteration 16346 found worse value: 363.609023147. iteration 16347 found worse value: 363.609023147. iteration 16348 found worse value: 363.609023147. iteration 16349 found worse value: 363.609023147. iteration 16349, perturbing to get out of local maxima iteration 16350 found worse value: 363.609023147. iteration 16351 found worse value: 363.609023147. iteration 16352 found worse value: 363.609023147. iteration 16353 found worse value: 363.609023147. iteration 16354 found worse value: 363.609023147. iteration 16355 found worse value: 363.609023147. iteration 16356 found worse value: 363.609023147. iteration 16356, perturbing to get out of local maxima iteration 16357 found worse value: 363.609023147. iteration 16358 found worse value: 363.609023147. iteration 16358, perturbing to get out of local maxima iteration 16359 found worse value: 363.609023147. iteration 16360 found worse value: 363.609023147. iteration 16360, perturbing to get out of local maxima iteration 16361 found worse value: 363.609023147. iteration 16362 found worse value: 363.609023147. iteration 16362, perturbing to get out of local maxima iteration 16363 found worse value: 363.609023147. iteration 16364 found worse value: 363.609023147. iteration 16365 found worse value: 363.609023147. iteration 16366 found worse value: 363.609023147. iteration 16367 found worse value: 363.609023147. iteration 16367, perturbing to get out of local maxima iteration 16368 found worse value: 363.609023147. iteration 16368, perturbing to get out of local maxima iteration 16369 found worse value: 363.609023147. iteration 16370 found worse value: 363.609023147. iteration 16371 found worse value: 363.609023147. iteration 16372 found worse value: 363.609023147. iteration 16373 found worse value: 363.609023147. iteration 16374 found worse value: 363.609023147. iteration 16375 found worse value: 363.609023147. iteration 16375, perturbing to get out of local maxima iteration 16376 found worse value: 363.609023147. iteration 16376, perturbing to get out of local maxima iteration 16377 found worse value: 363.609023147. iteration 16378 found worse value: 363.609023147. iteration 16379 found worse value: 363.609023147. iteration 16380 found worse value: 363.609023147. iteration 16381 found worse value: 363.609023147. iteration 16382 found worse value: 363.609023147. iteration 16382, perturbing to get out of local maxima iteration 16383 found worse value: 363.609023147. iteration 16384 found worse value: 363.609023147. iteration 16385 found worse value: 363.609023147. iteration 16386 found worse value: 363.609023147. iteration 16386, perturbing to get out of local maxima iteration 16387 found worse value: 363.609023147. iteration 16388 found worse value: 363.609023147. iteration 16389 found worse value: 363.609023147. iteration 16389, perturbing to get out of local maxima iteration 16390 found worse value: 363.609023147. iteration 16391 found worse value: 363.609023147. iteration 16392 found worse value: 363.609023147. iteration 16392, perturbing to get out of local maxima iteration 16393 found worse value: 363.609023147. iteration 16394 found worse value: 363.609023147. iteration 16395 found worse value: 363.609023147. iteration 16396 found worse value: 363.609023147. iteration 16396, perturbing to get out of local maxima iteration 16397 found worse value: 363.609023147. iteration 16397, perturbing to get out of local maxima iteration 16398 found worse value: 363.609023147. iteration 16399 found worse value: 363.609023147. iteration 16400 found worse value: 363.609023147. iteration 16401 found worse value: 363.609023147. iteration 16401, perturbing to get out of local maxima iteration 16402 found worse value: 363.609023147. iteration 16403 found worse value: 363.609023147. iteration 16404 found worse value: 363.609023147. iteration 16404, perturbing to get out of local maxima iteration 16405 found worse value: 363.609023147. iteration 16406 found worse value: 363.609023147. iteration 16406, perturbing to get out of local maxima iteration 16407 found worse value: 363.609023147. iteration 16408 found worse value: 363.609023147. iteration 16408, perturbing to get out of local maxima iteration 16409 found worse value: 363.609023147. iteration 16410 found worse value: 363.609023147. iteration 16410, perturbing to get out of local maxima iteration 16411 found worse value: 363.609023147. iteration 16412 found worse value: 363.609023147. iteration 16413 found worse value: 363.609023147. iteration 16413, perturbing to get out of local maxima iteration 16414 found worse value: 363.609023147. iteration 16414, perturbing to get out of local maxima iteration 16415 found worse value: 363.609023147. iteration 16416 found worse value: 363.609023147. iteration 16417 found worse value: 363.609023147. iteration 16418 found worse value: 363.609023147. iteration 16419 found worse value: 363.609023147. iteration 16419, perturbing to get out of local maxima iteration 16420 found worse value: 363.609023147. iteration 16421 found worse value: 363.609023147. iteration 16422 found worse value: 363.609023147. iteration 16422, perturbing to get out of local maxima iteration 16423 found worse value: 363.609023147. iteration 16424 found worse value: 363.609023147. iteration 16424, perturbing to get out of local maxima iteration 16425 found worse value: 363.609023147. iteration 16425, perturbing to get out of local maxima iteration 16426 found worse value: 363.609023147. iteration 16427 found worse value: 363.609023147. iteration 16427, perturbing to get out of local maxima iteration 16428 found worse value: 363.609023147. iteration 16429 found worse value: 363.609023147. iteration 16430 found worse value: 363.609023147. iteration 16430, perturbing to get out of local maxima iteration 16431 found worse value: 363.609023147. iteration 16432 found worse value: 363.609023147. iteration 16433 found worse value: 363.609023147. iteration 16434 found worse value: 363.609023147. iteration 16435 found worse value: 363.609023147. iteration 16435, perturbing to get out of local maxima iteration 16436 found worse value: 363.609023147. iteration 16437 found worse value: 363.609023147. iteration 16438 found worse value: 363.609023147. iteration 16438, perturbing to get out of local maxima iteration 16439 found worse value: 363.609023147. iteration 16439, perturbing to get out of local maxima iteration 16440 found worse value: 363.609023147. iteration 16441 found worse value: 363.609023147. iteration 16442 found worse value: 363.609023147. iteration 16443 found worse value: 363.609023147. iteration 16443, perturbing to get out of local maxima iteration 16444 found worse value: 363.609023147. iteration 16444, perturbing to get out of local maxima iteration 16445 found worse value: 363.609023147. iteration 16446 found worse value: 363.609023147. iteration 16446, perturbing to get out of local maxima iteration 16447 found worse value: 363.609023147. iteration 16447, perturbing to get out of local maxima iteration 16448 found worse value: 363.609023147. iteration 16449 found worse value: 363.609023147. iteration 16450 found worse value: 363.609023147. iteration 16451 found worse value: 363.609023147. iteration 16451, perturbing to get out of local maxima iteration 16452 found worse value: 363.609023147. iteration 16453 found worse value: 363.609023147. iteration 16454 found worse value: 363.609023147. iteration 16454, perturbing to get out of local maxima iteration 16455 found worse value: 363.609023147. iteration 16456 found worse value: 363.609023147. iteration 16456, perturbing to get out of local maxima iteration 16457 found worse value: 363.609023147. iteration 16458 found worse value: 363.609023147. iteration 16459 found worse value: 363.609023147. iteration 16460 found worse value: 363.609023147. iteration 16460, perturbing to get out of local maxima iteration 16461 found worse value: 363.609023147. iteration 16461, perturbing to get out of local maxima iteration 16462 found worse value: 363.609023147. iteration 16463 found worse value: 363.609023147. iteration 16464 found worse value: 363.609023147. iteration 16465 found worse value: 363.609023147. iteration 16466 found worse value: 363.609023147. iteration 16467 found worse value: 363.609023147. iteration 16468 found worse value: 363.609023147. iteration 16469 found worse value: 363.609023147. iteration 16470 found worse value: 363.609023147. iteration 16471 found worse value: 363.609023147. iteration 16472 found worse value: 363.609023147. iteration 16472, perturbing to get out of local maxima iteration 16473 found worse value: 363.609023147. iteration 16474 found worse value: 363.609023147. iteration 16475 found worse value: 363.609023147. iteration 16476 found worse value: 363.609023147. iteration 16477 found worse value: 363.609023147. iteration 16477, perturbing to get out of local maxima iteration 16478 found worse value: 363.609023147. iteration 16479 found worse value: 363.609023147. iteration 16480 found worse value: 363.609023147. iteration 16481 found worse value: 363.609023147. iteration 16481, perturbing to get out of local maxima iteration 16482 found worse value: 363.609023147. iteration 16483 found worse value: 363.609023147. iteration 16483, perturbing to get out of local maxima iteration 16484 found worse value: 363.609023147. iteration 16485 found worse value: 363.609023147. iteration 16485, perturbing to get out of local maxima iteration 16486 found worse value: 363.609023147. iteration 16487 found worse value: 363.609023147. iteration 16488 found worse value: 363.609023147. iteration 16488, perturbing to get out of local maxima iteration 16489 found worse value: 363.609023147. iteration 16489, perturbing to get out of local maxima iteration 16490 found worse value: 363.609023147. iteration 16491 found worse value: 363.609023147. iteration 16491, perturbing to get out of local maxima iteration 16492 found worse value: 363.609023147. iteration 16493 found worse value: 363.609023147. iteration 16494 found worse value: 363.609023147. iteration 16495 found worse value: 363.609023147. iteration 16496 found worse value: 363.609023147. iteration 16497 found worse value: 363.609023147. iteration 16498 found worse value: 363.609023147. iteration 16499 found worse value: 363.609023147. iteration 16500 found worse value: 363.609023147. iteration 16501 found worse value: 363.609023147. iteration 16502 found worse value: 363.609023147. iteration 16503 found worse value: 363.609023147. iteration 16504 found worse value: 363.609023147. iteration 16504, perturbing to get out of local maxima iteration 16505 found worse value: 363.609023147. iteration 16505, perturbing to get out of local maxima iteration 16506 found worse value: 363.609023147. iteration 16506, perturbing to get out of local maxima iteration 16507 found worse value: 363.609023147. iteration 16508 found worse value: 363.609023147. iteration 16509 found worse value: 363.609023147. iteration 16510 found worse value: 363.609023147. iteration 16510, perturbing to get out of local maxima iteration 16511 found worse value: 363.609023147. iteration 16512 found worse value: 363.609023147. iteration 16513 found worse value: 363.609023147. iteration 16514 found worse value: 363.609023147. iteration 16515 found worse value: 363.609023147. iteration 16516 found worse value: 363.609023147. iteration 16517 found worse value: 363.609023147. iteration 16518 found worse value: 363.609023147. iteration 16518, perturbing to get out of local maxima iteration 16519 found worse value: 363.609023147. iteration 16520 found worse value: 363.609023147. iteration 16520, perturbing to get out of local maxima iteration 16521 found worse value: 363.609023147. iteration 16521, perturbing to get out of local maxima iteration 16522 found worse value: 363.609023147. iteration 16522, perturbing to get out of local maxima iteration 16523 found worse value: 363.609023147. iteration 16524 found worse value: 363.609023147. iteration 16525 found worse value: 363.609023147. iteration 16526 found worse value: 363.609023147. iteration 16527 found worse value: 363.609023147. iteration 16528 found worse value: 363.609023147. iteration 16529 found worse value: 363.609023147. iteration 16530 found worse value: 363.609023147. iteration 16531 found worse value: 363.609023147. iteration 16532 found worse value: 363.609023147. iteration 16533 found worse value: 363.609023147. iteration 16534 found worse value: 363.609023147. iteration 16535 found worse value: 363.609023147. iteration 16536 found worse value: 363.609023147. iteration 16537 found worse value: 363.609023147. iteration 16538 found worse value: 363.609023147. iteration 16539 found worse value: 363.609023147. iteration 16540 found worse value: 363.609023147. iteration 16541 found worse value: 363.609023147. iteration 16542 found worse value: 363.609023147. iteration 16543 found worse value: 363.609023147. iteration 16543, perturbing to get out of local maxima iteration 16544 found worse value: 363.609023147. iteration 16545 found worse value: 363.609023147. iteration 16546 found worse value: 363.609023147. iteration 16547 found worse value: 363.609023147. iteration 16548 found worse value: 363.609023147. iteration 16549 found worse value: 363.609023147. iteration 16550 found worse value: 363.609023147. iteration 16551 found worse value: 363.609023147. iteration 16552 found worse value: 363.609023147. iteration 16553 found worse value: 363.609023147. iteration 16553, perturbing to get out of local maxima iteration 16554 found worse value: 363.609023147. iteration 16555 found worse value: 363.609023147. iteration 16555, perturbing to get out of local maxima iteration 16556 found worse value: 363.609023147. iteration 16557 found worse value: 363.609023147. iteration 16558 found worse value: 363.609023147. iteration 16559 found worse value: 363.609023147. iteration 16560 found worse value: 363.609023147. iteration 16561 found worse value: 363.609023147. iteration 16562 found worse value: 363.609023147. iteration 16563 found worse value: 363.609023147. iteration 16564 found worse value: 363.609023147. iteration 16565 found worse value: 363.609023147. iteration 16566 found worse value: 363.609023147. iteration 16567 found worse value: 363.609023147. iteration 16567, perturbing to get out of local maxima iteration 16568 found worse value: 363.609023147. iteration 16569 found worse value: 363.609023147. iteration 16569, perturbing to get out of local maxima iteration 16570 found worse value: 363.609023147. iteration 16571 found worse value: 363.609023147. iteration 16572 found worse value: 363.609023147. iteration 16573 found worse value: 363.609023147. iteration 16573, perturbing to get out of local maxima iteration 16574 found worse value: 363.609023147. iteration 16575 found worse value: 363.609023147. iteration 16575, perturbing to get out of local maxima iteration 16576 found worse value: 363.609023147. iteration 16577 found worse value: 363.609023147. iteration 16577, perturbing to get out of local maxima iteration 16578 found worse value: 363.609023147. iteration 16579 found worse value: 363.609023147. iteration 16580 found worse value: 363.609023147. iteration 16580, perturbing to get out of local maxima iteration 16581 found worse value: 363.609023147. iteration 16581, perturbing to get out of local maxima iteration 16582 found worse value: 363.609023147. iteration 16583 found worse value: 363.609023147. iteration 16583, perturbing to get out of local maxima iteration 16584 found worse value: 363.609023147. iteration 16585 found worse value: 363.609023147. iteration 16585, perturbing to get out of local maxima iteration 16586 found worse value: 363.609023147. iteration 16587 found worse value: 363.609023147. iteration 16588 found worse value: 363.609023147. iteration 16589 found worse value: 363.609023147. iteration 16589, perturbing to get out of local maxima iteration 16590 found worse value: 363.609023147. iteration 16591 found worse value: 363.609023147. iteration 16592 found worse value: 363.609023147. iteration 16592, perturbing to get out of local maxima iteration 16593 found worse value: 363.609023147. iteration 16594 found worse value: 363.609023147. iteration 16594, perturbing to get out of local maxima iteration 16595 found worse value: 363.609023147. iteration 16595, perturbing to get out of local maxima iteration 16596 found worse value: 363.609023147. iteration 16597 found worse value: 363.609023147. iteration 16597, perturbing to get out of local maxima iteration 16598 found worse value: 363.609023147. iteration 16598, perturbing to get out of local maxima iteration 16599 found worse value: 363.609023147. iteration 16600 found worse value: 363.609023147. iteration 16601 found worse value: 363.609023147. iteration 16602 found worse value: 363.609023147. iteration 16603 found worse value: 363.609023147. iteration 16604 found worse value: 363.609023147. iteration 16604, perturbing to get out of local maxima iteration 16605 found worse value: 363.609023147. iteration 16605, perturbing to get out of local maxima iteration 16606 found worse value: 363.609023147. iteration 16607 found worse value: 363.609023147. iteration 16608 found worse value: 363.609023147. iteration 16609 found worse value: 363.609023147. iteration 16609, perturbing to get out of local maxima iteration 16610 found worse value: 363.609023147. iteration 16611 found worse value: 363.609023147. iteration 16611, perturbing to get out of local maxima iteration 16612 found worse value: 363.609023147. iteration 16613 found worse value: 363.609023147. iteration 16614 found worse value: 363.609023147. iteration 16614, perturbing to get out of local maxima iteration 16615 found worse value: 363.609023147. iteration 16616 found worse value: 363.609023147. iteration 16616, perturbing to get out of local maxima iteration 16617 found worse value: 363.609023147. iteration 16617, perturbing to get out of local maxima iteration 16618 found worse value: 363.609023147. iteration 16619 found worse value: 363.609023147. iteration 16620 found worse value: 363.609023147. iteration 16621 found worse value: 363.609023147. iteration 16621, perturbing to get out of local maxima iteration 16622 found worse value: 363.609023147. iteration 16623 found worse value: 363.609023147. iteration 16624 found worse value: 363.609023147. iteration 16625 found worse value: 363.609023147. iteration 16626 found worse value: 363.609023147. iteration 16626, perturbing to get out of local maxima iteration 16627 found worse value: 363.609023147. iteration 16628 found worse value: 363.609023147. iteration 16629 found worse value: 363.609023147. iteration 16630 found worse value: 363.609023147. iteration 16630, perturbing to get out of local maxima iteration 16631 found worse value: 363.609023147. iteration 16631, perturbing to get out of local maxima iteration 16632 found worse value: 363.609023147. iteration 16633 found worse value: 363.609023147. iteration 16633, perturbing to get out of local maxima iteration 16634 found worse value: 363.609023147. iteration 16635 found worse value: 363.609023147. iteration 16636 found worse value: 363.609023147. iteration 16637 found worse value: 363.609023147. iteration 16638 found worse value: 363.609023147. iteration 16639 found worse value: 363.609023147. iteration 16639, perturbing to get out of local maxima iteration 16640 found worse value: 363.609023147. iteration 16641 found worse value: 363.609023147. iteration 16642 found worse value: 363.609023147. iteration 16643 found worse value: 363.609023147. iteration 16643, perturbing to get out of local maxima iteration 16644 found worse value: 363.609023147. iteration 16645 found worse value: 363.609023147. iteration 16646 found worse value: 363.609023147. iteration 16647 found worse value: 363.609023147. iteration 16648 found worse value: 363.609023147. iteration 16649 found worse value: 363.609023147. iteration 16650 found worse value: 363.609023147. iteration 16651 found worse value: 363.609023147. iteration 16652 found worse value: 363.609023147. iteration 16653 found worse value: 363.609023147. iteration 16653, perturbing to get out of local maxima iteration 16654 found worse value: 363.609023147. iteration 16655 found worse value: 363.609023147. iteration 16655, perturbing to get out of local maxima iteration 16656 found worse value: 363.609023147. iteration 16657 found worse value: 363.609023147. iteration 16658 found worse value: 363.609023147. iteration 16659 found worse value: 363.609023147. iteration 16660 found worse value: 363.609023147. iteration 16661 found worse value: 363.609023147. iteration 16662 found worse value: 363.609023147. iteration 16663 found worse value: 363.609023147. iteration 16664 found worse value: 363.609023147. iteration 16664, perturbing to get out of local maxima iteration 16665 found worse value: 363.609023147. iteration 16665, perturbing to get out of local maxima iteration 16666 found worse value: 363.609023147. iteration 16667 found worse value: 363.609023147. iteration 16667, perturbing to get out of local maxima iteration 16668 found worse value: 363.609023147. iteration 16669 found worse value: 363.609023147. iteration 16669, perturbing to get out of local maxima iteration 16670 found worse value: 363.609023147. iteration 16670, perturbing to get out of local maxima iteration 16671 found worse value: 363.609023147. iteration 16672 found worse value: 363.609023147. iteration 16672, perturbing to get out of local maxima iteration 16673 found worse value: 363.609023147. iteration 16674 found worse value: 363.609023147. iteration 16675 found worse value: 363.609023147. iteration 16676 found worse value: 363.609023147. iteration 16677 found worse value: 363.609023147. iteration 16677, perturbing to get out of local maxima iteration 16678 found worse value: 363.609023147. iteration 16679 found worse value: 363.609023147. iteration 16680 found worse value: 363.609023147. iteration 16681 found worse value: 363.609023147. iteration 16681, perturbing to get out of local maxima iteration 16682 found worse value: 363.609023147. iteration 16683 found worse value: 363.609023147. iteration 16683, perturbing to get out of local maxima iteration 16684 found worse value: 363.609023147. iteration 16685 found worse value: 363.609023147. iteration 16685, perturbing to get out of local maxima iteration 16686 found worse value: 363.609023147. iteration 16687 found worse value: 363.609023147. iteration 16688 found worse value: 363.609023147. iteration 16689 found worse value: 363.609023147. iteration 16690 found worse value: 363.609023147. iteration 16691 found worse value: 363.609023147. iteration 16692 found worse value: 363.609023147. iteration 16693 found worse value: 363.609023147. iteration 16694 found worse value: 363.609023147. iteration 16695 found worse value: 363.609023147. iteration 16696 found worse value: 363.609023147. iteration 16696, perturbing to get out of local maxima iteration 16697 found worse value: 363.609023147. iteration 16697, perturbing to get out of local maxima iteration 16698 found worse value: 363.609023147. iteration 16698, perturbing to get out of local maxima iteration 16699 found worse value: 363.609023147. iteration 16700 found worse value: 363.609023147. iteration 16700, perturbing to get out of local maxima iteration 16701 found worse value: 363.609023147. iteration 16701, perturbing to get out of local maxima iteration 16702 found worse value: 363.609023147. iteration 16703 found worse value: 363.609023147. iteration 16703, perturbing to get out of local maxima iteration 16704 found worse value: 363.609023147. iteration 16705 found worse value: 363.609023147. iteration 16706 found worse value: 363.609023147. iteration 16707 found worse value: 363.609023147. iteration 16708 found worse value: 363.609023147. iteration 16708, perturbing to get out of local maxima iteration 16709 found worse value: 363.609023147. iteration 16710 found worse value: 363.609023147. iteration 16711 found worse value: 363.609023147. iteration 16711, perturbing to get out of local maxima iteration 16712 found worse value: 363.609023147. iteration 16713 found worse value: 363.609023147. iteration 16714 found worse value: 363.609023147. iteration 16714, perturbing to get out of local maxima iteration 16715 found worse value: 363.609023147. iteration 16716 found worse value: 363.609023147. iteration 16717 found worse value: 363.609023147. iteration 16718 found worse value: 363.609023147. iteration 16719 found worse value: 363.609023147. iteration 16720 found worse value: 363.609023147. iteration 16721 found worse value: 363.609023147. iteration 16722 found worse value: 363.609023147. iteration 16722, perturbing to get out of local maxima iteration 16723 found worse value: 363.609023147. iteration 16723, perturbing to get out of local maxima iteration 16724 found worse value: 363.609023147. iteration 16725 found worse value: 363.609023147. iteration 16726 found worse value: 363.609023147. iteration 16726, perturbing to get out of local maxima iteration 16727 found worse value: 363.609023147. iteration 16728 found worse value: 363.609023147. iteration 16729 found worse value: 363.609023147. iteration 16730 found worse value: 363.609023147. iteration 16731 found worse value: 363.609023147. iteration 16731, perturbing to get out of local maxima iteration 16732 found worse value: 363.609023147. iteration 16732, perturbing to get out of local maxima iteration 16733 found worse value: 363.609023147. iteration 16734 found worse value: 363.609023147. iteration 16735 found worse value: 363.609023147. iteration 16736 found worse value: 363.609023147. iteration 16737 found worse value: 363.609023147. iteration 16738 found worse value: 363.609023147. iteration 16739 found worse value: 363.609023147. iteration 16740 found worse value: 363.609023147. iteration 16741 found worse value: 363.609023147. iteration 16742 found worse value: 363.609023147. iteration 16743 found worse value: 363.609023147. iteration 16744 found worse value: 363.609023147. iteration 16745 found worse value: 363.609023147. iteration 16746 found worse value: 363.609023147. iteration 16746, perturbing to get out of local maxima iteration 16747 found worse value: 363.609023147. iteration 16747, perturbing to get out of local maxima iteration 16748 found worse value: 363.609023147. iteration 16749 found worse value: 363.609023147. iteration 16750 found worse value: 363.609023147. iteration 16751 found worse value: 363.609023147. iteration 16752 found worse value: 363.609023147. iteration 16752, perturbing to get out of local maxima iteration 16753 found worse value: 363.609023147. iteration 16753, perturbing to get out of local maxima iteration 16754 found worse value: 363.609023147. iteration 16755 found worse value: 363.609023147. iteration 16755, perturbing to get out of local maxima iteration 16756 found worse value: 363.609023147. iteration 16756, perturbing to get out of local maxima iteration 16757 found worse value: 363.609023147. iteration 16758 found worse value: 363.609023147. iteration 16759 found worse value: 363.609023147. iteration 16760 found worse value: 363.609023147. iteration 16761 found worse value: 363.609023147. iteration 16762 found worse value: 363.609023147. iteration 16762, perturbing to get out of local maxima iteration 16763 found worse value: 363.609023147. iteration 16764 found worse value: 363.609023147. iteration 16765 found worse value: 363.609023147. iteration 16765, perturbing to get out of local maxima iteration 16766 found worse value: 363.609023147. iteration 16767 found worse value: 363.609023147. iteration 16768 found worse value: 363.609023147. iteration 16769 found worse value: 363.609023147. iteration 16770 found worse value: 363.609023147. iteration 16770, perturbing to get out of local maxima iteration 16771 found worse value: 363.609023147. iteration 16772 found worse value: 363.609023147. iteration 16773 found worse value: 363.609023147. iteration 16774 found worse value: 363.609023147. iteration 16774, perturbing to get out of local maxima iteration 16775 found worse value: 363.609023147. iteration 16776 found worse value: 363.609023147. iteration 16776, perturbing to get out of local maxima iteration 16777 found worse value: 363.609023147. iteration 16777, perturbing to get out of local maxima iteration 16778 found worse value: 363.609023147. iteration 16779 found worse value: 363.609023147. iteration 16779, perturbing to get out of local maxima iteration 16780 found worse value: 363.609023147. iteration 16780, perturbing to get out of local maxima iteration 16781 found worse value: 363.609023147. iteration 16781, perturbing to get out of local maxima iteration 16782 found worse value: 363.609023147. iteration 16783 found worse value: 363.609023147. iteration 16784 found worse value: 363.609023147. iteration 16785 found worse value: 363.609023147. iteration 16785, perturbing to get out of local maxima iteration 16786 found worse value: 363.609023147. iteration 16787 found worse value: 363.609023147. iteration 16788 found worse value: 363.609023147. iteration 16788, perturbing to get out of local maxima iteration 16789 found worse value: 363.609023147. iteration 16789, perturbing to get out of local maxima iteration 16790 found worse value: 363.609023147. iteration 16791 found worse value: 363.609023147. iteration 16791, perturbing to get out of local maxima iteration 16792 found worse value: 363.609023147. iteration 16793 found worse value: 363.609023147. iteration 16793, perturbing to get out of local maxima iteration 16794 found worse value: 363.609023147. iteration 16795 found worse value: 363.609023147. iteration 16795, perturbing to get out of local maxima iteration 16796 found worse value: 363.609023147. iteration 16797 found worse value: 363.609023147. iteration 16798 found worse value: 363.609023147. iteration 16798, perturbing to get out of local maxima iteration 16799 found worse value: 363.609023147. iteration 16800 found worse value: 363.609023147. iteration 16801 found worse value: 363.609023147. iteration 16802 found worse value: 363.609023147. iteration 16803 found worse value: 363.609023147. iteration 16804 found worse value: 363.609023147. iteration 16804, perturbing to get out of local maxima iteration 16805 found worse value: 363.609023147. iteration 16806 found worse value: 363.609023147. iteration 16806, perturbing to get out of local maxima iteration 16807 found worse value: 363.609023147. iteration 16808 found worse value: 363.609023147. iteration 16809 found worse value: 363.609023147. iteration 16810 found worse value: 363.609023147. iteration 16811 found worse value: 363.609023147. iteration 16812 found worse value: 363.609023147. iteration 16813 found worse value: 363.609023147. iteration 16814 found worse value: 363.609023147. iteration 16815 found worse value: 363.609023147. iteration 16816 found worse value: 363.609023147. iteration 16817 found worse value: 363.609023147. iteration 16818 found worse value: 363.609023147. iteration 16819 found worse value: 363.609023147. iteration 16820 found worse value: 363.609023147. iteration 16821 found worse value: 363.609023147. iteration 16821, perturbing to get out of local maxima iteration 16822 found worse value: 363.609023147. iteration 16823 found worse value: 363.609023147. iteration 16823, perturbing to get out of local maxima iteration 16824 found worse value: 363.609023147. iteration 16825 found worse value: 363.609023147. iteration 16826 found worse value: 363.609023147. iteration 16826, perturbing to get out of local maxima iteration 16827 found worse value: 363.609023147. iteration 16828 found worse value: 363.609023147. iteration 16829 found worse value: 363.609023147. iteration 16830 found worse value: 363.609023147. iteration 16830, perturbing to get out of local maxima iteration 16831 found worse value: 363.609023147. iteration 16832 found worse value: 363.609023147. iteration 16833 found worse value: 363.609023147. iteration 16834 found worse value: 363.609023147. iteration 16834, perturbing to get out of local maxima iteration 16835 found worse value: 363.609023147. iteration 16836 found worse value: 363.609023147. iteration 16837 found worse value: 363.609023147. iteration 16838 found worse value: 363.609023147. iteration 16839 found worse value: 363.609023147. iteration 16840 found worse value: 363.609023147. iteration 16840, perturbing to get out of local maxima iteration 16841 found worse value: 363.609023147. iteration 16842 found worse value: 363.609023147. iteration 16843 found worse value: 363.609023147. iteration 16843, perturbing to get out of local maxima iteration 16844 found worse value: 363.609023147. iteration 16845 found worse value: 363.609023147. iteration 16846 found worse value: 363.609023147. iteration 16847 found worse value: 363.609023147. iteration 16848 found worse value: 363.609023147. iteration 16849 found worse value: 363.609023147. iteration 16850 found worse value: 363.609023147. iteration 16851 found worse value: 363.609023147. iteration 16852 found worse value: 363.609023147. iteration 16853 found worse value: 363.609023147. iteration 16854 found worse value: 363.609023147. iteration 16855 found worse value: 363.609023147. iteration 16856 found worse value: 363.609023147. iteration 16856, perturbing to get out of local maxima iteration 16857 found worse value: 363.609023147. iteration 16858 found worse value: 363.609023147. iteration 16859 found worse value: 363.609023147. iteration 16860 found worse value: 363.609023147. iteration 16861 found worse value: 363.609023147. iteration 16861, perturbing to get out of local maxima iteration 16862 found worse value: 363.609023147. iteration 16863 found worse value: 363.609023147. iteration 16863, perturbing to get out of local maxima iteration 16864 found worse value: 363.609023147. iteration 16865 found worse value: 363.609023147. iteration 16865, perturbing to get out of local maxima iteration 16866 found worse value: 363.609023147. iteration 16867 found worse value: 363.609023147. iteration 16868 found worse value: 363.609023147. iteration 16869 found worse value: 363.609023147. iteration 16870 found worse value: 363.609023147. iteration 16871 found worse value: 363.609023147. iteration 16872 found worse value: 363.609023147. iteration 16872, perturbing to get out of local maxima iteration 16873 found worse value: 363.609023147. iteration 16874 found worse value: 363.609023147. iteration 16875 found worse value: 363.609023147. iteration 16875, perturbing to get out of local maxima iteration 16876 found worse value: 363.609023147. iteration 16877 found worse value: 363.609023147. iteration 16878 found worse value: 363.609023147. iteration 16878, perturbing to get out of local maxima iteration 16879 found worse value: 363.609023147. iteration 16880 found worse value: 363.609023147. iteration 16880, perturbing to get out of local maxima iteration 16881 found worse value: 363.609023147. iteration 16882 found worse value: 363.609023147. iteration 16883 found worse value: 363.609023147. iteration 16884 found worse value: 363.609023147. iteration 16885 found worse value: 363.609023147. iteration 16885, perturbing to get out of local maxima iteration 16886 found worse value: 363.609023147. iteration 16887 found worse value: 363.609023147. iteration 16887, perturbing to get out of local maxima iteration 16888 found worse value: 363.609023147. iteration 16889 found worse value: 363.609023147. iteration 16890 found worse value: 363.609023147. iteration 16890, perturbing to get out of local maxima iteration 16891 found worse value: 363.609023147. iteration 16891, perturbing to get out of local maxima iteration 16892 found worse value: 363.609023147. iteration 16892, perturbing to get out of local maxima iteration 16893 found worse value: 363.609023147. iteration 16893, perturbing to get out of local maxima iteration 16894 found worse value: 363.609023147. iteration 16895 found worse value: 363.609023147. iteration 16896 found worse value: 363.609023147. iteration 16897 found worse value: 363.609023147. iteration 16898 found worse value: 363.609023147. iteration 16899 found worse value: 363.609023147. iteration 16899, perturbing to get out of local maxima iteration 16900 found worse value: 363.609023147. iteration 16900, perturbing to get out of local maxima iteration 16901 found worse value: 363.609023147. iteration 16901, perturbing to get out of local maxima iteration 16902 found worse value: 363.609023147. iteration 16902, perturbing to get out of local maxima iteration 16903 found worse value: 363.609023147. iteration 16904 found worse value: 363.609023147. iteration 16905 found worse value: 363.609023147. iteration 16905, perturbing to get out of local maxima iteration 16906 found worse value: 363.609023147. iteration 16907 found worse value: 363.609023147. iteration 16907, perturbing to get out of local maxima iteration 16908 found worse value: 363.609023147. iteration 16909 found worse value: 363.609023147. iteration 16910 found worse value: 363.609023147. iteration 16910, perturbing to get out of local maxima iteration 16911 found worse value: 363.609023147. iteration 16912 found worse value: 363.609023147. iteration 16913 found worse value: 363.609023147. iteration 16913, perturbing to get out of local maxima iteration 16914 found worse value: 363.609023147. iteration 16915 found worse value: 363.609023147. iteration 16915, perturbing to get out of local maxima iteration 16916 found worse value: 363.609023147. iteration 16917 found worse value: 363.609023147. iteration 16917, perturbing to get out of local maxima iteration 16918 found worse value: 363.609023147. iteration 16918, perturbing to get out of local maxima iteration 16919 found worse value: 363.609023147. iteration 16920 found worse value: 363.609023147. iteration 16920, perturbing to get out of local maxima iteration 16921 found worse value: 363.609023147. iteration 16922 found worse value: 363.609023147. iteration 16923 found worse value: 363.609023147. iteration 16924 found worse value: 363.609023147. iteration 16925 found worse value: 363.609023147. iteration 16925, perturbing to get out of local maxima iteration 16926 found worse value: 363.609023147. iteration 16927 found worse value: 363.609023147. iteration 16927, perturbing to get out of local maxima iteration 16928 found worse value: 363.609023147. iteration 16929 found worse value: 363.609023147. iteration 16930 found worse value: 363.609023147. iteration 16931 found worse value: 363.609023147. iteration 16931, perturbing to get out of local maxima iteration 16932 found worse value: 363.609023147. iteration 16933 found worse value: 363.609023147. iteration 16934 found worse value: 363.609023147. iteration 16935 found worse value: 363.609023147. iteration 16936 found worse value: 363.609023147. iteration 16936, perturbing to get out of local maxima iteration 16937 found worse value: 363.609023147. iteration 16938 found worse value: 363.609023147. iteration 16939 found worse value: 363.609023147. iteration 16940 found worse value: 363.609023147. iteration 16941 found worse value: 363.609023147. iteration 16942 found worse value: 363.609023147. iteration 16943 found worse value: 363.609023147. iteration 16944 found worse value: 363.609023147. iteration 16944, perturbing to get out of local maxima iteration 16945 found worse value: 363.609023147. iteration 16945, perturbing to get out of local maxima iteration 16946 found worse value: 363.609023147. iteration 16946, perturbing to get out of local maxima iteration 16947 found worse value: 363.609023147. iteration 16948 found worse value: 363.609023147. iteration 16949 found worse value: 363.609023147. iteration 16950 found worse value: 363.609023147. iteration 16950, perturbing to get out of local maxima iteration 16951 found worse value: 363.609023147. iteration 16952 found worse value: 363.609023147. iteration 16953 found worse value: 363.609023147. iteration 16953, perturbing to get out of local maxima iteration 16954 found worse value: 363.609023147. iteration 16955 found worse value: 363.609023147. iteration 16955, perturbing to get out of local maxima iteration 16956 found worse value: 363.609023147. iteration 16957 found worse value: 363.609023147. iteration 16958 found worse value: 363.609023147. iteration 16959 found worse value: 363.609023147. iteration 16959, perturbing to get out of local maxima iteration 16960 found worse value: 363.609023147. iteration 16961 found worse value: 363.609023147. iteration 16961, perturbing to get out of local maxima iteration 16962 found worse value: 363.609023147. iteration 16962, perturbing to get out of local maxima iteration 16963 found worse value: 363.609023147. iteration 16964 found worse value: 363.609023147. iteration 16965 found worse value: 363.609023147. iteration 16966 found worse value: 363.609023147. iteration 16967 found worse value: 363.609023147. iteration 16968 found worse value: 363.609023147. iteration 16969 found worse value: 363.609023147. iteration 16970 found worse value: 363.609023147. iteration 16970, perturbing to get out of local maxima iteration 16971 found worse value: 363.609023147. iteration 16971, perturbing to get out of local maxima iteration 16972 found worse value: 363.609023147. iteration 16973 found worse value: 363.609023147. iteration 16974 found worse value: 363.609023147. iteration 16975 found worse value: 363.609023147. iteration 16976 found worse value: 363.609023147. iteration 16977 found worse value: 363.609023147. iteration 16978 found worse value: 363.609023147. iteration 16979 found worse value: 363.609023147. iteration 16980 found worse value: 363.609023147. iteration 16981 found worse value: 363.609023147. iteration 16982 found worse value: 363.609023147. iteration 16982, perturbing to get out of local maxima iteration 16983 found worse value: 363.609023147. iteration 16984 found worse value: 363.609023147. iteration 16984, perturbing to get out of local maxima iteration 16985 found worse value: 363.609023147. iteration 16985, perturbing to get out of local maxima iteration 16986 found worse value: 363.609023147. iteration 16987 found worse value: 363.609023147. iteration 16988 found worse value: 363.609023147. iteration 16989 found worse value: 363.609023147. iteration 16990 found worse value: 363.609023147. iteration 16991 found worse value: 363.609023147. iteration 16991, perturbing to get out of local maxima iteration 16992 found worse value: 363.609023147. iteration 16993 found worse value: 363.609023147. iteration 16994 found worse value: 363.609023147. iteration 16995 found worse value: 363.609023147. iteration 16996 found worse value: 363.609023147. iteration 16997 found worse value: 363.609023147. iteration 16998 found worse value: 363.609023147. iteration 16998, perturbing to get out of local maxima iteration 16999 found worse value: 363.609023147. iteration 17000 found worse value: 363.609023147. iteration 17001 found worse value: 363.609023147. iteration 17002 found worse value: 363.609023147. iteration 17003 found worse value: 363.609023147. iteration 17004 found worse value: 363.609023147. iteration 17004, perturbing to get out of local maxima iteration 17005 found worse value: 363.609023147. iteration 17006 found worse value: 363.609023147. iteration 17007 found worse value: 363.609023147. iteration 17008 found worse value: 363.609023147. iteration 17009 found worse value: 363.609023147. iteration 17010 found worse value: 363.609023147. iteration 17010, perturbing to get out of local maxima iteration 17011 found worse value: 363.609023147. iteration 17012 found worse value: 363.609023147. iteration 17013 found worse value: 363.609023147. iteration 17013, perturbing to get out of local maxima iteration 17014 found worse value: 363.609023147. iteration 17014, perturbing to get out of local maxima iteration 17015 found worse value: 363.609023147. iteration 17016 found worse value: 363.609023147. iteration 17017 found worse value: 363.609023147. iteration 17018 found worse value: 363.609023147. iteration 17019 found worse value: 363.609023147. iteration 17020 found worse value: 363.609023147. iteration 17021 found worse value: 363.609023147. iteration 17022 found worse value: 363.609023147. iteration 17022, perturbing to get out of local maxima iteration 17023 found worse value: 363.609023147. iteration 17024 found worse value: 363.609023147. iteration 17025 found worse value: 363.609023147. iteration 17025, perturbing to get out of local maxima iteration 17026 found worse value: 363.609023147. iteration 17027 found worse value: 363.609023147. iteration 17028 found worse value: 363.609023147. iteration 17029 found worse value: 363.609023147. iteration 17029, perturbing to get out of local maxima iteration 17030 found worse value: 363.609023147. iteration 17030, perturbing to get out of local maxima iteration 17031 found worse value: 363.609023147. iteration 17032 found worse value: 363.609023147. iteration 17033 found worse value: 363.609023147. iteration 17033, perturbing to get out of local maxima iteration 17034 found worse value: 363.609023147. iteration 17035 found worse value: 363.609023147. iteration 17036 found worse value: 363.609023147. iteration 17037 found worse value: 363.609023147. iteration 17038 found worse value: 363.609023147. iteration 17039 found worse value: 363.609023147. iteration 17040 found worse value: 363.609023147. iteration 17040, perturbing to get out of local maxima iteration 17041 found worse value: 363.609023147. iteration 17042 found worse value: 363.609023147. iteration 17043 found worse value: 363.609023147. iteration 17044 found worse value: 363.609023147. iteration 17044, perturbing to get out of local maxima iteration 17045 found worse value: 363.609023147. iteration 17045, perturbing to get out of local maxima iteration 17046 found worse value: 363.609023147. iteration 17046, perturbing to get out of local maxima iteration 17047 found worse value: 363.609023147. iteration 17048 found worse value: 363.609023147. iteration 17049 found worse value: 363.609023147. iteration 17049, perturbing to get out of local maxima iteration 17050 found worse value: 363.609023147. iteration 17051 found worse value: 363.609023147. iteration 17051, perturbing to get out of local maxima iteration 17052 found worse value: 363.609023147. iteration 17053 found worse value: 363.609023147. iteration 17054 found worse value: 363.609023147. iteration 17055 found worse value: 363.609023147. iteration 17056 found worse value: 363.609023147. iteration 17057 found worse value: 363.609023147. iteration 17057, perturbing to get out of local maxima iteration 17058 found worse value: 363.609023147. iteration 17059 found worse value: 363.609023147. iteration 17060 found worse value: 363.609023147. iteration 17060, perturbing to get out of local maxima iteration 17061 found worse value: 363.609023147. iteration 17062 found worse value: 363.609023147. iteration 17062, perturbing to get out of local maxima iteration 17063 found worse value: 363.609023147. iteration 17064 found worse value: 363.609023147. iteration 17065 found worse value: 363.609023147. iteration 17065, perturbing to get out of local maxima iteration 17066 found worse value: 363.609023147. iteration 17067 found worse value: 363.609023147. iteration 17068 found worse value: 363.609023147. iteration 17068, perturbing to get out of local maxima iteration 17069 found worse value: 363.609023147. iteration 17070 found worse value: 363.609023147. iteration 17071 found worse value: 363.609023147. iteration 17072 found worse value: 363.609023147. iteration 17073 found worse value: 363.609023147. iteration 17074 found worse value: 363.609023147. iteration 17074, perturbing to get out of local maxima iteration 17075 found worse value: 363.609023147. iteration 17076 found worse value: 363.609023147. iteration 17077 found worse value: 363.609023147. iteration 17078 found worse value: 363.609023147. iteration 17078, perturbing to get out of local maxima iteration 17079 found worse value: 363.609023147. iteration 17079, perturbing to get out of local maxima iteration 17080 found worse value: 363.609023147. iteration 17081 found worse value: 363.609023147. iteration 17082 found worse value: 363.609023147. iteration 17083 found worse value: 363.609023147. iteration 17084 found worse value: 363.609023147. iteration 17085 found worse value: 363.609023147. iteration 17085, perturbing to get out of local maxima iteration 17086 found worse value: 363.609023147. iteration 17087 found worse value: 363.609023147. iteration 17087, perturbing to get out of local maxima iteration 17088 found worse value: 363.609023147. iteration 17089 found worse value: 363.609023147. iteration 17089, perturbing to get out of local maxima iteration 17090 found worse value: 363.609023147. iteration 17090, perturbing to get out of local maxima iteration 17091 found worse value: 363.609023147. iteration 17092 found worse value: 363.609023147. iteration 17093 found worse value: 363.609023147. iteration 17093, perturbing to get out of local maxima iteration 17094 found worse value: 363.609023147. iteration 17095 found worse value: 363.609023147. iteration 17096 found worse value: 363.609023147. iteration 17096, perturbing to get out of local maxima iteration 17097 found worse value: 363.609023147. iteration 17098 found worse value: 363.609023147. iteration 17099 found worse value: 363.609023147. iteration 17100 found worse value: 363.609023147. iteration 17101 found worse value: 363.609023147. iteration 17101, perturbing to get out of local maxima iteration 17102 found worse value: 363.609023147. iteration 17102, perturbing to get out of local maxima iteration 17103 found worse value: 363.609023147. iteration 17104 found worse value: 363.609023147. iteration 17105 found worse value: 363.609023147. iteration 17105, perturbing to get out of local maxima iteration 17106 found worse value: 363.609023147. iteration 17107 found worse value: 363.609023147. iteration 17108 found worse value: 363.609023147. iteration 17109 found worse value: 363.609023147. iteration 17110 found worse value: 363.609023147. iteration 17111 found worse value: 363.609023147. iteration 17112 found worse value: 363.609023147. iteration 17113 found worse value: 363.609023147. iteration 17114 found worse value: 363.609023147. iteration 17114, perturbing to get out of local maxima iteration 17115 found worse value: 363.609023147. iteration 17116 found worse value: 363.609023147. iteration 17117 found worse value: 363.609023147. iteration 17118 found worse value: 363.609023147. iteration 17119 found worse value: 363.609023147. iteration 17120 found worse value: 363.609023147. iteration 17121 found worse value: 363.609023147. iteration 17121, perturbing to get out of local maxima iteration 17122 found worse value: 363.609023147. iteration 17123 found worse value: 363.609023147. iteration 17123, perturbing to get out of local maxima iteration 17124 found worse value: 363.609023147. iteration 17125 found worse value: 363.609023147. iteration 17126 found worse value: 363.609023147. iteration 17127 found worse value: 363.609023147. iteration 17128 found worse value: 363.609023147. iteration 17129 found worse value: 363.609023147. iteration 17130 found worse value: 363.609023147. iteration 17131 found worse value: 363.609023147. iteration 17131, perturbing to get out of local maxima iteration 17132 found worse value: 363.609023147. iteration 17133 found worse value: 363.609023147. iteration 17133, perturbing to get out of local maxima iteration 17134 found worse value: 363.609023147. iteration 17135 found worse value: 363.609023147. iteration 17136 found worse value: 363.609023147. iteration 17137 found worse value: 363.609023147. iteration 17138 found worse value: 363.609023147. iteration 17139 found worse value: 363.609023147. iteration 17140 found worse value: 363.609023147. iteration 17140, perturbing to get out of local maxima iteration 17141 found worse value: 363.609023147. iteration 17142 found worse value: 363.609023147. iteration 17143 found worse value: 363.609023147. iteration 17144 found worse value: 363.609023147. iteration 17145 found worse value: 363.609023147. iteration 17146 found worse value: 363.609023147. iteration 17146, perturbing to get out of local maxima iteration 17147 found worse value: 363.609023147. iteration 17148 found worse value: 363.609023147. iteration 17149 found worse value: 363.609023147. iteration 17149, perturbing to get out of local maxima iteration 17150 found worse value: 363.609023147. iteration 17151 found worse value: 363.609023147. iteration 17152 found worse value: 363.609023147. iteration 17153 found worse value: 363.609023147. iteration 17154 found worse value: 363.609023147. iteration 17155 found worse value: 363.609023147. iteration 17156 found worse value: 363.609023147. iteration 17157 found worse value: 363.609023147. iteration 17157, perturbing to get out of local maxima iteration 17158 found worse value: 363.609023147. iteration 17158, perturbing to get out of local maxima iteration 17159 found worse value: 363.609023147. iteration 17160 found worse value: 363.609023147. iteration 17160, perturbing to get out of local maxima iteration 17161 found worse value: 363.609023147. iteration 17161, perturbing to get out of local maxima iteration 17162 found worse value: 363.609023147. iteration 17163 found worse value: 363.609023147. iteration 17164 found worse value: 363.609023147. iteration 17165 found worse value: 363.609023147. iteration 17166 found worse value: 363.609023147. iteration 17166, perturbing to get out of local maxima iteration 17167 found worse value: 363.609023147. iteration 17168 found worse value: 363.609023147. iteration 17169 found worse value: 363.609023147. iteration 17170 found worse value: 363.609023147. iteration 17171 found worse value: 363.609023147. iteration 17171, perturbing to get out of local maxima iteration 17172 found worse value: 363.609023147. iteration 17173 found worse value: 363.609023147. iteration 17174 found worse value: 363.609023147. iteration 17174, perturbing to get out of local maxima iteration 17175 found worse value: 363.609023147. iteration 17176 found worse value: 363.609023147. iteration 17177 found worse value: 363.609023147. iteration 17178 found worse value: 363.609023147. iteration 17179 found worse value: 363.609023147. iteration 17180 found worse value: 363.609023147. iteration 17181 found worse value: 363.609023147. iteration 17182 found worse value: 363.609023147. iteration 17183 found worse value: 363.609023147. iteration 17183, perturbing to get out of local maxima iteration 17184 found worse value: 363.609023147. iteration 17185 found worse value: 363.609023147. iteration 17186 found worse value: 363.609023147. iteration 17186, perturbing to get out of local maxima iteration 17187 found worse value: 363.609023147. iteration 17188 found worse value: 363.609023147. iteration 17188, perturbing to get out of local maxima iteration 17189 found worse value: 363.609023147. iteration 17190 found worse value: 363.609023147. iteration 17191 found worse value: 363.609023147. iteration 17192 found worse value: 363.609023147. iteration 17193 found worse value: 363.609023147. iteration 17194 found worse value: 363.609023147. iteration 17194, perturbing to get out of local maxima iteration 17195 found worse value: 363.609023147. iteration 17196 found worse value: 363.609023147. iteration 17196, perturbing to get out of local maxima iteration 17197 found worse value: 363.609023147. iteration 17198 found worse value: 363.609023147. iteration 17198, perturbing to get out of local maxima iteration 17199 found worse value: 363.609023147. iteration 17200 found worse value: 363.609023147. iteration 17201 found worse value: 363.609023147. iteration 17202 found worse value: 363.609023147. iteration 17203 found worse value: 363.609023147. iteration 17204 found worse value: 363.609023147. iteration 17205 found worse value: 363.609023147. iteration 17205, perturbing to get out of local maxima iteration 17206 found worse value: 363.609023147. iteration 17207 found worse value: 363.609023147. iteration 17208 found worse value: 363.609023147. iteration 17208, perturbing to get out of local maxima iteration 17209 found worse value: 363.609023147. iteration 17210 found worse value: 363.609023147. iteration 17211 found worse value: 363.609023147. iteration 17212 found worse value: 363.609023147. iteration 17212, perturbing to get out of local maxima iteration 17213 found worse value: 363.609023147. iteration 17214 found worse value: 363.609023147. iteration 17215 found worse value: 363.609023147. iteration 17216 found worse value: 363.609023147. iteration 17216, perturbing to get out of local maxima iteration 17217 found worse value: 363.609023147. iteration 17218 found worse value: 363.609023147. iteration 17219 found worse value: 363.609023147. iteration 17219, perturbing to get out of local maxima iteration 17220 found worse value: 363.609023147. iteration 17221 found worse value: 363.609023147. iteration 17221, perturbing to get out of local maxima iteration 17222 found worse value: 363.609023147. iteration 17223 found worse value: 363.609023147. iteration 17224 found worse value: 363.609023147. iteration 17225 found worse value: 363.609023147. iteration 17225, perturbing to get out of local maxima iteration 17226 found worse value: 363.609023147. iteration 17227 found worse value: 363.609023147. iteration 17228 found worse value: 363.609023147. iteration 17228, perturbing to get out of local maxima iteration 17229 found worse value: 363.609023147. iteration 17230 found worse value: 363.609023147. iteration 17231 found worse value: 363.609023147. iteration 17232 found worse value: 363.609023147. iteration 17233 found worse value: 363.609023147. iteration 17234 found worse value: 363.609023147. iteration 17235 found worse value: 363.609023147. iteration 17236 found worse value: 363.609023147. iteration 17236, perturbing to get out of local maxima iteration 17237 found worse value: 363.609023147. iteration 17238 found worse value: 363.609023147. iteration 17239 found worse value: 363.609023147. iteration 17239, perturbing to get out of local maxima iteration 17240 found worse value: 363.609023147. iteration 17241 found worse value: 363.609023147. iteration 17242 found worse value: 363.609023147. iteration 17243 found worse value: 363.609023147. iteration 17244 found worse value: 363.609023147. iteration 17244, perturbing to get out of local maxima iteration 17245 found worse value: 363.609023147. iteration 17246 found worse value: 363.609023147. iteration 17247 found worse value: 363.609023147. iteration 17248 found worse value: 363.609023147. iteration 17249 found worse value: 363.609023147. iteration 17249, perturbing to get out of local maxima iteration 17250 found worse value: 363.609023147. iteration 17250, perturbing to get out of local maxima iteration 17251 found worse value: 363.609023147. iteration 17252 found worse value: 363.609023147. iteration 17252, perturbing to get out of local maxima iteration 17253 found worse value: 363.609023147. iteration 17254 found worse value: 363.609023147. iteration 17255 found worse value: 363.609023147. iteration 17256 found worse value: 363.609023147. iteration 17257 found worse value: 363.609023147. iteration 17258 found worse value: 363.609023147. iteration 17258, perturbing to get out of local maxima iteration 17259 found worse value: 363.609023147. iteration 17260 found worse value: 363.609023147. iteration 17261 found worse value: 363.609023147. iteration 17262 found worse value: 363.609023147. iteration 17263 found worse value: 363.609023147. iteration 17264 found worse value: 363.609023147. iteration 17265 found worse value: 363.609023147. iteration 17266 found worse value: 363.609023147. iteration 17267 found worse value: 363.609023147. iteration 17268 found worse value: 363.609023147. iteration 17269 found worse value: 363.609023147. iteration 17270 found worse value: 363.609023147. iteration 17270, perturbing to get out of local maxima iteration 17271 found worse value: 363.609023147. iteration 17271, perturbing to get out of local maxima iteration 17272 found worse value: 363.609023147. iteration 17273 found worse value: 363.609023147. iteration 17274 found worse value: 363.609023147. iteration 17275 found worse value: 363.609023147. iteration 17275, perturbing to get out of local maxima iteration 17276 found worse value: 363.609023147. iteration 17277 found worse value: 363.609023147. iteration 17278 found worse value: 363.609023147. iteration 17279 found worse value: 363.609023147. iteration 17280 found worse value: 363.609023147. iteration 17281 found worse value: 363.609023147. iteration 17282 found worse value: 363.609023147. iteration 17283 found worse value: 363.609023147. iteration 17284 found worse value: 363.609023147. iteration 17285 found worse value: 363.609023147. iteration 17286 found worse value: 363.609023147. iteration 17286, perturbing to get out of local maxima iteration 17287 found worse value: 363.609023147. iteration 17288 found worse value: 363.609023147. iteration 17289 found worse value: 363.609023147. iteration 17290 found worse value: 363.609023147. iteration 17290, perturbing to get out of local maxima iteration 17291 found worse value: 363.609023147. iteration 17292 found worse value: 363.609023147. iteration 17293 found worse value: 363.609023147. iteration 17294 found worse value: 363.609023147. iteration 17295 found worse value: 363.609023147. iteration 17296 found worse value: 363.609023147. iteration 17297 found worse value: 363.609023147. iteration 17298 found worse value: 363.609023147. iteration 17299 found worse value: 363.609023147. iteration 17299, perturbing to get out of local maxima iteration 17300 found worse value: 363.609023147. iteration 17300, perturbing to get out of local maxima iteration 17301 found worse value: 363.609023147. iteration 17301, perturbing to get out of local maxima iteration 17302 found worse value: 363.609023147. iteration 17303 found worse value: 363.609023147. iteration 17304 found worse value: 363.609023147. iteration 17305 found worse value: 363.609023147. iteration 17306 found worse value: 363.609023147. iteration 17307 found worse value: 363.609023147. iteration 17308 found worse value: 363.609023147. iteration 17309 found worse value: 363.609023147. iteration 17310 found better value: 363.60920685699995 iteration 17311 found worse value: 363.60920685699995. iteration 17311, perturbing to get out of local maxima iteration 17312 found worse value: 363.60920685699995. iteration 17313 found worse value: 363.60920685699995. iteration 17314 found worse value: 363.60920685699995. iteration 17315 found worse value: 363.60920685699995. iteration 17316 found worse value: 363.60920685699995. iteration 17317 found worse value: 363.60920685699995. iteration 17318 found worse value: 363.60920685699995. iteration 17319 found worse value: 363.60920685699995. iteration 17320 found better value: 363.611041407 iteration 17321 found worse value: 363.611041407. iteration 17322 found worse value: 363.611041407. iteration 17323 found worse value: 363.611041407. iteration 17323, perturbing to get out of local maxima iteration 17324 found worse value: 363.611041407. iteration 17325 found worse value: 363.611041407. iteration 17325, perturbing to get out of local maxima iteration 17326 found worse value: 363.611041407. iteration 17327 found worse value: 363.611041407. iteration 17328 found worse value: 363.611041407. iteration 17329 found worse value: 363.611041407. iteration 17330 found worse value: 363.611041407. iteration 17330, perturbing to get out of local maxima iteration 17331 found worse value: 363.611041407. iteration 17332 found worse value: 363.611041407. iteration 17332, perturbing to get out of local maxima iteration 17333 found worse value: 363.611041407. iteration 17333, perturbing to get out of local maxima iteration 17334 found worse value: 363.611041407. iteration 17335 found worse value: 363.611041407. iteration 17336 found worse value: 363.611041407. iteration 17336, perturbing to get out of local maxima iteration 17337 found worse value: 363.611041407. iteration 17338 found worse value: 363.611041407. iteration 17339 found worse value: 363.611041407. iteration 17339, perturbing to get out of local maxima iteration 17340 found worse value: 363.611041407. iteration 17341 found worse value: 363.611041407. iteration 17342 found worse value: 363.611041407. iteration 17343 found worse value: 363.611041407. iteration 17344 found worse value: 363.611041407. iteration 17345 found worse value: 363.611041407. iteration 17346 found worse value: 363.611041407. iteration 17347 found worse value: 363.611041407. iteration 17348 found worse value: 363.611041407. iteration 17348, perturbing to get out of local maxima iteration 17349 found worse value: 363.611041407. iteration 17350 found worse value: 363.611041407. iteration 17350, perturbing to get out of local maxima iteration 17351 found worse value: 363.611041407. iteration 17351, perturbing to get out of local maxima iteration 17352 found worse value: 363.611041407. iteration 17353 found worse value: 363.611041407. iteration 17353, perturbing to get out of local maxima iteration 17354 found worse value: 363.611041407. iteration 17354, perturbing to get out of local maxima iteration 17355 found worse value: 363.611041407. iteration 17355, perturbing to get out of local maxima iteration 17356 found worse value: 363.611041407. iteration 17357 found worse value: 363.611041407. iteration 17358 found worse value: 363.611041407. iteration 17359 found worse value: 363.611041407. iteration 17360 found worse value: 363.611041407. iteration 17360, perturbing to get out of local maxima iteration 17361 found worse value: 363.611041407. iteration 17362 found worse value: 363.611041407. iteration 17363 found worse value: 363.611041407. iteration 17364 found worse value: 363.611041407. iteration 17364, perturbing to get out of local maxima iteration 17365 found worse value: 363.611041407. iteration 17365, perturbing to get out of local maxima iteration 17366 found worse value: 363.611041407. iteration 17367 found worse value: 363.611041407. iteration 17368 found worse value: 363.611041407. iteration 17368, perturbing to get out of local maxima iteration 17369 found worse value: 363.611041407. iteration 17370 found worse value: 363.611041407. iteration 17370, perturbing to get out of local maxima iteration 17371 found worse value: 363.611041407. iteration 17371, perturbing to get out of local maxima iteration 17372 found worse value: 363.611041407. iteration 17373 found worse value: 363.611041407. iteration 17374 found worse value: 363.611041407. iteration 17374, perturbing to get out of local maxima iteration 17375 found worse value: 363.611041407. iteration 17376 found worse value: 363.611041407. iteration 17377 found worse value: 363.611041407. iteration 17377, perturbing to get out of local maxima iteration 17378 found worse value: 363.611041407. iteration 17379 found worse value: 363.611041407. iteration 17380 found worse value: 363.611041407. iteration 17381 found worse value: 363.611041407. iteration 17382 found worse value: 363.611041407. iteration 17383 found worse value: 363.611041407. iteration 17384 found worse value: 363.611041407. iteration 17384, perturbing to get out of local maxima iteration 17385 found worse value: 363.611041407. iteration 17386 found worse value: 363.611041407. iteration 17387 found worse value: 363.611041407. iteration 17387, perturbing to get out of local maxima iteration 17388 found worse value: 363.611041407. iteration 17388, perturbing to get out of local maxima iteration 17389 found worse value: 363.611041407. iteration 17390 found worse value: 363.611041407. iteration 17391 found worse value: 363.611041407. iteration 17392 found worse value: 363.611041407. iteration 17393 found worse value: 363.611041407. iteration 17394 found worse value: 363.611041407. iteration 17395 found worse value: 363.611041407. iteration 17396 found worse value: 363.611041407. iteration 17397 found worse value: 363.611041407. iteration 17398 found worse value: 363.611041407. iteration 17399 found worse value: 363.611041407. iteration 17400 found worse value: 363.611041407. iteration 17401 found worse value: 363.611041407. iteration 17402 found worse value: 363.611041407. iteration 17403 found worse value: 363.611041407. iteration 17404 found worse value: 363.611041407. iteration 17405 found worse value: 363.611041407. iteration 17406 found worse value: 363.611041407. iteration 17407 found worse value: 363.611041407. iteration 17407, perturbing to get out of local maxima iteration 17408 found worse value: 363.611041407. iteration 17408, perturbing to get out of local maxima iteration 17409 found worse value: 363.611041407. iteration 17410 found worse value: 363.611041407. iteration 17411 found worse value: 363.611041407. iteration 17411, perturbing to get out of local maxima iteration 17412 found worse value: 363.611041407. iteration 17413 found worse value: 363.611041407. iteration 17414 found worse value: 363.611041407. iteration 17414, perturbing to get out of local maxima iteration 17415 found worse value: 363.611041407. iteration 17416 found worse value: 363.611041407. iteration 17417 found worse value: 363.611041407. iteration 17418 found worse value: 363.611041407. iteration 17419 found worse value: 363.611041407. iteration 17420 found worse value: 363.611041407. iteration 17421 found worse value: 363.611041407. iteration 17422 found worse value: 363.611041407. iteration 17423 found worse value: 363.611041407. iteration 17424 found worse value: 363.611041407. iteration 17425 found worse value: 363.611041407. iteration 17426 found worse value: 363.611041407. iteration 17427 found worse value: 363.611041407. iteration 17428 found worse value: 363.611041407. iteration 17428, perturbing to get out of local maxima iteration 17429 found worse value: 363.611041407. iteration 17430 found worse value: 363.611041407. iteration 17431 found worse value: 363.611041407. iteration 17432 found worse value: 363.611041407. iteration 17433 found worse value: 363.611041407. iteration 17433, perturbing to get out of local maxima iteration 17434 found worse value: 363.611041407. iteration 17434, perturbing to get out of local maxima iteration 17435 found worse value: 363.611041407. iteration 17436 found worse value: 363.611041407. iteration 17437 found worse value: 363.611041407. iteration 17438 found worse value: 363.611041407. iteration 17439 found worse value: 363.611041407. iteration 17440 found worse value: 363.611041407. iteration 17441 found worse value: 363.611041407. iteration 17442 found worse value: 363.611041407. iteration 17443 found worse value: 363.611041407. iteration 17444 found worse value: 363.611041407. iteration 17445 found worse value: 363.611041407. iteration 17446 found worse value: 363.611041407. iteration 17447 found worse value: 363.611041407. iteration 17448 found worse value: 363.611041407. iteration 17449 found worse value: 363.611041407. iteration 17450 found worse value: 363.611041407. iteration 17451 found worse value: 363.611041407. iteration 17452 found worse value: 363.611041407. iteration 17453 found worse value: 363.611041407. iteration 17454 found worse value: 363.611041407. iteration 17455 found worse value: 363.611041407. iteration 17456 found worse value: 363.611041407. iteration 17456, perturbing to get out of local maxima iteration 17457 found worse value: 363.611041407. iteration 17458 found worse value: 363.611041407. iteration 17459 found worse value: 363.611041407. iteration 17460 found worse value: 363.611041407. iteration 17460, perturbing to get out of local maxima iteration 17461 found worse value: 363.611041407. iteration 17462 found worse value: 363.611041407. iteration 17462, perturbing to get out of local maxima iteration 17463 found worse value: 363.611041407. iteration 17464 found worse value: 363.611041407. iteration 17465 found worse value: 363.611041407. iteration 17465, perturbing to get out of local maxima iteration 17466 found worse value: 363.611041407. iteration 17466, perturbing to get out of local maxima iteration 17467 found worse value: 363.611041407. iteration 17468 found worse value: 363.611041407. iteration 17469 found worse value: 363.611041407. iteration 17469, perturbing to get out of local maxima iteration 17470 found worse value: 363.611041407. iteration 17470, perturbing to get out of local maxima iteration 17471 found worse value: 363.611041407. iteration 17472 found worse value: 363.611041407. iteration 17473 found worse value: 363.611041407. iteration 17473, perturbing to get out of local maxima iteration 17474 found worse value: 363.611041407. iteration 17475 found worse value: 363.611041407. iteration 17476 found worse value: 363.611041407. iteration 17477 found worse value: 363.611041407. iteration 17478 found worse value: 363.611041407. iteration 17479 found worse value: 363.611041407. iteration 17479, perturbing to get out of local maxima iteration 17480 found worse value: 363.611041407. iteration 17480, perturbing to get out of local maxima iteration 17481 found worse value: 363.611041407. iteration 17482 found worse value: 363.611041407. iteration 17483 found worse value: 363.611041407. iteration 17483, perturbing to get out of local maxima iteration 17484 found worse value: 363.611041407. iteration 17484, perturbing to get out of local maxima iteration 17485 found worse value: 363.611041407. iteration 17486 found worse value: 363.611041407. iteration 17486, perturbing to get out of local maxima iteration 17487 found worse value: 363.611041407. iteration 17488 found worse value: 363.611041407. iteration 17489 found worse value: 363.611041407. iteration 17489, perturbing to get out of local maxima iteration 17490 found worse value: 363.611041407. iteration 17491 found worse value: 363.611041407. iteration 17491, perturbing to get out of local maxima iteration 17492 found worse value: 363.611041407. iteration 17493 found worse value: 363.611041407. iteration 17494 found worse value: 363.611041407. iteration 17495 found worse value: 363.611041407. iteration 17496 found worse value: 363.611041407. iteration 17497 found worse value: 363.611041407. iteration 17498 found worse value: 363.611041407. iteration 17499 found worse value: 363.611041407. iteration 17500 found worse value: 363.611041407. iteration 17501 found worse value: 363.611041407. iteration 17502 found worse value: 363.611041407. iteration 17503 found worse value: 363.611041407. iteration 17504 found worse value: 363.611041407. iteration 17505 found worse value: 363.611041407. iteration 17506 found worse value: 363.611041407. iteration 17507 found worse value: 363.611041407. iteration 17508 found worse value: 363.611041407. iteration 17509 found worse value: 363.611041407. iteration 17510 found worse value: 363.611041407. iteration 17511 found worse value: 363.611041407. iteration 17512 found worse value: 363.611041407. iteration 17513 found worse value: 363.611041407. iteration 17514 found worse value: 363.611041407. iteration 17515 found worse value: 363.611041407. iteration 17515, perturbing to get out of local maxima iteration 17516 found worse value: 363.611041407. iteration 17516, perturbing to get out of local maxima iteration 17517 found worse value: 363.611041407. iteration 17518 found worse value: 363.611041407. iteration 17519 found worse value: 363.611041407. iteration 17519, perturbing to get out of local maxima iteration 17520 found worse value: 363.611041407. iteration 17520, perturbing to get out of local maxima iteration 17521 found worse value: 363.611041407. iteration 17522 found worse value: 363.611041407. iteration 17523 found worse value: 363.611041407. iteration 17524 found worse value: 363.611041407. iteration 17525 found worse value: 363.611041407. iteration 17525, perturbing to get out of local maxima iteration 17526 found worse value: 363.611041407. iteration 17527 found worse value: 363.611041407. iteration 17527, perturbing to get out of local maxima iteration 17528 found worse value: 363.611041407. iteration 17529 found worse value: 363.611041407. iteration 17530 found worse value: 363.611041407. iteration 17531 found worse value: 363.611041407. iteration 17532 found worse value: 363.611041407. iteration 17533 found worse value: 363.611041407. iteration 17534 found worse value: 363.611041407. iteration 17535 found worse value: 363.611041407. iteration 17535, perturbing to get out of local maxima iteration 17536 found worse value: 363.611041407. iteration 17537 found worse value: 363.611041407. iteration 17538 found worse value: 363.611041407. iteration 17539 found worse value: 363.611041407. iteration 17540 found worse value: 363.611041407. iteration 17541 found worse value: 363.611041407. iteration 17542 found worse value: 363.611041407. iteration 17543 found worse value: 363.611041407. iteration 17544 found worse value: 363.611041407. iteration 17545 found worse value: 363.611041407. iteration 17546 found worse value: 363.611041407. iteration 17546, perturbing to get out of local maxima iteration 17547 found worse value: 363.611041407. iteration 17548 found worse value: 363.611041407. iteration 17549 found worse value: 363.611041407. iteration 17550 found worse value: 363.611041407. iteration 17551 found worse value: 363.611041407. iteration 17552 found worse value: 363.611041407. iteration 17553 found worse value: 363.611041407. iteration 17554 found worse value: 363.611041407. iteration 17554, perturbing to get out of local maxima iteration 17555 found worse value: 363.611041407. iteration 17555, perturbing to get out of local maxima iteration 17556 found worse value: 363.611041407. iteration 17556, perturbing to get out of local maxima iteration 17557 found worse value: 363.611041407. iteration 17558 found worse value: 363.611041407. iteration 17559 found worse value: 363.611041407. iteration 17560 found worse value: 363.611041407. iteration 17560, perturbing to get out of local maxima iteration 17561 found worse value: 363.611041407. iteration 17562 found worse value: 363.611041407. iteration 17563 found worse value: 363.611041407. iteration 17564 found worse value: 363.611041407. iteration 17565 found worse value: 363.611041407. iteration 17566 found worse value: 363.611041407. iteration 17567 found worse value: 363.611041407. iteration 17568 found worse value: 363.611041407. iteration 17569 found worse value: 363.611041407. iteration 17569, perturbing to get out of local maxima iteration 17570 found worse value: 363.611041407. iteration 17571 found worse value: 363.611041407. iteration 17572 found worse value: 363.611041407. iteration 17573 found worse value: 363.611041407. iteration 17574 found worse value: 363.611041407. iteration 17575 found worse value: 363.611041407. iteration 17576 found worse value: 363.611041407. iteration 17577 found worse value: 363.611041407. iteration 17578 found worse value: 363.611041407. iteration 17579 found worse value: 363.611041407. iteration 17579, perturbing to get out of local maxima iteration 17580 found worse value: 363.611041407. iteration 17580, perturbing to get out of local maxima iteration 17581 found worse value: 363.611041407. iteration 17582 found worse value: 363.611041407. iteration 17583 found worse value: 363.611041407. iteration 17584 found worse value: 363.611041407. iteration 17585 found worse value: 363.611041407. iteration 17586 found worse value: 363.611041407. iteration 17587 found worse value: 363.611041407. iteration 17588 found worse value: 363.611041407. iteration 17589 found worse value: 363.611041407. iteration 17590 found worse value: 363.611041407. iteration 17591 found worse value: 363.611041407. iteration 17592 found worse value: 363.611041407. iteration 17592, perturbing to get out of local maxima iteration 17593 found worse value: 363.611041407. iteration 17594 found worse value: 363.611041407. iteration 17594, perturbing to get out of local maxima iteration 17595 found worse value: 363.611041407. iteration 17596 found worse value: 363.611041407. iteration 17597 found worse value: 363.611041407. iteration 17598 found worse value: 363.611041407. iteration 17599 found worse value: 363.611041407. iteration 17600 found worse value: 363.611041407. iteration 17601 found worse value: 363.611041407. iteration 17602 found worse value: 363.611041407. iteration 17603 found worse value: 363.611041407. iteration 17604 found worse value: 363.611041407. iteration 17604, perturbing to get out of local maxima iteration 17605 found worse value: 363.611041407. iteration 17606 found worse value: 363.611041407. iteration 17607 found worse value: 363.611041407. iteration 17608 found worse value: 363.611041407. iteration 17608, perturbing to get out of local maxima iteration 17609 found worse value: 363.611041407. iteration 17609, perturbing to get out of local maxima iteration 17610 found worse value: 363.611041407. iteration 17610, perturbing to get out of local maxima iteration 17611 found worse value: 363.611041407. iteration 17612 found worse value: 363.611041407. iteration 17613 found worse value: 363.611041407. iteration 17613, perturbing to get out of local maxima iteration 17614 found worse value: 363.611041407. iteration 17615 found worse value: 363.611041407. iteration 17615, perturbing to get out of local maxima iteration 17616 found worse value: 363.611041407. iteration 17617 found worse value: 363.611041407. iteration 17617, perturbing to get out of local maxima iteration 17618 found worse value: 363.611041407. iteration 17619 found worse value: 363.611041407. iteration 17620 found worse value: 363.611041407. iteration 17620, perturbing to get out of local maxima iteration 17621 found worse value: 363.611041407. iteration 17621, perturbing to get out of local maxima iteration 17622 found worse value: 363.611041407. iteration 17623 found worse value: 363.611041407. iteration 17624 found worse value: 363.611041407. iteration 17625 found worse value: 363.611041407. iteration 17625, perturbing to get out of local maxima iteration 17626 found worse value: 363.611041407. iteration 17627 found worse value: 363.611041407. iteration 17628 found worse value: 363.611041407. iteration 17629 found worse value: 363.611041407. iteration 17629, perturbing to get out of local maxima iteration 17630 found worse value: 363.611041407. iteration 17631 found worse value: 363.611041407. iteration 17632 found worse value: 363.611041407. iteration 17633 found worse value: 363.611041407. iteration 17633, perturbing to get out of local maxima iteration 17634 found worse value: 363.611041407. iteration 17635 found worse value: 363.611041407. iteration 17635, perturbing to get out of local maxima iteration 17636 found worse value: 363.611041407. iteration 17636, perturbing to get out of local maxima iteration 17637 found worse value: 363.611041407. iteration 17638 found worse value: 363.611041407. iteration 17638, perturbing to get out of local maxima iteration 17639 found worse value: 363.611041407. iteration 17640 found worse value: 363.611041407. iteration 17640, perturbing to get out of local maxima iteration 17641 found worse value: 363.611041407. iteration 17641, perturbing to get out of local maxima iteration 17642 found worse value: 363.611041407. iteration 17643 found worse value: 363.611041407. iteration 17643, perturbing to get out of local maxima iteration 17644 found worse value: 363.611041407. iteration 17645 found worse value: 363.611041407. iteration 17646 found worse value: 363.611041407. iteration 17646, perturbing to get out of local maxima iteration 17647 found worse value: 363.611041407. iteration 17647, perturbing to get out of local maxima iteration 17648 found worse value: 363.611041407. iteration 17649 found worse value: 363.611041407. iteration 17650 found worse value: 363.611041407. iteration 17651 found worse value: 363.611041407. iteration 17652 found worse value: 363.611041407. iteration 17653 found worse value: 363.611041407. iteration 17654 found worse value: 363.611041407. iteration 17655 found worse value: 363.611041407. iteration 17655, perturbing to get out of local maxima iteration 17656 found worse value: 363.611041407. iteration 17657 found worse value: 363.611041407. iteration 17658 found worse value: 363.611041407. iteration 17659 found worse value: 363.611041407. iteration 17659, perturbing to get out of local maxima iteration 17660 found worse value: 363.611041407. iteration 17660, perturbing to get out of local maxima iteration 17661 found worse value: 363.611041407. iteration 17662 found worse value: 363.611041407. iteration 17662, perturbing to get out of local maxima iteration 17663 found worse value: 363.611041407. iteration 17663, perturbing to get out of local maxima iteration 17664 found worse value: 363.611041407. iteration 17664, perturbing to get out of local maxima iteration 17665 found worse value: 363.611041407. iteration 17666 found worse value: 363.611041407. iteration 17667 found worse value: 363.611041407. iteration 17667, perturbing to get out of local maxima iteration 17668 found worse value: 363.611041407. iteration 17668, perturbing to get out of local maxima iteration 17669 found worse value: 363.611041407. iteration 17670 found worse value: 363.611041407. iteration 17671 found worse value: 363.611041407. iteration 17672 found worse value: 363.611041407. iteration 17673 found worse value: 363.611041407. iteration 17674 found worse value: 363.611041407. iteration 17675 found worse value: 363.611041407. iteration 17675, perturbing to get out of local maxima iteration 17676 found worse value: 363.611041407. iteration 17677 found worse value: 363.611041407. iteration 17678 found worse value: 363.611041407. iteration 17679 found worse value: 363.611041407. iteration 17680 found worse value: 363.611041407. iteration 17681 found worse value: 363.611041407. iteration 17681, perturbing to get out of local maxima iteration 17682 found worse value: 363.611041407. iteration 17683 found worse value: 363.611041407. iteration 17684 found worse value: 363.611041407. iteration 17685 found worse value: 363.611041407. iteration 17686 found worse value: 363.611041407. iteration 17687 found worse value: 363.611041407. iteration 17688 found worse value: 363.611041407. iteration 17689 found worse value: 363.611041407. iteration 17690 found worse value: 363.611041407. iteration 17691 found worse value: 363.611041407. iteration 17691, perturbing to get out of local maxima iteration 17692 found worse value: 363.611041407. iteration 17692, perturbing to get out of local maxima iteration 17693 found worse value: 363.611041407. iteration 17693, perturbing to get out of local maxima iteration 17694 found worse value: 363.611041407. iteration 17695 found worse value: 363.611041407. iteration 17696 found worse value: 363.611041407. iteration 17697 found worse value: 363.611041407. iteration 17698 found worse value: 363.611041407. iteration 17699 found worse value: 363.611041407. iteration 17699, perturbing to get out of local maxima iteration 17700 found worse value: 363.611041407. iteration 17701 found worse value: 363.611041407. iteration 17701, perturbing to get out of local maxima iteration 17702 found worse value: 363.611041407. iteration 17703 found worse value: 363.611041407. iteration 17704 found worse value: 363.611041407. iteration 17705 found worse value: 363.611041407. iteration 17706 found worse value: 363.611041407. iteration 17706, perturbing to get out of local maxima iteration 17707 found worse value: 363.611041407. iteration 17708 found worse value: 363.611041407. iteration 17709 found worse value: 363.611041407. iteration 17710 found worse value: 363.611041407. iteration 17711 found worse value: 363.611041407. iteration 17712 found worse value: 363.611041407. iteration 17713 found worse value: 363.611041407. iteration 17714 found worse value: 363.611041407. iteration 17715 found worse value: 363.611041407. iteration 17716 found worse value: 363.611041407. iteration 17717 found worse value: 363.611041407. iteration 17717, perturbing to get out of local maxima iteration 17718 found worse value: 363.611041407. iteration 17719 found worse value: 363.611041407. iteration 17720 found worse value: 363.611041407. iteration 17720, perturbing to get out of local maxima iteration 17721 found worse value: 363.611041407. iteration 17722 found worse value: 363.611041407. iteration 17722, perturbing to get out of local maxima iteration 17723 found worse value: 363.611041407. iteration 17723, perturbing to get out of local maxima iteration 17724 found worse value: 363.611041407. iteration 17724, perturbing to get out of local maxima iteration 17725 found worse value: 363.611041407. iteration 17726 found worse value: 363.611041407. iteration 17726, perturbing to get out of local maxima iteration 17727 found worse value: 363.611041407. iteration 17728 found worse value: 363.611041407. iteration 17729 found worse value: 363.611041407. iteration 17730 found worse value: 363.611041407. iteration 17731 found worse value: 363.611041407. iteration 17731, perturbing to get out of local maxima iteration 17732 found worse value: 363.611041407. iteration 17733 found worse value: 363.611041407. iteration 17734 found worse value: 363.611041407. iteration 17735 found worse value: 363.611041407. iteration 17736 found worse value: 363.611041407. iteration 17736, perturbing to get out of local maxima iteration 17737 found worse value: 363.611041407. iteration 17737, perturbing to get out of local maxima iteration 17738 found worse value: 363.611041407. iteration 17739 found worse value: 363.611041407. iteration 17740 found worse value: 363.611041407. iteration 17741 found worse value: 363.611041407. iteration 17742 found worse value: 363.611041407. iteration 17743 found worse value: 363.611041407. iteration 17744 found worse value: 363.611041407. iteration 17745 found worse value: 363.611041407. iteration 17746 found worse value: 363.611041407. iteration 17747 found worse value: 363.611041407. iteration 17748 found worse value: 363.611041407. iteration 17749 found worse value: 363.611041407. iteration 17749, perturbing to get out of local maxima iteration 17750 found worse value: 363.611041407. iteration 17750, perturbing to get out of local maxima iteration 17751 found worse value: 363.611041407. iteration 17752 found worse value: 363.611041407. iteration 17753 found worse value: 363.611041407. iteration 17754 found worse value: 363.611041407. iteration 17755 found worse value: 363.611041407. iteration 17756 found worse value: 363.611041407. iteration 17757 found worse value: 363.611041407. iteration 17758 found worse value: 363.611041407. iteration 17759 found worse value: 363.611041407. iteration 17760 found worse value: 363.611041407. iteration 17760, perturbing to get out of local maxima iteration 17761 found worse value: 363.611041407. iteration 17762 found worse value: 363.611041407. iteration 17763 found worse value: 363.611041407. iteration 17764 found worse value: 363.611041407. iteration 17764, perturbing to get out of local maxima iteration 17765 found worse value: 363.611041407. iteration 17766 found worse value: 363.611041407. iteration 17767 found worse value: 363.611041407. iteration 17767, perturbing to get out of local maxima iteration 17768 found worse value: 363.611041407. iteration 17768, perturbing to get out of local maxima iteration 17769 found worse value: 363.611041407. iteration 17769, perturbing to get out of local maxima iteration 17770 found worse value: 363.611041407. iteration 17770, perturbing to get out of local maxima iteration 17771 found worse value: 363.611041407. iteration 17771, perturbing to get out of local maxima iteration 17772 found worse value: 363.611041407. iteration 17773 found worse value: 363.611041407. iteration 17773, perturbing to get out of local maxima iteration 17774 found worse value: 363.611041407. iteration 17775 found worse value: 363.611041407. iteration 17776 found worse value: 363.611041407. iteration 17777 found worse value: 363.611041407. iteration 17778 found worse value: 363.611041407. iteration 17779 found worse value: 363.611041407. iteration 17780 found worse value: 363.611041407. iteration 17780, perturbing to get out of local maxima iteration 17781 found worse value: 363.611041407. iteration 17781, perturbing to get out of local maxima iteration 17782 found worse value: 363.611041407. iteration 17783 found worse value: 363.611041407. iteration 17784 found worse value: 363.611041407. iteration 17784, perturbing to get out of local maxima iteration 17785 found worse value: 363.611041407. iteration 17786 found worse value: 363.611041407. iteration 17786, perturbing to get out of local maxima iteration 17787 found worse value: 363.611041407. iteration 17787, perturbing to get out of local maxima iteration 17788 found worse value: 363.611041407. iteration 17789 found worse value: 363.611041407. iteration 17789, perturbing to get out of local maxima iteration 17790 found worse value: 363.611041407. iteration 17791 found worse value: 363.611041407. iteration 17792 found worse value: 363.611041407. iteration 17793 found worse value: 363.611041407. iteration 17794 found worse value: 363.611041407. iteration 17795 found worse value: 363.611041407. iteration 17796 found worse value: 363.611041407. iteration 17796, perturbing to get out of local maxima iteration 17797 found worse value: 363.611041407. iteration 17798 found worse value: 363.611041407. iteration 17798, perturbing to get out of local maxima iteration 17799 found worse value: 363.611041407. iteration 17800 found worse value: 363.611041407. iteration 17801 found worse value: 363.611041407. iteration 17801, perturbing to get out of local maxima iteration 17802 found worse value: 363.611041407. iteration 17803 found worse value: 363.611041407. iteration 17803, perturbing to get out of local maxima iteration 17804 found worse value: 363.611041407. iteration 17805 found worse value: 363.611041407. iteration 17806 found worse value: 363.611041407. iteration 17807 found worse value: 363.611041407. iteration 17808 found worse value: 363.611041407. iteration 17809 found worse value: 363.611041407. iteration 17810 found worse value: 363.611041407. iteration 17810, perturbing to get out of local maxima iteration 17811 found worse value: 363.611041407. iteration 17812 found worse value: 363.611041407. iteration 17813 found worse value: 363.611041407. iteration 17813, perturbing to get out of local maxima iteration 17814 found worse value: 363.611041407. iteration 17815 found worse value: 363.611041407. iteration 17815, perturbing to get out of local maxima iteration 17816 found worse value: 363.611041407. iteration 17817 found worse value: 363.611041407. iteration 17818 found worse value: 363.611041407. iteration 17819 found worse value: 363.611041407. iteration 17820 found worse value: 363.611041407. iteration 17820, perturbing to get out of local maxima iteration 17821 found worse value: 363.611041407. iteration 17822 found worse value: 363.611041407. iteration 17823 found worse value: 363.611041407. iteration 17823, perturbing to get out of local maxima iteration 17824 found worse value: 363.611041407. iteration 17825 found worse value: 363.611041407. iteration 17826 found worse value: 363.611041407. iteration 17827 found worse value: 363.611041407. iteration 17828 found worse value: 363.611041407. iteration 17829 found worse value: 363.611041407. iteration 17829, perturbing to get out of local maxima iteration 17830 found worse value: 363.611041407. iteration 17831 found worse value: 363.611041407. iteration 17832 found worse value: 363.611041407. iteration 17833 found worse value: 363.611041407. iteration 17834 found worse value: 363.611041407. iteration 17835 found worse value: 363.611041407. iteration 17836 found worse value: 363.611041407. iteration 17837 found worse value: 363.611041407. iteration 17838 found worse value: 363.611041407. iteration 17839 found worse value: 363.611041407. iteration 17840 found worse value: 363.611041407. iteration 17841 found worse value: 363.611041407. iteration 17842 found worse value: 363.611041407. iteration 17843 found worse value: 363.611041407. iteration 17843, perturbing to get out of local maxima iteration 17844 found worse value: 363.611041407. iteration 17845 found worse value: 363.611041407. iteration 17846 found worse value: 363.611041407. iteration 17847 found worse value: 363.611041407. iteration 17848 found worse value: 363.611041407. iteration 17849 found worse value: 363.611041407. iteration 17850 found worse value: 363.611041407. iteration 17850, perturbing to get out of local maxima iteration 17851 found worse value: 363.611041407. iteration 17852 found worse value: 363.611041407. iteration 17853 found worse value: 363.611041407. iteration 17854 found worse value: 363.611041407. iteration 17855 found worse value: 363.611041407. iteration 17856 found worse value: 363.611041407. iteration 17857 found worse value: 363.611041407. iteration 17858 found worse value: 363.611041407. iteration 17859 found worse value: 363.611041407. iteration 17860 found worse value: 363.611041407. iteration 17861 found worse value: 363.611041407. iteration 17861, perturbing to get out of local maxima iteration 17862 found worse value: 363.611041407. iteration 17863 found worse value: 363.611041407. iteration 17864 found worse value: 363.611041407. iteration 17864, perturbing to get out of local maxima iteration 17865 found worse value: 363.611041407. iteration 17865, perturbing to get out of local maxima iteration 17866 found worse value: 363.611041407. iteration 17866, perturbing to get out of local maxima iteration 17867 found worse value: 363.611041407. iteration 17868 found worse value: 363.611041407. iteration 17868, perturbing to get out of local maxima iteration 17869 found worse value: 363.611041407. iteration 17870 found worse value: 363.611041407. iteration 17870, perturbing to get out of local maxima iteration 17871 found worse value: 363.611041407. iteration 17872 found worse value: 363.611041407. iteration 17873 found worse value: 363.611041407. iteration 17874 found worse value: 363.611041407. iteration 17875 found worse value: 363.611041407. iteration 17876 found worse value: 363.611041407. iteration 17877 found worse value: 363.611041407. iteration 17877, perturbing to get out of local maxima iteration 17878 found worse value: 363.611041407. iteration 17879 found worse value: 363.611041407. iteration 17879, perturbing to get out of local maxima iteration 17880 found worse value: 363.611041407. iteration 17881 found worse value: 363.611041407. iteration 17882 found worse value: 363.611041407. iteration 17883 found worse value: 363.611041407. iteration 17883, perturbing to get out of local maxima iteration 17884 found worse value: 363.611041407. iteration 17884, perturbing to get out of local maxima iteration 17885 found worse value: 363.611041407. iteration 17885, perturbing to get out of local maxima iteration 17886 found worse value: 363.611041407. iteration 17887 found worse value: 363.611041407. iteration 17888 found worse value: 363.611041407. iteration 17889 found worse value: 363.611041407. iteration 17890 found worse value: 363.611041407. iteration 17891 found worse value: 363.611041407. iteration 17891, perturbing to get out of local maxima iteration 17892 found worse value: 363.611041407. iteration 17892, perturbing to get out of local maxima iteration 17893 found worse value: 363.611041407. iteration 17893, perturbing to get out of local maxima iteration 17894 found worse value: 363.611041407. iteration 17895 found worse value: 363.611041407. iteration 17895, perturbing to get out of local maxima iteration 17896 found worse value: 363.611041407. iteration 17896, perturbing to get out of local maxima iteration 17897 found worse value: 363.611041407. iteration 17898 found worse value: 363.611041407. iteration 17898, perturbing to get out of local maxima iteration 17899 found worse value: 363.611041407. iteration 17900 found worse value: 363.611041407. iteration 17901 found worse value: 363.611041407. iteration 17902 found worse value: 363.611041407. iteration 17903 found worse value: 363.611041407. iteration 17903, perturbing to get out of local maxima iteration 17904 found worse value: 363.611041407. iteration 17905 found worse value: 363.611041407. iteration 17906 found worse value: 363.611041407. iteration 17907 found worse value: 363.611041407. iteration 17907, perturbing to get out of local maxima iteration 17908 found worse value: 363.611041407. iteration 17909 found worse value: 363.611041407. iteration 17909, perturbing to get out of local maxima iteration 17910 found worse value: 363.611041407. iteration 17911 found worse value: 363.611041407. iteration 17912 found worse value: 363.611041407. iteration 17913 found worse value: 363.611041407. iteration 17914 found worse value: 363.611041407. iteration 17914, perturbing to get out of local maxima iteration 17915 found worse value: 363.611041407. iteration 17916 found worse value: 363.611041407. iteration 17916, perturbing to get out of local maxima iteration 17917 found worse value: 363.611041407. iteration 17918 found worse value: 363.611041407. iteration 17919 found worse value: 363.611041407. iteration 17920 found worse value: 363.611041407. iteration 17920, perturbing to get out of local maxima iteration 17921 found worse value: 363.611041407. iteration 17922 found worse value: 363.611041407. iteration 17923 found worse value: 363.611041407. iteration 17924 found worse value: 363.611041407. iteration 17925 found worse value: 363.611041407. iteration 17926 found worse value: 363.611041407. iteration 17927 found worse value: 363.611041407. iteration 17928 found worse value: 363.611041407. iteration 17929 found worse value: 363.611041407. iteration 17930 found worse value: 363.611041407. iteration 17931 found worse value: 363.611041407. iteration 17932 found worse value: 363.611041407. iteration 17932, perturbing to get out of local maxima iteration 17933 found worse value: 363.611041407. iteration 17934 found worse value: 363.611041407. iteration 17935 found worse value: 363.611041407. iteration 17936 found worse value: 363.611041407. iteration 17937 found worse value: 363.611041407. iteration 17938 found worse value: 363.611041407. iteration 17939 found worse value: 363.611041407. iteration 17940 found worse value: 363.611041407. iteration 17941 found worse value: 363.611041407. iteration 17942 found worse value: 363.611041407. iteration 17942, perturbing to get out of local maxima iteration 17943 found worse value: 363.611041407. iteration 17944 found worse value: 363.611041407. iteration 17944, perturbing to get out of local maxima iteration 17945 found worse value: 363.611041407. iteration 17945, perturbing to get out of local maxima iteration 17946 found worse value: 363.611041407. iteration 17947 found worse value: 363.611041407. iteration 17948 found worse value: 363.611041407. iteration 17948, perturbing to get out of local maxima iteration 17949 found worse value: 363.611041407. iteration 17949, perturbing to get out of local maxima iteration 17950 found worse value: 363.611041407. iteration 17950, perturbing to get out of local maxima iteration 17951 found worse value: 363.611041407. iteration 17951, perturbing to get out of local maxima iteration 17952 found worse value: 363.611041407. iteration 17953 found worse value: 363.611041407. iteration 17953, perturbing to get out of local maxima iteration 17954 found worse value: 363.611041407. iteration 17955 found worse value: 363.611041407. iteration 17955, perturbing to get out of local maxima iteration 17956 found worse value: 363.611041407. iteration 17956, perturbing to get out of local maxima iteration 17957 found worse value: 363.611041407. iteration 17957, perturbing to get out of local maxima iteration 17958 found worse value: 363.611041407. iteration 17959 found worse value: 363.611041407. iteration 17960 found worse value: 363.611041407. iteration 17961 found worse value: 363.611041407. iteration 17962 found worse value: 363.611041407. iteration 17963 found worse value: 363.611041407. iteration 17964 found worse value: 363.611041407. iteration 17965 found worse value: 363.611041407. iteration 17966 found worse value: 363.611041407. iteration 17967 found worse value: 363.611041407. iteration 17968 found worse value: 363.611041407. iteration 17969 found worse value: 363.611041407. iteration 17970 found worse value: 363.611041407. iteration 17970, perturbing to get out of local maxima iteration 17971 found worse value: 363.611041407. iteration 17972 found worse value: 363.611041407. iteration 17973 found worse value: 363.611041407. iteration 17974 found worse value: 363.611041407. iteration 17974, perturbing to get out of local maxima iteration 17975 found worse value: 363.611041407. iteration 17976 found worse value: 363.611041407. iteration 17977 found worse value: 363.611041407. iteration 17978 found worse value: 363.611041407. iteration 17979 found worse value: 363.611041407. iteration 17980 found worse value: 363.611041407. iteration 17981 found worse value: 363.611041407. iteration 17981, perturbing to get out of local maxima iteration 17982 found worse value: 363.611041407. iteration 17983 found worse value: 363.611041407. iteration 17984 found worse value: 363.611041407. iteration 17985 found worse value: 363.611041407. iteration 17986 found worse value: 363.611041407. iteration 17987 found worse value: 363.611041407. iteration 17988 found worse value: 363.611041407. iteration 17989 found worse value: 363.611041407. iteration 17990 found worse value: 363.611041407. iteration 17991 found worse value: 363.611041407. iteration 17992 found worse value: 363.611041407. iteration 17993 found worse value: 363.611041407. iteration 17993, perturbing to get out of local maxima iteration 17994 found worse value: 363.611041407. iteration 17995 found worse value: 363.611041407. iteration 17996 found worse value: 363.611041407. iteration 17997 found worse value: 363.611041407. iteration 17997, perturbing to get out of local maxima iteration 17998 found worse value: 363.611041407. iteration 17999 found worse value: 363.611041407. iteration 18000 found worse value: 363.611041407. iteration 18001 found worse value: 363.611041407. iteration 18002 found worse value: 363.611041407. iteration 18003 found worse value: 363.611041407. iteration 18004 found worse value: 363.611041407. iteration 18004, perturbing to get out of local maxima iteration 18005 found worse value: 363.611041407. iteration 18006 found worse value: 363.611041407. iteration 18006, perturbing to get out of local maxima iteration 18007 found worse value: 363.611041407. iteration 18008 found worse value: 363.611041407. iteration 18009 found worse value: 363.611041407. iteration 18009, perturbing to get out of local maxima iteration 18010 found worse value: 363.611041407. iteration 18011 found worse value: 363.611041407. iteration 18012 found worse value: 363.611041407. iteration 18013 found worse value: 363.611041407. iteration 18013, perturbing to get out of local maxima iteration 18014 found worse value: 363.611041407. iteration 18015 found worse value: 363.611041407. iteration 18016 found worse value: 363.611041407. iteration 18017 found worse value: 363.611041407. iteration 18018 found worse value: 363.611041407. iteration 18019 found worse value: 363.611041407. iteration 18020 found worse value: 363.611041407. iteration 18021 found worse value: 363.611041407. iteration 18022 found worse value: 363.611041407. iteration 18023 found worse value: 363.611041407. iteration 18024 found worse value: 363.611041407. iteration 18024, perturbing to get out of local maxima iteration 18025 found worse value: 363.611041407. iteration 18026 found worse value: 363.611041407. iteration 18026, perturbing to get out of local maxima iteration 18027 found worse value: 363.611041407. iteration 18028 found worse value: 363.611041407. iteration 18029 found worse value: 363.611041407. iteration 18030 found worse value: 363.611041407. iteration 18031 found worse value: 363.611041407. iteration 18032 found worse value: 363.611041407. iteration 18032, perturbing to get out of local maxima iteration 18033 found worse value: 363.611041407. iteration 18034 found worse value: 363.611041407. iteration 18035 found worse value: 363.611041407. iteration 18036 found worse value: 363.611041407. iteration 18036, perturbing to get out of local maxima iteration 18037 found worse value: 363.611041407. iteration 18037, perturbing to get out of local maxima iteration 18038 found worse value: 363.611041407. iteration 18039 found worse value: 363.611041407. iteration 18039, perturbing to get out of local maxima iteration 18040 found worse value: 363.611041407. iteration 18041 found worse value: 363.611041407. iteration 18042 found worse value: 363.611041407. iteration 18042, perturbing to get out of local maxima iteration 18043 found worse value: 363.611041407. iteration 18044 found worse value: 363.611041407. iteration 18045 found worse value: 363.611041407. iteration 18045, perturbing to get out of local maxima iteration 18046 found worse value: 363.611041407. iteration 18047 found worse value: 363.611041407. iteration 18048 found worse value: 363.611041407. iteration 18049 found worse value: 363.611041407. iteration 18050 found worse value: 363.611041407. iteration 18051 found worse value: 363.611041407. iteration 18052 found worse value: 363.611041407. iteration 18053 found worse value: 363.611041407. iteration 18054 found worse value: 363.611041407. iteration 18055 found worse value: 363.611041407. iteration 18056 found worse value: 363.611041407. iteration 18057 found worse value: 363.611041407. iteration 18058 found worse value: 363.611041407. iteration 18059 found worse value: 363.611041407. iteration 18059, perturbing to get out of local maxima iteration 18060 found worse value: 363.611041407. iteration 18060, perturbing to get out of local maxima iteration 18061 found worse value: 363.611041407. iteration 18061, perturbing to get out of local maxima iteration 18062 found worse value: 363.611041407. iteration 18063 found worse value: 363.611041407. iteration 18063, perturbing to get out of local maxima iteration 18064 found worse value: 363.611041407. iteration 18064, perturbing to get out of local maxima iteration 18065 found worse value: 363.611041407. iteration 18065, perturbing to get out of local maxima iteration 18066 found worse value: 363.611041407. iteration 18067 found worse value: 363.611041407. iteration 18068 found worse value: 363.611041407. iteration 18069 found worse value: 363.611041407. iteration 18069, perturbing to get out of local maxima iteration 18070 found worse value: 363.611041407. iteration 18071 found worse value: 363.611041407. iteration 18072 found worse value: 363.611041407. iteration 18073 found worse value: 363.611041407. iteration 18073, perturbing to get out of local maxima iteration 18074 found worse value: 363.611041407. iteration 18075 found worse value: 363.611041407. iteration 18075, perturbing to get out of local maxima iteration 18076 found worse value: 363.611041407. iteration 18076, perturbing to get out of local maxima iteration 18077 found worse value: 363.611041407. iteration 18078 found worse value: 363.611041407. iteration 18079 found worse value: 363.611041407. iteration 18080 found worse value: 363.611041407. iteration 18081 found worse value: 363.611041407. iteration 18081, perturbing to get out of local maxima iteration 18082 found worse value: 363.611041407. iteration 18083 found worse value: 363.611041407. iteration 18083, perturbing to get out of local maxima iteration 18084 found worse value: 363.611041407. iteration 18085 found worse value: 363.611041407. iteration 18086 found worse value: 363.611041407. iteration 18087 found worse value: 363.611041407. iteration 18087, perturbing to get out of local maxima iteration 18088 found worse value: 363.611041407. iteration 18089 found worse value: 363.611041407. iteration 18090 found worse value: 363.611041407. iteration 18090, perturbing to get out of local maxima iteration 18091 found worse value: 363.611041407. iteration 18091, perturbing to get out of local maxima iteration 18092 found worse value: 363.611041407. iteration 18092, perturbing to get out of local maxima iteration 18093 found worse value: 363.611041407. iteration 18094 found worse value: 363.611041407. iteration 18095 found worse value: 363.611041407. iteration 18096 found worse value: 363.611041407. iteration 18097 found worse value: 363.611041407. iteration 18098 found worse value: 363.611041407. iteration 18098, perturbing to get out of local maxima iteration 18099 found worse value: 363.611041407. iteration 18100 found worse value: 363.611041407. iteration 18101 found worse value: 363.611041407. iteration 18102 found worse value: 363.611041407. iteration 18103 found worse value: 363.611041407. iteration 18104 found worse value: 363.611041407. iteration 18105 found worse value: 363.611041407. iteration 18106 found worse value: 363.611041407. iteration 18107 found worse value: 363.611041407. iteration 18107, perturbing to get out of local maxima iteration 18108 found worse value: 363.611041407. iteration 18109 found worse value: 363.611041407. iteration 18109, perturbing to get out of local maxima iteration 18110 found worse value: 363.611041407. iteration 18111 found worse value: 363.611041407. iteration 18112 found worse value: 363.611041407. iteration 18113 found worse value: 363.611041407. iteration 18114 found worse value: 363.611041407. iteration 18115 found worse value: 363.611041407. iteration 18116 found worse value: 363.611041407. iteration 18117 found worse value: 363.611041407. iteration 18118 found worse value: 363.611041407. iteration 18119 found worse value: 363.611041407. iteration 18120 found worse value: 363.611041407. iteration 18121 found worse value: 363.611041407. iteration 18122 found worse value: 363.611041407. iteration 18122, perturbing to get out of local maxima iteration 18123 found worse value: 363.611041407. iteration 18123, perturbing to get out of local maxima iteration 18124 found worse value: 363.611041407. iteration 18125 found worse value: 363.611041407. iteration 18126 found worse value: 363.611041407. iteration 18127 found worse value: 363.611041407. iteration 18127, perturbing to get out of local maxima iteration 18128 found worse value: 363.611041407. iteration 18129 found worse value: 363.611041407. iteration 18130 found worse value: 363.611041407. iteration 18131 found worse value: 363.611041407. iteration 18132 found worse value: 363.611041407. iteration 18133 found worse value: 363.611041407. iteration 18134 found worse value: 363.611041407. iteration 18135 found worse value: 363.611041407. iteration 18136 found worse value: 363.611041407. iteration 18136, perturbing to get out of local maxima iteration 18137 found worse value: 363.611041407. iteration 18138 found worse value: 363.611041407. iteration 18139 found worse value: 363.611041407. iteration 18139, perturbing to get out of local maxima iteration 18140 found worse value: 363.611041407. iteration 18141 found worse value: 363.611041407. iteration 18142 found worse value: 363.611041407. iteration 18143 found worse value: 363.611041407. iteration 18143, perturbing to get out of local maxima iteration 18144 found worse value: 363.611041407. iteration 18145 found worse value: 363.611041407. iteration 18145, perturbing to get out of local maxima iteration 18146 found worse value: 363.611041407. iteration 18147 found worse value: 363.611041407. iteration 18148 found worse value: 363.611041407. iteration 18149 found worse value: 363.611041407. iteration 18150 found worse value: 363.611041407. iteration 18151 found worse value: 363.611041407. iteration 18152 found worse value: 363.611041407. iteration 18153 found worse value: 363.611041407. iteration 18154 found worse value: 363.611041407. iteration 18154, perturbing to get out of local maxima iteration 18155 found worse value: 363.611041407. iteration 18155, perturbing to get out of local maxima iteration 18156 found worse value: 363.611041407. iteration 18157 found worse value: 363.611041407. iteration 18157, perturbing to get out of local maxima iteration 18158 found worse value: 363.611041407. iteration 18158, perturbing to get out of local maxima iteration 18159 found worse value: 363.611041407. iteration 18160 found worse value: 363.611041407. iteration 18161 found worse value: 363.611041407. iteration 18162 found worse value: 363.611041407. iteration 18163 found worse value: 363.611041407. iteration 18164 found worse value: 363.611041407. iteration 18164, perturbing to get out of local maxima iteration 18165 found worse value: 363.611041407. iteration 18166 found worse value: 363.611041407. iteration 18166, perturbing to get out of local maxima iteration 18167 found worse value: 363.611041407. iteration 18168 found worse value: 363.611041407. iteration 18169 found worse value: 363.611041407. iteration 18170 found worse value: 363.611041407. iteration 18171 found worse value: 363.611041407. iteration 18172 found worse value: 363.611041407. iteration 18173 found worse value: 363.611041407. iteration 18174 found worse value: 363.611041407. iteration 18175 found worse value: 363.611041407. iteration 18176 found worse value: 363.611041407. iteration 18177 found worse value: 363.611041407. iteration 18178 found worse value: 363.611041407. iteration 18179 found worse value: 363.611041407. iteration 18179, perturbing to get out of local maxima iteration 18180 found worse value: 363.611041407. iteration 18181 found worse value: 363.611041407. iteration 18182 found worse value: 363.611041407. iteration 18183 found worse value: 363.611041407. iteration 18184 found worse value: 363.611041407. iteration 18184, perturbing to get out of local maxima iteration 18185 found worse value: 363.611041407. iteration 18185, perturbing to get out of local maxima iteration 18186 found worse value: 363.611041407. iteration 18187 found worse value: 363.611041407. iteration 18188 found worse value: 363.611041407. iteration 18189 found worse value: 363.611041407. iteration 18190 found worse value: 363.611041407. iteration 18191 found worse value: 363.611041407. iteration 18192 found worse value: 363.611041407. iteration 18192, perturbing to get out of local maxima iteration 18193 found worse value: 363.611041407. iteration 18193, perturbing to get out of local maxima iteration 18194 found worse value: 363.611041407. iteration 18194, perturbing to get out of local maxima iteration 18195 found worse value: 363.611041407. iteration 18196 found worse value: 363.611041407. iteration 18197 found worse value: 363.611041407. iteration 18198 found worse value: 363.611041407. iteration 18198, perturbing to get out of local maxima iteration 18199 found worse value: 363.611041407. iteration 18199, perturbing to get out of local maxima iteration 18200 found worse value: 363.611041407. iteration 18200, perturbing to get out of local maxima iteration 18201 found worse value: 363.611041407. iteration 18202 found worse value: 363.611041407. iteration 18202, perturbing to get out of local maxima iteration 18203 found worse value: 363.611041407. iteration 18204 found worse value: 363.611041407. iteration 18205 found worse value: 363.611041407. iteration 18206 found worse value: 363.611041407. iteration 18207 found worse value: 363.611041407. iteration 18208 found worse value: 363.611041407. iteration 18209 found worse value: 363.611041407. iteration 18210 found worse value: 363.611041407. iteration 18211 found worse value: 363.611041407. iteration 18212 found worse value: 363.611041407. iteration 18212, perturbing to get out of local maxima iteration 18213 found worse value: 363.611041407. iteration 18213, perturbing to get out of local maxima iteration 18214 found worse value: 363.611041407. iteration 18215 found worse value: 363.611041407. iteration 18216 found worse value: 363.611041407. iteration 18216, perturbing to get out of local maxima iteration 18217 found worse value: 363.611041407. iteration 18218 found worse value: 363.611041407. iteration 18219 found worse value: 363.611041407. iteration 18220 found worse value: 363.611041407. iteration 18221 found worse value: 363.611041407. iteration 18221, perturbing to get out of local maxima iteration 18222 found worse value: 363.611041407. iteration 18223 found worse value: 363.611041407. iteration 18223, perturbing to get out of local maxima iteration 18224 found worse value: 363.611041407. iteration 18224, perturbing to get out of local maxima iteration 18225 found worse value: 363.611041407. iteration 18226 found worse value: 363.611041407. iteration 18227 found worse value: 363.611041407. iteration 18227, perturbing to get out of local maxima iteration 18228 found worse value: 363.611041407. iteration 18228, perturbing to get out of local maxima iteration 18229 found worse value: 363.611041407. iteration 18230 found worse value: 363.611041407. iteration 18231 found worse value: 363.611041407. iteration 18232 found worse value: 363.611041407. iteration 18233 found worse value: 363.611041407. iteration 18234 found worse value: 363.611041407. iteration 18235 found worse value: 363.611041407. iteration 18236 found worse value: 363.611041407. iteration 18237 found worse value: 363.611041407. iteration 18238 found worse value: 363.611041407. iteration 18239 found worse value: 363.611041407. iteration 18239, perturbing to get out of local maxima iteration 18240 found worse value: 363.611041407. iteration 18241 found worse value: 363.611041407. iteration 18242 found worse value: 363.611041407. iteration 18242, perturbing to get out of local maxima iteration 18243 found worse value: 363.611041407. iteration 18243, perturbing to get out of local maxima iteration 18244 found worse value: 363.611041407. iteration 18245 found worse value: 363.611041407. iteration 18246 found worse value: 363.611041407. iteration 18247 found worse value: 363.611041407. iteration 18248 found worse value: 363.611041407. iteration 18249 found worse value: 363.611041407. iteration 18249, perturbing to get out of local maxima iteration 18250 found worse value: 363.611041407. iteration 18250, perturbing to get out of local maxima iteration 18251 found worse value: 363.611041407. iteration 18252 found worse value: 363.611041407. iteration 18253 found worse value: 363.611041407. iteration 18254 found worse value: 363.611041407. iteration 18255 found worse value: 363.611041407. iteration 18256 found worse value: 363.611041407. iteration 18257 found worse value: 363.611041407. iteration 18257, perturbing to get out of local maxima iteration 18258 found worse value: 363.611041407. iteration 18259 found worse value: 363.611041407. iteration 18259, perturbing to get out of local maxima iteration 18260 found worse value: 363.611041407. iteration 18261 found worse value: 363.611041407. iteration 18262 found worse value: 363.611041407. iteration 18263 found worse value: 363.611041407. iteration 18264 found worse value: 363.611041407. iteration 18265 found worse value: 363.611041407. iteration 18266 found worse value: 363.611041407. iteration 18266, perturbing to get out of local maxima iteration 18267 found worse value: 363.611041407. iteration 18268 found worse value: 363.611041407. iteration 18268, perturbing to get out of local maxima iteration 18269 found worse value: 363.611041407. iteration 18269, perturbing to get out of local maxima iteration 18270 found worse value: 363.611041407. iteration 18271 found worse value: 363.611041407. iteration 18272 found worse value: 363.611041407. iteration 18273 found worse value: 363.611041407. iteration 18273, perturbing to get out of local maxima iteration 18274 found worse value: 363.611041407. iteration 18275 found worse value: 363.611041407. iteration 18276 found worse value: 363.611041407. iteration 18277 found worse value: 363.611041407. iteration 18277, perturbing to get out of local maxima iteration 18278 found worse value: 363.611041407. iteration 18279 found worse value: 363.611041407. iteration 18279, perturbing to get out of local maxima iteration 18280 found worse value: 363.611041407. iteration 18281 found worse value: 363.611041407. iteration 18282 found worse value: 363.611041407. iteration 18283 found worse value: 363.611041407. iteration 18284 found worse value: 363.611041407. iteration 18285 found worse value: 363.611041407. iteration 18285, perturbing to get out of local maxima iteration 18286 found worse value: 363.611041407. iteration 18287 found worse value: 363.611041407. iteration 18288 found worse value: 363.611041407. iteration 18289 found worse value: 363.611041407. iteration 18290 found worse value: 363.611041407. iteration 18291 found worse value: 363.611041407. iteration 18291, perturbing to get out of local maxima iteration 18292 found worse value: 363.611041407. iteration 18292, perturbing to get out of local maxima iteration 18293 found worse value: 363.611041407. iteration 18293, perturbing to get out of local maxima iteration 18294 found worse value: 363.611041407. iteration 18294, perturbing to get out of local maxima iteration 18295 found worse value: 363.611041407. iteration 18295, perturbing to get out of local maxima iteration 18296 found worse value: 363.611041407. iteration 18296, perturbing to get out of local maxima iteration 18297 found worse value: 363.611041407. iteration 18298 found worse value: 363.611041407. iteration 18299 found worse value: 363.611041407. iteration 18299, perturbing to get out of local maxima iteration 18300 found worse value: 363.611041407. iteration 18301 found worse value: 363.611041407. iteration 18301, perturbing to get out of local maxima iteration 18302 found worse value: 363.611041407. iteration 18303 found worse value: 363.611041407. iteration 18304 found worse value: 363.611041407. iteration 18305 found worse value: 363.611041407. iteration 18306 found worse value: 363.611041407. iteration 18307 found worse value: 363.611041407. iteration 18308 found worse value: 363.611041407. iteration 18309 found worse value: 363.611041407. iteration 18310 found worse value: 363.611041407. iteration 18311 found worse value: 363.611041407. iteration 18312 found worse value: 363.611041407. iteration 18313 found worse value: 363.611041407. iteration 18314 found worse value: 363.611041407. iteration 18315 found worse value: 363.611041407. iteration 18316 found worse value: 363.611041407. iteration 18317 found worse value: 363.611041407. iteration 18317, perturbing to get out of local maxima iteration 18318 found worse value: 363.611041407. iteration 18318, perturbing to get out of local maxima iteration 18319 found worse value: 363.611041407. iteration 18320 found worse value: 363.611041407. iteration 18321 found worse value: 363.611041407. iteration 18322 found worse value: 363.611041407. iteration 18322, perturbing to get out of local maxima iteration 18323 found worse value: 363.611041407. iteration 18323, perturbing to get out of local maxima iteration 18324 found worse value: 363.611041407. iteration 18325 found worse value: 363.611041407. iteration 18325, perturbing to get out of local maxima iteration 18326 found worse value: 363.611041407. iteration 18327 found worse value: 363.611041407. iteration 18327, perturbing to get out of local maxima iteration 18328 found worse value: 363.611041407. iteration 18329 found worse value: 363.611041407. iteration 18330 found worse value: 363.611041407. iteration 18330, perturbing to get out of local maxima iteration 18331 found worse value: 363.611041407. iteration 18332 found worse value: 363.611041407. iteration 18332, perturbing to get out of local maxima iteration 18333 found worse value: 363.611041407. iteration 18334 found worse value: 363.611041407. iteration 18335 found worse value: 363.611041407. iteration 18336 found worse value: 363.611041407. iteration 18336, perturbing to get out of local maxima iteration 18337 found worse value: 363.611041407. iteration 18338 found worse value: 363.611041407. iteration 18339 found worse value: 363.611041407. iteration 18339, perturbing to get out of local maxima iteration 18340 found worse value: 363.611041407. iteration 18340, perturbing to get out of local maxima iteration 18341 found worse value: 363.611041407. iteration 18342 found worse value: 363.611041407. iteration 18343 found worse value: 363.611041407. iteration 18344 found worse value: 363.611041407. iteration 18345 found worse value: 363.611041407. iteration 18346 found worse value: 363.611041407. iteration 18347 found worse value: 363.611041407. iteration 18348 found worse value: 363.611041407. iteration 18349 found worse value: 363.611041407. iteration 18349, perturbing to get out of local maxima iteration 18350 found worse value: 363.611041407. iteration 18351 found worse value: 363.611041407. iteration 18351, perturbing to get out of local maxima iteration 18352 found worse value: 363.611041407. iteration 18352, perturbing to get out of local maxima iteration 18353 found worse value: 363.611041407. iteration 18354 found worse value: 363.611041407. iteration 18355 found worse value: 363.611041407. iteration 18355, perturbing to get out of local maxima iteration 18356 found worse value: 363.611041407. iteration 18357 found worse value: 363.611041407. iteration 18358 found worse value: 363.611041407. iteration 18358, perturbing to get out of local maxima iteration 18359 found worse value: 363.611041407. iteration 18360 found worse value: 363.611041407. iteration 18360, perturbing to get out of local maxima iteration 18361 found worse value: 363.611041407. iteration 18362 found worse value: 363.611041407. iteration 18363 found worse value: 363.611041407. iteration 18364 found worse value: 363.611041407. iteration 18365 found worse value: 363.611041407. iteration 18366 found worse value: 363.611041407. iteration 18367 found worse value: 363.611041407. iteration 18368 found worse value: 363.611041407. iteration 18368, perturbing to get out of local maxima iteration 18369 found worse value: 363.611041407. iteration 18369, perturbing to get out of local maxima iteration 18370 found worse value: 363.611041407. iteration 18370, perturbing to get out of local maxima iteration 18371 found worse value: 363.611041407. iteration 18372 found worse value: 363.611041407. iteration 18373 found worse value: 363.611041407. iteration 18374 found worse value: 363.611041407. iteration 18375 found worse value: 363.611041407. iteration 18376 found worse value: 363.611041407. iteration 18376, perturbing to get out of local maxima iteration 18377 found worse value: 363.611041407. iteration 18377, perturbing to get out of local maxima iteration 18378 found worse value: 363.611041407. iteration 18378, perturbing to get out of local maxima iteration 18379 found worse value: 363.611041407. iteration 18380 found worse value: 363.611041407. iteration 18381 found worse value: 363.611041407. iteration 18381, perturbing to get out of local maxima iteration 18382 found worse value: 363.611041407. iteration 18383 found worse value: 363.611041407. iteration 18383, perturbing to get out of local maxima iteration 18384 found worse value: 363.611041407. iteration 18385 found worse value: 363.611041407. iteration 18386 found worse value: 363.611041407. iteration 18387 found worse value: 363.611041407. iteration 18387, perturbing to get out of local maxima iteration 18388 found worse value: 363.611041407. iteration 18389 found worse value: 363.611041407. iteration 18390 found worse value: 363.611041407. iteration 18391 found worse value: 363.611041407. iteration 18391, perturbing to get out of local maxima iteration 18392 found worse value: 363.611041407. iteration 18393 found worse value: 363.611041407. iteration 18394 found worse value: 363.611041407. iteration 18394, perturbing to get out of local maxima iteration 18395 found worse value: 363.611041407. iteration 18396 found worse value: 363.611041407. iteration 18397 found worse value: 363.611041407. iteration 18398 found worse value: 363.611041407. iteration 18398, perturbing to get out of local maxima iteration 18399 found worse value: 363.611041407. iteration 18399, perturbing to get out of local maxima iteration 18400 found worse value: 363.611041407. iteration 18401 found worse value: 363.611041407. iteration 18402 found worse value: 363.611041407. iteration 18403 found worse value: 363.611041407. iteration 18403, perturbing to get out of local maxima iteration 18404 found worse value: 363.611041407. iteration 18405 found worse value: 363.611041407. iteration 18406 found worse value: 363.611041407. iteration 18407 found worse value: 363.611041407. iteration 18408 found worse value: 363.611041407. iteration 18409 found worse value: 363.611041407. iteration 18410 found worse value: 363.611041407. iteration 18411 found worse value: 363.611041407. iteration 18411, perturbing to get out of local maxima iteration 18412 found worse value: 363.611041407. iteration 18413 found worse value: 363.611041407. iteration 18413, perturbing to get out of local maxima iteration 18414 found worse value: 363.611041407. iteration 18415 found worse value: 363.611041407. iteration 18416 found worse value: 363.611041407. iteration 18417 found worse value: 363.611041407. iteration 18418 found worse value: 363.611041407. iteration 18419 found worse value: 363.611041407. iteration 18420 found worse value: 363.611041407. iteration 18421 found worse value: 363.611041407. iteration 18422 found worse value: 363.611041407. iteration 18423 found worse value: 363.611041407. iteration 18424 found worse value: 363.611041407. iteration 18424, perturbing to get out of local maxima iteration 18425 found worse value: 363.611041407. iteration 18426 found worse value: 363.611041407. iteration 18427 found worse value: 363.611041407. iteration 18427, perturbing to get out of local maxima iteration 18428 found worse value: 363.611041407. iteration 18429 found worse value: 363.611041407. iteration 18429, perturbing to get out of local maxima iteration 18430 found worse value: 363.611041407. iteration 18431 found worse value: 363.611041407. iteration 18432 found worse value: 363.611041407. iteration 18433 found worse value: 363.611041407. iteration 18433, perturbing to get out of local maxima iteration 18434 found worse value: 363.611041407. iteration 18435 found worse value: 363.611041407. iteration 18435, perturbing to get out of local maxima iteration 18436 found worse value: 363.611041407. iteration 18437 found worse value: 363.611041407. iteration 18438 found worse value: 363.611041407. iteration 18439 found worse value: 363.611041407. iteration 18440 found worse value: 363.611041407. iteration 18441 found worse value: 363.611041407. iteration 18442 found worse value: 363.611041407. iteration 18443 found worse value: 363.611041407. iteration 18444 found worse value: 363.611041407. iteration 18444, perturbing to get out of local maxima iteration 18445 found worse value: 363.611041407. iteration 18446 found worse value: 363.611041407. iteration 18447 found worse value: 363.611041407. iteration 18447, perturbing to get out of local maxima iteration 18448 found worse value: 363.611041407. iteration 18449 found worse value: 363.611041407. iteration 18450 found worse value: 363.611041407. iteration 18451 found worse value: 363.611041407. iteration 18452 found worse value: 363.611041407. iteration 18452, perturbing to get out of local maxima iteration 18453 found worse value: 363.611041407. iteration 18454 found worse value: 363.611041407. iteration 18455 found worse value: 363.611041407. iteration 18455, perturbing to get out of local maxima iteration 18456 found worse value: 363.611041407. iteration 18457 found worse value: 363.611041407. iteration 18458 found worse value: 363.611041407. iteration 18459 found worse value: 363.611041407. iteration 18460 found worse value: 363.611041407. iteration 18461 found worse value: 363.611041407. iteration 18462 found worse value: 363.611041407. iteration 18462, perturbing to get out of local maxima iteration 18463 found worse value: 363.611041407. iteration 18464 found worse value: 363.611041407. iteration 18465 found worse value: 363.611041407. iteration 18466 found worse value: 363.611041407. iteration 18467 found worse value: 363.611041407. iteration 18467, perturbing to get out of local maxima iteration 18468 found worse value: 363.611041407. iteration 18469 found worse value: 363.611041407. iteration 18469, perturbing to get out of local maxima iteration 18470 found worse value: 363.611041407. iteration 18470, perturbing to get out of local maxima iteration 18471 found worse value: 363.611041407. iteration 18472 found worse value: 363.611041407. iteration 18473 found worse value: 363.611041407. iteration 18474 found worse value: 363.611041407. iteration 18474, perturbing to get out of local maxima iteration 18475 found worse value: 363.611041407. iteration 18476 found worse value: 363.611041407. iteration 18477 found worse value: 363.611041407. iteration 18478 found worse value: 363.611041407. iteration 18479 found worse value: 363.611041407. iteration 18480 found worse value: 363.611041407. iteration 18480, perturbing to get out of local maxima iteration 18481 found worse value: 363.611041407. iteration 18482 found worse value: 363.611041407. iteration 18482, perturbing to get out of local maxima iteration 18483 found worse value: 363.611041407. iteration 18484 found worse value: 363.611041407. iteration 18485 found worse value: 363.611041407. iteration 18486 found worse value: 363.611041407. iteration 18487 found worse value: 363.611041407. iteration 18488 found worse value: 363.611041407. iteration 18489 found worse value: 363.611041407. iteration 18490 found worse value: 363.611041407. iteration 18491 found worse value: 363.611041407. iteration 18491, perturbing to get out of local maxima iteration 18492 found worse value: 363.611041407. iteration 18493 found worse value: 363.611041407. iteration 18494 found worse value: 363.611041407. iteration 18495 found worse value: 363.611041407. iteration 18496 found worse value: 363.611041407. iteration 18497 found worse value: 363.611041407. iteration 18498 found worse value: 363.611041407. iteration 18499 found worse value: 363.611041407. iteration 18500 found worse value: 363.611041407. iteration 18500, perturbing to get out of local maxima iteration 18501 found worse value: 363.611041407. iteration 18502 found worse value: 363.611041407. iteration 18503 found worse value: 363.611041407. iteration 18503, perturbing to get out of local maxima iteration 18504 found worse value: 363.611041407. iteration 18505 found worse value: 363.611041407. iteration 18505, perturbing to get out of local maxima iteration 18506 found worse value: 363.611041407. iteration 18507 found worse value: 363.611041407. iteration 18508 found worse value: 363.611041407. iteration 18509 found worse value: 363.611041407. iteration 18510 found worse value: 363.611041407. iteration 18511 found worse value: 363.611041407. iteration 18512 found worse value: 363.611041407. iteration 18512, perturbing to get out of local maxima iteration 18513 found worse value: 363.611041407. iteration 18514 found worse value: 363.611041407. iteration 18514, perturbing to get out of local maxima iteration 18515 found worse value: 363.611041407. iteration 18516 found worse value: 363.611041407. iteration 18517 found worse value: 363.611041407. iteration 18517, perturbing to get out of local maxima iteration 18518 found worse value: 363.611041407. iteration 18519 found worse value: 363.611041407. iteration 18520 found worse value: 363.611041407. iteration 18521 found worse value: 363.611041407. iteration 18521, perturbing to get out of local maxima iteration 18522 found worse value: 363.611041407. iteration 18523 found worse value: 363.611041407. iteration 18523, perturbing to get out of local maxima iteration 18524 found worse value: 363.611041407. iteration 18525 found worse value: 363.611041407. iteration 18526 found worse value: 363.611041407. iteration 18527 found worse value: 363.611041407. iteration 18528 found worse value: 363.611041407. iteration 18529 found worse value: 363.611041407. iteration 18530 found worse value: 363.611041407. iteration 18531 found worse value: 363.611041407. iteration 18532 found worse value: 363.611041407. iteration 18533 found worse value: 363.611041407. iteration 18534 found worse value: 363.611041407. iteration 18535 found worse value: 363.611041407. iteration 18536 found worse value: 363.611041407. iteration 18537 found worse value: 363.611041407. iteration 18538 found worse value: 363.611041407. iteration 18538, perturbing to get out of local maxima iteration 18539 found worse value: 363.611041407. iteration 18540 found worse value: 363.611041407. iteration 18541 found worse value: 363.611041407. iteration 18542 found worse value: 363.611041407. iteration 18543 found worse value: 363.611041407. iteration 18544 found worse value: 363.611041407. iteration 18545 found worse value: 363.611041407. iteration 18546 found worse value: 363.611041407. iteration 18546, perturbing to get out of local maxima iteration 18547 found worse value: 363.611041407. iteration 18548 found worse value: 363.611041407. iteration 18549 found worse value: 363.611041407. iteration 18550 found worse value: 363.611041407. iteration 18551 found worse value: 363.611041407. iteration 18551, perturbing to get out of local maxima iteration 18552 found worse value: 363.611041407. iteration 18552, perturbing to get out of local maxima iteration 18553 found worse value: 363.611041407. iteration 18554 found worse value: 363.611041407. iteration 18555 found worse value: 363.611041407. iteration 18556 found worse value: 363.611041407. iteration 18557 found worse value: 363.611041407. iteration 18558 found worse value: 363.611041407. iteration 18559 found worse value: 363.611041407. iteration 18560 found worse value: 363.611041407. iteration 18560, perturbing to get out of local maxima iteration 18561 found worse value: 363.611041407. iteration 18562 found worse value: 363.611041407. iteration 18562, perturbing to get out of local maxima iteration 18563 found worse value: 363.611041407. iteration 18564 found worse value: 363.611041407. iteration 18565 found worse value: 363.611041407. iteration 18566 found worse value: 363.611041407. iteration 18567 found worse value: 363.611041407. iteration 18567, perturbing to get out of local maxima iteration 18568 found worse value: 363.611041407. iteration 18568, perturbing to get out of local maxima iteration 18569 found worse value: 363.611041407. iteration 18570 found worse value: 363.611041407. iteration 18570, perturbing to get out of local maxima iteration 18571 found worse value: 363.611041407. iteration 18572 found worse value: 363.611041407. iteration 18573 found worse value: 363.611041407. iteration 18574 found worse value: 363.611041407. iteration 18575 found worse value: 363.611041407. iteration 18575, perturbing to get out of local maxima iteration 18576 found worse value: 363.611041407. iteration 18576, perturbing to get out of local maxima iteration 18577 found worse value: 363.611041407. iteration 18578 found worse value: 363.611041407. iteration 18579 found worse value: 363.611041407. iteration 18579, perturbing to get out of local maxima iteration 18580 found worse value: 363.611041407. iteration 18581 found worse value: 363.611041407. iteration 18582 found worse value: 363.611041407. iteration 18582, perturbing to get out of local maxima iteration 18583 found worse value: 363.611041407. iteration 18584 found worse value: 363.611041407. iteration 18585 found worse value: 363.611041407. iteration 18586 found worse value: 363.611041407. iteration 18586, perturbing to get out of local maxima iteration 18587 found worse value: 363.611041407. iteration 18588 found worse value: 363.611041407. iteration 18589 found worse value: 363.611041407. iteration 18590 found worse value: 363.611041407. iteration 18591 found worse value: 363.611041407. iteration 18592 found worse value: 363.611041407. iteration 18593 found worse value: 363.611041407. iteration 18594 found worse value: 363.611041407. iteration 18594, perturbing to get out of local maxima iteration 18595 found worse value: 363.611041407. iteration 18595, perturbing to get out of local maxima iteration 18596 found worse value: 363.611041407. iteration 18597 found worse value: 363.611041407. iteration 18597, perturbing to get out of local maxima iteration 18598 found worse value: 363.611041407. iteration 18599 found worse value: 363.611041407. iteration 18600 found worse value: 363.611041407. iteration 18601 found worse value: 363.611041407. iteration 18602 found worse value: 363.611041407. iteration 18602, perturbing to get out of local maxima iteration 18603 found worse value: 363.611041407. iteration 18604 found worse value: 363.611041407. iteration 18605 found worse value: 363.611041407. iteration 18606 found worse value: 363.611041407. iteration 18606, perturbing to get out of local maxima iteration 18607 found worse value: 363.611041407. iteration 18608 found worse value: 363.611041407. iteration 18609 found worse value: 363.611041407. iteration 18610 found worse value: 363.611041407. iteration 18611 found worse value: 363.611041407. iteration 18612 found worse value: 363.611041407. iteration 18613 found worse value: 363.611041407. iteration 18613, perturbing to get out of local maxima iteration 18614 found worse value: 363.611041407. iteration 18615 found worse value: 363.611041407. iteration 18616 found worse value: 363.611041407. iteration 18617 found worse value: 363.611041407. iteration 18618 found worse value: 363.611041407. iteration 18618, perturbing to get out of local maxima iteration 18619 found worse value: 363.611041407. iteration 18619, perturbing to get out of local maxima iteration 18620 found worse value: 363.611041407. iteration 18621 found worse value: 363.611041407. iteration 18622 found worse value: 363.611041407. iteration 18623 found worse value: 363.611041407. iteration 18624 found worse value: 363.611041407. iteration 18625 found worse value: 363.611041407. iteration 18626 found worse value: 363.611041407. iteration 18626, perturbing to get out of local maxima iteration 18627 found worse value: 363.611041407. iteration 18628 found worse value: 363.611041407. iteration 18628, perturbing to get out of local maxima iteration 18629 found worse value: 363.611041407. iteration 18630 found worse value: 363.611041407. iteration 18631 found worse value: 363.611041407. iteration 18631, perturbing to get out of local maxima iteration 18632 found worse value: 363.611041407. iteration 18632, perturbing to get out of local maxima iteration 18633 found worse value: 363.611041407. iteration 18634 found worse value: 363.611041407. iteration 18635 found worse value: 363.611041407. iteration 18635, perturbing to get out of local maxima iteration 18636 found worse value: 363.611041407. iteration 18636, perturbing to get out of local maxima iteration 18637 found worse value: 363.611041407. iteration 18638 found worse value: 363.611041407. iteration 18639 found worse value: 363.611041407. iteration 18639, perturbing to get out of local maxima iteration 18640 found worse value: 363.611041407. iteration 18641 found worse value: 363.611041407. iteration 18642 found worse value: 363.611041407. iteration 18643 found worse value: 363.611041407. iteration 18644 found worse value: 363.611041407. iteration 18644, perturbing to get out of local maxima iteration 18645 found worse value: 363.611041407. iteration 18645, perturbing to get out of local maxima iteration 18646 found worse value: 363.611041407. iteration 18647 found worse value: 363.611041407. iteration 18647, perturbing to get out of local maxima iteration 18648 found worse value: 363.611041407. iteration 18649 found worse value: 363.611041407. iteration 18649, perturbing to get out of local maxima iteration 18650 found worse value: 363.611041407. iteration 18651 found worse value: 363.611041407. iteration 18651, perturbing to get out of local maxima iteration 18652 found worse value: 363.611041407. iteration 18653 found worse value: 363.611041407. iteration 18654 found worse value: 363.611041407. iteration 18655 found worse value: 363.611041407. iteration 18656 found worse value: 363.611041407. iteration 18657 found worse value: 363.611041407. iteration 18658 found worse value: 363.611041407. iteration 18658, perturbing to get out of local maxima iteration 18659 found worse value: 363.611041407. iteration 18659, perturbing to get out of local maxima iteration 18660 found worse value: 363.611041407. iteration 18661 found worse value: 363.611041407. iteration 18662 found worse value: 363.611041407. iteration 18663 found worse value: 363.611041407. iteration 18664 found worse value: 363.611041407. iteration 18665 found worse value: 363.611041407. iteration 18666 found worse value: 363.611041407. iteration 18666, perturbing to get out of local maxima iteration 18667 found worse value: 363.611041407. iteration 18667, perturbing to get out of local maxima iteration 18668 found worse value: 363.611041407. iteration 18669 found worse value: 363.611041407. iteration 18669, perturbing to get out of local maxima iteration 18670 found worse value: 363.611041407. iteration 18671 found worse value: 363.611041407. iteration 18671, perturbing to get out of local maxima iteration 18672 found worse value: 363.611041407. iteration 18673 found worse value: 363.611041407. iteration 18674 found worse value: 363.611041407. iteration 18675 found worse value: 363.611041407. iteration 18675, perturbing to get out of local maxima iteration 18676 found worse value: 363.611041407. iteration 18676, perturbing to get out of local maxima iteration 18677 found worse value: 363.611041407. iteration 18678 found worse value: 363.611041407. iteration 18679 found worse value: 363.611041407. iteration 18680 found worse value: 363.611041407. iteration 18680, perturbing to get out of local maxima iteration 18681 found worse value: 363.611041407. iteration 18682 found worse value: 363.611041407. iteration 18683 found worse value: 363.611041407. iteration 18684 found worse value: 363.611041407. iteration 18685 found worse value: 363.611041407. iteration 18686 found worse value: 363.611041407. iteration 18687 found worse value: 363.611041407. iteration 18688 found worse value: 363.611041407. iteration 18688, perturbing to get out of local maxima iteration 18689 found worse value: 363.611041407. iteration 18689, perturbing to get out of local maxima iteration 18690 found worse value: 363.611041407. iteration 18691 found worse value: 363.611041407. iteration 18691, perturbing to get out of local maxima iteration 18692 found worse value: 363.611041407. iteration 18693 found worse value: 363.611041407. iteration 18694 found worse value: 363.611041407. iteration 18695 found worse value: 363.611041407. iteration 18696 found worse value: 363.611041407. iteration 18697 found worse value: 363.611041407. iteration 18697, perturbing to get out of local maxima iteration 18698 found worse value: 363.611041407. iteration 18699 found worse value: 363.611041407. iteration 18699, perturbing to get out of local maxima iteration 18700 found worse value: 363.611041407. iteration 18701 found worse value: 363.611041407. iteration 18702 found worse value: 363.611041407. iteration 18703 found worse value: 363.611041407. iteration 18704 found worse value: 363.611041407. iteration 18705 found worse value: 363.611041407. iteration 18705, perturbing to get out of local maxima iteration 18706 found worse value: 363.611041407. iteration 18707 found worse value: 363.611041407. iteration 18708 found worse value: 363.611041407. iteration 18708, perturbing to get out of local maxima iteration 18709 found worse value: 363.611041407. iteration 18709, perturbing to get out of local maxima iteration 18710 found worse value: 363.611041407. iteration 18711 found worse value: 363.611041407. iteration 18712 found worse value: 363.611041407. iteration 18713 found worse value: 363.611041407. iteration 18713, perturbing to get out of local maxima iteration 18714 found worse value: 363.611041407. iteration 18715 found worse value: 363.611041407. iteration 18716 found worse value: 363.611041407. iteration 18717 found worse value: 363.611041407. iteration 18718 found worse value: 363.611041407. iteration 18719 found worse value: 363.611041407. iteration 18720 found worse value: 363.611041407. iteration 18721 found worse value: 363.611041407. iteration 18722 found worse value: 363.611041407. iteration 18723 found worse value: 363.611041407. iteration 18724 found worse value: 363.611041407. iteration 18725 found worse value: 363.611041407. iteration 18725, perturbing to get out of local maxima iteration 18726 found worse value: 363.611041407. iteration 18727 found worse value: 363.611041407. iteration 18728 found worse value: 363.611041407. iteration 18729 found worse value: 363.611041407. iteration 18730 found worse value: 363.611041407. iteration 18731 found worse value: 363.611041407. iteration 18732 found worse value: 363.611041407. iteration 18732, perturbing to get out of local maxima iteration 18733 found worse value: 363.611041407. iteration 18734 found worse value: 363.611041407. iteration 18734, perturbing to get out of local maxima iteration 18735 found worse value: 363.611041407. iteration 18736 found worse value: 363.611041407. iteration 18737 found worse value: 363.611041407. iteration 18738 found worse value: 363.611041407. iteration 18739 found worse value: 363.611041407. iteration 18740 found worse value: 363.611041407. iteration 18741 found worse value: 363.611041407. iteration 18742 found worse value: 363.611041407. iteration 18743 found worse value: 363.611041407. iteration 18744 found worse value: 363.611041407. iteration 18745 found worse value: 363.611041407. iteration 18745, perturbing to get out of local maxima iteration 18746 found worse value: 363.611041407. iteration 18747 found worse value: 363.611041407. iteration 18747, perturbing to get out of local maxima iteration 18748 found worse value: 363.611041407. iteration 18748, perturbing to get out of local maxima iteration 18749 found worse value: 363.611041407. iteration 18750 found worse value: 363.611041407. iteration 18750, perturbing to get out of local maxima iteration 18751 found worse value: 363.611041407. iteration 18752 found worse value: 363.611041407. iteration 18752, perturbing to get out of local maxima iteration 18753 found worse value: 363.611041407. iteration 18754 found worse value: 363.611041407. iteration 18755 found worse value: 363.611041407. iteration 18756 found worse value: 363.611041407. iteration 18757 found worse value: 363.611041407. iteration 18758 found worse value: 363.611041407. iteration 18758, perturbing to get out of local maxima iteration 18759 found worse value: 363.611041407. iteration 18760 found worse value: 363.611041407. iteration 18761 found worse value: 363.611041407. iteration 18762 found worse value: 363.611041407. iteration 18762, perturbing to get out of local maxima iteration 18763 found worse value: 363.611041407. iteration 18764 found worse value: 363.611041407. iteration 18765 found worse value: 363.611041407. iteration 18766 found worse value: 363.611041407. iteration 18766, perturbing to get out of local maxima iteration 18767 found worse value: 363.611041407. iteration 18768 found worse value: 363.611041407. iteration 18769 found worse value: 363.611041407. iteration 18770 found worse value: 363.611041407. iteration 18771 found worse value: 363.611041407. iteration 18771, perturbing to get out of local maxima iteration 18772 found worse value: 363.611041407. iteration 18773 found worse value: 363.611041407. iteration 18774 found worse value: 363.611041407. iteration 18775 found worse value: 363.611041407. iteration 18776 found worse value: 363.611041407. iteration 18777 found worse value: 363.611041407. iteration 18778 found worse value: 363.611041407. iteration 18779 found worse value: 363.611041407. iteration 18780 found worse value: 363.611041407. iteration 18780, perturbing to get out of local maxima iteration 18781 found worse value: 363.611041407. iteration 18782 found worse value: 363.611041407. iteration 18782, perturbing to get out of local maxima iteration 18783 found worse value: 363.611041407. iteration 18784 found worse value: 363.611041407. iteration 18785 found worse value: 363.611041407. iteration 18786 found worse value: 363.611041407. iteration 18786, perturbing to get out of local maxima iteration 18787 found worse value: 363.611041407. iteration 18787, perturbing to get out of local maxima iteration 18788 found worse value: 363.611041407. iteration 18788, perturbing to get out of local maxima iteration 18789 found worse value: 363.611041407. iteration 18789, perturbing to get out of local maxima iteration 18790 found worse value: 363.611041407. iteration 18791 found worse value: 363.611041407. iteration 18791, perturbing to get out of local maxima iteration 18792 found worse value: 363.611041407. iteration 18792, perturbing to get out of local maxima iteration 18793 found worse value: 363.611041407. iteration 18794 found worse value: 363.611041407. iteration 18795 found worse value: 363.611041407. iteration 18795, perturbing to get out of local maxima iteration 18796 found worse value: 363.611041407. iteration 18797 found worse value: 363.611041407. iteration 18798 found worse value: 363.611041407. iteration 18798, perturbing to get out of local maxima iteration 18799 found worse value: 363.611041407. iteration 18800 found worse value: 363.611041407. iteration 18801 found worse value: 363.611041407. iteration 18802 found worse value: 363.611041407. iteration 18803 found worse value: 363.611041407. iteration 18804 found worse value: 363.611041407. iteration 18804, perturbing to get out of local maxima iteration 18805 found worse value: 363.611041407. iteration 18806 found worse value: 363.611041407. iteration 18807 found worse value: 363.611041407. iteration 18808 found worse value: 363.611041407. iteration 18809 found worse value: 363.611041407. iteration 18810 found worse value: 363.611041407. iteration 18811 found worse value: 363.611041407. iteration 18811, perturbing to get out of local maxima iteration 18812 found worse value: 363.611041407. iteration 18813 found worse value: 363.611041407. iteration 18814 found worse value: 363.611041407. iteration 18815 found worse value: 363.611041407. iteration 18815, perturbing to get out of local maxima iteration 18816 found worse value: 363.611041407. iteration 18817 found worse value: 363.611041407. iteration 18817, perturbing to get out of local maxima iteration 18818 found worse value: 363.611041407. iteration 18819 found worse value: 363.611041407. iteration 18819, perturbing to get out of local maxima iteration 18820 found worse value: 363.611041407. iteration 18821 found worse value: 363.611041407. iteration 18822 found worse value: 363.611041407. iteration 18823 found worse value: 363.611041407. iteration 18824 found worse value: 363.611041407. iteration 18825 found worse value: 363.611041407. iteration 18826 found worse value: 363.611041407. iteration 18827 found worse value: 363.611041407. iteration 18828 found worse value: 363.611041407. iteration 18829 found worse value: 363.611041407. iteration 18829, perturbing to get out of local maxima iteration 18830 found worse value: 363.611041407. iteration 18831 found worse value: 363.611041407. iteration 18832 found worse value: 363.611041407. iteration 18832, perturbing to get out of local maxima iteration 18833 found worse value: 363.611041407. iteration 18834 found worse value: 363.611041407. iteration 18835 found worse value: 363.611041407. iteration 18836 found worse value: 363.611041407. iteration 18837 found worse value: 363.611041407. iteration 18838 found worse value: 363.611041407. iteration 18838, perturbing to get out of local maxima iteration 18839 found worse value: 363.611041407. iteration 18840 found worse value: 363.611041407. iteration 18840, perturbing to get out of local maxima iteration 18841 found worse value: 363.611041407. iteration 18842 found worse value: 363.611041407. iteration 18843 found worse value: 363.611041407. iteration 18844 found worse value: 363.611041407. iteration 18845 found worse value: 363.611041407. iteration 18846 found worse value: 363.611041407. iteration 18847 found worse value: 363.611041407. iteration 18848 found worse value: 363.611041407. iteration 18849 found worse value: 363.611041407. iteration 18850 found worse value: 363.611041407. iteration 18851 found worse value: 363.611041407. iteration 18852 found worse value: 363.611041407. iteration 18853 found worse value: 363.611041407. iteration 18854 found worse value: 363.611041407. iteration 18855 found worse value: 363.611041407. iteration 18856 found worse value: 363.611041407. iteration 18856, perturbing to get out of local maxima iteration 18857 found worse value: 363.611041407. iteration 18858 found worse value: 363.611041407. iteration 18859 found worse value: 363.611041407. iteration 18859, perturbing to get out of local maxima iteration 18860 found worse value: 363.611041407. iteration 18861 found worse value: 363.611041407. iteration 18861, perturbing to get out of local maxima iteration 18862 found worse value: 363.611041407. iteration 18863 found worse value: 363.611041407. iteration 18864 found worse value: 363.611041407. iteration 18865 found worse value: 363.611041407. iteration 18865, perturbing to get out of local maxima iteration 18866 found worse value: 363.611041407. iteration 18867 found worse value: 363.611041407. iteration 18868 found worse value: 363.611041407. iteration 18869 found worse value: 363.611041407. iteration 18870 found worse value: 363.611041407. iteration 18871 found worse value: 363.611041407. iteration 18872 found worse value: 363.611041407. iteration 18873 found worse value: 363.611041407. iteration 18873, perturbing to get out of local maxima iteration 18874 found worse value: 363.611041407. iteration 18875 found worse value: 363.611041407. iteration 18876 found worse value: 363.611041407. iteration 18876, perturbing to get out of local maxima iteration 18877 found worse value: 363.611041407. iteration 18878 found worse value: 363.611041407. iteration 18879 found worse value: 363.611041407. iteration 18879, perturbing to get out of local maxima iteration 18880 found worse value: 363.611041407. iteration 18881 found worse value: 363.611041407. iteration 18882 found worse value: 363.611041407. iteration 18883 found worse value: 363.611041407. iteration 18884 found worse value: 363.611041407. iteration 18885 found worse value: 363.611041407. iteration 18885, perturbing to get out of local maxima iteration 18886 found worse value: 363.611041407. iteration 18887 found worse value: 363.611041407. iteration 18887, perturbing to get out of local maxima iteration 18888 found worse value: 363.611041407. iteration 18888, perturbing to get out of local maxima iteration 18889 found worse value: 363.611041407. iteration 18890 found worse value: 363.611041407. iteration 18891 found worse value: 363.611041407. iteration 18892 found worse value: 363.611041407. iteration 18893 found worse value: 363.611041407. iteration 18894 found worse value: 363.611041407. iteration 18895 found worse value: 363.611041407. iteration 18895, perturbing to get out of local maxima iteration 18896 found worse value: 363.611041407. iteration 18897 found worse value: 363.611041407. iteration 18898 found worse value: 363.611041407. iteration 18899 found worse value: 363.611041407. iteration 18899, perturbing to get out of local maxima iteration 18900 found worse value: 363.611041407. iteration 18901 found worse value: 363.611041407. iteration 18902 found worse value: 363.611041407. iteration 18902, perturbing to get out of local maxima iteration 18903 found worse value: 363.611041407. iteration 18903, perturbing to get out of local maxima iteration 18904 found worse value: 363.611041407. iteration 18905 found worse value: 363.611041407. iteration 18905, perturbing to get out of local maxima iteration 18906 found worse value: 363.611041407. iteration 18907 found worse value: 363.611041407. iteration 18908 found worse value: 363.611041407. iteration 18909 found worse value: 363.611041407. iteration 18910 found worse value: 363.611041407. iteration 18911 found worse value: 363.611041407. iteration 18912 found worse value: 363.611041407. iteration 18913 found worse value: 363.611041407. iteration 18913, perturbing to get out of local maxima iteration 18914 found worse value: 363.611041407. iteration 18915 found worse value: 363.611041407. iteration 18916 found worse value: 363.611041407. iteration 18917 found worse value: 363.611041407. iteration 18918 found worse value: 363.611041407. iteration 18919 found worse value: 363.611041407. iteration 18920 found worse value: 363.611041407. iteration 18921 found worse value: 363.611041407. iteration 18922 found worse value: 363.611041407. iteration 18923 found worse value: 363.611041407. iteration 18924 found worse value: 363.611041407. iteration 18925 found worse value: 363.611041407. iteration 18926 found worse value: 363.611041407. iteration 18927 found worse value: 363.611041407. iteration 18927, perturbing to get out of local maxima iteration 18928 found worse value: 363.611041407. iteration 18929 found worse value: 363.611041407. iteration 18930 found worse value: 363.611041407. iteration 18931 found worse value: 363.611041407. iteration 18932 found worse value: 363.611041407. iteration 18933 found worse value: 363.611041407. iteration 18934 found worse value: 363.611041407. iteration 18935 found worse value: 363.611041407. iteration 18936 found worse value: 363.611041407. iteration 18937 found worse value: 363.611041407. iteration 18938 found worse value: 363.611041407. iteration 18939 found worse value: 363.611041407. iteration 18940 found worse value: 363.611041407. iteration 18941 found worse value: 363.611041407. iteration 18941, perturbing to get out of local maxima iteration 18942 found worse value: 363.611041407. iteration 18943 found worse value: 363.611041407. iteration 18944 found worse value: 363.611041407. iteration 18945 found worse value: 363.611041407. iteration 18946 found worse value: 363.611041407. iteration 18947 found worse value: 363.611041407. iteration 18948 found worse value: 363.611041407. iteration 18949 found worse value: 363.611041407. iteration 18950 found worse value: 363.611041407. iteration 18950, perturbing to get out of local maxima iteration 18951 found worse value: 363.611041407. iteration 18951, perturbing to get out of local maxima iteration 18952 found worse value: 363.611041407. iteration 18953 found worse value: 363.611041407. iteration 18954 found worse value: 363.611041407. iteration 18955 found worse value: 363.611041407. iteration 18955, perturbing to get out of local maxima iteration 18956 found worse value: 363.611041407. iteration 18957 found worse value: 363.611041407. iteration 18957, perturbing to get out of local maxima iteration 18958 found worse value: 363.611041407. iteration 18959 found worse value: 363.611041407. iteration 18960 found worse value: 363.611041407. iteration 18961 found worse value: 363.611041407. iteration 18962 found worse value: 363.611041407. iteration 18963 found worse value: 363.611041407. iteration 18963, perturbing to get out of local maxima iteration 18964 found worse value: 363.611041407. iteration 18965 found worse value: 363.611041407. iteration 18966 found worse value: 363.611041407. iteration 18967 found worse value: 363.611041407. iteration 18968 found worse value: 363.611041407. iteration 18968, perturbing to get out of local maxima iteration 18969 found worse value: 363.611041407. iteration 18970 found worse value: 363.611041407. iteration 18971 found worse value: 363.611041407. iteration 18972 found worse value: 363.611041407. iteration 18973 found worse value: 363.611041407. iteration 18974 found worse value: 363.611041407. iteration 18975 found worse value: 363.611041407. iteration 18976 found worse value: 363.611041407. iteration 18977 found worse value: 363.611041407. iteration 18978 found worse value: 363.611041407. iteration 18979 found worse value: 363.611041407. iteration 18980 found worse value: 363.611041407. iteration 18981 found better value: 363.61362141899997 iteration 18982 found worse value: 363.61362141899997. iteration 18982, perturbing to get out of local maxima iteration 18983 found worse value: 363.61362141899997. iteration 18984 found worse value: 363.61362141899997. iteration 18985 found worse value: 363.61362141899997. iteration 18986 found worse value: 363.61362141899997. iteration 18987 found worse value: 363.61362141899997. iteration 18988 found worse value: 363.61362141899997. iteration 18988, perturbing to get out of local maxima iteration 18989 found worse value: 363.61362141899997. iteration 18989, perturbing to get out of local maxima iteration 18990 found worse value: 363.61362141899997. iteration 18990, perturbing to get out of local maxima iteration 18991 found worse value: 363.61362141899997. iteration 18992 found worse value: 363.61362141899997. iteration 18993 found worse value: 363.61362141899997. iteration 18993, perturbing to get out of local maxima iteration 18994 found worse value: 363.61362141899997. iteration 18994, perturbing to get out of local maxima iteration 18995 found worse value: 363.61362141899997. iteration 18996 found worse value: 363.61362141899997. iteration 18997 found worse value: 363.61362141899997. iteration 18998 found worse value: 363.61362141899997. iteration 18998, perturbing to get out of local maxima iteration 18999 found worse value: 363.61362141899997. iteration 19000 found worse value: 363.61362141899997. iteration 19001 found worse value: 363.61362141899997. iteration 19001, perturbing to get out of local maxima iteration 19002 found worse value: 363.61362141899997. iteration 19003 found worse value: 363.61362141899997. iteration 19004 found worse value: 363.61362141899997. iteration 19004, perturbing to get out of local maxima iteration 19005 found worse value: 363.61362141899997. iteration 19006 found worse value: 363.61362141899997. iteration 19007 found worse value: 363.61362141899997. iteration 19008 found worse value: 363.61362141899997. iteration 19009 found worse value: 363.61362141899997. iteration 19010 found worse value: 363.61362141899997. iteration 19011 found worse value: 363.61362141899997. iteration 19012 found worse value: 363.61362141899997. iteration 19013 found worse value: 363.61362141899997. iteration 19014 found worse value: 363.61362141899997. iteration 19015 found worse value: 363.61362141899997. iteration 19015, perturbing to get out of local maxima iteration 19016 found worse value: 363.61362141899997. iteration 19017 found worse value: 363.61362141899997. iteration 19018 found worse value: 363.61362141899997. iteration 19018, perturbing to get out of local maxima iteration 19019 found worse value: 363.61362141899997. iteration 19020 found worse value: 363.61362141899997. iteration 19021 found worse value: 363.61362141899997. iteration 19022 found worse value: 363.61362141899997. iteration 19023 found worse value: 363.61362141899997. iteration 19024 found better value: 363.61534002900004 iteration 19025 found worse value: 363.61534002900004. iteration 19026 found worse value: 363.61534002900004. iteration 19027 found worse value: 363.61534002900004. iteration 19027, perturbing to get out of local maxima iteration 19028 found worse value: 363.61534002900004. iteration 19029 found better value: 363.616460093 iteration 19030 found worse value: 363.616460093. iteration 19031 found worse value: 363.616460093. iteration 19032 found worse value: 363.616460093. iteration 19033 found worse value: 363.616460093. iteration 19033, perturbing to get out of local maxima iteration 19034 found worse value: 363.616460093. iteration 19035 found worse value: 363.616460093. iteration 19036 found worse value: 363.616460093. iteration 19037 found worse value: 363.616460093. iteration 19037, perturbing to get out of local maxima iteration 19038 found worse value: 363.616460093. iteration 19039 found worse value: 363.616460093. iteration 19040 found worse value: 363.616460093. iteration 19041 found worse value: 363.616460093. iteration 19042 found worse value: 363.616460093. iteration 19043 found worse value: 363.616460093. iteration 19044 found worse value: 363.616460093. iteration 19045 found worse value: 363.616460093. iteration 19046 found worse value: 363.616460093. iteration 19046, perturbing to get out of local maxima iteration 19047 found worse value: 363.616460093. iteration 19048 found worse value: 363.616460093. iteration 19048, perturbing to get out of local maxima iteration 19049 found worse value: 363.616460093. iteration 19050 found worse value: 363.616460093. iteration 19051 found worse value: 363.616460093. iteration 19052 found worse value: 363.616460093. iteration 19052, perturbing to get out of local maxima iteration 19053 found worse value: 363.616460093. iteration 19054 found worse value: 363.616460093. iteration 19055 found worse value: 363.616460093. iteration 19055, perturbing to get out of local maxima iteration 19056 found worse value: 363.616460093. iteration 19057 found worse value: 363.616460093. iteration 19058 found worse value: 363.616460093. iteration 19058, perturbing to get out of local maxima iteration 19059 found worse value: 363.616460093. iteration 19060 found worse value: 363.616460093. iteration 19060, perturbing to get out of local maxima iteration 19061 found worse value: 363.616460093. iteration 19062 found worse value: 363.616460093. iteration 19063 found worse value: 363.616460093. iteration 19064 found worse value: 363.616460093. iteration 19065 found worse value: 363.616460093. iteration 19066 found worse value: 363.616460093. iteration 19067 found worse value: 363.616460093. iteration 19068 found worse value: 363.616460093. iteration 19068, perturbing to get out of local maxima iteration 19069 found worse value: 363.616460093. iteration 19070 found worse value: 363.616460093. iteration 19071 found worse value: 363.616460093. iteration 19072 found worse value: 363.616460093. iteration 19073 found worse value: 363.616460093. iteration 19074 found worse value: 363.616460093. iteration 19075 found worse value: 363.616460093. iteration 19076 found worse value: 363.616460093. iteration 19076, perturbing to get out of local maxima iteration 19077 found worse value: 363.616460093. iteration 19078 found worse value: 363.616460093. iteration 19079 found worse value: 363.616460093. iteration 19079, perturbing to get out of local maxima iteration 19080 found worse value: 363.616460093. iteration 19081 found worse value: 363.616460093. iteration 19082 found worse value: 363.616460093. iteration 19083 found worse value: 363.616460093. iteration 19084 found better value: 363.617683507 iteration 19085 found worse value: 363.617683507. iteration 19086 found worse value: 363.617683507. iteration 19086, perturbing to get out of local maxima iteration 19087 found worse value: 363.617683507. iteration 19088 found worse value: 363.617683507. iteration 19089 found worse value: 363.617683507. iteration 19090 found worse value: 363.617683507. iteration 19091 found worse value: 363.617683507. iteration 19092 found worse value: 363.617683507. iteration 19093 found worse value: 363.617683507. iteration 19094 found better value: 363.62063083 iteration 19095 found worse value: 363.62063083. iteration 19095, perturbing to get out of local maxima iteration 19096 found worse value: 363.62063083. iteration 19097 found worse value: 363.62063083. iteration 19098 found worse value: 363.62063083. iteration 19098, perturbing to get out of local maxima iteration 19099 found worse value: 363.62063083. iteration 19100 found worse value: 363.62063083. iteration 19101 found worse value: 363.62063083. iteration 19102 found better value: 363.62082348399997 iteration 19103 found worse value: 363.62082348399997. iteration 19104 found worse value: 363.62082348399997. iteration 19105 found worse value: 363.62082348399997. iteration 19105, perturbing to get out of local maxima iteration 19106 found worse value: 363.62082348399997. iteration 19106, perturbing to get out of local maxima iteration 19107 found worse value: 363.62082348399997. iteration 19108 found worse value: 363.62082348399997. iteration 19108, perturbing to get out of local maxima iteration 19109 found worse value: 363.62082348399997. iteration 19110 found better value: 363.626970864 iteration 19111 found worse value: 363.626970864. iteration 19111, perturbing to get out of local maxima iteration 19112 found worse value: 363.626970864. iteration 19112, perturbing to get out of local maxima iteration 19113 found worse value: 363.626970864. iteration 19113, perturbing to get out of local maxima iteration 19114 found worse value: 363.626970864. iteration 19115 found worse value: 363.626970864. iteration 19116 found worse value: 363.626970864. iteration 19117 found worse value: 363.626970864. iteration 19118 found worse value: 363.626970864. iteration 19119 found worse value: 363.626970864. iteration 19119, perturbing to get out of local maxima iteration 19120 found worse value: 363.626970864. iteration 19121 found worse value: 363.626970864. iteration 19122 found worse value: 363.626970864. iteration 19123 found worse value: 363.626970864. iteration 19123, perturbing to get out of local maxima iteration 19124 found worse value: 363.626970864. iteration 19125 found worse value: 363.626970864. iteration 19126 found worse value: 363.626970864. iteration 19127 found worse value: 363.626970864. iteration 19128 found worse value: 363.626970864. iteration 19128, perturbing to get out of local maxima iteration 19129 found worse value: 363.626970864. iteration 19130 found worse value: 363.626970864. iteration 19131 found worse value: 363.626970864. iteration 19131, perturbing to get out of local maxima iteration 19132 found worse value: 363.626970864. iteration 19133 found worse value: 363.626970864. iteration 19134 found worse value: 363.626970864. iteration 19135 found worse value: 363.626970864. iteration 19135, perturbing to get out of local maxima iteration 19136 found worse value: 363.626970864. iteration 19137 found worse value: 363.626970864. iteration 19138 found worse value: 363.626970864. iteration 19139 found worse value: 363.626970864. iteration 19140 found worse value: 363.626970864. iteration 19141 found worse value: 363.626970864. iteration 19141, perturbing to get out of local maxima iteration 19142 found worse value: 363.626970864. iteration 19142, perturbing to get out of local maxima iteration 19143 found worse value: 363.626970864. iteration 19143, perturbing to get out of local maxima iteration 19144 found worse value: 363.626970864. iteration 19145 found worse value: 363.626970864. iteration 19145, perturbing to get out of local maxima iteration 19146 found worse value: 363.626970864. iteration 19147 found worse value: 363.626970864. iteration 19148 found worse value: 363.626970864. iteration 19149 found worse value: 363.626970864. iteration 19149, perturbing to get out of local maxima iteration 19150 found worse value: 363.626970864. iteration 19150, perturbing to get out of local maxima iteration 19151 found worse value: 363.626970864. iteration 19152 found worse value: 363.626970864. iteration 19153 found worse value: 363.626970864. iteration 19154 found worse value: 363.626970864. iteration 19155 found worse value: 363.626970864. iteration 19156 found worse value: 363.626970864. iteration 19157 found worse value: 363.626970864. iteration 19158 found worse value: 363.626970864. iteration 19159 found worse value: 363.626970864. iteration 19160 found worse value: 363.626970864. iteration 19161 found worse value: 363.626970864. iteration 19162 found worse value: 363.626970864. iteration 19162, perturbing to get out of local maxima iteration 19163 found worse value: 363.626970864. iteration 19164 found worse value: 363.626970864. iteration 19165 found worse value: 363.626970864. iteration 19165, perturbing to get out of local maxima iteration 19166 found worse value: 363.626970864. iteration 19167 found worse value: 363.626970864. iteration 19168 found worse value: 363.626970864. iteration 19169 found worse value: 363.626970864. iteration 19170 found worse value: 363.626970864. iteration 19171 found worse value: 363.626970864. iteration 19172 found worse value: 363.626970864. iteration 19173 found worse value: 363.626970864. iteration 19174 found worse value: 363.626970864. iteration 19174, perturbing to get out of local maxima iteration 19175 found worse value: 363.626970864. iteration 19176 found worse value: 363.626970864. iteration 19177 found worse value: 363.626970864. iteration 19178 found worse value: 363.626970864. iteration 19178, perturbing to get out of local maxima iteration 19179 found worse value: 363.626970864. iteration 19180 found worse value: 363.626970864. iteration 19180, perturbing to get out of local maxima iteration 19181 found worse value: 363.626970864. iteration 19181, perturbing to get out of local maxima iteration 19182 found worse value: 363.626970864. iteration 19183 found worse value: 363.626970864. iteration 19184 found worse value: 363.626970864. iteration 19185 found worse value: 363.626970864. iteration 19185, perturbing to get out of local maxima iteration 19186 found worse value: 363.626970864. iteration 19186, perturbing to get out of local maxima iteration 19187 found worse value: 363.626970864. iteration 19188 found worse value: 363.626970864. iteration 19189 found worse value: 363.626970864. iteration 19189, perturbing to get out of local maxima iteration 19190 found worse value: 363.626970864. iteration 19191 found worse value: 363.626970864. iteration 19191, perturbing to get out of local maxima iteration 19192 found worse value: 363.626970864. iteration 19193 found worse value: 363.626970864. iteration 19194 found worse value: 363.626970864. iteration 19195 found worse value: 363.626970864. iteration 19196 found worse value: 363.626970864. iteration 19196, perturbing to get out of local maxima iteration 19197 found worse value: 363.626970864. iteration 19198 found worse value: 363.626970864. iteration 19199 found worse value: 363.626970864. iteration 19199, perturbing to get out of local maxima iteration 19200 found worse value: 363.626970864. iteration 19201 found worse value: 363.626970864. iteration 19201, perturbing to get out of local maxima iteration 19202 found worse value: 363.626970864. iteration 19203 found worse value: 363.626970864. iteration 19204 found worse value: 363.626970864. iteration 19204, perturbing to get out of local maxima iteration 19205 found worse value: 363.626970864. iteration 19206 found worse value: 363.626970864. iteration 19206, perturbing to get out of local maxima iteration 19207 found worse value: 363.626970864. iteration 19208 found worse value: 363.626970864. iteration 19209 found worse value: 363.626970864. iteration 19210 found worse value: 363.626970864. iteration 19211 found worse value: 363.626970864. iteration 19212 found worse value: 363.626970864. iteration 19212, perturbing to get out of local maxima iteration 19213 found worse value: 363.626970864. iteration 19214 found worse value: 363.626970864. iteration 19214, perturbing to get out of local maxima iteration 19215 found worse value: 363.626970864. iteration 19216 found worse value: 363.626970864. iteration 19217 found worse value: 363.626970864. iteration 19218 found worse value: 363.626970864. iteration 19219 found worse value: 363.626970864. iteration 19219, perturbing to get out of local maxima iteration 19220 found worse value: 363.626970864. iteration 19221 found worse value: 363.626970864. iteration 19221, perturbing to get out of local maxima iteration 19222 found worse value: 363.626970864. iteration 19223 found worse value: 363.626970864. iteration 19224 found worse value: 363.626970864. iteration 19225 found worse value: 363.626970864. iteration 19226 found worse value: 363.626970864. iteration 19227 found worse value: 363.626970864. iteration 19228 found worse value: 363.626970864. iteration 19229 found worse value: 363.626970864. iteration 19230 found worse value: 363.626970864. iteration 19230, perturbing to get out of local maxima iteration 19231 found worse value: 363.626970864. iteration 19232 found worse value: 363.626970864. iteration 19232, perturbing to get out of local maxima iteration 19233 found worse value: 363.626970864. iteration 19234 found worse value: 363.626970864. iteration 19235 found worse value: 363.626970864. iteration 19236 found worse value: 363.626970864. iteration 19236, perturbing to get out of local maxima iteration 19237 found worse value: 363.626970864. iteration 19238 found worse value: 363.626970864. iteration 19238, perturbing to get out of local maxima iteration 19239 found worse value: 363.626970864. iteration 19240 found worse value: 363.626970864. iteration 19241 found worse value: 363.626970864. iteration 19242 found worse value: 363.626970864. iteration 19243 found worse value: 363.626970864. iteration 19244 found worse value: 363.626970864. iteration 19245 found worse value: 363.626970864. iteration 19245, perturbing to get out of local maxima iteration 19246 found worse value: 363.626970864. iteration 19246, perturbing to get out of local maxima iteration 19247 found worse value: 363.626970864. iteration 19248 found worse value: 363.626970864. iteration 19249 found worse value: 363.626970864. iteration 19249, perturbing to get out of local maxima iteration 19250 found worse value: 363.626970864. iteration 19251 found worse value: 363.626970864. iteration 19251, perturbing to get out of local maxima iteration 19252 found worse value: 363.626970864. iteration 19252, perturbing to get out of local maxima iteration 19253 found worse value: 363.626970864. iteration 19254 found worse value: 363.626970864. iteration 19255 found worse value: 363.626970864. iteration 19256 found worse value: 363.626970864. iteration 19257 found worse value: 363.626970864. iteration 19257, perturbing to get out of local maxima iteration 19258 found worse value: 363.626970864. iteration 19259 found worse value: 363.626970864. iteration 19260 found worse value: 363.626970864. iteration 19261 found worse value: 363.626970864. iteration 19262 found worse value: 363.626970864. iteration 19263 found worse value: 363.626970864. iteration 19264 found worse value: 363.626970864. iteration 19265 found worse value: 363.626970864. iteration 19266 found worse value: 363.626970864. iteration 19266, perturbing to get out of local maxima iteration 19267 found worse value: 363.626970864. iteration 19267, perturbing to get out of local maxima iteration 19268 found worse value: 363.626970864. iteration 19269 found worse value: 363.626970864. iteration 19270 found worse value: 363.626970864. iteration 19270, perturbing to get out of local maxima iteration 19271 found worse value: 363.626970864. iteration 19272 found worse value: 363.626970864. iteration 19273 found worse value: 363.626970864. iteration 19274 found worse value: 363.626970864. iteration 19275 found worse value: 363.626970864. iteration 19276 found worse value: 363.626970864. iteration 19277 found worse value: 363.626970864. iteration 19277, perturbing to get out of local maxima iteration 19278 found worse value: 363.626970864. iteration 19279 found worse value: 363.626970864. iteration 19280 found worse value: 363.626970864. iteration 19281 found worse value: 363.626970864. iteration 19282 found worse value: 363.626970864. iteration 19283 found worse value: 363.626970864. iteration 19284 found worse value: 363.626970864. iteration 19285 found worse value: 363.626970864. iteration 19286 found worse value: 363.626970864. iteration 19287 found worse value: 363.626970864. iteration 19288 found worse value: 363.626970864. iteration 19288, perturbing to get out of local maxima iteration 19289 found worse value: 363.626970864. iteration 19289, perturbing to get out of local maxima iteration 19290 found worse value: 363.626970864. iteration 19291 found worse value: 363.626970864. iteration 19292 found worse value: 363.626970864. iteration 19293 found worse value: 363.626970864. iteration 19294 found worse value: 363.626970864. iteration 19295 found worse value: 363.626970864. iteration 19296 found worse value: 363.626970864. iteration 19297 found worse value: 363.626970864. iteration 19298 found worse value: 363.626970864. iteration 19299 found worse value: 363.626970864. iteration 19300 found worse value: 363.626970864. iteration 19301 found worse value: 363.626970864. iteration 19301, perturbing to get out of local maxima iteration 19302 found worse value: 363.626970864. iteration 19303 found worse value: 363.626970864. iteration 19304 found worse value: 363.626970864. iteration 19305 found worse value: 363.626970864. iteration 19306 found worse value: 363.626970864. iteration 19306, perturbing to get out of local maxima iteration 19307 found worse value: 363.626970864. iteration 19308 found worse value: 363.626970864. iteration 19308, perturbing to get out of local maxima iteration 19309 found worse value: 363.626970864. iteration 19310 found worse value: 363.626970864. iteration 19311 found worse value: 363.626970864. iteration 19312 found worse value: 363.626970864. iteration 19312, perturbing to get out of local maxima iteration 19313 found worse value: 363.626970864. iteration 19314 found worse value: 363.626970864. iteration 19315 found worse value: 363.626970864. iteration 19316 found worse value: 363.626970864. iteration 19317 found worse value: 363.626970864. iteration 19318 found worse value: 363.626970864. iteration 19318, perturbing to get out of local maxima iteration 19319 found worse value: 363.626970864. iteration 19320 found worse value: 363.626970864. iteration 19321 found worse value: 363.626970864. iteration 19322 found worse value: 363.626970864. iteration 19323 found worse value: 363.626970864. iteration 19324 found worse value: 363.626970864. iteration 19324, perturbing to get out of local maxima iteration 19325 found worse value: 363.626970864. iteration 19325, perturbing to get out of local maxima iteration 19326 found worse value: 363.626970864. iteration 19326, perturbing to get out of local maxima iteration 19327 found worse value: 363.626970864. iteration 19327, perturbing to get out of local maxima iteration 19328 found worse value: 363.626970864. iteration 19329 found worse value: 363.626970864. iteration 19330 found worse value: 363.626970864. iteration 19331 found worse value: 363.626970864. iteration 19332 found worse value: 363.626970864. iteration 19332, perturbing to get out of local maxima iteration 19333 found worse value: 363.626970864. iteration 19334 found worse value: 363.626970864. iteration 19335 found worse value: 363.626970864. iteration 19336 found worse value: 363.626970864. iteration 19337 found worse value: 363.626970864. iteration 19338 found worse value: 363.626970864. iteration 19338, perturbing to get out of local maxima iteration 19339 found worse value: 363.626970864. iteration 19340 found worse value: 363.626970864. iteration 19341 found worse value: 363.626970864. iteration 19341, perturbing to get out of local maxima iteration 19342 found worse value: 363.626970864. iteration 19343 found worse value: 363.626970864. iteration 19344 found worse value: 363.626970864. iteration 19344, perturbing to get out of local maxima iteration 19345 found worse value: 363.626970864. iteration 19346 found worse value: 363.626970864. iteration 19347 found worse value: 363.626970864. iteration 19348 found worse value: 363.626970864. iteration 19349 found worse value: 363.626970864. iteration 19350 found worse value: 363.626970864. iteration 19351 found worse value: 363.626970864. iteration 19352 found worse value: 363.626970864. iteration 19352, perturbing to get out of local maxima iteration 19353 found worse value: 363.626970864. iteration 19354 found worse value: 363.626970864. iteration 19354, perturbing to get out of local maxima iteration 19355 found worse value: 363.626970864. iteration 19356 found worse value: 363.626970864. iteration 19357 found worse value: 363.626970864. iteration 19358 found worse value: 363.626970864. iteration 19359 found worse value: 363.626970864. iteration 19359, perturbing to get out of local maxima iteration 19360 found worse value: 363.626970864. iteration 19361 found worse value: 363.626970864. iteration 19361, perturbing to get out of local maxima iteration 19362 found worse value: 363.626970864. iteration 19363 found worse value: 363.626970864. iteration 19364 found worse value: 363.626970864. iteration 19365 found worse value: 363.626970864. iteration 19366 found better value: 363.63489041 iteration 19367 found worse value: 363.63489041. iteration 19367, perturbing to get out of local maxima iteration 19368 found worse value: 363.63489041. iteration 19368, perturbing to get out of local maxima iteration 19369 found worse value: 363.63489041. iteration 19370 found worse value: 363.63489041. iteration 19371 found worse value: 363.63489041. iteration 19372 found worse value: 363.63489041. iteration 19373 found worse value: 363.63489041. iteration 19374 found worse value: 363.63489041. iteration 19374, perturbing to get out of local maxima iteration 19375 found worse value: 363.63489041. iteration 19376 found worse value: 363.63489041. iteration 19377 found worse value: 363.63489041. iteration 19378 found worse value: 363.63489041. iteration 19379 found worse value: 363.63489041. iteration 19380 found worse value: 363.63489041. iteration 19381 found worse value: 363.63489041. iteration 19382 found worse value: 363.63489041. iteration 19383 found worse value: 363.63489041. iteration 19384 found worse value: 363.63489041. iteration 19384, perturbing to get out of local maxima iteration 19385 found worse value: 363.63489041. iteration 19386 found worse value: 363.63489041. iteration 19387 found worse value: 363.63489041. iteration 19388 found worse value: 363.63489041. iteration 19388, perturbing to get out of local maxima iteration 19389 found worse value: 363.63489041. iteration 19390 found worse value: 363.63489041. iteration 19391 found worse value: 363.63489041. iteration 19392 found worse value: 363.63489041. iteration 19393 found worse value: 363.63489041. iteration 19394 found worse value: 363.63489041. iteration 19394, perturbing to get out of local maxima iteration 19395 found worse value: 363.63489041. iteration 19396 found worse value: 363.63489041. iteration 19397 found worse value: 363.63489041. iteration 19397, perturbing to get out of local maxima iteration 19398 found worse value: 363.63489041. iteration 19399 found worse value: 363.63489041. iteration 19400 found worse value: 363.63489041. iteration 19401 found worse value: 363.63489041. iteration 19402 found worse value: 363.63489041. iteration 19402, perturbing to get out of local maxima iteration 19403 found worse value: 363.63489041. iteration 19404 found worse value: 363.63489041. iteration 19405 found worse value: 363.63489041. iteration 19405, perturbing to get out of local maxima iteration 19406 found worse value: 363.63489041. iteration 19407 found worse value: 363.63489041. iteration 19408 found worse value: 363.63489041. iteration 19409 found worse value: 363.63489041. iteration 19410 found worse value: 363.63489041. iteration 19411 found worse value: 363.63489041. iteration 19412 found worse value: 363.63489041. iteration 19413 found worse value: 363.63489041. iteration 19414 found worse value: 363.63489041. iteration 19415 found worse value: 363.63489041. iteration 19416 found worse value: 363.63489041. iteration 19416, perturbing to get out of local maxima iteration 19417 found worse value: 363.63489041. iteration 19418 found worse value: 363.63489041. iteration 19418, perturbing to get out of local maxima iteration 19419 found worse value: 363.63489041. iteration 19420 found worse value: 363.63489041. iteration 19421 found worse value: 363.63489041. iteration 19421, perturbing to get out of local maxima iteration 19422 found worse value: 363.63489041. iteration 19422, perturbing to get out of local maxima iteration 19423 found worse value: 363.63489041. iteration 19424 found worse value: 363.63489041. iteration 19425 found worse value: 363.63489041. iteration 19425, perturbing to get out of local maxima iteration 19426 found worse value: 363.63489041. iteration 19427 found worse value: 363.63489041. iteration 19428 found worse value: 363.63489041. iteration 19429 found worse value: 363.63489041. iteration 19430 found worse value: 363.63489041. iteration 19430, perturbing to get out of local maxima iteration 19431 found worse value: 363.63489041. iteration 19431, perturbing to get out of local maxima iteration 19432 found worse value: 363.63489041. iteration 19433 found worse value: 363.63489041. iteration 19434 found worse value: 363.63489041. iteration 19435 found worse value: 363.63489041. iteration 19436 found worse value: 363.63489041. iteration 19437 found worse value: 363.63489041. iteration 19438 found worse value: 363.63489041. iteration 19439 found worse value: 363.63489041. iteration 19439, perturbing to get out of local maxima iteration 19440 found worse value: 363.63489041. iteration 19441 found worse value: 363.63489041. iteration 19442 found worse value: 363.63489041. iteration 19443 found worse value: 363.63489041. iteration 19444 found worse value: 363.63489041. iteration 19445 found worse value: 363.63489041. iteration 19446 found worse value: 363.63489041. iteration 19447 found worse value: 363.63489041. iteration 19448 found worse value: 363.63489041. iteration 19449 found worse value: 363.63489041. iteration 19450 found worse value: 363.63489041. iteration 19451 found worse value: 363.63489041. iteration 19451, perturbing to get out of local maxima iteration 19452 found worse value: 363.63489041. iteration 19453 found worse value: 363.63489041. iteration 19453, perturbing to get out of local maxima iteration 19454 found worse value: 363.63489041. iteration 19455 found worse value: 363.63489041. iteration 19456 found worse value: 363.63489041. iteration 19457 found worse value: 363.63489041. iteration 19457, perturbing to get out of local maxima iteration 19458 found worse value: 363.63489041. iteration 19459 found worse value: 363.63489041. iteration 19460 found worse value: 363.63489041. iteration 19460, perturbing to get out of local maxima iteration 19461 found worse value: 363.63489041. iteration 19462 found worse value: 363.63489041. iteration 19462, perturbing to get out of local maxima iteration 19463 found worse value: 363.63489041. iteration 19464 found worse value: 363.63489041. iteration 19465 found worse value: 363.63489041. iteration 19466 found worse value: 363.63489041. iteration 19467 found worse value: 363.63489041. iteration 19468 found worse value: 363.63489041. iteration 19469 found worse value: 363.63489041. iteration 19470 found worse value: 363.63489041. iteration 19471 found worse value: 363.63489041. iteration 19472 found worse value: 363.63489041. iteration 19473 found worse value: 363.63489041. iteration 19474 found worse value: 363.63489041. iteration 19474, perturbing to get out of local maxima iteration 19475 found worse value: 363.63489041. iteration 19476 found worse value: 363.63489041. iteration 19476, perturbing to get out of local maxima iteration 19477 found worse value: 363.63489041. iteration 19477, perturbing to get out of local maxima iteration 19478 found worse value: 363.63489041. iteration 19478, perturbing to get out of local maxima iteration 19479 found worse value: 363.63489041. iteration 19480 found worse value: 363.63489041. iteration 19480, perturbing to get out of local maxima iteration 19481 found worse value: 363.63489041. iteration 19482 found worse value: 363.63489041. iteration 19483 found worse value: 363.63489041. iteration 19484 found worse value: 363.63489041. iteration 19485 found worse value: 363.63489041. iteration 19486 found worse value: 363.63489041. iteration 19487 found worse value: 363.63489041. iteration 19488 found worse value: 363.63489041. iteration 19489 found worse value: 363.63489041. iteration 19490 found worse value: 363.63489041. iteration 19490, perturbing to get out of local maxima iteration 19491 found worse value: 363.63489041. iteration 19492 found worse value: 363.63489041. iteration 19493 found worse value: 363.63489041. iteration 19494 found worse value: 363.63489041. iteration 19495 found worse value: 363.63489041. iteration 19496 found worse value: 363.63489041. iteration 19496, perturbing to get out of local maxima iteration 19497 found worse value: 363.63489041. iteration 19497, perturbing to get out of local maxima iteration 19498 found worse value: 363.63489041. iteration 19499 found worse value: 363.63489041. iteration 19500 found worse value: 363.63489041. iteration 19501 found worse value: 363.63489041. iteration 19501, perturbing to get out of local maxima iteration 19502 found worse value: 363.63489041. iteration 19503 found worse value: 363.63489041. iteration 19504 found worse value: 363.63489041. iteration 19505 found worse value: 363.63489041. iteration 19506 found worse value: 363.63489041. iteration 19507 found worse value: 363.63489041. iteration 19508 found worse value: 363.63489041. iteration 19509 found worse value: 363.63489041. iteration 19509, perturbing to get out of local maxima iteration 19510 found worse value: 363.63489041. iteration 19511 found worse value: 363.63489041. iteration 19512 found worse value: 363.63489041. iteration 19513 found worse value: 363.63489041. iteration 19514 found worse value: 363.63489041. iteration 19515 found worse value: 363.63489041. iteration 19516 found worse value: 363.63489041. iteration 19517 found worse value: 363.63489041. iteration 19518 found worse value: 363.63489041. iteration 19519 found worse value: 363.63489041. iteration 19520 found worse value: 363.63489041. iteration 19521 found worse value: 363.63489041. iteration 19522 found worse value: 363.63489041. iteration 19522, perturbing to get out of local maxima iteration 19523 found worse value: 363.63489041. iteration 19524 found worse value: 363.63489041. iteration 19525 found worse value: 363.63489041. iteration 19526 found worse value: 363.63489041. iteration 19527 found worse value: 363.63489041. iteration 19528 found worse value: 363.63489041. iteration 19529 found worse value: 363.63489041. iteration 19530 found worse value: 363.63489041. iteration 19531 found worse value: 363.63489041. iteration 19531, perturbing to get out of local maxima iteration 19532 found worse value: 363.63489041. iteration 19533 found worse value: 363.63489041. iteration 19534 found worse value: 363.63489041. iteration 19535 found worse value: 363.63489041. iteration 19536 found worse value: 363.63489041. iteration 19536, perturbing to get out of local maxima iteration 19537 found worse value: 363.63489041. iteration 19538 found worse value: 363.63489041. iteration 19539 found worse value: 363.63489041. iteration 19540 found worse value: 363.63489041. iteration 19541 found worse value: 363.63489041. iteration 19542 found worse value: 363.63489041. iteration 19543 found worse value: 363.63489041. iteration 19544 found worse value: 363.63489041. iteration 19544, perturbing to get out of local maxima iteration 19545 found worse value: 363.63489041. iteration 19546 found worse value: 363.63489041. iteration 19547 found worse value: 363.63489041. iteration 19547, perturbing to get out of local maxima iteration 19548 found worse value: 363.63489041. iteration 19549 found worse value: 363.63489041. iteration 19550 found worse value: 363.63489041. iteration 19551 found worse value: 363.63489041. iteration 19552 found worse value: 363.63489041. iteration 19553 found worse value: 363.63489041. iteration 19553, perturbing to get out of local maxima iteration 19554 found worse value: 363.63489041. iteration 19555 found worse value: 363.63489041. iteration 19556 found worse value: 363.63489041. iteration 19557 found worse value: 363.63489041. iteration 19558 found worse value: 363.63489041. iteration 19559 found worse value: 363.63489041. iteration 19559, perturbing to get out of local maxima iteration 19560 found worse value: 363.63489041. iteration 19560, perturbing to get out of local maxima iteration 19561 found worse value: 363.63489041. iteration 19562 found worse value: 363.63489041. iteration 19563 found worse value: 363.63489041. iteration 19563, perturbing to get out of local maxima iteration 19564 found worse value: 363.63489041. iteration 19565 found worse value: 363.63489041. iteration 19565, perturbing to get out of local maxima iteration 19566 found worse value: 363.63489041. iteration 19567 found worse value: 363.63489041. iteration 19568 found worse value: 363.63489041. iteration 19569 found worse value: 363.63489041. iteration 19569, perturbing to get out of local maxima iteration 19570 found worse value: 363.63489041. iteration 19571 found worse value: 363.63489041. iteration 19572 found worse value: 363.63489041. iteration 19573 found worse value: 363.63489041. iteration 19574 found worse value: 363.63489041. iteration 19575 found worse value: 363.63489041. iteration 19576 found worse value: 363.63489041. iteration 19576, perturbing to get out of local maxima iteration 19577 found worse value: 363.63489041. iteration 19578 found worse value: 363.63489041. iteration 19579 found worse value: 363.63489041. iteration 19579, perturbing to get out of local maxima iteration 19580 found worse value: 363.63489041. iteration 19581 found worse value: 363.63489041. iteration 19582 found worse value: 363.63489041. iteration 19583 found worse value: 363.63489041. iteration 19584 found worse value: 363.63489041. iteration 19585 found worse value: 363.63489041. iteration 19586 found worse value: 363.63489041. iteration 19587 found worse value: 363.63489041. iteration 19588 found worse value: 363.63489041. iteration 19589 found worse value: 363.63489041. iteration 19589, perturbing to get out of local maxima iteration 19590 found worse value: 363.63489041. iteration 19591 found worse value: 363.63489041. iteration 19591, perturbing to get out of local maxima iteration 19592 found worse value: 363.63489041. iteration 19593 found worse value: 363.63489041. iteration 19594 found worse value: 363.63489041. iteration 19595 found worse value: 363.63489041. iteration 19596 found worse value: 363.63489041. iteration 19596, perturbing to get out of local maxima iteration 19597 found worse value: 363.63489041. iteration 19598 found worse value: 363.63489041. iteration 19599 found worse value: 363.63489041. iteration 19600 found worse value: 363.63489041. iteration 19601 found worse value: 363.63489041. iteration 19601, perturbing to get out of local maxima iteration 19602 found worse value: 363.63489041. iteration 19603 found worse value: 363.63489041. iteration 19603, perturbing to get out of local maxima iteration 19604 found worse value: 363.63489041. iteration 19604, perturbing to get out of local maxima iteration 19605 found worse value: 363.63489041. iteration 19606 found worse value: 363.63489041. iteration 19607 found worse value: 363.63489041. iteration 19608 found worse value: 363.63489041. iteration 19609 found worse value: 363.63489041. iteration 19610 found worse value: 363.63489041. iteration 19611 found worse value: 363.63489041. iteration 19612 found worse value: 363.63489041. iteration 19613 found worse value: 363.63489041. iteration 19614 found worse value: 363.63489041. iteration 19614, perturbing to get out of local maxima iteration 19615 found worse value: 363.63489041. iteration 19616 found worse value: 363.63489041. iteration 19617 found worse value: 363.63489041. iteration 19617, perturbing to get out of local maxima iteration 19618 found worse value: 363.63489041. iteration 19619 found worse value: 363.63489041. iteration 19620 found worse value: 363.63489041. iteration 19621 found worse value: 363.63489041. iteration 19622 found worse value: 363.63489041. iteration 19622, perturbing to get out of local maxima iteration 19623 found worse value: 363.63489041. iteration 19623, perturbing to get out of local maxima iteration 19624 found worse value: 363.63489041. iteration 19625 found worse value: 363.63489041. iteration 19626 found worse value: 363.63489041. iteration 19627 found worse value: 363.63489041. iteration 19628 found worse value: 363.63489041. iteration 19629 found worse value: 363.63489041. iteration 19630 found worse value: 363.63489041. iteration 19631 found worse value: 363.63489041. iteration 19632 found worse value: 363.63489041. iteration 19633 found worse value: 363.63489041. iteration 19634 found worse value: 363.63489041. iteration 19634, perturbing to get out of local maxima iteration 19635 found worse value: 363.63489041. iteration 19635, perturbing to get out of local maxima iteration 19636 found worse value: 363.63489041. iteration 19637 found worse value: 363.63489041. iteration 19638 found worse value: 363.63489041. iteration 19639 found worse value: 363.63489041. iteration 19640 found worse value: 363.63489041. iteration 19641 found worse value: 363.63489041. iteration 19641, perturbing to get out of local maxima iteration 19642 found worse value: 363.63489041. iteration 19643 found worse value: 363.63489041. iteration 19644 found worse value: 363.63489041. iteration 19645 found worse value: 363.63489041. iteration 19645, perturbing to get out of local maxima iteration 19646 found worse value: 363.63489041. iteration 19647 found worse value: 363.63489041. iteration 19648 found worse value: 363.63489041. iteration 19649 found worse value: 363.63489041. iteration 19650 found worse value: 363.63489041. iteration 19651 found worse value: 363.63489041. iteration 19652 found worse value: 363.63489041. iteration 19653 found worse value: 363.63489041. iteration 19654 found worse value: 363.63489041. iteration 19655 found worse value: 363.63489041. iteration 19656 found worse value: 363.63489041. iteration 19657 found worse value: 363.63489041. iteration 19658 found worse value: 363.63489041. iteration 19659 found worse value: 363.63489041. iteration 19660 found worse value: 363.63489041. iteration 19661 found worse value: 363.63489041. iteration 19662 found worse value: 363.63489041. iteration 19662, perturbing to get out of local maxima iteration 19663 found worse value: 363.63489041. iteration 19664 found worse value: 363.63489041. iteration 19665 found worse value: 363.63489041. iteration 19666 found worse value: 363.63489041. iteration 19667 found worse value: 363.63489041. iteration 19668 found worse value: 363.63489041. iteration 19669 found worse value: 363.63489041. iteration 19670 found worse value: 363.63489041. iteration 19671 found worse value: 363.63489041. iteration 19672 found worse value: 363.63489041. iteration 19672, perturbing to get out of local maxima iteration 19673 found worse value: 363.63489041. iteration 19673, perturbing to get out of local maxima iteration 19674 found worse value: 363.63489041. iteration 19674, perturbing to get out of local maxima iteration 19675 found worse value: 363.63489041. iteration 19676 found worse value: 363.63489041. iteration 19677 found worse value: 363.63489041. iteration 19677, perturbing to get out of local maxima iteration 19678 found worse value: 363.63489041. iteration 19679 found worse value: 363.63489041. iteration 19680 found worse value: 363.63489041. iteration 19680, perturbing to get out of local maxima iteration 19681 found worse value: 363.63489041. iteration 19681, perturbing to get out of local maxima iteration 19682 found worse value: 363.63489041. iteration 19683 found worse value: 363.63489041. iteration 19683, perturbing to get out of local maxima iteration 19684 found worse value: 363.63489041. iteration 19685 found worse value: 363.63489041. iteration 19686 found worse value: 363.63489041. iteration 19687 found worse value: 363.63489041. iteration 19688 found worse value: 363.63489041. iteration 19688, perturbing to get out of local maxima iteration 19689 found worse value: 363.63489041. iteration 19690 found worse value: 363.63489041. iteration 19691 found worse value: 363.63489041. iteration 19691, perturbing to get out of local maxima iteration 19692 found worse value: 363.63489041. iteration 19693 found worse value: 363.63489041. iteration 19694 found worse value: 363.63489041. iteration 19694, perturbing to get out of local maxima iteration 19695 found worse value: 363.63489041. iteration 19696 found worse value: 363.63489041. iteration 19697 found worse value: 363.63489041. iteration 19697, perturbing to get out of local maxima iteration 19698 found worse value: 363.63489041. iteration 19698, perturbing to get out of local maxima iteration 19699 found worse value: 363.63489041. iteration 19699, perturbing to get out of local maxima iteration 19700 found worse value: 363.63489041. iteration 19701 found worse value: 363.63489041. iteration 19701, perturbing to get out of local maxima iteration 19702 found worse value: 363.63489041. iteration 19703 found worse value: 363.63489041. iteration 19703, perturbing to get out of local maxima iteration 19704 found worse value: 363.63489041. iteration 19704, perturbing to get out of local maxima iteration 19705 found worse value: 363.63489041. iteration 19705, perturbing to get out of local maxima iteration 19706 found worse value: 363.63489041. iteration 19707 found worse value: 363.63489041. iteration 19708 found worse value: 363.63489041. iteration 19709 found worse value: 363.63489041. iteration 19709, perturbing to get out of local maxima iteration 19710 found worse value: 363.63489041. iteration 19711 found worse value: 363.63489041. iteration 19712 found worse value: 363.63489041. iteration 19712, perturbing to get out of local maxima iteration 19713 found worse value: 363.63489041. iteration 19714 found worse value: 363.63489041. iteration 19714, perturbing to get out of local maxima iteration 19715 found worse value: 363.63489041. iteration 19716 found worse value: 363.63489041. iteration 19717 found worse value: 363.63489041. iteration 19717, perturbing to get out of local maxima iteration 19718 found worse value: 363.63489041. iteration 19718, perturbing to get out of local maxima iteration 19719 found worse value: 363.63489041. iteration 19720 found worse value: 363.63489041. iteration 19721 found worse value: 363.63489041. iteration 19722 found worse value: 363.63489041. iteration 19723 found worse value: 363.63489041. iteration 19724 found worse value: 363.63489041. iteration 19725 found worse value: 363.63489041. iteration 19726 found worse value: 363.63489041. iteration 19727 found worse value: 363.63489041. iteration 19728 found worse value: 363.63489041. iteration 19729 found worse value: 363.63489041. iteration 19730 found worse value: 363.63489041. iteration 19731 found worse value: 363.63489041. iteration 19732 found worse value: 363.63489041. iteration 19733 found worse value: 363.63489041. iteration 19733, perturbing to get out of local maxima iteration 19734 found worse value: 363.63489041. iteration 19735 found worse value: 363.63489041. iteration 19736 found worse value: 363.63489041. iteration 19737 found worse value: 363.63489041. iteration 19738 found worse value: 363.63489041. iteration 19739 found worse value: 363.63489041. iteration 19740 found worse value: 363.63489041. iteration 19740, perturbing to get out of local maxima iteration 19741 found worse value: 363.63489041. iteration 19742 found worse value: 363.63489041. iteration 19743 found worse value: 363.63489041. iteration 19744 found worse value: 363.63489041. iteration 19745 found worse value: 363.63489041. iteration 19746 found worse value: 363.63489041. iteration 19747 found worse value: 363.63489041. iteration 19748 found worse value: 363.63489041. iteration 19749 found worse value: 363.63489041. iteration 19750 found worse value: 363.63489041. iteration 19751 found worse value: 363.63489041. iteration 19752 found worse value: 363.63489041. iteration 19753 found worse value: 363.63489041. iteration 19753, perturbing to get out of local maxima iteration 19754 found worse value: 363.63489041. iteration 19755 found worse value: 363.63489041. iteration 19756 found worse value: 363.63489041. iteration 19757 found worse value: 363.63489041. iteration 19758 found worse value: 363.63489041. iteration 19759 found worse value: 363.63489041. iteration 19760 found worse value: 363.63489041. iteration 19760, perturbing to get out of local maxima iteration 19761 found worse value: 363.63489041. iteration 19762 found worse value: 363.63489041. iteration 19763 found worse value: 363.63489041. iteration 19764 found worse value: 363.63489041. iteration 19764, perturbing to get out of local maxima iteration 19765 found worse value: 363.63489041. iteration 19766 found worse value: 363.63489041. iteration 19767 found worse value: 363.63489041. iteration 19768 found worse value: 363.63489041. iteration 19768, perturbing to get out of local maxima iteration 19769 found worse value: 363.63489041. iteration 19770 found worse value: 363.63489041. iteration 19771 found worse value: 363.63489041. iteration 19772 found worse value: 363.63489041. iteration 19773 found worse value: 363.63489041. iteration 19774 found worse value: 363.63489041. iteration 19775 found worse value: 363.63489041. iteration 19776 found worse value: 363.63489041. iteration 19777 found worse value: 363.63489041. iteration 19778 found worse value: 363.63489041. iteration 19779 found worse value: 363.63489041. iteration 19780 found worse value: 363.63489041. iteration 19780, perturbing to get out of local maxima iteration 19781 found worse value: 363.63489041. iteration 19782 found worse value: 363.63489041. iteration 19783 found worse value: 363.63489041. iteration 19784 found worse value: 363.63489041. iteration 19784, perturbing to get out of local maxima iteration 19785 found worse value: 363.63489041. iteration 19785, perturbing to get out of local maxima iteration 19786 found worse value: 363.63489041. iteration 19787 found worse value: 363.63489041. iteration 19788 found worse value: 363.63489041. iteration 19789 found worse value: 363.63489041. iteration 19790 found worse value: 363.63489041. iteration 19790, perturbing to get out of local maxima iteration 19791 found worse value: 363.63489041. iteration 19792 found worse value: 363.63489041. iteration 19792, perturbing to get out of local maxima iteration 19793 found worse value: 363.63489041. iteration 19794 found worse value: 363.63489041. iteration 19795 found worse value: 363.63489041. iteration 19796 found worse value: 363.63489041. iteration 19797 found worse value: 363.63489041. iteration 19798 found worse value: 363.63489041. iteration 19798, perturbing to get out of local maxima iteration 19799 found worse value: 363.63489041. iteration 19800 found worse value: 363.63489041. iteration 19801 found worse value: 363.63489041. iteration 19801, perturbing to get out of local maxima iteration 19802 found worse value: 363.63489041. iteration 19802, perturbing to get out of local maxima iteration 19803 found worse value: 363.63489041. iteration 19803, perturbing to get out of local maxima iteration 19804 found worse value: 363.63489041. iteration 19805 found worse value: 363.63489041. iteration 19806 found worse value: 363.63489041. iteration 19807 found worse value: 363.63489041. iteration 19808 found worse value: 363.63489041. iteration 19809 found worse value: 363.63489041. iteration 19810 found worse value: 363.63489041. iteration 19811 found worse value: 363.63489041. iteration 19812 found worse value: 363.63489041. iteration 19813 found worse value: 363.63489041. iteration 19814 found worse value: 363.63489041. iteration 19815 found worse value: 363.63489041. iteration 19816 found worse value: 363.63489041. iteration 19817 found worse value: 363.63489041. iteration 19818 found worse value: 363.63489041. iteration 19819 found worse value: 363.63489041. iteration 19820 found worse value: 363.63489041. iteration 19821 found worse value: 363.63489041. iteration 19822 found worse value: 363.63489041. iteration 19823 found worse value: 363.63489041. iteration 19823, perturbing to get out of local maxima iteration 19824 found worse value: 363.63489041. iteration 19825 found worse value: 363.63489041. iteration 19826 found worse value: 363.63489041. iteration 19827 found worse value: 363.63489041. iteration 19828 found worse value: 363.63489041. iteration 19829 found worse value: 363.63489041. iteration 19830 found worse value: 363.63489041. iteration 19831 found worse value: 363.63489041. iteration 19831, perturbing to get out of local maxima iteration 19832 found worse value: 363.63489041. iteration 19833 found worse value: 363.63489041. iteration 19833, perturbing to get out of local maxima iteration 19834 found worse value: 363.63489041. iteration 19835 found worse value: 363.63489041. iteration 19836 found worse value: 363.63489041. iteration 19837 found worse value: 363.63489041. iteration 19837, perturbing to get out of local maxima iteration 19838 found worse value: 363.63489041. iteration 19838, perturbing to get out of local maxima iteration 19839 found worse value: 363.63489041. iteration 19840 found worse value: 363.63489041. iteration 19841 found worse value: 363.63489041. iteration 19842 found worse value: 363.63489041. iteration 19842, perturbing to get out of local maxima iteration 19843 found worse value: 363.63489041. iteration 19844 found worse value: 363.63489041. iteration 19845 found worse value: 363.63489041. iteration 19846 found worse value: 363.63489041. iteration 19846, perturbing to get out of local maxima iteration 19847 found worse value: 363.63489041. iteration 19847, perturbing to get out of local maxima iteration 19848 found worse value: 363.63489041. iteration 19849 found worse value: 363.63489041. iteration 19850 found worse value: 363.63489041. iteration 19851 found worse value: 363.63489041. iteration 19852 found worse value: 363.63489041. iteration 19853 found worse value: 363.63489041. iteration 19854 found worse value: 363.63489041. iteration 19855 found worse value: 363.63489041. iteration 19856 found worse value: 363.63489041. iteration 19857 found worse value: 363.63489041. iteration 19858 found worse value: 363.63489041. iteration 19859 found worse value: 363.63489041. iteration 19860 found worse value: 363.63489041. iteration 19861 found worse value: 363.63489041. iteration 19862 found worse value: 363.63489041. iteration 19863 found worse value: 363.63489041. iteration 19864 found worse value: 363.63489041. iteration 19865 found worse value: 363.63489041. iteration 19866 found worse value: 363.63489041. iteration 19867 found worse value: 363.63489041. iteration 19868 found worse value: 363.63489041. iteration 19869 found worse value: 363.63489041. iteration 19870 found worse value: 363.63489041. iteration 19870, perturbing to get out of local maxima iteration 19871 found worse value: 363.63489041. iteration 19871, perturbing to get out of local maxima iteration 19872 found better value: 363.64007621100006 iteration 19873 found worse value: 363.64007621100006. iteration 19873, perturbing to get out of local maxima iteration 19874 found worse value: 363.64007621100006. iteration 19874, perturbing to get out of local maxima iteration 19875 found worse value: 363.64007621100006. iteration 19876 found worse value: 363.64007621100006. iteration 19877 found worse value: 363.64007621100006. iteration 19878 found worse value: 363.64007621100006. iteration 19879 found worse value: 363.64007621100006. iteration 19880 found better value: 363.64368535299997 iteration 19881 found better value: 363.64384998 iteration 19882 found worse value: 363.64384998. iteration 19883 found worse value: 363.64384998. iteration 19883, perturbing to get out of local maxima iteration 19884 found worse value: 363.64384998. iteration 19885 found worse value: 363.64384998. iteration 19885, perturbing to get out of local maxima iteration 19886 found worse value: 363.64384998. iteration 19887 found better value: 363.648233753 iteration 19888 found worse value: 363.648233753. iteration 19889 found better value: 363.648799895 iteration 19890 found worse value: 363.648799895. iteration 19891 found worse value: 363.648799895. iteration 19892 found worse value: 363.648799895. iteration 19893 found worse value: 363.648799895. iteration 19893, perturbing to get out of local maxima iteration 19894 found worse value: 363.648799895. iteration 19894, perturbing to get out of local maxima iteration 19895 found worse value: 363.648799895. iteration 19896 found worse value: 363.648799895. iteration 19896, perturbing to get out of local maxima iteration 19897 found worse value: 363.648799895. iteration 19897, perturbing to get out of local maxima iteration 19898 found worse value: 363.648799895. iteration 19898, perturbing to get out of local maxima iteration 19899 found worse value: 363.648799895. iteration 19900 found worse value: 363.648799895. iteration 19901 found worse value: 363.648799895. iteration 19901, perturbing to get out of local maxima iteration 19902 found worse value: 363.648799895. iteration 19903 found worse value: 363.648799895. iteration 19903, perturbing to get out of local maxima iteration 19904 found worse value: 363.648799895. iteration 19905 found worse value: 363.648799895. iteration 19906 found worse value: 363.648799895. iteration 19907 found worse value: 363.648799895. iteration 19908 found worse value: 363.648799895. iteration 19908, perturbing to get out of local maxima iteration 19909 found worse value: 363.648799895. iteration 19910 found worse value: 363.648799895. iteration 19911 found worse value: 363.648799895. iteration 19912 found worse value: 363.648799895. iteration 19913 found worse value: 363.648799895. iteration 19914 found worse value: 363.648799895. iteration 19915 found worse value: 363.648799895. iteration 19916 found worse value: 363.648799895. iteration 19917 found worse value: 363.648799895. iteration 19918 found worse value: 363.648799895. iteration 19919 found worse value: 363.648799895. iteration 19920 found worse value: 363.648799895. iteration 19921 found worse value: 363.648799895. iteration 19922 found worse value: 363.648799895. iteration 19923 found worse value: 363.648799895. iteration 19923, perturbing to get out of local maxima iteration 19924 found worse value: 363.648799895. iteration 19925 found worse value: 363.648799895. iteration 19925, perturbing to get out of local maxima iteration 19926 found worse value: 363.648799895. iteration 19926, perturbing to get out of local maxima iteration 19927 found worse value: 363.648799895. iteration 19928 found worse value: 363.648799895. iteration 19929 found worse value: 363.648799895. iteration 19930 found worse value: 363.648799895. iteration 19930, perturbing to get out of local maxima iteration 19931 found worse value: 363.648799895. iteration 19931, perturbing to get out of local maxima iteration 19932 found worse value: 363.648799895. iteration 19933 found worse value: 363.648799895. iteration 19934 found worse value: 363.648799895. iteration 19935 found worse value: 363.648799895. iteration 19936 found worse value: 363.648799895. iteration 19936, perturbing to get out of local maxima iteration 19937 found worse value: 363.648799895. iteration 19938 found worse value: 363.648799895. iteration 19939 found worse value: 363.648799895. iteration 19940 found worse value: 363.648799895. iteration 19940, perturbing to get out of local maxima iteration 19941 found worse value: 363.648799895. iteration 19941, perturbing to get out of local maxima iteration 19942 found worse value: 363.648799895. iteration 19943 found worse value: 363.648799895. iteration 19944 found worse value: 363.648799895. iteration 19945 found worse value: 363.648799895. iteration 19945, perturbing to get out of local maxima iteration 19946 found worse value: 363.648799895. iteration 19947 found worse value: 363.648799895. iteration 19948 found worse value: 363.648799895. iteration 19949 found worse value: 363.648799895. iteration 19950 found worse value: 363.648799895. iteration 19950, perturbing to get out of local maxima iteration 19951 found worse value: 363.648799895. iteration 19952 found worse value: 363.648799895. iteration 19952, perturbing to get out of local maxima iteration 19953 found worse value: 363.648799895. iteration 19953, perturbing to get out of local maxima iteration 19954 found worse value: 363.648799895. iteration 19955 found worse value: 363.648799895. iteration 19956 found worse value: 363.648799895. iteration 19957 found worse value: 363.648799895. iteration 19958 found worse value: 363.648799895. iteration 19959 found worse value: 363.648799895. iteration 19960 found worse value: 363.648799895. iteration 19961 found worse value: 363.648799895. iteration 19962 found worse value: 363.648799895. iteration 19963 found worse value: 363.648799895. iteration 19964 found worse value: 363.648799895. iteration 19965 found worse value: 363.648799895. iteration 19966 found worse value: 363.648799895. iteration 19966, perturbing to get out of local maxima iteration 19967 found worse value: 363.648799895. iteration 19968 found worse value: 363.648799895. iteration 19969 found worse value: 363.648799895. iteration 19970 found worse value: 363.648799895. iteration 19971 found worse value: 363.648799895. iteration 19972 found worse value: 363.648799895. iteration 19973 found better value: 363.653684741 iteration 19974 found better value: 363.656088451 iteration 19975 found better value: 363.656132834 iteration 19976 found worse value: 363.656132834. iteration 19977 found worse value: 363.656132834. iteration 19978 found worse value: 363.656132834. iteration 19978, perturbing to get out of local maxima iteration 19979 found worse value: 363.656132834. iteration 19980 found worse value: 363.656132834. iteration 19981 found worse value: 363.656132834. iteration 19982 found worse value: 363.656132834. iteration 19983 found worse value: 363.656132834. iteration 19984 found worse value: 363.656132834. iteration 19984, perturbing to get out of local maxima iteration 19985 found worse value: 363.656132834. iteration 19985, perturbing to get out of local maxima iteration 19986 found worse value: 363.656132834. iteration 19987 found worse value: 363.656132834. iteration 19987, perturbing to get out of local maxima iteration 19988 found worse value: 363.656132834. iteration 19989 found worse value: 363.656132834. iteration 19989, perturbing to get out of local maxima iteration 19990 found worse value: 363.656132834. iteration 19991 found worse value: 363.656132834. iteration 19992 found worse value: 363.656132834. iteration 19993 found worse value: 363.656132834. iteration 19994 found worse value: 363.656132834. iteration 19994, perturbing to get out of local maxima iteration 19995 found worse value: 363.656132834. iteration 19996 found worse value: 363.656132834. iteration 19997 found worse value: 363.656132834. iteration 19998 found worse value: 363.656132834. iteration 19999 found worse value: 363.656132834. iteration 20000 found worse value: 363.656132834.
#visualizing optimized schedule
#if few units, use .astype(int)
fig, axes = plt.subplots(1,2, figsize=(15,8))
axes=axes.flatten()
_=gs.slice_plot(data=best_blend.astype(int).flatten(order='F'),griddef=grid,catdata=True, ax=axes[0], title='Mining face A', grid=True,cmap='viridis',cbar_label='Blend units')
_=gs.slice_plot(data=best_blend2.astype(int).flatten(order='F'),griddef=grid2,catdata=True, ax=axes[1],title='Mining face B',grid=True,cmap='viridis', cbar_label='Blend units')
plt.savefig (figfolder+'/syn_sched.png', bbox_inches = 'tight', dpi = 300)
best_tmr #total metal recovered (units of mass)
363.656132834
best_tmr/240 #total metal recovered (units of mass per block)
1.5152338868083333
increase = ((best_tmr-dflt_tmr)/dflt_tmr)*100
print('% increase in total metal recovered is {:.2f}%'.format(increase))
% increase in total metal recovered is 0.32%
best_tmr_list = np.multiply(best_att_unit,best_g_unit)
best_tmr_list = best_tmr_list.tolist()
b_means = [np.mean(i) for i in best_att_unit]
ax=sns.boxplot(data=best_att_unit,whis=5)
ax=sns.lineplot(data=b_means,color='black',marker='o',markerfacecolor="black", markeredgecolor="black",markersize='3')
ax.set_xlabel('Blending Unit')
plt.xticks([0,1,2,3,4,5,6,7,8,9], [1,2,3,4,5,6,7,8,9,10])
ax.set_ylabel('metal recovery(%)')
plt.savefig (figfolder+'/syn_rec.png', bbox_inches = 'tight', dpi = 300)
#visualizing if the seed changes the optimized result
n_iterations=20000
plt.xlabel('iterations',fontsize=15)
plt.ylabel('Increase in total recovered metal (%)',fontsize=15)
itera_values = list(range(0, n_iterations+1, int((n_iterations)/10)))
y_val=[]
for val in conv_lst_tmr:
y_val.append(100*(val-conv_lst_tmr[0])/conv_lst_tmr[0])
plt.plot(itera_values, y_val, '-o')
plt.savefig(figfolder+'/it_conv_syn.png', bbox_inches = 'tight', dpi = 300)
dflt_att_unit, dflt_g_unit, dflt_m_unit, dflt_blend, dflt_blend2, dflt_tmr, conv_lst_tmr = sim_annealing_2f(
pv, pv_mined, gradev, massv, p_units, b_units, #miningface1
pv2, pv_mined2, gradev2, massv2, p_units2, b_units2, #miningface2
dist_penal=0.000, #penalty for shovel movement
w=2.0, #processing_par
n_iterations=0, temp=5)
dflt_tmr #total metal recovered (units of mass)
331.927148047
best_att_unit, best_g_unit, best_m_unit, best_blend, best_blend2, best_tmr, conv_lst_tmr = sim_annealing_2f(
pv, pv_mined, gradev, massv, p_units, b_units, #miningface1
pv2, pv_mined2, gradev2, massv2, p_units2, b_units2, #miningface2
dist_penal=0.00, #penalty for shovel movement
w=2.0, #processing_par
n_iterations=20000, temp=100)
iteration 1 found better value: 331.94349229700003 iteration 2 found worse value: 331.94349229700003. iteration 2, perturbing to get out of local maxima iteration 3 found worse value: 331.94349229700003. iteration 3, perturbing to get out of local maxima iteration 4 found worse value: 331.94349229700003. iteration 4, perturbing to get out of local maxima iteration 5 found worse value: 331.94349229700003. iteration 5, perturbing to get out of local maxima iteration 6 found worse value: 331.94349229700003. iteration 6, perturbing to get out of local maxima iteration 7 found worse value: 331.94349229700003. iteration 8 found worse value: 331.94349229700003. iteration 8, perturbing to get out of local maxima iteration 9 found worse value: 331.94349229700003. iteration 10 found worse value: 331.94349229700003. iteration 11 found worse value: 331.94349229700003. iteration 12 found worse value: 331.94349229700003. iteration 13 found worse value: 331.94349229700003. iteration 13, perturbing to get out of local maxima iteration 14 found worse value: 331.94349229700003. iteration 14, perturbing to get out of local maxima iteration 15 found worse value: 331.94349229700003. iteration 16 found worse value: 331.94349229700003. iteration 17 found worse value: 331.94349229700003. iteration 17, perturbing to get out of local maxima iteration 18 found worse value: 331.94349229700003. iteration 18, perturbing to get out of local maxima iteration 19 found worse value: 331.94349229700003. iteration 19, perturbing to get out of local maxima iteration 20 found worse value: 331.94349229700003. iteration 20, perturbing to get out of local maxima iteration 21 found worse value: 331.94349229700003. iteration 22 found worse value: 331.94349229700003. iteration 23 found worse value: 331.94349229700003. iteration 23, perturbing to get out of local maxima iteration 24 found worse value: 331.94349229700003. iteration 24, perturbing to get out of local maxima iteration 25 found worse value: 331.94349229700003. iteration 26 found worse value: 331.94349229700003. iteration 27 found worse value: 331.94349229700003. iteration 28 found worse value: 331.94349229700003. iteration 28, perturbing to get out of local maxima iteration 29 found worse value: 331.94349229700003. iteration 30 found worse value: 331.94349229700003. iteration 30, perturbing to get out of local maxima iteration 31 found worse value: 331.94349229700003. iteration 31, perturbing to get out of local maxima iteration 32 found worse value: 331.94349229700003. iteration 33 found worse value: 331.94349229700003. iteration 33, perturbing to get out of local maxima iteration 34 found worse value: 331.94349229700003. iteration 35 found worse value: 331.94349229700003. iteration 35, perturbing to get out of local maxima iteration 36 found worse value: 331.94349229700003. iteration 36, perturbing to get out of local maxima iteration 37 found worse value: 331.94349229700003. iteration 38 found worse value: 331.94349229700003. iteration 38, perturbing to get out of local maxima iteration 39 found better value: 332.528045702 iteration 40 found worse value: 332.528045702. iteration 40, perturbing to get out of local maxima iteration 41 found worse value: 332.528045702. iteration 41, perturbing to get out of local maxima iteration 42 found worse value: 332.528045702. iteration 42, perturbing to get out of local maxima iteration 43 found worse value: 332.528045702. iteration 44 found worse value: 332.528045702. iteration 44, perturbing to get out of local maxima iteration 45 found better value: 332.725805521 iteration 46 found worse value: 332.725805521. iteration 46, perturbing to get out of local maxima iteration 47 found better value: 333.56010459900006 iteration 48 found worse value: 333.56010459900006. iteration 48, perturbing to get out of local maxima iteration 49 found worse value: 333.56010459900006. iteration 49, perturbing to get out of local maxima iteration 50 found worse value: 333.56010459900006. iteration 51 found better value: 333.608119538 iteration 52 found better value: 333.79267759799995 iteration 53 found worse value: 333.79267759799995. iteration 53, perturbing to get out of local maxima iteration 54 found better value: 333.903302802 iteration 55 found worse value: 333.903302802. iteration 55, perturbing to get out of local maxima iteration 56 found worse value: 333.903302802. iteration 56, perturbing to get out of local maxima iteration 57 found worse value: 333.903302802. iteration 57, perturbing to get out of local maxima iteration 58 found worse value: 333.903302802. iteration 58, perturbing to get out of local maxima iteration 59 found worse value: 333.903302802. iteration 59, perturbing to get out of local maxima iteration 60 found worse value: 333.903302802. iteration 61 found worse value: 333.903302802. iteration 62 found worse value: 333.903302802. iteration 63 found worse value: 333.903302802. iteration 64 found worse value: 333.903302802. iteration 64, perturbing to get out of local maxima iteration 65 found worse value: 333.903302802. iteration 65, perturbing to get out of local maxima iteration 66 found worse value: 333.903302802. iteration 67 found worse value: 333.903302802. iteration 67, perturbing to get out of local maxima iteration 68 found worse value: 333.903302802. iteration 68, perturbing to get out of local maxima iteration 69 found worse value: 333.903302802. iteration 69, perturbing to get out of local maxima iteration 70 found worse value: 333.903302802. iteration 70, perturbing to get out of local maxima iteration 71 found worse value: 333.903302802. iteration 72 found worse value: 333.903302802. iteration 72, perturbing to get out of local maxima iteration 73 found worse value: 333.903302802. iteration 74 found worse value: 333.903302802. iteration 75 found worse value: 333.903302802. iteration 75, perturbing to get out of local maxima iteration 76 found worse value: 333.903302802. iteration 77 found worse value: 333.903302802. iteration 77, perturbing to get out of local maxima iteration 78 found worse value: 333.903302802. iteration 79 found worse value: 333.903302802. iteration 80 found worse value: 333.903302802. iteration 80, perturbing to get out of local maxima iteration 81 found worse value: 333.903302802. iteration 81, perturbing to get out of local maxima iteration 82 found worse value: 333.903302802. iteration 83 found worse value: 333.903302802. iteration 84 found worse value: 333.903302802. iteration 84, perturbing to get out of local maxima iteration 85 found worse value: 333.903302802. iteration 85, perturbing to get out of local maxima iteration 86 found worse value: 333.903302802. iteration 86, perturbing to get out of local maxima iteration 87 found worse value: 333.903302802. iteration 88 found worse value: 333.903302802. iteration 88, perturbing to get out of local maxima iteration 89 found worse value: 333.903302802. iteration 90 found worse value: 333.903302802. iteration 91 found worse value: 333.903302802. iteration 91, perturbing to get out of local maxima iteration 92 found worse value: 333.903302802. iteration 93 found worse value: 333.903302802. iteration 93, perturbing to get out of local maxima iteration 94 found worse value: 333.903302802. iteration 94, perturbing to get out of local maxima iteration 95 found worse value: 333.903302802. iteration 96 found worse value: 333.903302802. iteration 96, perturbing to get out of local maxima iteration 97 found worse value: 333.903302802. iteration 98 found worse value: 333.903302802. iteration 98, perturbing to get out of local maxima iteration 99 found worse value: 333.903302802. iteration 100 found worse value: 333.903302802. iteration 101 found worse value: 333.903302802. iteration 101, perturbing to get out of local maxima iteration 102 found worse value: 333.903302802. iteration 103 found worse value: 333.903302802. iteration 103, perturbing to get out of local maxima iteration 104 found worse value: 333.903302802. iteration 104, perturbing to get out of local maxima iteration 105 found worse value: 333.903302802. iteration 105, perturbing to get out of local maxima iteration 106 found worse value: 333.903302802. iteration 107 found worse value: 333.903302802. iteration 108 found worse value: 333.903302802. iteration 108, perturbing to get out of local maxima iteration 109 found worse value: 333.903302802. iteration 110 found worse value: 333.903302802. iteration 111 found worse value: 333.903302802. iteration 112 found worse value: 333.903302802. iteration 113 found worse value: 333.903302802. iteration 113, perturbing to get out of local maxima iteration 114 found worse value: 333.903302802. iteration 114, perturbing to get out of local maxima iteration 115 found worse value: 333.903302802. iteration 115, perturbing to get out of local maxima iteration 116 found worse value: 333.903302802. iteration 116, perturbing to get out of local maxima iteration 117 found worse value: 333.903302802. iteration 118 found worse value: 333.903302802. iteration 119 found worse value: 333.903302802. iteration 120 found worse value: 333.903302802. iteration 120, perturbing to get out of local maxima iteration 121 found worse value: 333.903302802. iteration 121, perturbing to get out of local maxima iteration 122 found worse value: 333.903302802. iteration 123 found worse value: 333.903302802. iteration 124 found worse value: 333.903302802. iteration 125 found worse value: 333.903302802. iteration 125, perturbing to get out of local maxima iteration 126 found worse value: 333.903302802. iteration 127 found worse value: 333.903302802. iteration 127, perturbing to get out of local maxima iteration 128 found worse value: 333.903302802. iteration 128, perturbing to get out of local maxima iteration 129 found worse value: 333.903302802. iteration 129, perturbing to get out of local maxima iteration 130 found worse value: 333.903302802. iteration 131 found worse value: 333.903302802. iteration 132 found worse value: 333.903302802. iteration 133 found worse value: 333.903302802. iteration 133, perturbing to get out of local maxima iteration 134 found worse value: 333.903302802. iteration 134, perturbing to get out of local maxima iteration 135 found worse value: 333.903302802. iteration 135, perturbing to get out of local maxima iteration 136 found worse value: 333.903302802. iteration 136, perturbing to get out of local maxima iteration 137 found worse value: 333.903302802. iteration 138 found worse value: 333.903302802. iteration 139 found worse value: 333.903302802. iteration 139, perturbing to get out of local maxima iteration 140 found worse value: 333.903302802. iteration 140, perturbing to get out of local maxima iteration 141 found worse value: 333.903302802. iteration 142 found worse value: 333.903302802. iteration 143 found worse value: 333.903302802. iteration 143, perturbing to get out of local maxima iteration 144 found worse value: 333.903302802. iteration 145 found worse value: 333.903302802. iteration 146 found worse value: 333.903302802. iteration 146, perturbing to get out of local maxima iteration 147 found worse value: 333.903302802. iteration 147, perturbing to get out of local maxima iteration 148 found worse value: 333.903302802. iteration 148, perturbing to get out of local maxima iteration 149 found worse value: 333.903302802. iteration 150 found worse value: 333.903302802. iteration 150, perturbing to get out of local maxima iteration 151 found worse value: 333.903302802. iteration 151, perturbing to get out of local maxima iteration 152 found worse value: 333.903302802. iteration 152, perturbing to get out of local maxima iteration 153 found worse value: 333.903302802. iteration 154 found worse value: 333.903302802. iteration 155 found worse value: 333.903302802. iteration 156 found worse value: 333.903302802. iteration 156, perturbing to get out of local maxima iteration 157 found worse value: 333.903302802. iteration 158 found worse value: 333.903302802. iteration 158, perturbing to get out of local maxima iteration 159 found worse value: 333.903302802. iteration 159, perturbing to get out of local maxima iteration 160 found worse value: 333.903302802. iteration 160, perturbing to get out of local maxima iteration 161 found worse value: 333.903302802. iteration 161, perturbing to get out of local maxima iteration 162 found worse value: 333.903302802. iteration 163 found worse value: 333.903302802. iteration 163, perturbing to get out of local maxima iteration 164 found worse value: 333.903302802. iteration 165 found worse value: 333.903302802. iteration 165, perturbing to get out of local maxima iteration 166 found worse value: 333.903302802. iteration 167 found worse value: 333.903302802. iteration 167, perturbing to get out of local maxima iteration 168 found worse value: 333.903302802. iteration 169 found worse value: 333.903302802. iteration 169, perturbing to get out of local maxima iteration 170 found worse value: 333.903302802. iteration 170, perturbing to get out of local maxima iteration 171 found worse value: 333.903302802. iteration 171, perturbing to get out of local maxima iteration 172 found worse value: 333.903302802. iteration 172, perturbing to get out of local maxima iteration 173 found worse value: 333.903302802. iteration 174 found worse value: 333.903302802. iteration 174, perturbing to get out of local maxima iteration 175 found worse value: 333.903302802. iteration 175, perturbing to get out of local maxima iteration 176 found worse value: 333.903302802. iteration 177 found worse value: 333.903302802. iteration 177, perturbing to get out of local maxima iteration 178 found worse value: 333.903302802. iteration 178, perturbing to get out of local maxima iteration 179 found worse value: 333.903302802. iteration 179, perturbing to get out of local maxima iteration 180 found worse value: 333.903302802. iteration 180, perturbing to get out of local maxima iteration 181 found worse value: 333.903302802. iteration 181, perturbing to get out of local maxima iteration 182 found worse value: 333.903302802. iteration 182, perturbing to get out of local maxima iteration 183 found worse value: 333.903302802. iteration 183, perturbing to get out of local maxima iteration 184 found worse value: 333.903302802. iteration 184, perturbing to get out of local maxima iteration 185 found worse value: 333.903302802. iteration 186 found worse value: 333.903302802. iteration 187 found worse value: 333.903302802. iteration 188 found worse value: 333.903302802. iteration 188, perturbing to get out of local maxima iteration 189 found worse value: 333.903302802. iteration 189, perturbing to get out of local maxima iteration 190 found worse value: 333.903302802. iteration 190, perturbing to get out of local maxima iteration 191 found worse value: 333.903302802. iteration 191, perturbing to get out of local maxima iteration 192 found worse value: 333.903302802. iteration 193 found worse value: 333.903302802. iteration 194 found worse value: 333.903302802. iteration 195 found worse value: 333.903302802. iteration 195, perturbing to get out of local maxima iteration 196 found worse value: 333.903302802. iteration 196, perturbing to get out of local maxima iteration 197 found worse value: 333.903302802. iteration 198 found worse value: 333.903302802. iteration 199 found worse value: 333.903302802. iteration 199, perturbing to get out of local maxima iteration 200 found worse value: 333.903302802. iteration 201 found worse value: 333.903302802. iteration 202 found worse value: 333.903302802. iteration 202, perturbing to get out of local maxima iteration 203 found worse value: 333.903302802. iteration 203, perturbing to get out of local maxima iteration 204 found worse value: 333.903302802. iteration 205 found worse value: 333.903302802. iteration 205, perturbing to get out of local maxima iteration 206 found worse value: 333.903302802. iteration 207 found worse value: 333.903302802. iteration 207, perturbing to get out of local maxima iteration 208 found worse value: 333.903302802. iteration 209 found worse value: 333.903302802. iteration 210 found worse value: 333.903302802. iteration 211 found worse value: 333.903302802. iteration 211, perturbing to get out of local maxima iteration 212 found worse value: 333.903302802. iteration 212, perturbing to get out of local maxima iteration 213 found worse value: 333.903302802. iteration 214 found worse value: 333.903302802. iteration 214, perturbing to get out of local maxima iteration 215 found worse value: 333.903302802. iteration 215, perturbing to get out of local maxima iteration 216 found worse value: 333.903302802. iteration 217 found worse value: 333.903302802. iteration 218 found worse value: 333.903302802. iteration 219 found worse value: 333.903302802. iteration 219, perturbing to get out of local maxima iteration 220 found worse value: 333.903302802. iteration 220, perturbing to get out of local maxima iteration 221 found worse value: 333.903302802. iteration 221, perturbing to get out of local maxima iteration 222 found worse value: 333.903302802. iteration 222, perturbing to get out of local maxima iteration 223 found worse value: 333.903302802. iteration 223, perturbing to get out of local maxima iteration 224 found worse value: 333.903302802. iteration 225 found worse value: 333.903302802. iteration 226 found worse value: 333.903302802. iteration 226, perturbing to get out of local maxima iteration 227 found worse value: 333.903302802. iteration 228 found worse value: 333.903302802. iteration 228, perturbing to get out of local maxima iteration 229 found worse value: 333.903302802. iteration 229, perturbing to get out of local maxima iteration 230 found worse value: 333.903302802. iteration 230, perturbing to get out of local maxima iteration 231 found worse value: 333.903302802. iteration 232 found worse value: 333.903302802. iteration 232, perturbing to get out of local maxima iteration 233 found worse value: 333.903302802. iteration 233, perturbing to get out of local maxima iteration 234 found worse value: 333.903302802. iteration 235 found worse value: 333.903302802. iteration 235, perturbing to get out of local maxima iteration 236 found worse value: 333.903302802. iteration 236, perturbing to get out of local maxima iteration 237 found worse value: 333.903302802. iteration 238 found worse value: 333.903302802. iteration 239 found worse value: 333.903302802. iteration 239, perturbing to get out of local maxima iteration 240 found worse value: 333.903302802. iteration 241 found worse value: 333.903302802. iteration 242 found worse value: 333.903302802. iteration 243 found worse value: 333.903302802. iteration 244 found worse value: 333.903302802. iteration 245 found worse value: 333.903302802. iteration 246 found worse value: 333.903302802. iteration 247 found worse value: 333.903302802. iteration 247, perturbing to get out of local maxima iteration 248 found worse value: 333.903302802. iteration 248, perturbing to get out of local maxima iteration 249 found worse value: 333.903302802. iteration 249, perturbing to get out of local maxima iteration 250 found worse value: 333.903302802. iteration 250, perturbing to get out of local maxima iteration 251 found worse value: 333.903302802. iteration 252 found worse value: 333.903302802. iteration 253 found worse value: 333.903302802. iteration 254 found worse value: 333.903302802. iteration 255 found worse value: 333.903302802. iteration 255, perturbing to get out of local maxima iteration 256 found worse value: 333.903302802. iteration 257 found worse value: 333.903302802. iteration 257, perturbing to get out of local maxima iteration 258 found worse value: 333.903302802. iteration 258, perturbing to get out of local maxima iteration 259 found worse value: 333.903302802. iteration 260 found worse value: 333.903302802. iteration 261 found worse value: 333.903302802. iteration 262 found worse value: 333.903302802. iteration 262, perturbing to get out of local maxima iteration 263 found worse value: 333.903302802. iteration 264 found worse value: 333.903302802. iteration 265 found worse value: 333.903302802. iteration 266 found worse value: 333.903302802. iteration 267 found worse value: 333.903302802. iteration 268 found worse value: 333.903302802. iteration 268, perturbing to get out of local maxima iteration 269 found worse value: 333.903302802. iteration 270 found worse value: 333.903302802. iteration 270, perturbing to get out of local maxima iteration 271 found worse value: 333.903302802. iteration 271, perturbing to get out of local maxima iteration 272 found worse value: 333.903302802. iteration 273 found worse value: 333.903302802. iteration 274 found worse value: 333.903302802. iteration 274, perturbing to get out of local maxima iteration 275 found worse value: 333.903302802. iteration 276 found worse value: 333.903302802. iteration 276, perturbing to get out of local maxima iteration 277 found worse value: 333.903302802. iteration 277, perturbing to get out of local maxima iteration 278 found worse value: 333.903302802. iteration 279 found worse value: 333.903302802. iteration 279, perturbing to get out of local maxima iteration 280 found worse value: 333.903302802. iteration 281 found worse value: 333.903302802. iteration 282 found worse value: 333.903302802. iteration 282, perturbing to get out of local maxima iteration 283 found worse value: 333.903302802. iteration 283, perturbing to get out of local maxima iteration 284 found worse value: 333.903302802. iteration 285 found worse value: 333.903302802. iteration 286 found worse value: 333.903302802. iteration 286, perturbing to get out of local maxima iteration 287 found worse value: 333.903302802. iteration 288 found worse value: 333.903302802. iteration 289 found worse value: 333.903302802. iteration 290 found worse value: 333.903302802. iteration 291 found worse value: 333.903302802. iteration 292 found worse value: 333.903302802. iteration 293 found worse value: 333.903302802. iteration 293, perturbing to get out of local maxima iteration 294 found worse value: 333.903302802. iteration 294, perturbing to get out of local maxima iteration 295 found worse value: 333.903302802. iteration 296 found worse value: 333.903302802. iteration 297 found worse value: 333.903302802. iteration 297, perturbing to get out of local maxima iteration 298 found worse value: 333.903302802. iteration 298, perturbing to get out of local maxima iteration 299 found better value: 334.19316259900006 iteration 300 found worse value: 334.19316259900006. iteration 301 found worse value: 334.19316259900006. iteration 301, perturbing to get out of local maxima iteration 302 found worse value: 334.19316259900006. iteration 303 found worse value: 334.19316259900006. iteration 304 found better value: 334.280036859 iteration 305 found worse value: 334.280036859. iteration 306 found better value: 334.28247899800004 iteration 307 found worse value: 334.28247899800004. iteration 307, perturbing to get out of local maxima iteration 308 found better value: 334.39257644200006 iteration 309 found worse value: 334.39257644200006. iteration 309, perturbing to get out of local maxima iteration 310 found better value: 334.400799855 iteration 311 found worse value: 334.400799855. iteration 311, perturbing to get out of local maxima iteration 312 found worse value: 334.400799855. iteration 312, perturbing to get out of local maxima iteration 313 found worse value: 334.400799855. iteration 313, perturbing to get out of local maxima iteration 314 found worse value: 334.400799855. iteration 314, perturbing to get out of local maxima iteration 315 found worse value: 334.400799855. iteration 316 found worse value: 334.400799855. iteration 316, perturbing to get out of local maxima iteration 317 found worse value: 334.400799855. iteration 318 found worse value: 334.400799855. iteration 319 found worse value: 334.400799855. iteration 320 found worse value: 334.400799855. iteration 321 found worse value: 334.400799855. iteration 321, perturbing to get out of local maxima iteration 322 found worse value: 334.400799855. iteration 323 found worse value: 334.400799855. iteration 324 found worse value: 334.400799855. iteration 325 found worse value: 334.400799855. iteration 325, perturbing to get out of local maxima iteration 326 found worse value: 334.400799855. iteration 326, perturbing to get out of local maxima iteration 327 found worse value: 334.400799855. iteration 328 found worse value: 334.400799855. iteration 329 found worse value: 334.400799855. iteration 329, perturbing to get out of local maxima iteration 330 found worse value: 334.400799855. iteration 331 found worse value: 334.400799855. iteration 332 found worse value: 334.400799855. iteration 333 found worse value: 334.400799855. iteration 333, perturbing to get out of local maxima iteration 334 found worse value: 334.400799855. iteration 334, perturbing to get out of local maxima iteration 335 found worse value: 334.400799855. iteration 336 found worse value: 334.400799855. iteration 336, perturbing to get out of local maxima iteration 337 found worse value: 334.400799855. iteration 337, perturbing to get out of local maxima iteration 338 found worse value: 334.400799855. iteration 339 found worse value: 334.400799855. iteration 339, perturbing to get out of local maxima iteration 340 found worse value: 334.400799855. iteration 340, perturbing to get out of local maxima iteration 341 found worse value: 334.400799855. iteration 342 found worse value: 334.400799855. iteration 342, perturbing to get out of local maxima iteration 343 found worse value: 334.400799855. iteration 344 found worse value: 334.400799855. iteration 345 found worse value: 334.400799855. iteration 345, perturbing to get out of local maxima iteration 346 found worse value: 334.400799855. iteration 347 found worse value: 334.400799855. iteration 348 found worse value: 334.400799855. iteration 348, perturbing to get out of local maxima iteration 349 found worse value: 334.400799855. iteration 350 found worse value: 334.400799855. iteration 351 found worse value: 334.400799855. iteration 352 found worse value: 334.400799855. iteration 353 found worse value: 334.400799855. iteration 354 found worse value: 334.400799855. iteration 354, perturbing to get out of local maxima iteration 355 found worse value: 334.400799855. iteration 355, perturbing to get out of local maxima iteration 356 found better value: 334.40680771600006 iteration 357 found better value: 334.42127322600004 iteration 358 found worse value: 334.42127322600004. iteration 358, perturbing to get out of local maxima iteration 359 found worse value: 334.42127322600004. iteration 359, perturbing to get out of local maxima iteration 360 found worse value: 334.42127322600004. iteration 360, perturbing to get out of local maxima iteration 361 found worse value: 334.42127322600004. iteration 362 found worse value: 334.42127322600004. iteration 362, perturbing to get out of local maxima iteration 363 found better value: 334.42410894200003 iteration 364 found worse value: 334.42410894200003. iteration 364, perturbing to get out of local maxima iteration 365 found better value: 334.49043633 iteration 366 found better value: 334.640263424 iteration 367 found better value: 334.74848532199996 iteration 368 found better value: 334.758825533 iteration 369 found worse value: 334.758825533. iteration 370 found worse value: 334.758825533. iteration 370, perturbing to get out of local maxima iteration 371 found worse value: 334.758825533. iteration 371, perturbing to get out of local maxima iteration 372 found worse value: 334.758825533. iteration 373 found worse value: 334.758825533. iteration 374 found worse value: 334.758825533. iteration 375 found worse value: 334.758825533. iteration 376 found worse value: 334.758825533. iteration 377 found worse value: 334.758825533. iteration 378 found worse value: 334.758825533. iteration 378, perturbing to get out of local maxima iteration 379 found worse value: 334.758825533. iteration 380 found better value: 334.81362964600004 iteration 381 found worse value: 334.81362964600004. iteration 381, perturbing to get out of local maxima iteration 382 found worse value: 334.81362964600004. iteration 383 found worse value: 334.81362964600004. iteration 383, perturbing to get out of local maxima iteration 384 found worse value: 334.81362964600004. iteration 384, perturbing to get out of local maxima iteration 385 found worse value: 334.81362964600004. iteration 386 found worse value: 334.81362964600004. iteration 386, perturbing to get out of local maxima iteration 387 found worse value: 334.81362964600004. iteration 387, perturbing to get out of local maxima iteration 388 found worse value: 334.81362964600004. iteration 389 found worse value: 334.81362964600004. iteration 390 found worse value: 334.81362964600004. iteration 390, perturbing to get out of local maxima iteration 391 found worse value: 334.81362964600004. iteration 391, perturbing to get out of local maxima iteration 392 found worse value: 334.81362964600004. iteration 393 found worse value: 334.81362964600004. iteration 394 found worse value: 334.81362964600004. iteration 394, perturbing to get out of local maxima iteration 395 found worse value: 334.81362964600004. iteration 396 found better value: 334.82159136900003 iteration 397 found better value: 334.8220719 iteration 398 found worse value: 334.8220719. iteration 399 found better value: 334.851577602 iteration 400 found worse value: 334.851577602. iteration 400, perturbing to get out of local maxima iteration 401 found worse value: 334.851577602. iteration 402 found worse value: 334.851577602. iteration 402, perturbing to get out of local maxima iteration 403 found worse value: 334.851577602. iteration 404 found worse value: 334.851577602. iteration 404, perturbing to get out of local maxima iteration 405 found worse value: 334.851577602. iteration 405, perturbing to get out of local maxima iteration 406 found worse value: 334.851577602. iteration 407 found worse value: 334.851577602. iteration 407, perturbing to get out of local maxima iteration 408 found worse value: 334.851577602. iteration 409 found worse value: 334.851577602. iteration 410 found worse value: 334.851577602. iteration 410, perturbing to get out of local maxima iteration 411 found worse value: 334.851577602. iteration 411, perturbing to get out of local maxima iteration 412 found worse value: 334.851577602. iteration 412, perturbing to get out of local maxima iteration 413 found worse value: 334.851577602. iteration 413, perturbing to get out of local maxima iteration 414 found worse value: 334.851577602. iteration 415 found worse value: 334.851577602. iteration 416 found worse value: 334.851577602. iteration 416, perturbing to get out of local maxima iteration 417 found worse value: 334.851577602. iteration 417, perturbing to get out of local maxima iteration 418 found worse value: 334.851577602. iteration 418, perturbing to get out of local maxima iteration 419 found worse value: 334.851577602. iteration 419, perturbing to get out of local maxima iteration 420 found worse value: 334.851577602. iteration 420, perturbing to get out of local maxima iteration 421 found worse value: 334.851577602. iteration 422 found worse value: 334.851577602. iteration 423 found worse value: 334.851577602. iteration 423, perturbing to get out of local maxima iteration 424 found worse value: 334.851577602. iteration 425 found worse value: 334.851577602. iteration 425, perturbing to get out of local maxima iteration 426 found worse value: 334.851577602. iteration 427 found worse value: 334.851577602. iteration 427, perturbing to get out of local maxima iteration 428 found worse value: 334.851577602. iteration 429 found worse value: 334.851577602. iteration 429, perturbing to get out of local maxima iteration 430 found worse value: 334.851577602. iteration 430, perturbing to get out of local maxima iteration 431 found worse value: 334.851577602. iteration 432 found worse value: 334.851577602. iteration 432, perturbing to get out of local maxima iteration 433 found worse value: 334.851577602. iteration 434 found worse value: 334.851577602. iteration 435 found worse value: 334.851577602. iteration 436 found worse value: 334.851577602. iteration 436, perturbing to get out of local maxima iteration 437 found worse value: 334.851577602. iteration 438 found worse value: 334.851577602. iteration 439 found worse value: 334.851577602. iteration 439, perturbing to get out of local maxima iteration 440 found worse value: 334.851577602. iteration 441 found worse value: 334.851577602. iteration 441, perturbing to get out of local maxima iteration 442 found worse value: 334.851577602. iteration 442, perturbing to get out of local maxima iteration 443 found worse value: 334.851577602. iteration 443, perturbing to get out of local maxima iteration 444 found worse value: 334.851577602. iteration 445 found worse value: 334.851577602. iteration 446 found worse value: 334.851577602. iteration 447 found worse value: 334.851577602. iteration 448 found worse value: 334.851577602. iteration 448, perturbing to get out of local maxima iteration 449 found worse value: 334.851577602. iteration 449, perturbing to get out of local maxima iteration 450 found worse value: 334.851577602. iteration 451 found worse value: 334.851577602. iteration 452 found worse value: 334.851577602. iteration 453 found worse value: 334.851577602. iteration 454 found worse value: 334.851577602. iteration 454, perturbing to get out of local maxima iteration 455 found worse value: 334.851577602. iteration 456 found worse value: 334.851577602. iteration 457 found worse value: 334.851577602. iteration 458 found worse value: 334.851577602. iteration 458, perturbing to get out of local maxima iteration 459 found worse value: 334.851577602. iteration 459, perturbing to get out of local maxima iteration 460 found worse value: 334.851577602. iteration 461 found worse value: 334.851577602. iteration 462 found worse value: 334.851577602. iteration 463 found worse value: 334.851577602. iteration 463, perturbing to get out of local maxima iteration 464 found worse value: 334.851577602. iteration 464, perturbing to get out of local maxima iteration 465 found worse value: 334.851577602. iteration 465, perturbing to get out of local maxima iteration 466 found worse value: 334.851577602. iteration 466, perturbing to get out of local maxima iteration 467 found worse value: 334.851577602. iteration 467, perturbing to get out of local maxima iteration 468 found worse value: 334.851577602. iteration 469 found worse value: 334.851577602. iteration 470 found worse value: 334.851577602. iteration 471 found worse value: 334.851577602. iteration 471, perturbing to get out of local maxima iteration 472 found worse value: 334.851577602. iteration 473 found worse value: 334.851577602. iteration 474 found worse value: 334.851577602. iteration 475 found worse value: 334.851577602. iteration 475, perturbing to get out of local maxima iteration 476 found worse value: 334.851577602. iteration 476, perturbing to get out of local maxima iteration 477 found worse value: 334.851577602. iteration 477, perturbing to get out of local maxima iteration 478 found worse value: 334.851577602. iteration 478, perturbing to get out of local maxima iteration 479 found worse value: 334.851577602. iteration 480 found worse value: 334.851577602. iteration 481 found worse value: 334.851577602. iteration 481, perturbing to get out of local maxima iteration 482 found worse value: 334.851577602. iteration 483 found worse value: 334.851577602. iteration 484 found worse value: 334.851577602. iteration 485 found worse value: 334.851577602. iteration 486 found worse value: 334.851577602. iteration 487 found worse value: 334.851577602. iteration 488 found worse value: 334.851577602. iteration 489 found worse value: 334.851577602. iteration 490 found worse value: 334.851577602. iteration 491 found worse value: 334.851577602. iteration 492 found worse value: 334.851577602. iteration 493 found worse value: 334.851577602. iteration 493, perturbing to get out of local maxima iteration 494 found worse value: 334.851577602. iteration 494, perturbing to get out of local maxima iteration 495 found worse value: 334.851577602. iteration 496 found worse value: 334.851577602. iteration 496, perturbing to get out of local maxima iteration 497 found worse value: 334.851577602. iteration 498 found worse value: 334.851577602. iteration 498, perturbing to get out of local maxima iteration 499 found worse value: 334.851577602. iteration 499, perturbing to get out of local maxima iteration 500 found worse value: 334.851577602. iteration 500, perturbing to get out of local maxima iteration 501 found worse value: 334.851577602. iteration 502 found worse value: 334.851577602. iteration 502, perturbing to get out of local maxima iteration 503 found worse value: 334.851577602. iteration 503, perturbing to get out of local maxima iteration 504 found worse value: 334.851577602. iteration 505 found worse value: 334.851577602. iteration 506 found worse value: 334.851577602. iteration 507 found worse value: 334.851577602. iteration 508 found worse value: 334.851577602. iteration 509 found worse value: 334.851577602. iteration 510 found worse value: 334.851577602. iteration 511 found worse value: 334.851577602. iteration 512 found worse value: 334.851577602. iteration 512, perturbing to get out of local maxima iteration 513 found worse value: 334.851577602. iteration 513, perturbing to get out of local maxima iteration 514 found worse value: 334.851577602. iteration 514, perturbing to get out of local maxima iteration 515 found worse value: 334.851577602. iteration 516 found worse value: 334.851577602. iteration 517 found worse value: 334.851577602. iteration 517, perturbing to get out of local maxima iteration 518 found worse value: 334.851577602. iteration 519 found worse value: 334.851577602. iteration 519, perturbing to get out of local maxima iteration 520 found worse value: 334.851577602. iteration 521 found worse value: 334.851577602. iteration 521, perturbing to get out of local maxima iteration 522 found worse value: 334.851577602. iteration 522, perturbing to get out of local maxima iteration 523 found worse value: 334.851577602. iteration 523, perturbing to get out of local maxima iteration 524 found worse value: 334.851577602. iteration 524, perturbing to get out of local maxima iteration 525 found worse value: 334.851577602. iteration 525, perturbing to get out of local maxima iteration 526 found worse value: 334.851577602. iteration 526, perturbing to get out of local maxima iteration 527 found worse value: 334.851577602. iteration 528 found worse value: 334.851577602. iteration 529 found worse value: 334.851577602. iteration 530 found worse value: 334.851577602. iteration 530, perturbing to get out of local maxima iteration 531 found worse value: 334.851577602. iteration 532 found worse value: 334.851577602. iteration 532, perturbing to get out of local maxima iteration 533 found worse value: 334.851577602. iteration 534 found worse value: 334.851577602. iteration 535 found worse value: 334.851577602. iteration 536 found worse value: 334.851577602. iteration 537 found worse value: 334.851577602. iteration 537, perturbing to get out of local maxima iteration 538 found worse value: 334.851577602. iteration 538, perturbing to get out of local maxima iteration 539 found worse value: 334.851577602. iteration 540 found worse value: 334.851577602. iteration 540, perturbing to get out of local maxima iteration 541 found worse value: 334.851577602. iteration 542 found worse value: 334.851577602. iteration 543 found worse value: 334.851577602. iteration 544 found worse value: 334.851577602. iteration 545 found worse value: 334.851577602. iteration 545, perturbing to get out of local maxima iteration 546 found worse value: 334.851577602. iteration 547 found worse value: 334.851577602. iteration 547, perturbing to get out of local maxima iteration 548 found worse value: 334.851577602. iteration 549 found worse value: 334.851577602. iteration 549, perturbing to get out of local maxima iteration 550 found worse value: 334.851577602. iteration 551 found worse value: 334.851577602. iteration 551, perturbing to get out of local maxima iteration 552 found worse value: 334.851577602. iteration 553 found worse value: 334.851577602. iteration 553, perturbing to get out of local maxima iteration 554 found worse value: 334.851577602. iteration 555 found worse value: 334.851577602. iteration 556 found worse value: 334.851577602. iteration 557 found worse value: 334.851577602. iteration 557, perturbing to get out of local maxima iteration 558 found worse value: 334.851577602. iteration 559 found worse value: 334.851577602. iteration 560 found worse value: 334.851577602. iteration 560, perturbing to get out of local maxima iteration 561 found worse value: 334.851577602. iteration 561, perturbing to get out of local maxima iteration 562 found worse value: 334.851577602. iteration 562, perturbing to get out of local maxima iteration 563 found worse value: 334.851577602. iteration 564 found worse value: 334.851577602. iteration 565 found worse value: 334.851577602. iteration 566 found worse value: 334.851577602. iteration 566, perturbing to get out of local maxima iteration 567 found worse value: 334.851577602. iteration 568 found worse value: 334.851577602. iteration 568, perturbing to get out of local maxima iteration 569 found worse value: 334.851577602. iteration 569, perturbing to get out of local maxima iteration 570 found worse value: 334.851577602. iteration 571 found worse value: 334.851577602. iteration 571, perturbing to get out of local maxima iteration 572 found worse value: 334.851577602. iteration 572, perturbing to get out of local maxima iteration 573 found worse value: 334.851577602. iteration 574 found worse value: 334.851577602. iteration 574, perturbing to get out of local maxima iteration 575 found worse value: 334.851577602. iteration 575, perturbing to get out of local maxima iteration 576 found worse value: 334.851577602. iteration 577 found worse value: 334.851577602. iteration 578 found worse value: 334.851577602. iteration 579 found worse value: 334.851577602. iteration 579, perturbing to get out of local maxima iteration 580 found worse value: 334.851577602. iteration 581 found worse value: 334.851577602. iteration 582 found worse value: 334.851577602. iteration 582, perturbing to get out of local maxima iteration 583 found worse value: 334.851577602. iteration 584 found worse value: 334.851577602. iteration 585 found worse value: 334.851577602. iteration 586 found worse value: 334.851577602. iteration 587 found worse value: 334.851577602. iteration 587, perturbing to get out of local maxima iteration 588 found worse value: 334.851577602. iteration 589 found worse value: 334.851577602. iteration 589, perturbing to get out of local maxima iteration 590 found worse value: 334.851577602. iteration 590, perturbing to get out of local maxima iteration 591 found worse value: 334.851577602. iteration 591, perturbing to get out of local maxima iteration 592 found worse value: 334.851577602. iteration 592, perturbing to get out of local maxima iteration 593 found worse value: 334.851577602. iteration 593, perturbing to get out of local maxima iteration 594 found worse value: 334.851577602. iteration 595 found worse value: 334.851577602. iteration 596 found worse value: 334.851577602. iteration 597 found worse value: 334.851577602. iteration 597, perturbing to get out of local maxima iteration 598 found worse value: 334.851577602. iteration 598, perturbing to get out of local maxima iteration 599 found worse value: 334.851577602. iteration 599, perturbing to get out of local maxima iteration 600 found worse value: 334.851577602. iteration 601 found worse value: 334.851577602. iteration 602 found worse value: 334.851577602. iteration 603 found worse value: 334.851577602. iteration 603, perturbing to get out of local maxima iteration 604 found worse value: 334.851577602. iteration 605 found worse value: 334.851577602. iteration 606 found worse value: 334.851577602. iteration 606, perturbing to get out of local maxima iteration 607 found worse value: 334.851577602. iteration 607, perturbing to get out of local maxima iteration 608 found worse value: 334.851577602. iteration 609 found worse value: 334.851577602. iteration 610 found worse value: 334.851577602. iteration 611 found worse value: 334.851577602. iteration 612 found worse value: 334.851577602. iteration 613 found worse value: 334.851577602. iteration 613, perturbing to get out of local maxima iteration 614 found worse value: 334.851577602. iteration 614, perturbing to get out of local maxima iteration 615 found worse value: 334.851577602. iteration 616 found worse value: 334.851577602. iteration 617 found worse value: 334.851577602. iteration 618 found worse value: 334.851577602. iteration 619 found worse value: 334.851577602. iteration 620 found worse value: 334.851577602. iteration 620, perturbing to get out of local maxima iteration 621 found worse value: 334.851577602. iteration 622 found worse value: 334.851577602. iteration 623 found worse value: 334.851577602. iteration 624 found worse value: 334.851577602. iteration 624, perturbing to get out of local maxima iteration 625 found worse value: 334.851577602. iteration 625, perturbing to get out of local maxima iteration 626 found worse value: 334.851577602. iteration 627 found worse value: 334.851577602. iteration 627, perturbing to get out of local maxima iteration 628 found worse value: 334.851577602. iteration 629 found worse value: 334.851577602. iteration 629, perturbing to get out of local maxima iteration 630 found worse value: 334.851577602. iteration 631 found worse value: 334.851577602. iteration 632 found worse value: 334.851577602. iteration 633 found worse value: 334.851577602. iteration 633, perturbing to get out of local maxima iteration 634 found worse value: 334.851577602. iteration 635 found worse value: 334.851577602. iteration 636 found worse value: 334.851577602. iteration 636, perturbing to get out of local maxima iteration 637 found worse value: 334.851577602. iteration 638 found worse value: 334.851577602. iteration 638, perturbing to get out of local maxima iteration 639 found worse value: 334.851577602. iteration 640 found worse value: 334.851577602. iteration 641 found worse value: 334.851577602. iteration 641, perturbing to get out of local maxima iteration 642 found worse value: 334.851577602. iteration 643 found worse value: 334.851577602. iteration 643, perturbing to get out of local maxima iteration 644 found worse value: 334.851577602. iteration 644, perturbing to get out of local maxima iteration 645 found worse value: 334.851577602. iteration 646 found worse value: 334.851577602. iteration 646, perturbing to get out of local maxima iteration 647 found worse value: 334.851577602. iteration 648 found worse value: 334.851577602. iteration 649 found worse value: 334.851577602. iteration 649, perturbing to get out of local maxima iteration 650 found worse value: 334.851577602. iteration 650, perturbing to get out of local maxima iteration 651 found worse value: 334.851577602. iteration 652 found worse value: 334.851577602. iteration 653 found worse value: 334.851577602. iteration 654 found worse value: 334.851577602. iteration 655 found worse value: 334.851577602. iteration 655, perturbing to get out of local maxima iteration 656 found worse value: 334.851577602. iteration 657 found worse value: 334.851577602. iteration 658 found worse value: 334.851577602. iteration 659 found worse value: 334.851577602. iteration 659, perturbing to get out of local maxima iteration 660 found worse value: 334.851577602. iteration 661 found worse value: 334.851577602. iteration 662 found worse value: 334.851577602. iteration 663 found worse value: 334.851577602. iteration 664 found worse value: 334.851577602. iteration 664, perturbing to get out of local maxima iteration 665 found better value: 334.97334324900004 iteration 666 found better value: 334.988555833 iteration 667 found worse value: 334.988555833. iteration 667, perturbing to get out of local maxima iteration 668 found worse value: 334.988555833. iteration 668, perturbing to get out of local maxima iteration 669 found worse value: 334.988555833. iteration 669, perturbing to get out of local maxima iteration 670 found worse value: 334.988555833. iteration 670, perturbing to get out of local maxima iteration 671 found worse value: 334.988555833. iteration 672 found worse value: 334.988555833. iteration 673 found worse value: 334.988555833. iteration 674 found worse value: 334.988555833. iteration 675 found worse value: 334.988555833. iteration 676 found worse value: 334.988555833. iteration 676, perturbing to get out of local maxima iteration 677 found worse value: 334.988555833. iteration 677, perturbing to get out of local maxima iteration 678 found worse value: 334.988555833. iteration 679 found worse value: 334.988555833. iteration 680 found worse value: 334.988555833. iteration 680, perturbing to get out of local maxima iteration 681 found worse value: 334.988555833. iteration 682 found worse value: 334.988555833. iteration 683 found worse value: 334.988555833. iteration 684 found worse value: 334.988555833. iteration 684, perturbing to get out of local maxima iteration 685 found worse value: 334.988555833. iteration 686 found worse value: 334.988555833. iteration 686, perturbing to get out of local maxima iteration 687 found worse value: 334.988555833. iteration 687, perturbing to get out of local maxima iteration 688 found worse value: 334.988555833. iteration 688, perturbing to get out of local maxima iteration 689 found worse value: 334.988555833. iteration 689, perturbing to get out of local maxima iteration 690 found worse value: 334.988555833. iteration 690, perturbing to get out of local maxima iteration 691 found worse value: 334.988555833. iteration 692 found worse value: 334.988555833. iteration 693 found worse value: 334.988555833. iteration 693, perturbing to get out of local maxima iteration 694 found worse value: 334.988555833. iteration 694, perturbing to get out of local maxima iteration 695 found worse value: 334.988555833. iteration 695, perturbing to get out of local maxima iteration 696 found worse value: 334.988555833. iteration 696, perturbing to get out of local maxima iteration 697 found worse value: 334.988555833. iteration 698 found worse value: 334.988555833. iteration 698, perturbing to get out of local maxima iteration 699 found worse value: 334.988555833. iteration 699, perturbing to get out of local maxima iteration 700 found worse value: 334.988555833. iteration 700, perturbing to get out of local maxima iteration 701 found worse value: 334.988555833. iteration 702 found worse value: 334.988555833. iteration 703 found worse value: 334.988555833. iteration 704 found worse value: 334.988555833. iteration 704, perturbing to get out of local maxima iteration 705 found worse value: 334.988555833. iteration 706 found worse value: 334.988555833. iteration 706, perturbing to get out of local maxima iteration 707 found worse value: 334.988555833. iteration 707, perturbing to get out of local maxima iteration 708 found worse value: 334.988555833. iteration 709 found worse value: 334.988555833. iteration 710 found worse value: 334.988555833. iteration 710, perturbing to get out of local maxima iteration 711 found worse value: 334.988555833. iteration 712 found worse value: 334.988555833. iteration 713 found worse value: 334.988555833. iteration 713, perturbing to get out of local maxima iteration 714 found worse value: 334.988555833. iteration 715 found worse value: 334.988555833. iteration 715, perturbing to get out of local maxima iteration 716 found worse value: 334.988555833. iteration 716, perturbing to get out of local maxima iteration 717 found worse value: 334.988555833. iteration 717, perturbing to get out of local maxima iteration 718 found worse value: 334.988555833. iteration 719 found worse value: 334.988555833. iteration 719, perturbing to get out of local maxima iteration 720 found worse value: 334.988555833. iteration 720, perturbing to get out of local maxima iteration 721 found worse value: 334.988555833. iteration 722 found worse value: 334.988555833. iteration 722, perturbing to get out of local maxima iteration 723 found worse value: 334.988555833. iteration 723, perturbing to get out of local maxima iteration 724 found worse value: 334.988555833. iteration 724, perturbing to get out of local maxima iteration 725 found worse value: 334.988555833. iteration 726 found worse value: 334.988555833. iteration 727 found worse value: 334.988555833. iteration 728 found worse value: 334.988555833. iteration 729 found worse value: 334.988555833. iteration 730 found worse value: 334.988555833. iteration 731 found worse value: 334.988555833. iteration 732 found worse value: 334.988555833. iteration 733 found worse value: 334.988555833. iteration 734 found worse value: 334.988555833. iteration 734, perturbing to get out of local maxima iteration 735 found worse value: 334.988555833. iteration 735, perturbing to get out of local maxima iteration 736 found worse value: 334.988555833. iteration 737 found worse value: 334.988555833. iteration 738 found worse value: 334.988555833. iteration 738, perturbing to get out of local maxima iteration 739 found worse value: 334.988555833. iteration 740 found worse value: 334.988555833. iteration 740, perturbing to get out of local maxima iteration 741 found worse value: 334.988555833. iteration 742 found worse value: 334.988555833. iteration 743 found worse value: 334.988555833. iteration 743, perturbing to get out of local maxima iteration 744 found worse value: 334.988555833. iteration 745 found worse value: 334.988555833. iteration 746 found worse value: 334.988555833. iteration 746, perturbing to get out of local maxima iteration 747 found better value: 335.154514977 iteration 748 found worse value: 335.154514977. iteration 748, perturbing to get out of local maxima iteration 749 found better value: 335.158275521 iteration 750 found worse value: 335.158275521. iteration 750, perturbing to get out of local maxima iteration 751 found better value: 335.25230496300003 iteration 752 found better value: 335.257335015 iteration 753 found better value: 335.303785424 iteration 754 found better value: 335.31676166200003 iteration 755 found worse value: 335.31676166200003. iteration 755, perturbing to get out of local maxima iteration 756 found worse value: 335.31676166200003. iteration 757 found worse value: 335.31676166200003. iteration 758 found worse value: 335.31676166200003. iteration 758, perturbing to get out of local maxima iteration 759 found worse value: 335.31676166200003. iteration 759, perturbing to get out of local maxima iteration 760 found better value: 335.34825213199997 iteration 761 found better value: 335.373429345 iteration 762 found better value: 335.38176386300006 iteration 763 found better value: 335.391098362 iteration 764 found better value: 335.47537414600004 iteration 765 found worse value: 335.47537414600004. iteration 765, perturbing to get out of local maxima iteration 766 found worse value: 335.47537414600004. iteration 766, perturbing to get out of local maxima iteration 767 found better value: 335.556524288 iteration 768 found worse value: 335.556524288. iteration 769 found better value: 335.55681371700007 iteration 770 found worse value: 335.55681371700007. iteration 770, perturbing to get out of local maxima iteration 771 found worse value: 335.55681371700007. iteration 772 found worse value: 335.55681371700007. iteration 772, perturbing to get out of local maxima iteration 773 found worse value: 335.55681371700007. iteration 774 found worse value: 335.55681371700007. iteration 774, perturbing to get out of local maxima iteration 775 found worse value: 335.55681371700007. iteration 776 found worse value: 335.55681371700007. iteration 777 found worse value: 335.55681371700007. iteration 777, perturbing to get out of local maxima iteration 778 found worse value: 335.55681371700007. iteration 779 found worse value: 335.55681371700007. iteration 780 found worse value: 335.55681371700007. iteration 781 found worse value: 335.55681371700007. iteration 782 found worse value: 335.55681371700007. iteration 783 found worse value: 335.55681371700007. iteration 784 found worse value: 335.55681371700007. iteration 785 found worse value: 335.55681371700007. iteration 786 found worse value: 335.55681371700007. iteration 786, perturbing to get out of local maxima iteration 787 found worse value: 335.55681371700007. iteration 787, perturbing to get out of local maxima iteration 788 found worse value: 335.55681371700007. iteration 789 found worse value: 335.55681371700007. iteration 790 found worse value: 335.55681371700007. iteration 791 found worse value: 335.55681371700007. iteration 791, perturbing to get out of local maxima iteration 792 found worse value: 335.55681371700007. iteration 793 found worse value: 335.55681371700007. iteration 793, perturbing to get out of local maxima iteration 794 found worse value: 335.55681371700007. iteration 795 found worse value: 335.55681371700007. iteration 796 found worse value: 335.55681371700007. iteration 797 found worse value: 335.55681371700007. iteration 798 found worse value: 335.55681371700007. iteration 799 found better value: 335.65077921500006 iteration 800 found better value: 335.65411185000005 iteration 801 found worse value: 335.65411185000005. iteration 801, perturbing to get out of local maxima iteration 802 found worse value: 335.65411185000005. iteration 802, perturbing to get out of local maxima iteration 803 found worse value: 335.65411185000005. iteration 804 found worse value: 335.65411185000005. iteration 805 found worse value: 335.65411185000005. iteration 806 found worse value: 335.65411185000005. iteration 806, perturbing to get out of local maxima iteration 807 found worse value: 335.65411185000005. iteration 808 found better value: 335.768383674 iteration 809 found better value: 335.769113366 iteration 810 found worse value: 335.769113366. iteration 811 found worse value: 335.769113366. iteration 811, perturbing to get out of local maxima iteration 812 found worse value: 335.769113366. iteration 812, perturbing to get out of local maxima iteration 813 found worse value: 335.769113366. iteration 813, perturbing to get out of local maxima iteration 814 found better value: 335.913134304 iteration 815 found worse value: 335.913134304. iteration 815, perturbing to get out of local maxima iteration 816 found worse value: 335.913134304. iteration 816, perturbing to get out of local maxima iteration 817 found worse value: 335.913134304. iteration 817, perturbing to get out of local maxima iteration 818 found worse value: 335.913134304. iteration 818, perturbing to get out of local maxima iteration 819 found worse value: 335.913134304. iteration 820 found worse value: 335.913134304. iteration 820, perturbing to get out of local maxima iteration 821 found worse value: 335.913134304. iteration 822 found worse value: 335.913134304. iteration 823 found worse value: 335.913134304. iteration 824 found worse value: 335.913134304. iteration 825 found worse value: 335.913134304. iteration 826 found better value: 336.085647827 iteration 827 found worse value: 336.085647827. iteration 828 found worse value: 336.085647827. iteration 828, perturbing to get out of local maxima iteration 829 found worse value: 336.085647827. iteration 830 found worse value: 336.085647827. iteration 830, perturbing to get out of local maxima iteration 831 found worse value: 336.085647827. iteration 831, perturbing to get out of local maxima iteration 832 found worse value: 336.085647827. iteration 832, perturbing to get out of local maxima iteration 833 found worse value: 336.085647827. iteration 834 found worse value: 336.085647827. iteration 835 found worse value: 336.085647827. iteration 836 found worse value: 336.085647827. iteration 836, perturbing to get out of local maxima iteration 837 found worse value: 336.085647827. iteration 838 found worse value: 336.085647827. iteration 839 found worse value: 336.085647827. iteration 839, perturbing to get out of local maxima iteration 840 found worse value: 336.085647827. iteration 841 found worse value: 336.085647827. iteration 841, perturbing to get out of local maxima iteration 842 found worse value: 336.085647827. iteration 843 found worse value: 336.085647827. iteration 843, perturbing to get out of local maxima iteration 844 found worse value: 336.085647827. iteration 845 found worse value: 336.085647827. iteration 845, perturbing to get out of local maxima iteration 846 found worse value: 336.085647827. iteration 847 found worse value: 336.085647827. iteration 848 found worse value: 336.085647827. iteration 848, perturbing to get out of local maxima iteration 849 found worse value: 336.085647827. iteration 850 found worse value: 336.085647827. iteration 851 found worse value: 336.085647827. iteration 851, perturbing to get out of local maxima iteration 852 found worse value: 336.085647827. iteration 853 found worse value: 336.085647827. iteration 853, perturbing to get out of local maxima iteration 854 found worse value: 336.085647827. iteration 855 found worse value: 336.085647827. iteration 855, perturbing to get out of local maxima iteration 856 found worse value: 336.085647827. iteration 857 found worse value: 336.085647827. iteration 858 found worse value: 336.085647827. iteration 858, perturbing to get out of local maxima iteration 859 found worse value: 336.085647827. iteration 860 found worse value: 336.085647827. iteration 861 found worse value: 336.085647827. iteration 862 found worse value: 336.085647827. iteration 862, perturbing to get out of local maxima iteration 863 found worse value: 336.085647827. iteration 864 found worse value: 336.085647827. iteration 865 found worse value: 336.085647827. iteration 866 found worse value: 336.085647827. iteration 867 found worse value: 336.085647827. iteration 867, perturbing to get out of local maxima iteration 868 found worse value: 336.085647827. iteration 868, perturbing to get out of local maxima iteration 869 found worse value: 336.085647827. iteration 870 found worse value: 336.085647827. iteration 871 found worse value: 336.085647827. iteration 871, perturbing to get out of local maxima iteration 872 found worse value: 336.085647827. iteration 873 found worse value: 336.085647827. iteration 874 found worse value: 336.085647827. iteration 874, perturbing to get out of local maxima iteration 875 found worse value: 336.085647827. iteration 875, perturbing to get out of local maxima iteration 876 found worse value: 336.085647827. iteration 876, perturbing to get out of local maxima iteration 877 found worse value: 336.085647827. iteration 877, perturbing to get out of local maxima iteration 878 found worse value: 336.085647827. iteration 879 found worse value: 336.085647827. iteration 879, perturbing to get out of local maxima iteration 880 found worse value: 336.085647827. iteration 881 found worse value: 336.085647827. iteration 882 found worse value: 336.085647827. iteration 882, perturbing to get out of local maxima iteration 883 found worse value: 336.085647827. iteration 884 found worse value: 336.085647827. iteration 884, perturbing to get out of local maxima iteration 885 found worse value: 336.085647827. iteration 886 found worse value: 336.085647827. iteration 886, perturbing to get out of local maxima iteration 887 found worse value: 336.085647827. iteration 888 found worse value: 336.085647827. iteration 889 found worse value: 336.085647827. iteration 890 found worse value: 336.085647827. iteration 891 found worse value: 336.085647827. iteration 891, perturbing to get out of local maxima iteration 892 found worse value: 336.085647827. iteration 893 found worse value: 336.085647827. iteration 893, perturbing to get out of local maxima iteration 894 found worse value: 336.085647827. iteration 894, perturbing to get out of local maxima iteration 895 found worse value: 336.085647827. iteration 896 found worse value: 336.085647827. iteration 896, perturbing to get out of local maxima iteration 897 found worse value: 336.085647827. iteration 898 found worse value: 336.085647827. iteration 899 found worse value: 336.085647827. iteration 900 found worse value: 336.085647827. iteration 900, perturbing to get out of local maxima iteration 901 found worse value: 336.085647827. iteration 901, perturbing to get out of local maxima iteration 902 found worse value: 336.085647827. iteration 903 found worse value: 336.085647827. iteration 904 found worse value: 336.085647827. iteration 905 found worse value: 336.085647827. iteration 906 found worse value: 336.085647827. iteration 907 found worse value: 336.085647827. iteration 908 found worse value: 336.085647827. iteration 909 found worse value: 336.085647827. iteration 909, perturbing to get out of local maxima iteration 910 found worse value: 336.085647827. iteration 911 found worse value: 336.085647827. iteration 912 found worse value: 336.085647827. iteration 913 found worse value: 336.085647827. iteration 914 found worse value: 336.085647827. iteration 915 found worse value: 336.085647827. iteration 916 found worse value: 336.085647827. iteration 916, perturbing to get out of local maxima iteration 917 found worse value: 336.085647827. iteration 918 found worse value: 336.085647827. iteration 919 found worse value: 336.085647827. iteration 919, perturbing to get out of local maxima iteration 920 found worse value: 336.085647827. iteration 921 found worse value: 336.085647827. iteration 922 found worse value: 336.085647827. iteration 923 found worse value: 336.085647827. iteration 924 found worse value: 336.085647827. iteration 924, perturbing to get out of local maxima iteration 925 found worse value: 336.085647827. iteration 926 found worse value: 336.085647827. iteration 927 found worse value: 336.085647827. iteration 928 found worse value: 336.085647827. iteration 929 found worse value: 336.085647827. iteration 930 found worse value: 336.085647827. iteration 931 found worse value: 336.085647827. iteration 931, perturbing to get out of local maxima iteration 932 found better value: 336.11370129999995 iteration 933 found better value: 336.15479511499996 iteration 934 found worse value: 336.15479511499996. iteration 934, perturbing to get out of local maxima iteration 935 found worse value: 336.15479511499996. iteration 935, perturbing to get out of local maxima iteration 936 found worse value: 336.15479511499996. iteration 937 found worse value: 336.15479511499996. iteration 937, perturbing to get out of local maxima iteration 938 found better value: 336.25036019000004 iteration 939 found better value: 336.256634425 iteration 940 found worse value: 336.256634425. iteration 940, perturbing to get out of local maxima iteration 941 found worse value: 336.256634425. iteration 942 found worse value: 336.256634425. iteration 942, perturbing to get out of local maxima iteration 943 found worse value: 336.256634425. iteration 944 found worse value: 336.256634425. iteration 944, perturbing to get out of local maxima iteration 945 found worse value: 336.256634425. iteration 945, perturbing to get out of local maxima iteration 946 found worse value: 336.256634425. iteration 947 found worse value: 336.256634425. iteration 948 found worse value: 336.256634425. iteration 949 found better value: 336.276682623 iteration 950 found worse value: 336.276682623. iteration 951 found worse value: 336.276682623. iteration 952 found better value: 336.295609613 iteration 953 found worse value: 336.295609613. iteration 954 found better value: 336.34383194099996 iteration 955 found worse value: 336.34383194099996. iteration 956 found worse value: 336.34383194099996. iteration 957 found better value: 336.345132694 iteration 958 found worse value: 336.345132694. iteration 958, perturbing to get out of local maxima iteration 959 found worse value: 336.345132694. iteration 960 found better value: 336.37299151599996 iteration 961 found worse value: 336.37299151599996. iteration 961, perturbing to get out of local maxima iteration 962 found worse value: 336.37299151599996. iteration 963 found worse value: 336.37299151599996. iteration 964 found worse value: 336.37299151599996. iteration 964, perturbing to get out of local maxima iteration 965 found worse value: 336.37299151599996. iteration 965, perturbing to get out of local maxima iteration 966 found worse value: 336.37299151599996. iteration 967 found worse value: 336.37299151599996. iteration 968 found worse value: 336.37299151599996. iteration 968, perturbing to get out of local maxima iteration 969 found worse value: 336.37299151599996. iteration 969, perturbing to get out of local maxima iteration 970 found worse value: 336.37299151599996. iteration 971 found worse value: 336.37299151599996. iteration 972 found worse value: 336.37299151599996. iteration 972, perturbing to get out of local maxima iteration 973 found worse value: 336.37299151599996. iteration 973, perturbing to get out of local maxima iteration 974 found worse value: 336.37299151599996. iteration 975 found worse value: 336.37299151599996. iteration 976 found worse value: 336.37299151599996. iteration 977 found worse value: 336.37299151599996. iteration 977, perturbing to get out of local maxima iteration 978 found worse value: 336.37299151599996. iteration 978, perturbing to get out of local maxima iteration 979 found worse value: 336.37299151599996. iteration 979, perturbing to get out of local maxima iteration 980 found worse value: 336.37299151599996. iteration 980, perturbing to get out of local maxima iteration 981 found worse value: 336.37299151599996. iteration 981, perturbing to get out of local maxima iteration 982 found worse value: 336.37299151599996. iteration 983 found worse value: 336.37299151599996. iteration 984 found worse value: 336.37299151599996. iteration 984, perturbing to get out of local maxima iteration 985 found worse value: 336.37299151599996. iteration 986 found worse value: 336.37299151599996. iteration 986, perturbing to get out of local maxima iteration 987 found worse value: 336.37299151599996. iteration 988 found worse value: 336.37299151599996. iteration 988, perturbing to get out of local maxima iteration 989 found worse value: 336.37299151599996. iteration 990 found worse value: 336.37299151599996. iteration 991 found worse value: 336.37299151599996. iteration 992 found worse value: 336.37299151599996. iteration 993 found worse value: 336.37299151599996. iteration 994 found worse value: 336.37299151599996. iteration 995 found worse value: 336.37299151599996. iteration 996 found worse value: 336.37299151599996. iteration 997 found worse value: 336.37299151599996. iteration 998 found worse value: 336.37299151599996. iteration 998, perturbing to get out of local maxima iteration 999 found worse value: 336.37299151599996. iteration 999, perturbing to get out of local maxima iteration 1000 found worse value: 336.37299151599996. iteration 1001 found worse value: 336.37299151599996. iteration 1001, perturbing to get out of local maxima iteration 1002 found worse value: 336.37299151599996. iteration 1002, perturbing to get out of local maxima iteration 1003 found worse value: 336.37299151599996. iteration 1004 found worse value: 336.37299151599996. iteration 1004, perturbing to get out of local maxima iteration 1005 found worse value: 336.37299151599996. iteration 1005, perturbing to get out of local maxima iteration 1006 found worse value: 336.37299151599996. iteration 1006, perturbing to get out of local maxima iteration 1007 found worse value: 336.37299151599996. iteration 1008 found worse value: 336.37299151599996. iteration 1009 found worse value: 336.37299151599996. iteration 1009, perturbing to get out of local maxima iteration 1010 found worse value: 336.37299151599996. iteration 1011 found worse value: 336.37299151599996. iteration 1011, perturbing to get out of local maxima iteration 1012 found worse value: 336.37299151599996. iteration 1013 found worse value: 336.37299151599996. iteration 1014 found worse value: 336.37299151599996. iteration 1015 found worse value: 336.37299151599996. iteration 1015, perturbing to get out of local maxima iteration 1016 found worse value: 336.37299151599996. iteration 1017 found worse value: 336.37299151599996. iteration 1018 found worse value: 336.37299151599996. iteration 1018, perturbing to get out of local maxima iteration 1019 found worse value: 336.37299151599996. iteration 1020 found worse value: 336.37299151599996. iteration 1021 found worse value: 336.37299151599996. iteration 1022 found worse value: 336.37299151599996. iteration 1023 found worse value: 336.37299151599996. iteration 1024 found worse value: 336.37299151599996. iteration 1025 found worse value: 336.37299151599996. iteration 1026 found worse value: 336.37299151599996. iteration 1027 found worse value: 336.37299151599996. iteration 1028 found worse value: 336.37299151599996. iteration 1029 found worse value: 336.37299151599996. iteration 1030 found worse value: 336.37299151599996. iteration 1030, perturbing to get out of local maxima iteration 1031 found worse value: 336.37299151599996. iteration 1032 found worse value: 336.37299151599996. iteration 1032, perturbing to get out of local maxima iteration 1033 found worse value: 336.37299151599996. iteration 1034 found worse value: 336.37299151599996. iteration 1034, perturbing to get out of local maxima iteration 1035 found worse value: 336.37299151599996. iteration 1036 found worse value: 336.37299151599996. iteration 1037 found worse value: 336.37299151599996. iteration 1037, perturbing to get out of local maxima iteration 1038 found worse value: 336.37299151599996. iteration 1039 found worse value: 336.37299151599996. iteration 1040 found worse value: 336.37299151599996. iteration 1040, perturbing to get out of local maxima iteration 1041 found worse value: 336.37299151599996. iteration 1042 found worse value: 336.37299151599996. iteration 1043 found worse value: 336.37299151599996. iteration 1044 found worse value: 336.37299151599996. iteration 1044, perturbing to get out of local maxima iteration 1045 found worse value: 336.37299151599996. iteration 1046 found worse value: 336.37299151599996. iteration 1047 found worse value: 336.37299151599996. iteration 1047, perturbing to get out of local maxima iteration 1048 found worse value: 336.37299151599996. iteration 1049 found worse value: 336.37299151599996. iteration 1049, perturbing to get out of local maxima iteration 1050 found worse value: 336.37299151599996. iteration 1050, perturbing to get out of local maxima iteration 1051 found worse value: 336.37299151599996. iteration 1052 found worse value: 336.37299151599996. iteration 1053 found worse value: 336.37299151599996. iteration 1054 found worse value: 336.37299151599996. iteration 1055 found worse value: 336.37299151599996. iteration 1056 found worse value: 336.37299151599996. iteration 1057 found worse value: 336.37299151599996. iteration 1058 found worse value: 336.37299151599996. iteration 1058, perturbing to get out of local maxima iteration 1059 found worse value: 336.37299151599996. iteration 1060 found worse value: 336.37299151599996. iteration 1060, perturbing to get out of local maxima iteration 1061 found worse value: 336.37299151599996. iteration 1062 found worse value: 336.37299151599996. iteration 1062, perturbing to get out of local maxima iteration 1063 found worse value: 336.37299151599996. iteration 1064 found worse value: 336.37299151599996. iteration 1065 found worse value: 336.37299151599996. iteration 1066 found worse value: 336.37299151599996. iteration 1067 found worse value: 336.37299151599996. iteration 1068 found worse value: 336.37299151599996. iteration 1069 found worse value: 336.37299151599996. iteration 1070 found worse value: 336.37299151599996. iteration 1071 found worse value: 336.37299151599996. iteration 1071, perturbing to get out of local maxima iteration 1072 found worse value: 336.37299151599996. iteration 1073 found worse value: 336.37299151599996. iteration 1074 found worse value: 336.37299151599996. iteration 1075 found worse value: 336.37299151599996. iteration 1076 found worse value: 336.37299151599996. iteration 1077 found worse value: 336.37299151599996. iteration 1078 found worse value: 336.37299151599996. iteration 1078, perturbing to get out of local maxima iteration 1079 found worse value: 336.37299151599996. iteration 1079, perturbing to get out of local maxima iteration 1080 found worse value: 336.37299151599996. iteration 1081 found worse value: 336.37299151599996. iteration 1082 found worse value: 336.37299151599996. iteration 1083 found worse value: 336.37299151599996. iteration 1084 found worse value: 336.37299151599996. iteration 1085 found worse value: 336.37299151599996. iteration 1085, perturbing to get out of local maxima iteration 1086 found worse value: 336.37299151599996. iteration 1087 found worse value: 336.37299151599996. iteration 1087, perturbing to get out of local maxima iteration 1088 found worse value: 336.37299151599996. iteration 1089 found worse value: 336.37299151599996. iteration 1090 found worse value: 336.37299151599996. iteration 1091 found worse value: 336.37299151599996. iteration 1092 found worse value: 336.37299151599996. iteration 1093 found worse value: 336.37299151599996. iteration 1094 found worse value: 336.37299151599996. iteration 1095 found worse value: 336.37299151599996. iteration 1096 found worse value: 336.37299151599996. iteration 1097 found worse value: 336.37299151599996. iteration 1097, perturbing to get out of local maxima iteration 1098 found worse value: 336.37299151599996. iteration 1099 found worse value: 336.37299151599996. iteration 1100 found worse value: 336.37299151599996. iteration 1101 found worse value: 336.37299151599996. iteration 1101, perturbing to get out of local maxima iteration 1102 found worse value: 336.37299151599996. iteration 1103 found worse value: 336.37299151599996. iteration 1104 found worse value: 336.37299151599996. iteration 1104, perturbing to get out of local maxima iteration 1105 found worse value: 336.37299151599996. iteration 1105, perturbing to get out of local maxima iteration 1106 found worse value: 336.37299151599996. iteration 1107 found worse value: 336.37299151599996. iteration 1108 found worse value: 336.37299151599996. iteration 1108, perturbing to get out of local maxima iteration 1109 found worse value: 336.37299151599996. iteration 1110 found worse value: 336.37299151599996. iteration 1111 found worse value: 336.37299151599996. iteration 1112 found worse value: 336.37299151599996. iteration 1113 found worse value: 336.37299151599996. iteration 1114 found worse value: 336.37299151599996. iteration 1115 found worse value: 336.37299151599996. iteration 1115, perturbing to get out of local maxima iteration 1116 found worse value: 336.37299151599996. iteration 1117 found worse value: 336.37299151599996. iteration 1118 found worse value: 336.37299151599996. iteration 1119 found worse value: 336.37299151599996. iteration 1119, perturbing to get out of local maxima iteration 1120 found worse value: 336.37299151599996. iteration 1121 found worse value: 336.37299151599996. iteration 1121, perturbing to get out of local maxima iteration 1122 found worse value: 336.37299151599996. iteration 1123 found worse value: 336.37299151599996. iteration 1124 found worse value: 336.37299151599996. iteration 1125 found worse value: 336.37299151599996. iteration 1125, perturbing to get out of local maxima iteration 1126 found worse value: 336.37299151599996. iteration 1127 found worse value: 336.37299151599996. iteration 1128 found worse value: 336.37299151599996. iteration 1129 found worse value: 336.37299151599996. iteration 1130 found worse value: 336.37299151599996. iteration 1131 found worse value: 336.37299151599996. iteration 1132 found worse value: 336.37299151599996. iteration 1132, perturbing to get out of local maxima iteration 1133 found worse value: 336.37299151599996. iteration 1134 found worse value: 336.37299151599996. iteration 1135 found worse value: 336.37299151599996. iteration 1135, perturbing to get out of local maxima iteration 1136 found worse value: 336.37299151599996. iteration 1137 found worse value: 336.37299151599996. iteration 1137, perturbing to get out of local maxima iteration 1138 found worse value: 336.37299151599996. iteration 1138, perturbing to get out of local maxima iteration 1139 found worse value: 336.37299151599996. iteration 1140 found worse value: 336.37299151599996. iteration 1141 found worse value: 336.37299151599996. iteration 1142 found worse value: 336.37299151599996. iteration 1142, perturbing to get out of local maxima iteration 1143 found worse value: 336.37299151599996. iteration 1144 found worse value: 336.37299151599996. iteration 1145 found worse value: 336.37299151599996. iteration 1146 found worse value: 336.37299151599996. iteration 1147 found worse value: 336.37299151599996. iteration 1147, perturbing to get out of local maxima iteration 1148 found worse value: 336.37299151599996. iteration 1149 found worse value: 336.37299151599996. iteration 1150 found worse value: 336.37299151599996. iteration 1151 found worse value: 336.37299151599996. iteration 1151, perturbing to get out of local maxima iteration 1152 found worse value: 336.37299151599996. iteration 1153 found worse value: 336.37299151599996. iteration 1153, perturbing to get out of local maxima iteration 1154 found worse value: 336.37299151599996. iteration 1154, perturbing to get out of local maxima iteration 1155 found worse value: 336.37299151599996. iteration 1156 found worse value: 336.37299151599996. iteration 1156, perturbing to get out of local maxima iteration 1157 found worse value: 336.37299151599996. iteration 1157, perturbing to get out of local maxima iteration 1158 found worse value: 336.37299151599996. iteration 1159 found worse value: 336.37299151599996. iteration 1159, perturbing to get out of local maxima iteration 1160 found worse value: 336.37299151599996. iteration 1161 found worse value: 336.37299151599996. iteration 1161, perturbing to get out of local maxima iteration 1162 found worse value: 336.37299151599996. iteration 1163 found worse value: 336.37299151599996. iteration 1164 found worse value: 336.37299151599996. iteration 1165 found worse value: 336.37299151599996. iteration 1166 found worse value: 336.37299151599996. iteration 1166, perturbing to get out of local maxima iteration 1167 found worse value: 336.37299151599996. iteration 1168 found worse value: 336.37299151599996. iteration 1169 found worse value: 336.37299151599996. iteration 1169, perturbing to get out of local maxima iteration 1170 found worse value: 336.37299151599996. iteration 1170, perturbing to get out of local maxima iteration 1171 found worse value: 336.37299151599996. iteration 1172 found worse value: 336.37299151599996. iteration 1172, perturbing to get out of local maxima iteration 1173 found worse value: 336.37299151599996. iteration 1173, perturbing to get out of local maxima iteration 1174 found worse value: 336.37299151599996. iteration 1175 found worse value: 336.37299151599996. iteration 1176 found worse value: 336.37299151599996. iteration 1176, perturbing to get out of local maxima iteration 1177 found worse value: 336.37299151599996. iteration 1178 found worse value: 336.37299151599996. iteration 1178, perturbing to get out of local maxima iteration 1179 found worse value: 336.37299151599996. iteration 1179, perturbing to get out of local maxima iteration 1180 found worse value: 336.37299151599996. iteration 1181 found worse value: 336.37299151599996. iteration 1182 found worse value: 336.37299151599996. iteration 1183 found worse value: 336.37299151599996. iteration 1183, perturbing to get out of local maxima iteration 1184 found worse value: 336.37299151599996. iteration 1185 found worse value: 336.37299151599996. iteration 1186 found worse value: 336.37299151599996. iteration 1186, perturbing to get out of local maxima iteration 1187 found worse value: 336.37299151599996. iteration 1187, perturbing to get out of local maxima iteration 1188 found worse value: 336.37299151599996. iteration 1188, perturbing to get out of local maxima iteration 1189 found worse value: 336.37299151599996. iteration 1190 found worse value: 336.37299151599996. iteration 1191 found worse value: 336.37299151599996. iteration 1192 found worse value: 336.37299151599996. iteration 1193 found worse value: 336.37299151599996. iteration 1194 found worse value: 336.37299151599996. iteration 1195 found worse value: 336.37299151599996. iteration 1196 found worse value: 336.37299151599996. iteration 1196, perturbing to get out of local maxima iteration 1197 found worse value: 336.37299151599996. iteration 1197, perturbing to get out of local maxima iteration 1198 found worse value: 336.37299151599996. iteration 1198, perturbing to get out of local maxima iteration 1199 found worse value: 336.37299151599996. iteration 1200 found worse value: 336.37299151599996. iteration 1201 found worse value: 336.37299151599996. iteration 1202 found worse value: 336.37299151599996. iteration 1203 found worse value: 336.37299151599996. iteration 1203, perturbing to get out of local maxima iteration 1204 found worse value: 336.37299151599996. iteration 1205 found worse value: 336.37299151599996. iteration 1206 found worse value: 336.37299151599996. iteration 1207 found worse value: 336.37299151599996. iteration 1208 found worse value: 336.37299151599996. iteration 1208, perturbing to get out of local maxima iteration 1209 found worse value: 336.37299151599996. iteration 1210 found worse value: 336.37299151599996. iteration 1210, perturbing to get out of local maxima iteration 1211 found worse value: 336.37299151599996. iteration 1211, perturbing to get out of local maxima iteration 1212 found worse value: 336.37299151599996. iteration 1213 found worse value: 336.37299151599996. iteration 1214 found worse value: 336.37299151599996. iteration 1215 found worse value: 336.37299151599996. iteration 1216 found worse value: 336.37299151599996. iteration 1217 found worse value: 336.37299151599996. iteration 1217, perturbing to get out of local maxima iteration 1218 found worse value: 336.37299151599996. iteration 1219 found worse value: 336.37299151599996. iteration 1220 found worse value: 336.37299151599996. iteration 1220, perturbing to get out of local maxima iteration 1221 found worse value: 336.37299151599996. iteration 1222 found worse value: 336.37299151599996. iteration 1223 found worse value: 336.37299151599996. iteration 1224 found worse value: 336.37299151599996. iteration 1225 found worse value: 336.37299151599996. iteration 1226 found worse value: 336.37299151599996. iteration 1227 found worse value: 336.37299151599996. iteration 1227, perturbing to get out of local maxima iteration 1228 found worse value: 336.37299151599996. iteration 1229 found worse value: 336.37299151599996. iteration 1230 found worse value: 336.37299151599996. iteration 1231 found worse value: 336.37299151599996. iteration 1232 found worse value: 336.37299151599996. iteration 1233 found worse value: 336.37299151599996. iteration 1234 found worse value: 336.37299151599996. iteration 1235 found worse value: 336.37299151599996. iteration 1236 found worse value: 336.37299151599996. iteration 1237 found worse value: 336.37299151599996. iteration 1238 found worse value: 336.37299151599996. iteration 1239 found worse value: 336.37299151599996. iteration 1239, perturbing to get out of local maxima iteration 1240 found worse value: 336.37299151599996. iteration 1241 found worse value: 336.37299151599996. iteration 1241, perturbing to get out of local maxima iteration 1242 found worse value: 336.37299151599996. iteration 1242, perturbing to get out of local maxima iteration 1243 found worse value: 336.37299151599996. iteration 1243, perturbing to get out of local maxima iteration 1244 found worse value: 336.37299151599996. iteration 1244, perturbing to get out of local maxima iteration 1245 found worse value: 336.37299151599996. iteration 1246 found worse value: 336.37299151599996. iteration 1246, perturbing to get out of local maxima iteration 1247 found worse value: 336.37299151599996. iteration 1248 found worse value: 336.37299151599996. iteration 1249 found worse value: 336.37299151599996. iteration 1249, perturbing to get out of local maxima iteration 1250 found worse value: 336.37299151599996. iteration 1251 found worse value: 336.37299151599996. iteration 1252 found worse value: 336.37299151599996. iteration 1252, perturbing to get out of local maxima iteration 1253 found worse value: 336.37299151599996. iteration 1254 found worse value: 336.37299151599996. iteration 1255 found worse value: 336.37299151599996. iteration 1256 found worse value: 336.37299151599996. iteration 1256, perturbing to get out of local maxima iteration 1257 found worse value: 336.37299151599996. iteration 1258 found worse value: 336.37299151599996. iteration 1259 found better value: 336.41145399799996 iteration 1260 found worse value: 336.41145399799996. iteration 1261 found worse value: 336.41145399799996. iteration 1262 found better value: 336.43648169 iteration 1263 found better value: 336.49118391599995 iteration 1264 found worse value: 336.49118391599995. iteration 1264, perturbing to get out of local maxima iteration 1265 found worse value: 336.49118391599995. iteration 1266 found worse value: 336.49118391599995. iteration 1266, perturbing to get out of local maxima iteration 1267 found worse value: 336.49118391599995. iteration 1268 found worse value: 336.49118391599995. iteration 1269 found worse value: 336.49118391599995. iteration 1270 found worse value: 336.49118391599995. iteration 1271 found better value: 336.50617234799995 iteration 1272 found worse value: 336.50617234799995. iteration 1273 found worse value: 336.50617234799995. iteration 1273, perturbing to get out of local maxima iteration 1274 found worse value: 336.50617234799995. iteration 1274, perturbing to get out of local maxima iteration 1275 found worse value: 336.50617234799995. iteration 1276 found worse value: 336.50617234799995. iteration 1277 found worse value: 336.50617234799995. iteration 1278 found worse value: 336.50617234799995. iteration 1279 found worse value: 336.50617234799995. iteration 1280 found worse value: 336.50617234799995. iteration 1281 found worse value: 336.50617234799995. iteration 1281, perturbing to get out of local maxima iteration 1282 found worse value: 336.50617234799995. iteration 1282, perturbing to get out of local maxima iteration 1283 found worse value: 336.50617234799995. iteration 1284 found worse value: 336.50617234799995. iteration 1285 found worse value: 336.50617234799995. iteration 1286 found worse value: 336.50617234799995. iteration 1287 found worse value: 336.50617234799995. iteration 1288 found better value: 336.514019786 iteration 1289 found better value: 336.519569005 iteration 1290 found worse value: 336.519569005. iteration 1291 found worse value: 336.519569005. iteration 1292 found worse value: 336.519569005. iteration 1293 found worse value: 336.519569005. iteration 1293, perturbing to get out of local maxima iteration 1294 found worse value: 336.519569005. iteration 1295 found worse value: 336.519569005. iteration 1296 found worse value: 336.519569005. iteration 1296, perturbing to get out of local maxima iteration 1297 found worse value: 336.519569005. iteration 1298 found worse value: 336.519569005. iteration 1299 found worse value: 336.519569005. iteration 1299, perturbing to get out of local maxima iteration 1300 found worse value: 336.519569005. iteration 1300, perturbing to get out of local maxima iteration 1301 found worse value: 336.519569005. iteration 1301, perturbing to get out of local maxima iteration 1302 found worse value: 336.519569005. iteration 1303 found worse value: 336.519569005. iteration 1304 found worse value: 336.519569005. iteration 1304, perturbing to get out of local maxima iteration 1305 found worse value: 336.519569005. iteration 1305, perturbing to get out of local maxima iteration 1306 found worse value: 336.519569005. iteration 1307 found worse value: 336.519569005. iteration 1308 found worse value: 336.519569005. iteration 1309 found worse value: 336.519569005. iteration 1310 found worse value: 336.519569005. iteration 1310, perturbing to get out of local maxima iteration 1311 found worse value: 336.519569005. iteration 1312 found worse value: 336.519569005. iteration 1312, perturbing to get out of local maxima iteration 1313 found worse value: 336.519569005. iteration 1314 found worse value: 336.519569005. iteration 1314, perturbing to get out of local maxima iteration 1315 found worse value: 336.519569005. iteration 1315, perturbing to get out of local maxima iteration 1316 found worse value: 336.519569005. iteration 1317 found worse value: 336.519569005. iteration 1317, perturbing to get out of local maxima iteration 1318 found worse value: 336.519569005. iteration 1319 found worse value: 336.519569005. iteration 1320 found worse value: 336.519569005. iteration 1320, perturbing to get out of local maxima iteration 1321 found worse value: 336.519569005. iteration 1322 found worse value: 336.519569005. iteration 1322, perturbing to get out of local maxima iteration 1323 found worse value: 336.519569005. iteration 1324 found worse value: 336.519569005. iteration 1325 found worse value: 336.519569005. iteration 1326 found worse value: 336.519569005. iteration 1326, perturbing to get out of local maxima iteration 1327 found worse value: 336.519569005. iteration 1328 found worse value: 336.519569005. iteration 1329 found worse value: 336.519569005. iteration 1329, perturbing to get out of local maxima iteration 1330 found worse value: 336.519569005. iteration 1330, perturbing to get out of local maxima iteration 1331 found worse value: 336.519569005. iteration 1332 found worse value: 336.519569005. iteration 1332, perturbing to get out of local maxima iteration 1333 found worse value: 336.519569005. iteration 1334 found worse value: 336.519569005. iteration 1335 found worse value: 336.519569005. iteration 1336 found worse value: 336.519569005. iteration 1337 found worse value: 336.519569005. iteration 1338 found worse value: 336.519569005. iteration 1339 found worse value: 336.519569005. iteration 1339, perturbing to get out of local maxima iteration 1340 found worse value: 336.519569005. iteration 1341 found worse value: 336.519569005. iteration 1342 found worse value: 336.519569005. iteration 1343 found worse value: 336.519569005. iteration 1344 found better value: 336.560901417 iteration 1345 found worse value: 336.560901417. iteration 1346 found worse value: 336.560901417. iteration 1347 found worse value: 336.560901417. iteration 1347, perturbing to get out of local maxima iteration 1348 found worse value: 336.560901417. iteration 1349 found worse value: 336.560901417. iteration 1350 found worse value: 336.560901417. iteration 1351 found worse value: 336.560901417. iteration 1351, perturbing to get out of local maxima iteration 1352 found worse value: 336.560901417. iteration 1353 found worse value: 336.560901417. iteration 1354 found worse value: 336.560901417. iteration 1355 found worse value: 336.560901417. iteration 1356 found worse value: 336.560901417. iteration 1356, perturbing to get out of local maxima iteration 1357 found worse value: 336.560901417. iteration 1358 found worse value: 336.560901417. iteration 1359 found worse value: 336.560901417. iteration 1359, perturbing to get out of local maxima iteration 1360 found worse value: 336.560901417. iteration 1360, perturbing to get out of local maxima iteration 1361 found worse value: 336.560901417. iteration 1361, perturbing to get out of local maxima iteration 1362 found worse value: 336.560901417. iteration 1363 found worse value: 336.560901417. iteration 1364 found worse value: 336.560901417. iteration 1365 found worse value: 336.560901417. iteration 1365, perturbing to get out of local maxima iteration 1366 found worse value: 336.560901417. iteration 1367 found worse value: 336.560901417. iteration 1368 found worse value: 336.560901417. iteration 1369 found worse value: 336.560901417. iteration 1369, perturbing to get out of local maxima iteration 1370 found worse value: 336.560901417. iteration 1371 found worse value: 336.560901417. iteration 1372 found worse value: 336.560901417. iteration 1372, perturbing to get out of local maxima iteration 1373 found worse value: 336.560901417. iteration 1374 found worse value: 336.560901417. iteration 1375 found worse value: 336.560901417. iteration 1376 found worse value: 336.560901417. iteration 1376, perturbing to get out of local maxima iteration 1377 found worse value: 336.560901417. iteration 1378 found worse value: 336.560901417. iteration 1379 found worse value: 336.560901417. iteration 1380 found worse value: 336.560901417. iteration 1380, perturbing to get out of local maxima iteration 1381 found worse value: 336.560901417. iteration 1382 found worse value: 336.560901417. iteration 1383 found worse value: 336.560901417. iteration 1384 found worse value: 336.560901417. iteration 1385 found worse value: 336.560901417. iteration 1386 found worse value: 336.560901417. iteration 1387 found worse value: 336.560901417. iteration 1388 found better value: 336.57405504999997 iteration 1389 found better value: 336.602137597 iteration 1390 found better value: 336.782029511 iteration 1391 found worse value: 336.782029511. iteration 1392 found worse value: 336.782029511. iteration 1392, perturbing to get out of local maxima iteration 1393 found worse value: 336.782029511. iteration 1394 found worse value: 336.782029511. iteration 1394, perturbing to get out of local maxima iteration 1395 found worse value: 336.782029511. iteration 1396 found worse value: 336.782029511. iteration 1396, perturbing to get out of local maxima iteration 1397 found worse value: 336.782029511. iteration 1398 found worse value: 336.782029511. iteration 1399 found worse value: 336.782029511. iteration 1400 found worse value: 336.782029511. iteration 1400, perturbing to get out of local maxima iteration 1401 found worse value: 336.782029511. iteration 1401, perturbing to get out of local maxima iteration 1402 found worse value: 336.782029511. iteration 1402, perturbing to get out of local maxima iteration 1403 found worse value: 336.782029511. iteration 1404 found worse value: 336.782029511. iteration 1405 found worse value: 336.782029511. iteration 1406 found worse value: 336.782029511. iteration 1407 found worse value: 336.782029511. iteration 1408 found worse value: 336.782029511. iteration 1408, perturbing to get out of local maxima iteration 1409 found worse value: 336.782029511. iteration 1409, perturbing to get out of local maxima iteration 1410 found worse value: 336.782029511. iteration 1411 found worse value: 336.782029511. iteration 1411, perturbing to get out of local maxima iteration 1412 found worse value: 336.782029511. iteration 1413 found worse value: 336.782029511. iteration 1413, perturbing to get out of local maxima iteration 1414 found worse value: 336.782029511. iteration 1415 found worse value: 336.782029511. iteration 1415, perturbing to get out of local maxima iteration 1416 found worse value: 336.782029511. iteration 1416, perturbing to get out of local maxima iteration 1417 found worse value: 336.782029511. iteration 1418 found worse value: 336.782029511. iteration 1419 found worse value: 336.782029511. iteration 1419, perturbing to get out of local maxima iteration 1420 found worse value: 336.782029511. iteration 1420, perturbing to get out of local maxima iteration 1421 found worse value: 336.782029511. iteration 1422 found worse value: 336.782029511. iteration 1422, perturbing to get out of local maxima iteration 1423 found worse value: 336.782029511. iteration 1424 found worse value: 336.782029511. iteration 1425 found worse value: 336.782029511. iteration 1426 found worse value: 336.782029511. iteration 1427 found worse value: 336.782029511. iteration 1428 found worse value: 336.782029511. iteration 1428, perturbing to get out of local maxima iteration 1429 found worse value: 336.782029511. iteration 1430 found worse value: 336.782029511. iteration 1430, perturbing to get out of local maxima iteration 1431 found worse value: 336.782029511. iteration 1432 found worse value: 336.782029511. iteration 1433 found worse value: 336.782029511. iteration 1434 found worse value: 336.782029511. iteration 1434, perturbing to get out of local maxima iteration 1435 found worse value: 336.782029511. iteration 1436 found worse value: 336.782029511. iteration 1437 found worse value: 336.782029511. iteration 1438 found worse value: 336.782029511. iteration 1439 found worse value: 336.782029511. iteration 1440 found worse value: 336.782029511. iteration 1441 found worse value: 336.782029511. iteration 1442 found worse value: 336.782029511. iteration 1442, perturbing to get out of local maxima iteration 1443 found worse value: 336.782029511. iteration 1444 found worse value: 336.782029511. iteration 1445 found worse value: 336.782029511. iteration 1446 found worse value: 336.782029511. iteration 1447 found worse value: 336.782029511. iteration 1448 found worse value: 336.782029511. iteration 1449 found worse value: 336.782029511. iteration 1449, perturbing to get out of local maxima iteration 1450 found worse value: 336.782029511. iteration 1451 found worse value: 336.782029511. iteration 1452 found worse value: 336.782029511. iteration 1453 found worse value: 336.782029511. iteration 1454 found worse value: 336.782029511. iteration 1454, perturbing to get out of local maxima iteration 1455 found worse value: 336.782029511. iteration 1455, perturbing to get out of local maxima iteration 1456 found worse value: 336.782029511. iteration 1456, perturbing to get out of local maxima iteration 1457 found worse value: 336.782029511. iteration 1458 found worse value: 336.782029511. iteration 1458, perturbing to get out of local maxima iteration 1459 found worse value: 336.782029511. iteration 1460 found worse value: 336.782029511. iteration 1461 found worse value: 336.782029511. iteration 1461, perturbing to get out of local maxima iteration 1462 found worse value: 336.782029511. iteration 1463 found worse value: 336.782029511. iteration 1464 found worse value: 336.782029511. iteration 1465 found worse value: 336.782029511. iteration 1466 found worse value: 336.782029511. iteration 1466, perturbing to get out of local maxima iteration 1467 found worse value: 336.782029511. iteration 1467, perturbing to get out of local maxima iteration 1468 found worse value: 336.782029511. iteration 1469 found worse value: 336.782029511. iteration 1470 found worse value: 336.782029511. iteration 1470, perturbing to get out of local maxima iteration 1471 found worse value: 336.782029511. iteration 1471, perturbing to get out of local maxima iteration 1472 found worse value: 336.782029511. iteration 1473 found worse value: 336.782029511. iteration 1474 found worse value: 336.782029511. iteration 1475 found worse value: 336.782029511. iteration 1476 found worse value: 336.782029511. iteration 1477 found worse value: 336.782029511. iteration 1477, perturbing to get out of local maxima iteration 1478 found worse value: 336.782029511. iteration 1479 found worse value: 336.782029511. iteration 1480 found worse value: 336.782029511. iteration 1480, perturbing to get out of local maxima iteration 1481 found worse value: 336.782029511. iteration 1482 found worse value: 336.782029511. iteration 1483 found worse value: 336.782029511. iteration 1483, perturbing to get out of local maxima iteration 1484 found worse value: 336.782029511. iteration 1485 found worse value: 336.782029511. iteration 1486 found worse value: 336.782029511. iteration 1487 found worse value: 336.782029511. iteration 1487, perturbing to get out of local maxima iteration 1488 found worse value: 336.782029511. iteration 1489 found worse value: 336.782029511. iteration 1490 found worse value: 336.782029511. iteration 1491 found worse value: 336.782029511. iteration 1492 found worse value: 336.782029511. iteration 1492, perturbing to get out of local maxima iteration 1493 found worse value: 336.782029511. iteration 1494 found worse value: 336.782029511. iteration 1495 found worse value: 336.782029511. iteration 1496 found worse value: 336.782029511. iteration 1496, perturbing to get out of local maxima iteration 1497 found worse value: 336.782029511. iteration 1498 found worse value: 336.782029511. iteration 1499 found worse value: 336.782029511. iteration 1500 found worse value: 336.782029511. iteration 1501 found worse value: 336.782029511. iteration 1502 found worse value: 336.782029511. iteration 1503 found worse value: 336.782029511. iteration 1504 found worse value: 336.782029511. iteration 1505 found worse value: 336.782029511. iteration 1506 found worse value: 336.782029511. iteration 1506, perturbing to get out of local maxima iteration 1507 found worse value: 336.782029511. iteration 1508 found worse value: 336.782029511. iteration 1508, perturbing to get out of local maxima iteration 1509 found worse value: 336.782029511. iteration 1510 found worse value: 336.782029511. iteration 1510, perturbing to get out of local maxima iteration 1511 found worse value: 336.782029511. iteration 1512 found worse value: 336.782029511. iteration 1513 found worse value: 336.782029511. iteration 1514 found worse value: 336.782029511. iteration 1514, perturbing to get out of local maxima iteration 1515 found worse value: 336.782029511. iteration 1515, perturbing to get out of local maxima iteration 1516 found worse value: 336.782029511. iteration 1517 found worse value: 336.782029511. iteration 1518 found worse value: 336.782029511. iteration 1519 found worse value: 336.782029511. iteration 1519, perturbing to get out of local maxima iteration 1520 found worse value: 336.782029511. iteration 1521 found worse value: 336.782029511. iteration 1522 found worse value: 336.782029511. iteration 1522, perturbing to get out of local maxima iteration 1523 found worse value: 336.782029511. iteration 1524 found worse value: 336.782029511. iteration 1525 found worse value: 336.782029511. iteration 1526 found worse value: 336.782029511. iteration 1527 found worse value: 336.782029511. iteration 1528 found worse value: 336.782029511. iteration 1528, perturbing to get out of local maxima iteration 1529 found worse value: 336.782029511. iteration 1530 found worse value: 336.782029511. iteration 1531 found worse value: 336.782029511. iteration 1532 found better value: 336.941627019 iteration 1533 found worse value: 336.941627019. iteration 1534 found worse value: 336.941627019. iteration 1534, perturbing to get out of local maxima iteration 1535 found worse value: 336.941627019. iteration 1536 found worse value: 336.941627019. iteration 1537 found worse value: 336.941627019. iteration 1538 found worse value: 336.941627019. iteration 1539 found worse value: 336.941627019. iteration 1539, perturbing to get out of local maxima iteration 1540 found worse value: 336.941627019. iteration 1540, perturbing to get out of local maxima iteration 1541 found worse value: 336.941627019. iteration 1542 found worse value: 336.941627019. iteration 1543 found worse value: 336.941627019. iteration 1544 found worse value: 336.941627019. iteration 1544, perturbing to get out of local maxima iteration 1545 found worse value: 336.941627019. iteration 1546 found worse value: 336.941627019. iteration 1547 found worse value: 336.941627019. iteration 1548 found worse value: 336.941627019. iteration 1549 found better value: 336.985571661 iteration 1550 found better value: 337.013878351 iteration 1551 found worse value: 337.013878351. iteration 1552 found better value: 337.06018759299997 iteration 1553 found worse value: 337.06018759299997. iteration 1554 found worse value: 337.06018759299997. iteration 1555 found worse value: 337.06018759299997. iteration 1556 found worse value: 337.06018759299997. iteration 1556, perturbing to get out of local maxima iteration 1557 found equal value: 337.06018759299997. iteration 1558 found worse value: 337.06018759299997. iteration 1559 found worse value: 337.06018759299997. iteration 1559, perturbing to get out of local maxima iteration 1560 found worse value: 337.06018759299997. iteration 1560, perturbing to get out of local maxima iteration 1561 found worse value: 337.06018759299997. iteration 1562 found worse value: 337.06018759299997. iteration 1563 found worse value: 337.06018759299997. iteration 1563, perturbing to get out of local maxima iteration 1564 found worse value: 337.06018759299997. iteration 1564, perturbing to get out of local maxima iteration 1565 found worse value: 337.06018759299997. iteration 1566 found worse value: 337.06018759299997. iteration 1567 found worse value: 337.06018759299997. iteration 1568 found worse value: 337.06018759299997. iteration 1569 found better value: 337.20168358 iteration 1570 found worse value: 337.20168358. iteration 1570, perturbing to get out of local maxima iteration 1571 found worse value: 337.20168358. iteration 1572 found worse value: 337.20168358. iteration 1573 found better value: 337.21992199700003 iteration 1574 found worse value: 337.21992199700003. iteration 1575 found worse value: 337.21992199700003. iteration 1576 found worse value: 337.21992199700003. iteration 1577 found better value: 337.22921722200005 iteration 1578 found worse value: 337.22921722200005. iteration 1578, perturbing to get out of local maxima iteration 1579 found worse value: 337.22921722200005. iteration 1580 found worse value: 337.22921722200005. iteration 1581 found better value: 337.269884928 iteration 1582 found better value: 337.30093546899997 iteration 1583 found worse value: 337.30093546899997. iteration 1584 found worse value: 337.30093546899997. iteration 1585 found worse value: 337.30093546899997. iteration 1586 found worse value: 337.30093546899997. iteration 1587 found better value: 337.30870751599997 iteration 1588 found better value: 337.321875466 iteration 1589 found worse value: 337.321875466. iteration 1589, perturbing to get out of local maxima iteration 1590 found worse value: 337.321875466. iteration 1591 found better value: 337.33748354 iteration 1592 found better value: 337.337858981 iteration 1593 found worse value: 337.337858981. iteration 1594 found worse value: 337.337858981. iteration 1594, perturbing to get out of local maxima iteration 1595 found worse value: 337.337858981. iteration 1596 found worse value: 337.337858981. iteration 1596, perturbing to get out of local maxima iteration 1597 found worse value: 337.337858981. iteration 1598 found better value: 337.373469837 iteration 1599 found worse value: 337.373469837. iteration 1599, perturbing to get out of local maxima iteration 1600 found worse value: 337.373469837. iteration 1600, perturbing to get out of local maxima iteration 1601 found worse value: 337.373469837. iteration 1602 found worse value: 337.373469837. iteration 1603 found worse value: 337.373469837. iteration 1604 found worse value: 337.373469837. iteration 1604, perturbing to get out of local maxima iteration 1605 found worse value: 337.373469837. iteration 1606 found worse value: 337.373469837. iteration 1607 found worse value: 337.373469837. iteration 1607, perturbing to get out of local maxima iteration 1608 found worse value: 337.373469837. iteration 1609 found worse value: 337.373469837. iteration 1610 found better value: 337.377385269 iteration 1611 found better value: 337.38504785599997 iteration 1612 found worse value: 337.38504785599997. iteration 1613 found better value: 337.41453529 iteration 1614 found worse value: 337.41453529. iteration 1614, perturbing to get out of local maxima iteration 1615 found worse value: 337.41453529. iteration 1616 found worse value: 337.41453529. iteration 1617 found worse value: 337.41453529. iteration 1617, perturbing to get out of local maxima iteration 1618 found worse value: 337.41453529. iteration 1619 found worse value: 337.41453529. iteration 1620 found worse value: 337.41453529. iteration 1621 found worse value: 337.41453529. iteration 1622 found worse value: 337.41453529. iteration 1622, perturbing to get out of local maxima iteration 1623 found worse value: 337.41453529. iteration 1624 found worse value: 337.41453529. iteration 1625 found worse value: 337.41453529. iteration 1626 found worse value: 337.41453529. iteration 1627 found worse value: 337.41453529. iteration 1628 found worse value: 337.41453529. iteration 1629 found worse value: 337.41453529. iteration 1629, perturbing to get out of local maxima iteration 1630 found worse value: 337.41453529. iteration 1631 found worse value: 337.41453529. iteration 1632 found worse value: 337.41453529. iteration 1633 found worse value: 337.41453529. iteration 1633, perturbing to get out of local maxima iteration 1634 found worse value: 337.41453529. iteration 1635 found worse value: 337.41453529. iteration 1635, perturbing to get out of local maxima iteration 1636 found worse value: 337.41453529. iteration 1636, perturbing to get out of local maxima iteration 1637 found worse value: 337.41453529. iteration 1637, perturbing to get out of local maxima iteration 1638 found worse value: 337.41453529. iteration 1639 found worse value: 337.41453529. iteration 1640 found worse value: 337.41453529. iteration 1641 found worse value: 337.41453529. iteration 1642 found worse value: 337.41453529. iteration 1643 found worse value: 337.41453529. iteration 1644 found worse value: 337.41453529. iteration 1644, perturbing to get out of local maxima iteration 1645 found worse value: 337.41453529. iteration 1646 found worse value: 337.41453529. iteration 1646, perturbing to get out of local maxima iteration 1647 found worse value: 337.41453529. iteration 1648 found worse value: 337.41453529. iteration 1648, perturbing to get out of local maxima iteration 1649 found worse value: 337.41453529. iteration 1649, perturbing to get out of local maxima iteration 1650 found worse value: 337.41453529. iteration 1651 found worse value: 337.41453529. iteration 1652 found worse value: 337.41453529. iteration 1653 found worse value: 337.41453529. iteration 1654 found worse value: 337.41453529. iteration 1655 found worse value: 337.41453529. iteration 1656 found worse value: 337.41453529. iteration 1656, perturbing to get out of local maxima iteration 1657 found worse value: 337.41453529. iteration 1658 found worse value: 337.41453529. iteration 1659 found worse value: 337.41453529. iteration 1660 found worse value: 337.41453529. iteration 1660, perturbing to get out of local maxima iteration 1661 found worse value: 337.41453529. iteration 1662 found worse value: 337.41453529. iteration 1663 found worse value: 337.41453529. iteration 1663, perturbing to get out of local maxima iteration 1664 found worse value: 337.41453529. iteration 1665 found worse value: 337.41453529. iteration 1666 found worse value: 337.41453529. iteration 1667 found worse value: 337.41453529. iteration 1667, perturbing to get out of local maxima iteration 1668 found worse value: 337.41453529. iteration 1669 found worse value: 337.41453529. iteration 1669, perturbing to get out of local maxima iteration 1670 found worse value: 337.41453529. iteration 1671 found worse value: 337.41453529. iteration 1671, perturbing to get out of local maxima iteration 1672 found worse value: 337.41453529. iteration 1673 found worse value: 337.41453529. iteration 1674 found worse value: 337.41453529. iteration 1675 found worse value: 337.41453529. iteration 1676 found worse value: 337.41453529. iteration 1676, perturbing to get out of local maxima iteration 1677 found worse value: 337.41453529. iteration 1677, perturbing to get out of local maxima iteration 1678 found worse value: 337.41453529. iteration 1679 found worse value: 337.41453529. iteration 1679, perturbing to get out of local maxima iteration 1680 found worse value: 337.41453529. iteration 1681 found worse value: 337.41453529. iteration 1682 found worse value: 337.41453529. iteration 1683 found worse value: 337.41453529. iteration 1683, perturbing to get out of local maxima iteration 1684 found worse value: 337.41453529. iteration 1685 found worse value: 337.41453529. iteration 1685, perturbing to get out of local maxima iteration 1686 found worse value: 337.41453529. iteration 1687 found worse value: 337.41453529. iteration 1687, perturbing to get out of local maxima iteration 1688 found worse value: 337.41453529. iteration 1689 found worse value: 337.41453529. iteration 1690 found worse value: 337.41453529. iteration 1690, perturbing to get out of local maxima iteration 1691 found worse value: 337.41453529. iteration 1692 found worse value: 337.41453529. iteration 1693 found worse value: 337.41453529. iteration 1694 found worse value: 337.41453529. iteration 1694, perturbing to get out of local maxima iteration 1695 found worse value: 337.41453529. iteration 1696 found worse value: 337.41453529. iteration 1697 found worse value: 337.41453529. iteration 1698 found worse value: 337.41453529. iteration 1699 found worse value: 337.41453529. iteration 1700 found worse value: 337.41453529. iteration 1700, perturbing to get out of local maxima iteration 1701 found worse value: 337.41453529. iteration 1701, perturbing to get out of local maxima iteration 1702 found worse value: 337.41453529. iteration 1703 found worse value: 337.41453529. iteration 1704 found worse value: 337.41453529. iteration 1705 found worse value: 337.41453529. iteration 1706 found worse value: 337.41453529. iteration 1707 found worse value: 337.41453529. iteration 1708 found worse value: 337.41453529. iteration 1709 found worse value: 337.41453529. iteration 1710 found worse value: 337.41453529. iteration 1710, perturbing to get out of local maxima iteration 1711 found worse value: 337.41453529. iteration 1711, perturbing to get out of local maxima iteration 1712 found worse value: 337.41453529. iteration 1712, perturbing to get out of local maxima iteration 1713 found worse value: 337.41453529. iteration 1714 found worse value: 337.41453529. iteration 1715 found worse value: 337.41453529. iteration 1716 found worse value: 337.41453529. iteration 1717 found worse value: 337.41453529. iteration 1718 found worse value: 337.41453529. iteration 1719 found worse value: 337.41453529. iteration 1720 found worse value: 337.41453529. iteration 1721 found worse value: 337.41453529. iteration 1722 found worse value: 337.41453529. iteration 1723 found worse value: 337.41453529. iteration 1724 found worse value: 337.41453529. iteration 1725 found worse value: 337.41453529. iteration 1725, perturbing to get out of local maxima iteration 1726 found worse value: 337.41453529. iteration 1727 found worse value: 337.41453529. iteration 1728 found worse value: 337.41453529. iteration 1729 found worse value: 337.41453529. iteration 1730 found worse value: 337.41453529. iteration 1731 found worse value: 337.41453529. iteration 1731, perturbing to get out of local maxima iteration 1732 found worse value: 337.41453529. iteration 1733 found worse value: 337.41453529. iteration 1734 found worse value: 337.41453529. iteration 1734, perturbing to get out of local maxima iteration 1735 found worse value: 337.41453529. iteration 1736 found worse value: 337.41453529. iteration 1737 found worse value: 337.41453529. iteration 1738 found worse value: 337.41453529. iteration 1739 found worse value: 337.41453529. iteration 1739, perturbing to get out of local maxima iteration 1740 found worse value: 337.41453529. iteration 1741 found worse value: 337.41453529. iteration 1742 found worse value: 337.41453529. iteration 1743 found worse value: 337.41453529. iteration 1744 found worse value: 337.41453529. iteration 1744, perturbing to get out of local maxima iteration 1745 found worse value: 337.41453529. iteration 1746 found worse value: 337.41453529. iteration 1747 found worse value: 337.41453529. iteration 1748 found worse value: 337.41453529. iteration 1749 found worse value: 337.41453529. iteration 1750 found worse value: 337.41453529. iteration 1751 found worse value: 337.41453529. iteration 1751, perturbing to get out of local maxima iteration 1752 found worse value: 337.41453529. iteration 1753 found worse value: 337.41453529. iteration 1754 found worse value: 337.41453529. iteration 1755 found worse value: 337.41453529. iteration 1756 found worse value: 337.41453529. iteration 1757 found worse value: 337.41453529. iteration 1758 found worse value: 337.41453529. iteration 1759 found worse value: 337.41453529. iteration 1760 found worse value: 337.41453529. iteration 1761 found worse value: 337.41453529. iteration 1761, perturbing to get out of local maxima iteration 1762 found worse value: 337.41453529. iteration 1763 found worse value: 337.41453529. iteration 1764 found worse value: 337.41453529. iteration 1765 found worse value: 337.41453529. iteration 1766 found worse value: 337.41453529. iteration 1767 found worse value: 337.41453529. iteration 1767, perturbing to get out of local maxima iteration 1768 found worse value: 337.41453529. iteration 1768, perturbing to get out of local maxima iteration 1769 found worse value: 337.41453529. iteration 1769, perturbing to get out of local maxima iteration 1770 found worse value: 337.41453529. iteration 1771 found worse value: 337.41453529. iteration 1772 found worse value: 337.41453529. iteration 1773 found worse value: 337.41453529. iteration 1773, perturbing to get out of local maxima iteration 1774 found worse value: 337.41453529. iteration 1775 found worse value: 337.41453529. iteration 1776 found worse value: 337.41453529. iteration 1777 found worse value: 337.41453529. iteration 1778 found worse value: 337.41453529. iteration 1778, perturbing to get out of local maxima iteration 1779 found worse value: 337.41453529. iteration 1780 found worse value: 337.41453529. iteration 1781 found worse value: 337.41453529. iteration 1782 found worse value: 337.41453529. iteration 1783 found worse value: 337.41453529. iteration 1784 found better value: 337.50528644900004 iteration 1785 found worse value: 337.50528644900004. iteration 1786 found worse value: 337.50528644900004. iteration 1787 found better value: 337.514675619 iteration 1788 found worse value: 337.514675619. iteration 1789 found better value: 337.531129348 iteration 1790 found better value: 337.568308848 iteration 1791 found better value: 337.58099258100003 iteration 1792 found worse value: 337.58099258100003. iteration 1793 found worse value: 337.58099258100003. iteration 1794 found worse value: 337.58099258100003. iteration 1794, perturbing to get out of local maxima iteration 1795 found better value: 337.607788275 iteration 1796 found better value: 337.67117413700004 iteration 1797 found worse value: 337.67117413700004. iteration 1798 found worse value: 337.67117413700004. iteration 1799 found worse value: 337.67117413700004. iteration 1800 found worse value: 337.67117413700004. iteration 1801 found better value: 337.681721821 iteration 1802 found worse value: 337.681721821. iteration 1803 found worse value: 337.681721821. iteration 1804 found better value: 337.725718385 iteration 1805 found worse value: 337.725718385. iteration 1805, perturbing to get out of local maxima iteration 1806 found worse value: 337.725718385. iteration 1807 found better value: 337.731377454 iteration 1808 found worse value: 337.731377454. iteration 1809 found worse value: 337.731377454. iteration 1809, perturbing to get out of local maxima iteration 1810 found worse value: 337.731377454. iteration 1810, perturbing to get out of local maxima iteration 1811 found worse value: 337.731377454. iteration 1811, perturbing to get out of local maxima iteration 1812 found worse value: 337.731377454. iteration 1813 found better value: 337.745701489 iteration 1814 found worse value: 337.745701489. iteration 1814, perturbing to get out of local maxima iteration 1815 found worse value: 337.745701489. iteration 1815, perturbing to get out of local maxima iteration 1816 found worse value: 337.745701489. iteration 1817 found worse value: 337.745701489. iteration 1817, perturbing to get out of local maxima iteration 1818 found worse value: 337.745701489. iteration 1819 found worse value: 337.745701489. iteration 1820 found worse value: 337.745701489. iteration 1821 found worse value: 337.745701489. iteration 1821, perturbing to get out of local maxima iteration 1822 found worse value: 337.745701489. iteration 1823 found worse value: 337.745701489. iteration 1823, perturbing to get out of local maxima iteration 1824 found worse value: 337.745701489. iteration 1824, perturbing to get out of local maxima iteration 1825 found worse value: 337.745701489. iteration 1826 found worse value: 337.745701489. iteration 1827 found worse value: 337.745701489. iteration 1828 found worse value: 337.745701489. iteration 1828, perturbing to get out of local maxima iteration 1829 found worse value: 337.745701489. iteration 1830 found worse value: 337.745701489. iteration 1831 found worse value: 337.745701489. iteration 1832 found worse value: 337.745701489. iteration 1832, perturbing to get out of local maxima iteration 1833 found worse value: 337.745701489. iteration 1833, perturbing to get out of local maxima iteration 1834 found worse value: 337.745701489. iteration 1835 found worse value: 337.745701489. iteration 1836 found worse value: 337.745701489. iteration 1837 found worse value: 337.745701489. iteration 1838 found worse value: 337.745701489. iteration 1839 found worse value: 337.745701489. iteration 1840 found worse value: 337.745701489. iteration 1840, perturbing to get out of local maxima iteration 1841 found worse value: 337.745701489. iteration 1842 found worse value: 337.745701489. iteration 1843 found worse value: 337.745701489. iteration 1844 found worse value: 337.745701489. iteration 1844, perturbing to get out of local maxima iteration 1845 found worse value: 337.745701489. iteration 1845, perturbing to get out of local maxima iteration 1846 found worse value: 337.745701489. iteration 1847 found worse value: 337.745701489. iteration 1848 found worse value: 337.745701489. iteration 1849 found worse value: 337.745701489. iteration 1850 found worse value: 337.745701489. iteration 1851 found worse value: 337.745701489. iteration 1851, perturbing to get out of local maxima iteration 1852 found worse value: 337.745701489. iteration 1853 found worse value: 337.745701489. iteration 1854 found worse value: 337.745701489. iteration 1854, perturbing to get out of local maxima iteration 1855 found worse value: 337.745701489. iteration 1856 found worse value: 337.745701489. iteration 1856, perturbing to get out of local maxima iteration 1857 found worse value: 337.745701489. iteration 1857, perturbing to get out of local maxima iteration 1858 found worse value: 337.745701489. iteration 1859 found worse value: 337.745701489. iteration 1859, perturbing to get out of local maxima iteration 1860 found worse value: 337.745701489. iteration 1861 found worse value: 337.745701489. iteration 1862 found worse value: 337.745701489. iteration 1863 found worse value: 337.745701489. iteration 1863, perturbing to get out of local maxima iteration 1864 found worse value: 337.745701489. iteration 1865 found worse value: 337.745701489. iteration 1866 found worse value: 337.745701489. iteration 1866, perturbing to get out of local maxima iteration 1867 found worse value: 337.745701489. iteration 1868 found worse value: 337.745701489. iteration 1869 found worse value: 337.745701489. iteration 1870 found worse value: 337.745701489. iteration 1871 found worse value: 337.745701489. iteration 1871, perturbing to get out of local maxima iteration 1872 found worse value: 337.745701489. iteration 1873 found worse value: 337.745701489. iteration 1873, perturbing to get out of local maxima iteration 1874 found worse value: 337.745701489. iteration 1875 found worse value: 337.745701489. iteration 1876 found worse value: 337.745701489. iteration 1877 found worse value: 337.745701489. iteration 1878 found worse value: 337.745701489. iteration 1879 found worse value: 337.745701489. iteration 1880 found worse value: 337.745701489. iteration 1880, perturbing to get out of local maxima iteration 1881 found worse value: 337.745701489. iteration 1882 found worse value: 337.745701489. iteration 1883 found worse value: 337.745701489. iteration 1884 found worse value: 337.745701489. iteration 1884, perturbing to get out of local maxima iteration 1885 found worse value: 337.745701489. iteration 1885, perturbing to get out of local maxima iteration 1886 found worse value: 337.745701489. iteration 1887 found worse value: 337.745701489. iteration 1888 found worse value: 337.745701489. iteration 1889 found worse value: 337.745701489. iteration 1890 found worse value: 337.745701489. iteration 1891 found worse value: 337.745701489. iteration 1892 found worse value: 337.745701489. iteration 1893 found worse value: 337.745701489. iteration 1894 found worse value: 337.745701489. iteration 1895 found worse value: 337.745701489. iteration 1895, perturbing to get out of local maxima iteration 1896 found worse value: 337.745701489. iteration 1896, perturbing to get out of local maxima iteration 1897 found worse value: 337.745701489. iteration 1898 found worse value: 337.745701489. iteration 1898, perturbing to get out of local maxima iteration 1899 found worse value: 337.745701489. iteration 1900 found worse value: 337.745701489. iteration 1900, perturbing to get out of local maxima iteration 1901 found worse value: 337.745701489. iteration 1902 found worse value: 337.745701489. iteration 1903 found worse value: 337.745701489. iteration 1904 found worse value: 337.745701489. iteration 1904, perturbing to get out of local maxima iteration 1905 found worse value: 337.745701489. iteration 1906 found worse value: 337.745701489. iteration 1907 found worse value: 337.745701489. iteration 1908 found worse value: 337.745701489. iteration 1909 found worse value: 337.745701489. iteration 1910 found worse value: 337.745701489. iteration 1911 found worse value: 337.745701489. iteration 1912 found worse value: 337.745701489. iteration 1912, perturbing to get out of local maxima iteration 1913 found worse value: 337.745701489. iteration 1914 found worse value: 337.745701489. iteration 1915 found worse value: 337.745701489. iteration 1916 found worse value: 337.745701489. iteration 1916, perturbing to get out of local maxima iteration 1917 found worse value: 337.745701489. iteration 1918 found worse value: 337.745701489. iteration 1919 found worse value: 337.745701489. iteration 1920 found worse value: 337.745701489. iteration 1921 found worse value: 337.745701489. iteration 1922 found worse value: 337.745701489. iteration 1923 found worse value: 337.745701489. iteration 1923, perturbing to get out of local maxima iteration 1924 found worse value: 337.745701489. iteration 1925 found worse value: 337.745701489. iteration 1926 found worse value: 337.745701489. iteration 1927 found worse value: 337.745701489. iteration 1928 found worse value: 337.745701489. iteration 1929 found worse value: 337.745701489. iteration 1929, perturbing to get out of local maxima iteration 1930 found worse value: 337.745701489. iteration 1930, perturbing to get out of local maxima iteration 1931 found worse value: 337.745701489. iteration 1932 found worse value: 337.745701489. iteration 1933 found worse value: 337.745701489. iteration 1934 found worse value: 337.745701489. iteration 1935 found worse value: 337.745701489. iteration 1936 found worse value: 337.745701489. iteration 1936, perturbing to get out of local maxima iteration 1937 found worse value: 337.745701489. iteration 1938 found worse value: 337.745701489. iteration 1939 found worse value: 337.745701489. iteration 1940 found worse value: 337.745701489. iteration 1941 found worse value: 337.745701489. iteration 1941, perturbing to get out of local maxima iteration 1942 found worse value: 337.745701489. iteration 1943 found worse value: 337.745701489. iteration 1944 found worse value: 337.745701489. iteration 1945 found worse value: 337.745701489. iteration 1946 found worse value: 337.745701489. iteration 1946, perturbing to get out of local maxima iteration 1947 found worse value: 337.745701489. iteration 1948 found worse value: 337.745701489. iteration 1949 found worse value: 337.745701489. iteration 1950 found worse value: 337.745701489. iteration 1951 found worse value: 337.745701489. iteration 1952 found worse value: 337.745701489. iteration 1953 found worse value: 337.745701489. iteration 1953, perturbing to get out of local maxima iteration 1954 found worse value: 337.745701489. iteration 1955 found worse value: 337.745701489. iteration 1956 found worse value: 337.745701489. iteration 1956, perturbing to get out of local maxima iteration 1957 found worse value: 337.745701489. iteration 1957, perturbing to get out of local maxima iteration 1958 found worse value: 337.745701489. iteration 1958, perturbing to get out of local maxima iteration 1959 found worse value: 337.745701489. iteration 1960 found worse value: 337.745701489. iteration 1960, perturbing to get out of local maxima iteration 1961 found worse value: 337.745701489. iteration 1962 found worse value: 337.745701489. iteration 1963 found worse value: 337.745701489. iteration 1963, perturbing to get out of local maxima iteration 1964 found worse value: 337.745701489. iteration 1965 found worse value: 337.745701489. iteration 1966 found worse value: 337.745701489. iteration 1967 found worse value: 337.745701489. iteration 1968 found worse value: 337.745701489. iteration 1968, perturbing to get out of local maxima iteration 1969 found worse value: 337.745701489. iteration 1969, perturbing to get out of local maxima iteration 1970 found worse value: 337.745701489. iteration 1971 found worse value: 337.745701489. iteration 1972 found worse value: 337.745701489. iteration 1973 found worse value: 337.745701489. iteration 1974 found worse value: 337.745701489. iteration 1975 found worse value: 337.745701489. iteration 1976 found worse value: 337.745701489. iteration 1977 found worse value: 337.745701489. iteration 1978 found worse value: 337.745701489. iteration 1979 found worse value: 337.745701489. iteration 1980 found better value: 337.86540748 iteration 1981 found worse value: 337.86540748. iteration 1982 found worse value: 337.86540748. iteration 1983 found worse value: 337.86540748. iteration 1983, perturbing to get out of local maxima iteration 1984 found worse value: 337.86540748. iteration 1985 found worse value: 337.86540748. iteration 1986 found worse value: 337.86540748. iteration 1987 found worse value: 337.86540748. iteration 1988 found better value: 337.893121908 iteration 1989 found worse value: 337.893121908. iteration 1990 found better value: 337.89614429799997 iteration 1991 found worse value: 337.89614429799997. iteration 1991, perturbing to get out of local maxima iteration 1992 found worse value: 337.89614429799997. iteration 1992, perturbing to get out of local maxima iteration 1993 found worse value: 337.89614429799997. iteration 1994 found worse value: 337.89614429799997. iteration 1994, perturbing to get out of local maxima iteration 1995 found worse value: 337.89614429799997. iteration 1995, perturbing to get out of local maxima iteration 1996 found worse value: 337.89614429799997. iteration 1996, perturbing to get out of local maxima iteration 1997 found worse value: 337.89614429799997. iteration 1997, perturbing to get out of local maxima iteration 1998 found worse value: 337.89614429799997. iteration 1999 found worse value: 337.89614429799997. iteration 1999, perturbing to get out of local maxima iteration 2000 found worse value: 337.89614429799997. iteration 2000, perturbing to get out of local maxima iteration 2001 found worse value: 337.89614429799997. iteration 2002 found worse value: 337.89614429799997. iteration 2003 found worse value: 337.89614429799997. iteration 2003, perturbing to get out of local maxima iteration 2004 found worse value: 337.89614429799997. iteration 2004, perturbing to get out of local maxima iteration 2005 found worse value: 337.89614429799997. iteration 2006 found worse value: 337.89614429799997. iteration 2007 found worse value: 337.89614429799997. iteration 2008 found worse value: 337.89614429799997. iteration 2009 found worse value: 337.89614429799997. iteration 2010 found worse value: 337.89614429799997. iteration 2011 found worse value: 337.89614429799997. iteration 2011, perturbing to get out of local maxima iteration 2012 found worse value: 337.89614429799997. iteration 2013 found worse value: 337.89614429799997. iteration 2014 found worse value: 337.89614429799997. iteration 2014, perturbing to get out of local maxima iteration 2015 found worse value: 337.89614429799997. iteration 2016 found worse value: 337.89614429799997. iteration 2017 found worse value: 337.89614429799997. iteration 2017, perturbing to get out of local maxima iteration 2018 found worse value: 337.89614429799997. iteration 2019 found worse value: 337.89614429799997. iteration 2020 found worse value: 337.89614429799997. iteration 2021 found worse value: 337.89614429799997. iteration 2021, perturbing to get out of local maxima iteration 2022 found worse value: 337.89614429799997. iteration 2023 found worse value: 337.89614429799997. iteration 2024 found worse value: 337.89614429799997. iteration 2025 found worse value: 337.89614429799997. iteration 2026 found worse value: 337.89614429799997. iteration 2027 found worse value: 337.89614429799997. iteration 2028 found worse value: 337.89614429799997. iteration 2029 found worse value: 337.89614429799997. iteration 2030 found worse value: 337.89614429799997. iteration 2031 found worse value: 337.89614429799997. iteration 2032 found worse value: 337.89614429799997. iteration 2033 found worse value: 337.89614429799997. iteration 2034 found worse value: 337.89614429799997. iteration 2034, perturbing to get out of local maxima iteration 2035 found worse value: 337.89614429799997. iteration 2036 found worse value: 337.89614429799997. iteration 2036, perturbing to get out of local maxima iteration 2037 found worse value: 337.89614429799997. iteration 2038 found worse value: 337.89614429799997. iteration 2039 found worse value: 337.89614429799997. iteration 2040 found worse value: 337.89614429799997. iteration 2040, perturbing to get out of local maxima iteration 2041 found worse value: 337.89614429799997. iteration 2041, perturbing to get out of local maxima iteration 2042 found worse value: 337.89614429799997. iteration 2042, perturbing to get out of local maxima iteration 2043 found worse value: 337.89614429799997. iteration 2044 found worse value: 337.89614429799997. iteration 2045 found worse value: 337.89614429799997. iteration 2046 found worse value: 337.89614429799997. iteration 2047 found worse value: 337.89614429799997. iteration 2048 found worse value: 337.89614429799997. iteration 2049 found worse value: 337.89614429799997. iteration 2050 found worse value: 337.89614429799997. iteration 2051 found worse value: 337.89614429799997. iteration 2052 found worse value: 337.89614429799997. iteration 2053 found worse value: 337.89614429799997. iteration 2054 found worse value: 337.89614429799997. iteration 2055 found worse value: 337.89614429799997. iteration 2056 found worse value: 337.89614429799997. iteration 2057 found worse value: 337.89614429799997. iteration 2058 found worse value: 337.89614429799997. iteration 2058, perturbing to get out of local maxima iteration 2059 found worse value: 337.89614429799997. iteration 2060 found worse value: 337.89614429799997. iteration 2061 found worse value: 337.89614429799997. iteration 2061, perturbing to get out of local maxima iteration 2062 found worse value: 337.89614429799997. iteration 2063 found worse value: 337.89614429799997. iteration 2064 found worse value: 337.89614429799997. iteration 2065 found worse value: 337.89614429799997. iteration 2066 found worse value: 337.89614429799997. iteration 2067 found worse value: 337.89614429799997. iteration 2068 found worse value: 337.89614429799997. iteration 2069 found worse value: 337.89614429799997. iteration 2069, perturbing to get out of local maxima iteration 2070 found worse value: 337.89614429799997. iteration 2071 found worse value: 337.89614429799997. iteration 2072 found worse value: 337.89614429799997. iteration 2072, perturbing to get out of local maxima iteration 2073 found worse value: 337.89614429799997. iteration 2073, perturbing to get out of local maxima iteration 2074 found worse value: 337.89614429799997. iteration 2074, perturbing to get out of local maxima iteration 2075 found worse value: 337.89614429799997. iteration 2076 found worse value: 337.89614429799997. iteration 2077 found worse value: 337.89614429799997. iteration 2078 found worse value: 337.89614429799997. iteration 2079 found worse value: 337.89614429799997. iteration 2080 found worse value: 337.89614429799997. iteration 2081 found worse value: 337.89614429799997. iteration 2082 found worse value: 337.89614429799997. iteration 2082, perturbing to get out of local maxima iteration 2083 found worse value: 337.89614429799997. iteration 2084 found worse value: 337.89614429799997. iteration 2084, perturbing to get out of local maxima iteration 2085 found worse value: 337.89614429799997. iteration 2086 found worse value: 337.89614429799997. iteration 2087 found worse value: 337.89614429799997. iteration 2088 found worse value: 337.89614429799997. iteration 2089 found worse value: 337.89614429799997. iteration 2089, perturbing to get out of local maxima iteration 2090 found worse value: 337.89614429799997. iteration 2090, perturbing to get out of local maxima iteration 2091 found worse value: 337.89614429799997. iteration 2092 found worse value: 337.89614429799997. iteration 2092, perturbing to get out of local maxima iteration 2093 found worse value: 337.89614429799997. iteration 2094 found worse value: 337.89614429799997. iteration 2094, perturbing to get out of local maxima iteration 2095 found worse value: 337.89614429799997. iteration 2095, perturbing to get out of local maxima iteration 2096 found worse value: 337.89614429799997. iteration 2097 found worse value: 337.89614429799997. iteration 2098 found worse value: 337.89614429799997. iteration 2099 found worse value: 337.89614429799997. iteration 2100 found worse value: 337.89614429799997. iteration 2101 found worse value: 337.89614429799997. iteration 2102 found worse value: 337.89614429799997. iteration 2103 found worse value: 337.89614429799997. iteration 2104 found worse value: 337.89614429799997. iteration 2105 found worse value: 337.89614429799997. iteration 2106 found worse value: 337.89614429799997. iteration 2106, perturbing to get out of local maxima iteration 2107 found worse value: 337.89614429799997. iteration 2108 found worse value: 337.89614429799997. iteration 2109 found worse value: 337.89614429799997. iteration 2110 found worse value: 337.89614429799997. iteration 2111 found worse value: 337.89614429799997. iteration 2111, perturbing to get out of local maxima iteration 2112 found worse value: 337.89614429799997. iteration 2113 found worse value: 337.89614429799997. iteration 2114 found worse value: 337.89614429799997. iteration 2115 found worse value: 337.89614429799997. iteration 2116 found worse value: 337.89614429799997. iteration 2117 found worse value: 337.89614429799997. iteration 2118 found worse value: 337.89614429799997. iteration 2119 found worse value: 337.89614429799997. iteration 2119, perturbing to get out of local maxima iteration 2120 found worse value: 337.89614429799997. iteration 2121 found worse value: 337.89614429799997. iteration 2122 found worse value: 337.89614429799997. iteration 2122, perturbing to get out of local maxima iteration 2123 found worse value: 337.89614429799997. iteration 2123, perturbing to get out of local maxima iteration 2124 found worse value: 337.89614429799997. iteration 2125 found worse value: 337.89614429799997. iteration 2126 found worse value: 337.89614429799997. iteration 2127 found worse value: 337.89614429799997. iteration 2127, perturbing to get out of local maxima iteration 2128 found worse value: 337.89614429799997. iteration 2128, perturbing to get out of local maxima iteration 2129 found worse value: 337.89614429799997. iteration 2130 found worse value: 337.89614429799997. iteration 2130, perturbing to get out of local maxima iteration 2131 found worse value: 337.89614429799997. iteration 2132 found worse value: 337.89614429799997. iteration 2132, perturbing to get out of local maxima iteration 2133 found worse value: 337.89614429799997. iteration 2133, perturbing to get out of local maxima iteration 2134 found worse value: 337.89614429799997. iteration 2134, perturbing to get out of local maxima iteration 2135 found worse value: 337.89614429799997. iteration 2136 found worse value: 337.89614429799997. iteration 2137 found worse value: 337.89614429799997. iteration 2138 found worse value: 337.89614429799997. iteration 2139 found worse value: 337.89614429799997. iteration 2139, perturbing to get out of local maxima iteration 2140 found worse value: 337.89614429799997. iteration 2140, perturbing to get out of local maxima iteration 2141 found worse value: 337.89614429799997. iteration 2141, perturbing to get out of local maxima iteration 2142 found worse value: 337.89614429799997. iteration 2143 found worse value: 337.89614429799997. iteration 2143, perturbing to get out of local maxima iteration 2144 found worse value: 337.89614429799997. iteration 2145 found worse value: 337.89614429799997. iteration 2146 found worse value: 337.89614429799997. iteration 2147 found worse value: 337.89614429799997. iteration 2148 found worse value: 337.89614429799997. iteration 2149 found worse value: 337.89614429799997. iteration 2150 found worse value: 337.89614429799997. iteration 2150, perturbing to get out of local maxima iteration 2151 found worse value: 337.89614429799997. iteration 2152 found worse value: 337.89614429799997. iteration 2153 found worse value: 337.89614429799997. iteration 2154 found worse value: 337.89614429799997. iteration 2155 found worse value: 337.89614429799997. iteration 2156 found worse value: 337.89614429799997. iteration 2156, perturbing to get out of local maxima iteration 2157 found worse value: 337.89614429799997. iteration 2158 found worse value: 337.89614429799997. iteration 2159 found worse value: 337.89614429799997. iteration 2160 found worse value: 337.89614429799997. iteration 2161 found worse value: 337.89614429799997. iteration 2162 found worse value: 337.89614429799997. iteration 2163 found worse value: 337.89614429799997. iteration 2164 found worse value: 337.89614429799997. iteration 2165 found worse value: 337.89614429799997. iteration 2166 found worse value: 337.89614429799997. iteration 2167 found worse value: 337.89614429799997. iteration 2168 found worse value: 337.89614429799997. iteration 2169 found worse value: 337.89614429799997. iteration 2170 found worse value: 337.89614429799997. iteration 2171 found worse value: 337.89614429799997. iteration 2171, perturbing to get out of local maxima iteration 2172 found worse value: 337.89614429799997. iteration 2172, perturbing to get out of local maxima iteration 2173 found worse value: 337.89614429799997. iteration 2174 found worse value: 337.89614429799997. iteration 2175 found worse value: 337.89614429799997. iteration 2176 found worse value: 337.89614429799997. iteration 2176, perturbing to get out of local maxima iteration 2177 found worse value: 337.89614429799997. iteration 2177, perturbing to get out of local maxima iteration 2178 found worse value: 337.89614429799997. iteration 2179 found worse value: 337.89614429799997. iteration 2180 found worse value: 337.89614429799997. iteration 2181 found worse value: 337.89614429799997. iteration 2181, perturbing to get out of local maxima iteration 2182 found worse value: 337.89614429799997. iteration 2183 found worse value: 337.89614429799997. iteration 2184 found worse value: 337.89614429799997. iteration 2185 found worse value: 337.89614429799997. iteration 2186 found worse value: 337.89614429799997. iteration 2187 found worse value: 337.89614429799997. iteration 2188 found worse value: 337.89614429799997. iteration 2189 found worse value: 337.89614429799997. iteration 2190 found worse value: 337.89614429799997. iteration 2191 found worse value: 337.89614429799997. iteration 2192 found worse value: 337.89614429799997. iteration 2193 found worse value: 337.89614429799997. iteration 2194 found better value: 337.907833982 iteration 2195 found better value: 337.91808027 iteration 2196 found worse value: 337.91808027. iteration 2197 found worse value: 337.91808027. iteration 2198 found worse value: 337.91808027. iteration 2198, perturbing to get out of local maxima iteration 2199 found better value: 337.937106002 iteration 2200 found worse value: 337.937106002. iteration 2201 found better value: 337.991682018 iteration 2202 found worse value: 337.991682018. iteration 2203 found worse value: 337.991682018. iteration 2204 found worse value: 337.991682018. iteration 2205 found worse value: 337.991682018. iteration 2205, perturbing to get out of local maxima iteration 2206 found worse value: 337.991682018. iteration 2207 found worse value: 337.991682018. iteration 2208 found worse value: 337.991682018. iteration 2208, perturbing to get out of local maxima iteration 2209 found worse value: 337.991682018. iteration 2210 found worse value: 337.991682018. iteration 2211 found worse value: 337.991682018. iteration 2212 found worse value: 337.991682018. iteration 2212, perturbing to get out of local maxima iteration 2213 found worse value: 337.991682018. iteration 2214 found worse value: 337.991682018. iteration 2214, perturbing to get out of local maxima iteration 2215 found worse value: 337.991682018. iteration 2216 found worse value: 337.991682018. iteration 2217 found worse value: 337.991682018. iteration 2218 found worse value: 337.991682018. iteration 2218, perturbing to get out of local maxima iteration 2219 found worse value: 337.991682018. iteration 2220 found worse value: 337.991682018. iteration 2220, perturbing to get out of local maxima iteration 2221 found worse value: 337.991682018. iteration 2221, perturbing to get out of local maxima iteration 2222 found worse value: 337.991682018. iteration 2222, perturbing to get out of local maxima iteration 2223 found worse value: 337.991682018. iteration 2224 found worse value: 337.991682018. iteration 2225 found worse value: 337.991682018. iteration 2225, perturbing to get out of local maxima iteration 2226 found worse value: 337.991682018. iteration 2227 found worse value: 337.991682018. iteration 2228 found worse value: 337.991682018. iteration 2228, perturbing to get out of local maxima iteration 2229 found worse value: 337.991682018. iteration 2230 found worse value: 337.991682018. iteration 2231 found worse value: 337.991682018. iteration 2232 found worse value: 337.991682018. iteration 2233 found worse value: 337.991682018. iteration 2234 found worse value: 337.991682018. iteration 2235 found worse value: 337.991682018. iteration 2236 found worse value: 337.991682018. iteration 2237 found worse value: 337.991682018. iteration 2238 found worse value: 337.991682018. iteration 2239 found worse value: 337.991682018. iteration 2239, perturbing to get out of local maxima iteration 2240 found worse value: 337.991682018. iteration 2241 found worse value: 337.991682018. iteration 2241, perturbing to get out of local maxima iteration 2242 found worse value: 337.991682018. iteration 2243 found worse value: 337.991682018. iteration 2244 found worse value: 337.991682018. iteration 2245 found worse value: 337.991682018. iteration 2246 found worse value: 337.991682018. iteration 2246, perturbing to get out of local maxima iteration 2247 found worse value: 337.991682018. iteration 2248 found worse value: 337.991682018. iteration 2249 found worse value: 337.991682018. iteration 2250 found better value: 337.997821752 iteration 2251 found worse value: 337.997821752. iteration 2252 found worse value: 337.997821752. iteration 2253 found worse value: 337.997821752. iteration 2253, perturbing to get out of local maxima iteration 2254 found better value: 338.003751743 iteration 2255 found worse value: 338.003751743. iteration 2256 found worse value: 338.003751743. iteration 2256, perturbing to get out of local maxima iteration 2257 found worse value: 338.003751743. iteration 2258 found worse value: 338.003751743. iteration 2259 found worse value: 338.003751743. iteration 2260 found better value: 338.032570373 iteration 2261 found worse value: 338.032570373. iteration 2261, perturbing to get out of local maxima iteration 2262 found worse value: 338.032570373. iteration 2263 found worse value: 338.032570373. iteration 2263, perturbing to get out of local maxima iteration 2264 found worse value: 338.032570373. iteration 2265 found worse value: 338.032570373. iteration 2266 found worse value: 338.032570373. iteration 2267 found worse value: 338.032570373. iteration 2267, perturbing to get out of local maxima iteration 2268 found worse value: 338.032570373. iteration 2269 found worse value: 338.032570373. iteration 2269, perturbing to get out of local maxima iteration 2270 found worse value: 338.032570373. iteration 2271 found worse value: 338.032570373. iteration 2272 found worse value: 338.032570373. iteration 2273 found worse value: 338.032570373. iteration 2274 found worse value: 338.032570373. iteration 2275 found better value: 338.052570727 iteration 2276 found better value: 338.162288393 iteration 2277 found better value: 338.17497270499996 iteration 2278 found worse value: 338.17497270499996. iteration 2279 found worse value: 338.17497270499996. iteration 2280 found worse value: 338.17497270499996. iteration 2280, perturbing to get out of local maxima iteration 2281 found worse value: 338.17497270499996. iteration 2282 found worse value: 338.17497270499996. iteration 2283 found worse value: 338.17497270499996. iteration 2283, perturbing to get out of local maxima iteration 2284 found worse value: 338.17497270499996. iteration 2285 found worse value: 338.17497270499996. iteration 2286 found worse value: 338.17497270499996. iteration 2287 found worse value: 338.17497270499996. iteration 2287, perturbing to get out of local maxima iteration 2288 found worse value: 338.17497270499996. iteration 2289 found worse value: 338.17497270499996. iteration 2289, perturbing to get out of local maxima iteration 2290 found worse value: 338.17497270499996. iteration 2291 found worse value: 338.17497270499996. iteration 2292 found worse value: 338.17497270499996. iteration 2293 found better value: 338.218186537 iteration 2294 found worse value: 338.218186537. iteration 2295 found worse value: 338.218186537. iteration 2296 found better value: 338.255471951 iteration 2297 found worse value: 338.255471951. iteration 2298 found worse value: 338.255471951. iteration 2299 found worse value: 338.255471951. iteration 2300 found worse value: 338.255471951. iteration 2300, perturbing to get out of local maxima iteration 2301 found worse value: 338.255471951. iteration 2301, perturbing to get out of local maxima iteration 2302 found worse value: 338.255471951. iteration 2303 found worse value: 338.255471951. iteration 2304 found worse value: 338.255471951. iteration 2305 found worse value: 338.255471951. iteration 2305, perturbing to get out of local maxima iteration 2306 found worse value: 338.255471951. iteration 2306, perturbing to get out of local maxima iteration 2307 found worse value: 338.255471951. iteration 2308 found worse value: 338.255471951. iteration 2308, perturbing to get out of local maxima iteration 2309 found worse value: 338.255471951. iteration 2309, perturbing to get out of local maxima iteration 2310 found worse value: 338.255471951. iteration 2311 found worse value: 338.255471951. iteration 2312 found worse value: 338.255471951. iteration 2313 found worse value: 338.255471951. iteration 2314 found worse value: 338.255471951. iteration 2315 found worse value: 338.255471951. iteration 2316 found worse value: 338.255471951. iteration 2317 found worse value: 338.255471951. iteration 2318 found worse value: 338.255471951. iteration 2319 found worse value: 338.255471951. iteration 2320 found worse value: 338.255471951. iteration 2321 found worse value: 338.255471951. iteration 2321, perturbing to get out of local maxima iteration 2322 found worse value: 338.255471951. iteration 2323 found worse value: 338.255471951. iteration 2323, perturbing to get out of local maxima iteration 2324 found worse value: 338.255471951. iteration 2325 found worse value: 338.255471951. iteration 2326 found worse value: 338.255471951. iteration 2326, perturbing to get out of local maxima iteration 2327 found worse value: 338.255471951. iteration 2328 found worse value: 338.255471951. iteration 2329 found worse value: 338.255471951. iteration 2330 found worse value: 338.255471951. iteration 2331 found worse value: 338.255471951. iteration 2331, perturbing to get out of local maxima iteration 2332 found worse value: 338.255471951. iteration 2333 found worse value: 338.255471951. iteration 2334 found worse value: 338.255471951. iteration 2335 found worse value: 338.255471951. iteration 2336 found worse value: 338.255471951. iteration 2337 found worse value: 338.255471951. iteration 2338 found worse value: 338.255471951. iteration 2339 found worse value: 338.255471951. iteration 2339, perturbing to get out of local maxima iteration 2340 found worse value: 338.255471951. iteration 2340, perturbing to get out of local maxima iteration 2341 found worse value: 338.255471951. iteration 2342 found worse value: 338.255471951. iteration 2343 found worse value: 338.255471951. iteration 2344 found worse value: 338.255471951. iteration 2345 found worse value: 338.255471951. iteration 2346 found worse value: 338.255471951. iteration 2347 found worse value: 338.255471951. iteration 2348 found worse value: 338.255471951. iteration 2348, perturbing to get out of local maxima iteration 2349 found worse value: 338.255471951. iteration 2350 found better value: 338.34285838500006 iteration 2351 found better value: 338.357910999 iteration 2352 found better value: 338.366692711 iteration 2353 found worse value: 338.366692711. iteration 2353, perturbing to get out of local maxima iteration 2354 found worse value: 338.366692711. iteration 2355 found worse value: 338.366692711. iteration 2356 found worse value: 338.366692711. iteration 2357 found worse value: 338.366692711. iteration 2358 found worse value: 338.366692711. iteration 2359 found better value: 338.367523558 iteration 2360 found worse value: 338.367523558. iteration 2360, perturbing to get out of local maxima iteration 2361 found worse value: 338.367523558. iteration 2362 found worse value: 338.367523558. iteration 2362, perturbing to get out of local maxima iteration 2363 found better value: 338.375458836 iteration 2364 found worse value: 338.375458836. iteration 2364, perturbing to get out of local maxima iteration 2365 found worse value: 338.375458836. iteration 2365, perturbing to get out of local maxima iteration 2366 found worse value: 338.375458836. iteration 2367 found worse value: 338.375458836. iteration 2368 found worse value: 338.375458836. iteration 2368, perturbing to get out of local maxima iteration 2369 found worse value: 338.375458836. iteration 2369, perturbing to get out of local maxima iteration 2370 found worse value: 338.375458836. iteration 2371 found worse value: 338.375458836. iteration 2371, perturbing to get out of local maxima iteration 2372 found worse value: 338.375458836. iteration 2373 found worse value: 338.375458836. iteration 2374 found worse value: 338.375458836. iteration 2375 found worse value: 338.375458836. iteration 2376 found worse value: 338.375458836. iteration 2377 found worse value: 338.375458836. iteration 2378 found worse value: 338.375458836. iteration 2379 found worse value: 338.375458836. iteration 2379, perturbing to get out of local maxima iteration 2380 found worse value: 338.375458836. iteration 2381 found worse value: 338.375458836. iteration 2382 found worse value: 338.375458836. iteration 2383 found worse value: 338.375458836. iteration 2384 found worse value: 338.375458836. iteration 2385 found worse value: 338.375458836. iteration 2385, perturbing to get out of local maxima iteration 2386 found worse value: 338.375458836. iteration 2387 found worse value: 338.375458836. iteration 2387, perturbing to get out of local maxima iteration 2388 found worse value: 338.375458836. iteration 2388, perturbing to get out of local maxima iteration 2389 found worse value: 338.375458836. iteration 2390 found worse value: 338.375458836. iteration 2391 found worse value: 338.375458836. iteration 2392 found worse value: 338.375458836. iteration 2392, perturbing to get out of local maxima iteration 2393 found worse value: 338.375458836. iteration 2393, perturbing to get out of local maxima iteration 2394 found worse value: 338.375458836. iteration 2394, perturbing to get out of local maxima iteration 2395 found worse value: 338.375458836. iteration 2396 found worse value: 338.375458836. iteration 2397 found worse value: 338.375458836. iteration 2398 found worse value: 338.375458836. iteration 2399 found worse value: 338.375458836. iteration 2400 found worse value: 338.375458836. iteration 2401 found worse value: 338.375458836. iteration 2402 found worse value: 338.375458836. iteration 2403 found worse value: 338.375458836. iteration 2404 found worse value: 338.375458836. iteration 2405 found worse value: 338.375458836. iteration 2405, perturbing to get out of local maxima iteration 2406 found worse value: 338.375458836. iteration 2407 found worse value: 338.375458836. iteration 2408 found worse value: 338.375458836. iteration 2409 found worse value: 338.375458836. iteration 2410 found worse value: 338.375458836. iteration 2411 found worse value: 338.375458836. iteration 2412 found worse value: 338.375458836. iteration 2413 found worse value: 338.375458836. iteration 2414 found worse value: 338.375458836. iteration 2415 found worse value: 338.375458836. iteration 2416 found worse value: 338.375458836. iteration 2416, perturbing to get out of local maxima iteration 2417 found worse value: 338.375458836. iteration 2417, perturbing to get out of local maxima iteration 2418 found worse value: 338.375458836. iteration 2419 found worse value: 338.375458836. iteration 2420 found worse value: 338.375458836. iteration 2420, perturbing to get out of local maxima iteration 2421 found worse value: 338.375458836. iteration 2422 found worse value: 338.375458836. iteration 2423 found worse value: 338.375458836. iteration 2423, perturbing to get out of local maxima iteration 2424 found worse value: 338.375458836. iteration 2425 found worse value: 338.375458836. iteration 2426 found worse value: 338.375458836. iteration 2427 found worse value: 338.375458836. iteration 2428 found worse value: 338.375458836. iteration 2429 found worse value: 338.375458836. iteration 2430 found worse value: 338.375458836. iteration 2431 found worse value: 338.375458836. iteration 2432 found worse value: 338.375458836. iteration 2433 found worse value: 338.375458836. iteration 2434 found worse value: 338.375458836. iteration 2435 found worse value: 338.375458836. iteration 2435, perturbing to get out of local maxima iteration 2436 found worse value: 338.375458836. iteration 2436, perturbing to get out of local maxima iteration 2437 found worse value: 338.375458836. iteration 2438 found worse value: 338.375458836. iteration 2438, perturbing to get out of local maxima iteration 2439 found worse value: 338.375458836. iteration 2440 found worse value: 338.375458836. iteration 2441 found worse value: 338.375458836. iteration 2442 found worse value: 338.375458836. iteration 2443 found worse value: 338.375458836. iteration 2444 found worse value: 338.375458836. iteration 2444, perturbing to get out of local maxima iteration 2445 found worse value: 338.375458836. iteration 2446 found worse value: 338.375458836. iteration 2447 found worse value: 338.375458836. iteration 2448 found worse value: 338.375458836. iteration 2449 found worse value: 338.375458836. iteration 2450 found worse value: 338.375458836. iteration 2451 found worse value: 338.375458836. iteration 2452 found worse value: 338.375458836. iteration 2453 found worse value: 338.375458836. iteration 2453, perturbing to get out of local maxima iteration 2454 found worse value: 338.375458836. iteration 2454, perturbing to get out of local maxima iteration 2455 found worse value: 338.375458836. iteration 2455, perturbing to get out of local maxima iteration 2456 found worse value: 338.375458836. iteration 2457 found worse value: 338.375458836. iteration 2458 found worse value: 338.375458836. iteration 2459 found worse value: 338.375458836. iteration 2460 found worse value: 338.375458836. iteration 2461 found worse value: 338.375458836. iteration 2462 found worse value: 338.375458836. iteration 2463 found worse value: 338.375458836. iteration 2463, perturbing to get out of local maxima iteration 2464 found worse value: 338.375458836. iteration 2465 found worse value: 338.375458836. iteration 2466 found worse value: 338.375458836. iteration 2467 found worse value: 338.375458836. iteration 2468 found worse value: 338.375458836. iteration 2468, perturbing to get out of local maxima iteration 2469 found worse value: 338.375458836. iteration 2470 found worse value: 338.375458836. iteration 2470, perturbing to get out of local maxima iteration 2471 found worse value: 338.375458836. iteration 2472 found worse value: 338.375458836. iteration 2473 found worse value: 338.375458836. iteration 2474 found worse value: 338.375458836. iteration 2475 found worse value: 338.375458836. iteration 2476 found worse value: 338.375458836. iteration 2477 found worse value: 338.375458836. iteration 2478 found worse value: 338.375458836. iteration 2479 found worse value: 338.375458836. iteration 2480 found worse value: 338.375458836. iteration 2480, perturbing to get out of local maxima iteration 2481 found worse value: 338.375458836. iteration 2481, perturbing to get out of local maxima iteration 2482 found worse value: 338.375458836. iteration 2483 found worse value: 338.375458836. iteration 2484 found worse value: 338.375458836. iteration 2484, perturbing to get out of local maxima iteration 2485 found worse value: 338.375458836. iteration 2486 found worse value: 338.375458836. iteration 2487 found worse value: 338.375458836. iteration 2488 found worse value: 338.375458836. iteration 2489 found worse value: 338.375458836. iteration 2490 found worse value: 338.375458836. iteration 2491 found worse value: 338.375458836. iteration 2491, perturbing to get out of local maxima iteration 2492 found worse value: 338.375458836. iteration 2493 found worse value: 338.375458836. iteration 2493, perturbing to get out of local maxima iteration 2494 found worse value: 338.375458836. iteration 2494, perturbing to get out of local maxima iteration 2495 found worse value: 338.375458836. iteration 2496 found worse value: 338.375458836. iteration 2496, perturbing to get out of local maxima iteration 2497 found worse value: 338.375458836. iteration 2497, perturbing to get out of local maxima iteration 2498 found worse value: 338.375458836. iteration 2498, perturbing to get out of local maxima iteration 2499 found worse value: 338.375458836. iteration 2500 found worse value: 338.375458836. iteration 2501 found worse value: 338.375458836. iteration 2502 found worse value: 338.375458836. iteration 2503 found worse value: 338.375458836. iteration 2504 found worse value: 338.375458836. iteration 2505 found worse value: 338.375458836. iteration 2506 found worse value: 338.375458836. iteration 2507 found worse value: 338.375458836. iteration 2508 found worse value: 338.375458836. iteration 2509 found worse value: 338.375458836. iteration 2509, perturbing to get out of local maxima iteration 2510 found worse value: 338.375458836. iteration 2511 found worse value: 338.375458836. iteration 2511, perturbing to get out of local maxima iteration 2512 found worse value: 338.375458836. iteration 2513 found worse value: 338.375458836. iteration 2514 found worse value: 338.375458836. iteration 2515 found worse value: 338.375458836. iteration 2516 found worse value: 338.375458836. iteration 2517 found worse value: 338.375458836. iteration 2517, perturbing to get out of local maxima iteration 2518 found worse value: 338.375458836. iteration 2519 found worse value: 338.375458836. iteration 2520 found worse value: 338.375458836. iteration 2521 found worse value: 338.375458836. iteration 2521, perturbing to get out of local maxima iteration 2522 found worse value: 338.375458836. iteration 2523 found worse value: 338.375458836. iteration 2524 found worse value: 338.375458836. iteration 2525 found worse value: 338.375458836. iteration 2526 found worse value: 338.375458836. iteration 2526, perturbing to get out of local maxima iteration 2527 found worse value: 338.375458836. iteration 2528 found worse value: 338.375458836. iteration 2529 found worse value: 338.375458836. iteration 2530 found worse value: 338.375458836. iteration 2531 found worse value: 338.375458836. iteration 2532 found worse value: 338.375458836. iteration 2533 found worse value: 338.375458836. iteration 2534 found worse value: 338.375458836. iteration 2535 found worse value: 338.375458836. iteration 2535, perturbing to get out of local maxima iteration 2536 found worse value: 338.375458836. iteration 2537 found worse value: 338.375458836. iteration 2538 found worse value: 338.375458836. iteration 2539 found worse value: 338.375458836. iteration 2540 found worse value: 338.375458836. iteration 2541 found worse value: 338.375458836. iteration 2542 found worse value: 338.375458836. iteration 2543 found worse value: 338.375458836. iteration 2543, perturbing to get out of local maxima iteration 2544 found worse value: 338.375458836. iteration 2544, perturbing to get out of local maxima iteration 2545 found worse value: 338.375458836. iteration 2546 found worse value: 338.375458836. iteration 2547 found worse value: 338.375458836. iteration 2548 found worse value: 338.375458836. iteration 2549 found worse value: 338.375458836. iteration 2550 found worse value: 338.375458836. iteration 2551 found worse value: 338.375458836. iteration 2552 found worse value: 338.375458836. iteration 2553 found worse value: 338.375458836. iteration 2554 found worse value: 338.375458836. iteration 2555 found better value: 338.869222652 iteration 2556 found worse value: 338.869222652. iteration 2557 found better value: 338.888139395 iteration 2558 found worse value: 338.888139395. iteration 2559 found worse value: 338.888139395. iteration 2559, perturbing to get out of local maxima iteration 2560 found better value: 338.891358066 iteration 2561 found worse value: 338.891358066. iteration 2561, perturbing to get out of local maxima iteration 2562 found better value: 339.057538989 iteration 2563 found worse value: 339.057538989. iteration 2564 found better value: 339.08345202300006 iteration 2565 found worse value: 339.08345202300006. iteration 2565, perturbing to get out of local maxima iteration 2566 found worse value: 339.08345202300006. iteration 2567 found worse value: 339.08345202300006. iteration 2568 found worse value: 339.08345202300006. iteration 2569 found worse value: 339.08345202300006. iteration 2570 found worse value: 339.08345202300006. iteration 2571 found better value: 339.09471606700004 iteration 2572 found better value: 339.10479386300005 iteration 2573 found worse value: 339.10479386300005. iteration 2574 found worse value: 339.10479386300005. iteration 2575 found better value: 339.15247753000006 iteration 2576 found worse value: 339.15247753000006. iteration 2577 found worse value: 339.15247753000006. iteration 2578 found worse value: 339.15247753000006. iteration 2579 found worse value: 339.15247753000006. iteration 2580 found worse value: 339.15247753000006. iteration 2580, perturbing to get out of local maxima iteration 2581 found worse value: 339.15247753000006. iteration 2582 found worse value: 339.15247753000006. iteration 2582, perturbing to get out of local maxima iteration 2583 found worse value: 339.15247753000006. iteration 2584 found worse value: 339.15247753000006. iteration 2585 found worse value: 339.15247753000006. iteration 2586 found worse value: 339.15247753000006. iteration 2587 found worse value: 339.15247753000006. iteration 2588 found worse value: 339.15247753000006. iteration 2588, perturbing to get out of local maxima iteration 2589 found worse value: 339.15247753000006. iteration 2590 found worse value: 339.15247753000006. iteration 2591 found worse value: 339.15247753000006. iteration 2592 found worse value: 339.15247753000006. iteration 2593 found worse value: 339.15247753000006. iteration 2593, perturbing to get out of local maxima iteration 2594 found worse value: 339.15247753000006. iteration 2595 found worse value: 339.15247753000006. iteration 2595, perturbing to get out of local maxima iteration 2596 found worse value: 339.15247753000006. iteration 2597 found worse value: 339.15247753000006. iteration 2598 found worse value: 339.15247753000006. iteration 2599 found worse value: 339.15247753000006. iteration 2599, perturbing to get out of local maxima iteration 2600 found worse value: 339.15247753000006. iteration 2601 found worse value: 339.15247753000006. iteration 2602 found worse value: 339.15247753000006. iteration 2603 found worse value: 339.15247753000006. iteration 2604 found worse value: 339.15247753000006. iteration 2605 found worse value: 339.15247753000006. iteration 2606 found worse value: 339.15247753000006. iteration 2607 found worse value: 339.15247753000006. iteration 2608 found worse value: 339.15247753000006. iteration 2609 found worse value: 339.15247753000006. iteration 2610 found worse value: 339.15247753000006. iteration 2610, perturbing to get out of local maxima iteration 2611 found worse value: 339.15247753000006. iteration 2612 found worse value: 339.15247753000006. iteration 2612, perturbing to get out of local maxima iteration 2613 found worse value: 339.15247753000006. iteration 2614 found worse value: 339.15247753000006. iteration 2615 found worse value: 339.15247753000006. iteration 2616 found worse value: 339.15247753000006. iteration 2617 found worse value: 339.15247753000006. iteration 2618 found worse value: 339.15247753000006. iteration 2619 found worse value: 339.15247753000006. iteration 2620 found worse value: 339.15247753000006. iteration 2621 found worse value: 339.15247753000006. iteration 2622 found worse value: 339.15247753000006. iteration 2623 found worse value: 339.15247753000006. iteration 2624 found better value: 339.16480799199996 iteration 2625 found worse value: 339.16480799199996. iteration 2626 found worse value: 339.16480799199996. iteration 2627 found worse value: 339.16480799199996. iteration 2627, perturbing to get out of local maxima iteration 2628 found worse value: 339.16480799199996. iteration 2629 found worse value: 339.16480799199996. iteration 2630 found worse value: 339.16480799199996. iteration 2631 found worse value: 339.16480799199996. iteration 2631, perturbing to get out of local maxima iteration 2632 found worse value: 339.16480799199996. iteration 2632, perturbing to get out of local maxima iteration 2633 found worse value: 339.16480799199996. iteration 2633, perturbing to get out of local maxima iteration 2634 found worse value: 339.16480799199996. iteration 2635 found worse value: 339.16480799199996. iteration 2636 found worse value: 339.16480799199996. iteration 2636, perturbing to get out of local maxima iteration 2637 found better value: 339.28506828200005 iteration 2638 found better value: 339.31593465300006 iteration 2639 found better value: 339.438579401 iteration 2640 found worse value: 339.438579401. iteration 2640, perturbing to get out of local maxima iteration 2641 found worse value: 339.438579401. iteration 2641, perturbing to get out of local maxima iteration 2642 found worse value: 339.438579401. iteration 2642, perturbing to get out of local maxima iteration 2643 found worse value: 339.438579401. iteration 2644 found worse value: 339.438579401. iteration 2644, perturbing to get out of local maxima iteration 2645 found worse value: 339.438579401. iteration 2646 found worse value: 339.438579401. iteration 2647 found better value: 339.44254955900004 iteration 2648 found worse value: 339.44254955900004. iteration 2649 found better value: 339.449404819 iteration 2650 found worse value: 339.449404819. iteration 2651 found worse value: 339.449404819. iteration 2652 found worse value: 339.449404819. iteration 2653 found better value: 339.479386789 iteration 2654 found worse value: 339.479386789. iteration 2655 found worse value: 339.479386789. iteration 2656 found worse value: 339.479386789. iteration 2657 found better value: 339.47998006100005 iteration 2658 found worse value: 339.47998006100005. iteration 2658, perturbing to get out of local maxima iteration 2659 found worse value: 339.47998006100005. iteration 2659, perturbing to get out of local maxima iteration 2660 found worse value: 339.47998006100005. iteration 2661 found worse value: 339.47998006100005. iteration 2662 found worse value: 339.47998006100005. iteration 2662, perturbing to get out of local maxima iteration 2663 found worse value: 339.47998006100005. iteration 2664 found worse value: 339.47998006100005. iteration 2665 found worse value: 339.47998006100005. iteration 2666 found worse value: 339.47998006100005. iteration 2667 found worse value: 339.47998006100005. iteration 2668 found worse value: 339.47998006100005. iteration 2669 found worse value: 339.47998006100005. iteration 2670 found worse value: 339.47998006100005. iteration 2671 found worse value: 339.47998006100005. iteration 2672 found better value: 339.496193387 iteration 2673 found worse value: 339.496193387. iteration 2674 found worse value: 339.496193387. iteration 2675 found worse value: 339.496193387. iteration 2676 found worse value: 339.496193387. iteration 2677 found worse value: 339.496193387. iteration 2678 found worse value: 339.496193387. iteration 2678, perturbing to get out of local maxima iteration 2679 found worse value: 339.496193387. iteration 2680 found worse value: 339.496193387. iteration 2681 found worse value: 339.496193387. iteration 2682 found worse value: 339.496193387. iteration 2683 found worse value: 339.496193387. iteration 2684 found worse value: 339.496193387. iteration 2685 found worse value: 339.496193387. iteration 2686 found worse value: 339.496193387. iteration 2687 found better value: 339.537782051 iteration 2688 found worse value: 339.537782051. iteration 2688, perturbing to get out of local maxima iteration 2689 found worse value: 339.537782051. iteration 2690 found worse value: 339.537782051. iteration 2691 found worse value: 339.537782051. iteration 2692 found worse value: 339.537782051. iteration 2693 found worse value: 339.537782051. iteration 2694 found worse value: 339.537782051. iteration 2695 found worse value: 339.537782051. iteration 2696 found worse value: 339.537782051. iteration 2697 found worse value: 339.537782051. iteration 2698 found better value: 339.54756444300006 iteration 2699 found worse value: 339.54756444300006. iteration 2699, perturbing to get out of local maxima iteration 2700 found worse value: 339.54756444300006. iteration 2701 found worse value: 339.54756444300006. iteration 2702 found better value: 339.57028742800003 iteration 2703 found worse value: 339.57028742800003. iteration 2704 found worse value: 339.57028742800003. iteration 2705 found worse value: 339.57028742800003. iteration 2706 found worse value: 339.57028742800003. iteration 2707 found worse value: 339.57028742800003. iteration 2708 found worse value: 339.57028742800003. iteration 2708, perturbing to get out of local maxima iteration 2709 found worse value: 339.57028742800003. iteration 2709, perturbing to get out of local maxima iteration 2710 found worse value: 339.57028742800003. iteration 2711 found worse value: 339.57028742800003. iteration 2711, perturbing to get out of local maxima iteration 2712 found worse value: 339.57028742800003. iteration 2713 found worse value: 339.57028742800003. iteration 2714 found worse value: 339.57028742800003. iteration 2715 found worse value: 339.57028742800003. iteration 2716 found worse value: 339.57028742800003. iteration 2717 found worse value: 339.57028742800003. iteration 2718 found worse value: 339.57028742800003. iteration 2719 found worse value: 339.57028742800003. iteration 2720 found worse value: 339.57028742800003. iteration 2721 found worse value: 339.57028742800003. iteration 2722 found worse value: 339.57028742800003. iteration 2723 found worse value: 339.57028742800003. iteration 2723, perturbing to get out of local maxima iteration 2724 found worse value: 339.57028742800003. iteration 2724, perturbing to get out of local maxima iteration 2725 found worse value: 339.57028742800003. iteration 2725, perturbing to get out of local maxima iteration 2726 found worse value: 339.57028742800003. iteration 2726, perturbing to get out of local maxima iteration 2727 found worse value: 339.57028742800003. iteration 2728 found worse value: 339.57028742800003. iteration 2729 found worse value: 339.57028742800003. iteration 2730 found worse value: 339.57028742800003. iteration 2731 found worse value: 339.57028742800003. iteration 2732 found worse value: 339.57028742800003. iteration 2733 found worse value: 339.57028742800003. iteration 2734 found worse value: 339.57028742800003. iteration 2735 found worse value: 339.57028742800003. iteration 2735, perturbing to get out of local maxima iteration 2736 found worse value: 339.57028742800003. iteration 2737 found worse value: 339.57028742800003. iteration 2738 found worse value: 339.57028742800003. iteration 2739 found worse value: 339.57028742800003. iteration 2740 found worse value: 339.57028742800003. iteration 2740, perturbing to get out of local maxima iteration 2741 found worse value: 339.57028742800003. iteration 2742 found better value: 339.602377219 iteration 2743 found worse value: 339.602377219. iteration 2743, perturbing to get out of local maxima iteration 2744 found worse value: 339.602377219. iteration 2745 found worse value: 339.602377219. iteration 2746 found worse value: 339.602377219. iteration 2747 found worse value: 339.602377219. iteration 2748 found worse value: 339.602377219. iteration 2749 found worse value: 339.602377219. iteration 2749, perturbing to get out of local maxima iteration 2750 found worse value: 339.602377219. iteration 2750, perturbing to get out of local maxima iteration 2751 found worse value: 339.602377219. iteration 2752 found worse value: 339.602377219. iteration 2752, perturbing to get out of local maxima iteration 2753 found worse value: 339.602377219. iteration 2754 found better value: 339.61859780200007 iteration 2755 found worse value: 339.61859780200007. iteration 2756 found worse value: 339.61859780200007. iteration 2757 found worse value: 339.61859780200007. iteration 2758 found worse value: 339.61859780200007. iteration 2759 found worse value: 339.61859780200007. iteration 2760 found better value: 339.62076362700003 iteration 2761 found worse value: 339.62076362700003. iteration 2761, perturbing to get out of local maxima iteration 2762 found better value: 339.623591566 iteration 2763 found worse value: 339.623591566. iteration 2764 found worse value: 339.623591566. iteration 2765 found worse value: 339.623591566. iteration 2766 found worse value: 339.623591566. iteration 2766, perturbing to get out of local maxima iteration 2767 found worse value: 339.623591566. iteration 2768 found worse value: 339.623591566. iteration 2769 found worse value: 339.623591566. iteration 2769, perturbing to get out of local maxima iteration 2770 found worse value: 339.623591566. iteration 2771 found worse value: 339.623591566. iteration 2772 found worse value: 339.623591566. iteration 2772, perturbing to get out of local maxima iteration 2773 found worse value: 339.623591566. iteration 2774 found worse value: 339.623591566. iteration 2775 found worse value: 339.623591566. iteration 2776 found worse value: 339.623591566. iteration 2777 found worse value: 339.623591566. iteration 2778 found better value: 339.650279709 iteration 2779 found better value: 339.672190113 iteration 2780 found worse value: 339.672190113. iteration 2781 found worse value: 339.672190113. iteration 2782 found worse value: 339.672190113. iteration 2782, perturbing to get out of local maxima iteration 2783 found better value: 339.68883844100003 iteration 2784 found worse value: 339.68883844100003. iteration 2785 found worse value: 339.68883844100003. iteration 2786 found worse value: 339.68883844100003. iteration 2786, perturbing to get out of local maxima iteration 2787 found worse value: 339.68883844100003. iteration 2788 found worse value: 339.68883844100003. iteration 2789 found worse value: 339.68883844100003. iteration 2790 found worse value: 339.68883844100003. iteration 2791 found worse value: 339.68883844100003. iteration 2792 found worse value: 339.68883844100003. iteration 2792, perturbing to get out of local maxima iteration 2793 found worse value: 339.68883844100003. iteration 2794 found worse value: 339.68883844100003. iteration 2794, perturbing to get out of local maxima iteration 2795 found worse value: 339.68883844100003. iteration 2796 found worse value: 339.68883844100003. iteration 2797 found worse value: 339.68883844100003. iteration 2797, perturbing to get out of local maxima iteration 2798 found worse value: 339.68883844100003. iteration 2799 found worse value: 339.68883844100003. iteration 2800 found worse value: 339.68883844100003. iteration 2801 found worse value: 339.68883844100003. iteration 2802 found worse value: 339.68883844100003. iteration 2803 found worse value: 339.68883844100003. iteration 2804 found worse value: 339.68883844100003. iteration 2805 found worse value: 339.68883844100003. iteration 2806 found worse value: 339.68883844100003. iteration 2807 found worse value: 339.68883844100003. iteration 2808 found worse value: 339.68883844100003. iteration 2809 found worse value: 339.68883844100003. iteration 2809, perturbing to get out of local maxima iteration 2810 found worse value: 339.68883844100003. iteration 2811 found worse value: 339.68883844100003. iteration 2812 found worse value: 339.68883844100003. iteration 2813 found worse value: 339.68883844100003. iteration 2814 found better value: 339.779310493 iteration 2815 found better value: 339.79511382100003 iteration 2816 found worse value: 339.79511382100003. iteration 2817 found worse value: 339.79511382100003. iteration 2818 found worse value: 339.79511382100003. iteration 2819 found worse value: 339.79511382100003. iteration 2820 found worse value: 339.79511382100003. iteration 2821 found worse value: 339.79511382100003. iteration 2821, perturbing to get out of local maxima iteration 2822 found worse value: 339.79511382100003. iteration 2822, perturbing to get out of local maxima iteration 2823 found worse value: 339.79511382100003. iteration 2823, perturbing to get out of local maxima iteration 2824 found worse value: 339.79511382100003. iteration 2825 found worse value: 339.79511382100003. iteration 2826 found worse value: 339.79511382100003. iteration 2827 found worse value: 339.79511382100003. iteration 2827, perturbing to get out of local maxima iteration 2828 found worse value: 339.79511382100003. iteration 2829 found worse value: 339.79511382100003. iteration 2830 found worse value: 339.79511382100003. iteration 2831 found better value: 339.82987452199995 iteration 2832 found worse value: 339.82987452199995. iteration 2832, perturbing to get out of local maxima iteration 2833 found worse value: 339.82987452199995. iteration 2834 found worse value: 339.82987452199995. iteration 2835 found worse value: 339.82987452199995. iteration 2836 found worse value: 339.82987452199995. iteration 2837 found worse value: 339.82987452199995. iteration 2838 found worse value: 339.82987452199995. iteration 2838, perturbing to get out of local maxima iteration 2839 found worse value: 339.82987452199995. iteration 2839, perturbing to get out of local maxima iteration 2840 found worse value: 339.82987452199995. iteration 2841 found worse value: 339.82987452199995. iteration 2842 found worse value: 339.82987452199995. iteration 2843 found worse value: 339.82987452199995. iteration 2844 found worse value: 339.82987452199995. iteration 2845 found worse value: 339.82987452199995. iteration 2846 found worse value: 339.82987452199995. iteration 2847 found worse value: 339.82987452199995. iteration 2848 found worse value: 339.82987452199995. iteration 2848, perturbing to get out of local maxima iteration 2849 found worse value: 339.82987452199995. iteration 2850 found worse value: 339.82987452199995. iteration 2851 found worse value: 339.82987452199995. iteration 2852 found worse value: 339.82987452199995. iteration 2853 found worse value: 339.82987452199995. iteration 2854 found worse value: 339.82987452199995. iteration 2855 found worse value: 339.82987452199995. iteration 2856 found worse value: 339.82987452199995. iteration 2857 found worse value: 339.82987452199995. iteration 2858 found worse value: 339.82987452199995. iteration 2859 found worse value: 339.82987452199995. iteration 2860 found worse value: 339.82987452199995. iteration 2861 found worse value: 339.82987452199995. iteration 2861, perturbing to get out of local maxima iteration 2862 found worse value: 339.82987452199995. iteration 2863 found worse value: 339.82987452199995. iteration 2864 found worse value: 339.82987452199995. iteration 2865 found worse value: 339.82987452199995. iteration 2866 found worse value: 339.82987452199995. iteration 2867 found worse value: 339.82987452199995. iteration 2868 found worse value: 339.82987452199995. iteration 2869 found worse value: 339.82987452199995. iteration 2870 found worse value: 339.82987452199995. iteration 2871 found worse value: 339.82987452199995. iteration 2872 found worse value: 339.82987452199995. iteration 2873 found worse value: 339.82987452199995. iteration 2874 found worse value: 339.82987452199995. iteration 2875 found worse value: 339.82987452199995. iteration 2876 found worse value: 339.82987452199995. iteration 2877 found worse value: 339.82987452199995. iteration 2878 found worse value: 339.82987452199995. iteration 2879 found worse value: 339.82987452199995. iteration 2880 found worse value: 339.82987452199995. iteration 2881 found worse value: 339.82987452199995. iteration 2882 found worse value: 339.82987452199995. iteration 2882, perturbing to get out of local maxima iteration 2883 found worse value: 339.82987452199995. iteration 2884 found worse value: 339.82987452199995. iteration 2885 found worse value: 339.82987452199995. iteration 2886 found worse value: 339.82987452199995. iteration 2887 found worse value: 339.82987452199995. iteration 2888 found worse value: 339.82987452199995. iteration 2889 found worse value: 339.82987452199995. iteration 2889, perturbing to get out of local maxima iteration 2890 found worse value: 339.82987452199995. iteration 2890, perturbing to get out of local maxima iteration 2891 found worse value: 339.82987452199995. iteration 2892 found better value: 339.862490783 iteration 2893 found worse value: 339.862490783. iteration 2894 found worse value: 339.862490783. iteration 2895 found better value: 339.903541766 iteration 2896 found worse value: 339.903541766. iteration 2897 found worse value: 339.903541766. iteration 2898 found better value: 339.93679102 iteration 2899 found worse value: 339.93679102. iteration 2900 found worse value: 339.93679102. iteration 2900, perturbing to get out of local maxima iteration 2901 found worse value: 339.93679102. iteration 2902 found worse value: 339.93679102. iteration 2902, perturbing to get out of local maxima iteration 2903 found worse value: 339.93679102. iteration 2904 found worse value: 339.93679102. iteration 2905 found worse value: 339.93679102. iteration 2906 found worse value: 339.93679102. iteration 2907 found worse value: 339.93679102. iteration 2908 found worse value: 339.93679102. iteration 2909 found worse value: 339.93679102. iteration 2910 found worse value: 339.93679102. iteration 2911 found worse value: 339.93679102. iteration 2912 found worse value: 339.93679102. iteration 2913 found better value: 339.959729737 iteration 2914 found worse value: 339.959729737. iteration 2915 found worse value: 339.959729737. iteration 2916 found worse value: 339.959729737. iteration 2917 found worse value: 339.959729737. iteration 2918 found worse value: 339.959729737. iteration 2919 found worse value: 339.959729737. iteration 2920 found worse value: 339.959729737. iteration 2921 found worse value: 339.959729737. iteration 2922 found worse value: 339.959729737. iteration 2923 found worse value: 339.959729737. iteration 2924 found worse value: 339.959729737. iteration 2925 found worse value: 339.959729737. iteration 2926 found worse value: 339.959729737. iteration 2927 found worse value: 339.959729737. iteration 2928 found worse value: 339.959729737. iteration 2929 found worse value: 339.959729737. iteration 2930 found worse value: 339.959729737. iteration 2931 found worse value: 339.959729737. iteration 2932 found worse value: 339.959729737. iteration 2933 found worse value: 339.959729737. iteration 2934 found worse value: 339.959729737. iteration 2934, perturbing to get out of local maxima iteration 2935 found better value: 339.961035015 iteration 2936 found better value: 339.974781336 iteration 2937 found worse value: 339.974781336. iteration 2938 found worse value: 339.974781336. iteration 2938, perturbing to get out of local maxima iteration 2939 found worse value: 339.974781336. iteration 2940 found worse value: 339.974781336. iteration 2940, perturbing to get out of local maxima iteration 2941 found worse value: 339.974781336. iteration 2942 found worse value: 339.974781336. iteration 2942, perturbing to get out of local maxima iteration 2943 found worse value: 339.974781336. iteration 2944 found worse value: 339.974781336. iteration 2945 found worse value: 339.974781336. iteration 2946 found worse value: 339.974781336. iteration 2947 found worse value: 339.974781336. iteration 2948 found better value: 340.01223982600004 iteration 2949 found worse value: 340.01223982600004. iteration 2950 found worse value: 340.01223982600004. iteration 2950, perturbing to get out of local maxima iteration 2951 found worse value: 340.01223982600004. iteration 2951, perturbing to get out of local maxima iteration 2952 found worse value: 340.01223982600004. iteration 2952, perturbing to get out of local maxima iteration 2953 found worse value: 340.01223982600004. iteration 2953, perturbing to get out of local maxima iteration 2954 found worse value: 340.01223982600004. iteration 2955 found worse value: 340.01223982600004. iteration 2956 found worse value: 340.01223982600004. iteration 2957 found worse value: 340.01223982600004. iteration 2957, perturbing to get out of local maxima iteration 2958 found worse value: 340.01223982600004. iteration 2959 found worse value: 340.01223982600004. iteration 2960 found worse value: 340.01223982600004. iteration 2961 found worse value: 340.01223982600004. iteration 2962 found worse value: 340.01223982600004. iteration 2963 found worse value: 340.01223982600004. iteration 2964 found worse value: 340.01223982600004. iteration 2964, perturbing to get out of local maxima iteration 2965 found worse value: 340.01223982600004. iteration 2966 found worse value: 340.01223982600004. iteration 2967 found worse value: 340.01223982600004. iteration 2967, perturbing to get out of local maxima iteration 2968 found worse value: 340.01223982600004. iteration 2969 found worse value: 340.01223982600004. iteration 2970 found worse value: 340.01223982600004. iteration 2971 found worse value: 340.01223982600004. iteration 2972 found worse value: 340.01223982600004. iteration 2973 found worse value: 340.01223982600004. iteration 2973, perturbing to get out of local maxima iteration 2974 found worse value: 340.01223982600004. iteration 2975 found worse value: 340.01223982600004. iteration 2976 found worse value: 340.01223982600004. iteration 2976, perturbing to get out of local maxima iteration 2977 found worse value: 340.01223982600004. iteration 2978 found worse value: 340.01223982600004. iteration 2979 found worse value: 340.01223982600004. iteration 2980 found worse value: 340.01223982600004. iteration 2981 found worse value: 340.01223982600004. iteration 2982 found worse value: 340.01223982600004. iteration 2983 found worse value: 340.01223982600004. iteration 2983, perturbing to get out of local maxima iteration 2984 found worse value: 340.01223982600004. iteration 2985 found worse value: 340.01223982600004. iteration 2986 found worse value: 340.01223982600004. iteration 2987 found worse value: 340.01223982600004. iteration 2988 found worse value: 340.01223982600004. iteration 2989 found worse value: 340.01223982600004. iteration 2990 found worse value: 340.01223982600004. iteration 2991 found worse value: 340.01223982600004. iteration 2992 found worse value: 340.01223982600004. iteration 2992, perturbing to get out of local maxima iteration 2993 found worse value: 340.01223982600004. iteration 2994 found worse value: 340.01223982600004. iteration 2995 found better value: 340.018781878 iteration 2996 found worse value: 340.018781878. iteration 2996, perturbing to get out of local maxima iteration 2997 found worse value: 340.018781878. iteration 2998 found worse value: 340.018781878. iteration 2998, perturbing to get out of local maxima iteration 2999 found worse value: 340.018781878. iteration 3000 found worse value: 340.018781878. iteration 3001 found worse value: 340.018781878. iteration 3002 found worse value: 340.018781878. iteration 3002, perturbing to get out of local maxima iteration 3003 found worse value: 340.018781878. iteration 3003, perturbing to get out of local maxima iteration 3004 found worse value: 340.018781878. iteration 3005 found worse value: 340.018781878. iteration 3006 found worse value: 340.018781878. iteration 3007 found worse value: 340.018781878. iteration 3007, perturbing to get out of local maxima iteration 3008 found worse value: 340.018781878. iteration 3009 found worse value: 340.018781878. iteration 3010 found worse value: 340.018781878. iteration 3010, perturbing to get out of local maxima iteration 3011 found worse value: 340.018781878. iteration 3012 found worse value: 340.018781878. iteration 3012, perturbing to get out of local maxima iteration 3013 found worse value: 340.018781878. iteration 3014 found worse value: 340.018781878. iteration 3015 found worse value: 340.018781878. iteration 3016 found worse value: 340.018781878. iteration 3017 found worse value: 340.018781878. iteration 3017, perturbing to get out of local maxima iteration 3018 found worse value: 340.018781878. iteration 3019 found worse value: 340.018781878. iteration 3020 found worse value: 340.018781878. iteration 3021 found worse value: 340.018781878. iteration 3022 found worse value: 340.018781878. iteration 3023 found worse value: 340.018781878. iteration 3024 found worse value: 340.018781878. iteration 3025 found worse value: 340.018781878. iteration 3026 found worse value: 340.018781878. iteration 3027 found worse value: 340.018781878. iteration 3028 found worse value: 340.018781878. iteration 3029 found worse value: 340.018781878. iteration 3030 found worse value: 340.018781878. iteration 3030, perturbing to get out of local maxima iteration 3031 found worse value: 340.018781878. iteration 3032 found worse value: 340.018781878. iteration 3033 found worse value: 340.018781878. iteration 3034 found worse value: 340.018781878. iteration 3035 found worse value: 340.018781878. iteration 3036 found worse value: 340.018781878. iteration 3037 found worse value: 340.018781878. iteration 3038 found worse value: 340.018781878. iteration 3039 found worse value: 340.018781878. iteration 3040 found worse value: 340.018781878. iteration 3041 found worse value: 340.018781878. iteration 3042 found worse value: 340.018781878. iteration 3043 found worse value: 340.018781878. iteration 3044 found worse value: 340.018781878. iteration 3045 found worse value: 340.018781878. iteration 3046 found worse value: 340.018781878. iteration 3046, perturbing to get out of local maxima iteration 3047 found worse value: 340.018781878. iteration 3048 found worse value: 340.018781878. iteration 3049 found worse value: 340.018781878. iteration 3049, perturbing to get out of local maxima iteration 3050 found worse value: 340.018781878. iteration 3051 found worse value: 340.018781878. iteration 3052 found worse value: 340.018781878. iteration 3052, perturbing to get out of local maxima iteration 3053 found worse value: 340.018781878. iteration 3054 found worse value: 340.018781878. iteration 3054, perturbing to get out of local maxima iteration 3055 found better value: 340.03748230800005 iteration 3056 found worse value: 340.03748230800005. iteration 3057 found worse value: 340.03748230800005. iteration 3058 found worse value: 340.03748230800005. iteration 3059 found worse value: 340.03748230800005. iteration 3060 found worse value: 340.03748230800005. iteration 3061 found worse value: 340.03748230800005. iteration 3062 found worse value: 340.03748230800005. iteration 3063 found worse value: 340.03748230800005. iteration 3064 found worse value: 340.03748230800005. iteration 3065 found worse value: 340.03748230800005. iteration 3066 found worse value: 340.03748230800005. iteration 3067 found worse value: 340.03748230800005. iteration 3068 found worse value: 340.03748230800005. iteration 3069 found worse value: 340.03748230800005. iteration 3070 found better value: 340.041160057 iteration 3071 found worse value: 340.041160057. iteration 3072 found worse value: 340.041160057. iteration 3073 found worse value: 340.041160057. iteration 3074 found worse value: 340.041160057. iteration 3075 found worse value: 340.041160057. iteration 3076 found worse value: 340.041160057. iteration 3077 found worse value: 340.041160057. iteration 3078 found worse value: 340.041160057. iteration 3079 found better value: 340.05089222600003 iteration 3080 found worse value: 340.05089222600003. iteration 3081 found worse value: 340.05089222600003. iteration 3082 found worse value: 340.05089222600003. iteration 3083 found worse value: 340.05089222600003. iteration 3084 found worse value: 340.05089222600003. iteration 3085 found worse value: 340.05089222600003. iteration 3085, perturbing to get out of local maxima iteration 3086 found worse value: 340.05089222600003. iteration 3087 found worse value: 340.05089222600003. iteration 3088 found worse value: 340.05089222600003. iteration 3089 found worse value: 340.05089222600003. iteration 3089, perturbing to get out of local maxima iteration 3090 found worse value: 340.05089222600003. iteration 3091 found worse value: 340.05089222600003. iteration 3092 found worse value: 340.05089222600003. iteration 3092, perturbing to get out of local maxima iteration 3093 found worse value: 340.05089222600003. iteration 3094 found worse value: 340.05089222600003. iteration 3095 found worse value: 340.05089222600003. iteration 3095, perturbing to get out of local maxima iteration 3096 found worse value: 340.05089222600003. iteration 3097 found worse value: 340.05089222600003. iteration 3098 found worse value: 340.05089222600003. iteration 3099 found worse value: 340.05089222600003. iteration 3100 found worse value: 340.05089222600003. iteration 3101 found worse value: 340.05089222600003. iteration 3101, perturbing to get out of local maxima iteration 3102 found worse value: 340.05089222600003. iteration 3103 found worse value: 340.05089222600003. iteration 3104 found worse value: 340.05089222600003. iteration 3105 found worse value: 340.05089222600003. iteration 3106 found worse value: 340.05089222600003. iteration 3107 found worse value: 340.05089222600003. iteration 3108 found worse value: 340.05089222600003. iteration 3109 found worse value: 340.05089222600003. iteration 3110 found worse value: 340.05089222600003. iteration 3111 found worse value: 340.05089222600003. iteration 3112 found worse value: 340.05089222600003. iteration 3113 found worse value: 340.05089222600003. iteration 3114 found worse value: 340.05089222600003. iteration 3115 found worse value: 340.05089222600003. iteration 3115, perturbing to get out of local maxima iteration 3116 found worse value: 340.05089222600003. iteration 3117 found worse value: 340.05089222600003. iteration 3118 found worse value: 340.05089222600003. iteration 3119 found better value: 340.131379169 iteration 3120 found worse value: 340.131379169. iteration 3121 found worse value: 340.131379169. iteration 3122 found better value: 340.179798224 iteration 3123 found worse value: 340.179798224. iteration 3124 found worse value: 340.179798224. iteration 3124, perturbing to get out of local maxima iteration 3125 found worse value: 340.179798224. iteration 3126 found worse value: 340.179798224. iteration 3127 found better value: 340.204912384 iteration 3128 found worse value: 340.204912384. iteration 3129 found better value: 340.20821987700003 iteration 3130 found worse value: 340.20821987700003. iteration 3131 found worse value: 340.20821987700003. iteration 3131, perturbing to get out of local maxima iteration 3132 found worse value: 340.20821987700003. iteration 3133 found better value: 340.220021867 iteration 3134 found worse value: 340.220021867. iteration 3135 found worse value: 340.220021867. iteration 3136 found worse value: 340.220021867. iteration 3137 found worse value: 340.220021867. iteration 3138 found worse value: 340.220021867. iteration 3139 found worse value: 340.220021867. iteration 3140 found better value: 340.227664893 iteration 3141 found better value: 340.260584128 iteration 3142 found worse value: 340.260584128. iteration 3143 found worse value: 340.260584128. iteration 3143, perturbing to get out of local maxima iteration 3144 found worse value: 340.260584128. iteration 3145 found worse value: 340.260584128. iteration 3146 found worse value: 340.260584128. iteration 3147 found worse value: 340.260584128. iteration 3147, perturbing to get out of local maxima iteration 3148 found worse value: 340.260584128. iteration 3149 found worse value: 340.260584128. iteration 3150 found worse value: 340.260584128. iteration 3150, perturbing to get out of local maxima iteration 3151 found worse value: 340.260584128. iteration 3151, perturbing to get out of local maxima iteration 3152 found worse value: 340.260584128. iteration 3152, perturbing to get out of local maxima iteration 3153 found worse value: 340.260584128. iteration 3154 found worse value: 340.260584128. iteration 3155 found worse value: 340.260584128. iteration 3156 found worse value: 340.260584128. iteration 3157 found worse value: 340.260584128. iteration 3158 found worse value: 340.260584128. iteration 3159 found worse value: 340.260584128. iteration 3160 found worse value: 340.260584128. iteration 3161 found worse value: 340.260584128. iteration 3162 found worse value: 340.260584128. iteration 3163 found worse value: 340.260584128. iteration 3164 found worse value: 340.260584128. iteration 3164, perturbing to get out of local maxima iteration 3165 found worse value: 340.260584128. iteration 3165, perturbing to get out of local maxima iteration 3166 found worse value: 340.260584128. iteration 3167 found worse value: 340.260584128. iteration 3168 found worse value: 340.260584128. iteration 3169 found worse value: 340.260584128. iteration 3170 found worse value: 340.260584128. iteration 3171 found worse value: 340.260584128. iteration 3172 found worse value: 340.260584128. iteration 3173 found worse value: 340.260584128. iteration 3174 found worse value: 340.260584128. iteration 3175 found worse value: 340.260584128. iteration 3176 found worse value: 340.260584128. iteration 3176, perturbing to get out of local maxima iteration 3177 found worse value: 340.260584128. iteration 3178 found worse value: 340.260584128. iteration 3179 found worse value: 340.260584128. iteration 3180 found worse value: 340.260584128. iteration 3181 found worse value: 340.260584128. iteration 3182 found worse value: 340.260584128. iteration 3183 found worse value: 340.260584128. iteration 3184 found worse value: 340.260584128. iteration 3185 found worse value: 340.260584128. iteration 3186 found worse value: 340.260584128. iteration 3186, perturbing to get out of local maxima iteration 3187 found worse value: 340.260584128. iteration 3188 found worse value: 340.260584128. iteration 3189 found worse value: 340.260584128. iteration 3190 found worse value: 340.260584128. iteration 3191 found worse value: 340.260584128. iteration 3192 found worse value: 340.260584128. iteration 3193 found worse value: 340.260584128. iteration 3194 found worse value: 340.260584128. iteration 3195 found worse value: 340.260584128. iteration 3196 found worse value: 340.260584128. iteration 3197 found worse value: 340.260584128. iteration 3197, perturbing to get out of local maxima iteration 3198 found worse value: 340.260584128. iteration 3199 found worse value: 340.260584128. iteration 3199, perturbing to get out of local maxima iteration 3200 found worse value: 340.260584128. iteration 3201 found worse value: 340.260584128. iteration 3201, perturbing to get out of local maxima iteration 3202 found worse value: 340.260584128. iteration 3203 found worse value: 340.260584128. iteration 3204 found worse value: 340.260584128. iteration 3205 found worse value: 340.260584128. iteration 3206 found worse value: 340.260584128. iteration 3207 found worse value: 340.260584128. iteration 3208 found worse value: 340.260584128. iteration 3209 found worse value: 340.260584128. iteration 3210 found worse value: 340.260584128. iteration 3211 found worse value: 340.260584128. iteration 3212 found worse value: 340.260584128. iteration 3213 found worse value: 340.260584128. iteration 3214 found worse value: 340.260584128. iteration 3214, perturbing to get out of local maxima iteration 3215 found worse value: 340.260584128. iteration 3216 found worse value: 340.260584128. iteration 3216, perturbing to get out of local maxima iteration 3217 found worse value: 340.260584128. iteration 3218 found worse value: 340.260584128. iteration 3219 found worse value: 340.260584128. iteration 3220 found worse value: 340.260584128. iteration 3221 found worse value: 340.260584128. iteration 3221, perturbing to get out of local maxima iteration 3222 found worse value: 340.260584128. iteration 3223 found worse value: 340.260584128. iteration 3224 found worse value: 340.260584128. iteration 3225 found worse value: 340.260584128. iteration 3226 found worse value: 340.260584128. iteration 3227 found worse value: 340.260584128. iteration 3228 found worse value: 340.260584128. iteration 3229 found worse value: 340.260584128. iteration 3230 found worse value: 340.260584128. iteration 3231 found worse value: 340.260584128. iteration 3232 found worse value: 340.260584128. iteration 3233 found worse value: 340.260584128. iteration 3234 found worse value: 340.260584128. iteration 3235 found worse value: 340.260584128. iteration 3236 found worse value: 340.260584128. iteration 3237 found worse value: 340.260584128. iteration 3238 found worse value: 340.260584128. iteration 3239 found worse value: 340.260584128. iteration 3240 found worse value: 340.260584128. iteration 3241 found worse value: 340.260584128. iteration 3242 found worse value: 340.260584128. iteration 3242, perturbing to get out of local maxima iteration 3243 found worse value: 340.260584128. iteration 3244 found worse value: 340.260584128. iteration 3245 found worse value: 340.260584128. iteration 3245, perturbing to get out of local maxima iteration 3246 found worse value: 340.260584128. iteration 3247 found worse value: 340.260584128. iteration 3248 found worse value: 340.260584128. iteration 3249 found worse value: 340.260584128. iteration 3250 found worse value: 340.260584128. iteration 3251 found worse value: 340.260584128. iteration 3251, perturbing to get out of local maxima iteration 3252 found worse value: 340.260584128. iteration 3253 found worse value: 340.260584128. iteration 3254 found worse value: 340.260584128. iteration 3255 found worse value: 340.260584128. iteration 3256 found worse value: 340.260584128. iteration 3257 found worse value: 340.260584128. iteration 3257, perturbing to get out of local maxima iteration 3258 found worse value: 340.260584128. iteration 3259 found worse value: 340.260584128. iteration 3259, perturbing to get out of local maxima iteration 3260 found worse value: 340.260584128. iteration 3261 found worse value: 340.260584128. iteration 3262 found worse value: 340.260584128. iteration 3263 found worse value: 340.260584128. iteration 3264 found worse value: 340.260584128. iteration 3265 found worse value: 340.260584128. iteration 3265, perturbing to get out of local maxima iteration 3266 found worse value: 340.260584128. iteration 3267 found worse value: 340.260584128. iteration 3268 found worse value: 340.260584128. iteration 3269 found worse value: 340.260584128. iteration 3269, perturbing to get out of local maxima iteration 3270 found worse value: 340.260584128. iteration 3271 found worse value: 340.260584128. iteration 3272 found worse value: 340.260584128. iteration 3273 found worse value: 340.260584128. iteration 3274 found worse value: 340.260584128. iteration 3275 found worse value: 340.260584128. iteration 3276 found worse value: 340.260584128. iteration 3277 found worse value: 340.260584128. iteration 3278 found worse value: 340.260584128. iteration 3279 found worse value: 340.260584128. iteration 3280 found worse value: 340.260584128. iteration 3281 found worse value: 340.260584128. iteration 3282 found worse value: 340.260584128. iteration 3282, perturbing to get out of local maxima iteration 3283 found worse value: 340.260584128. iteration 3284 found worse value: 340.260584128. iteration 3285 found worse value: 340.260584128. iteration 3286 found worse value: 340.260584128. iteration 3287 found worse value: 340.260584128. iteration 3288 found worse value: 340.260584128. iteration 3289 found worse value: 340.260584128. iteration 3290 found worse value: 340.260584128. iteration 3291 found worse value: 340.260584128. iteration 3291, perturbing to get out of local maxima iteration 3292 found worse value: 340.260584128. iteration 3293 found worse value: 340.260584128. iteration 3294 found worse value: 340.260584128. iteration 3295 found worse value: 340.260584128. iteration 3296 found worse value: 340.260584128. iteration 3297 found worse value: 340.260584128. iteration 3298 found worse value: 340.260584128. iteration 3299 found worse value: 340.260584128. iteration 3300 found worse value: 340.260584128. iteration 3301 found worse value: 340.260584128. iteration 3301, perturbing to get out of local maxima iteration 3302 found worse value: 340.260584128. iteration 3303 found worse value: 340.260584128. iteration 3304 found worse value: 340.260584128. iteration 3305 found worse value: 340.260584128. iteration 3306 found worse value: 340.260584128. iteration 3307 found worse value: 340.260584128. iteration 3308 found worse value: 340.260584128. iteration 3309 found worse value: 340.260584128. iteration 3310 found worse value: 340.260584128. iteration 3311 found worse value: 340.260584128. iteration 3312 found worse value: 340.260584128. iteration 3313 found worse value: 340.260584128. iteration 3314 found worse value: 340.260584128. iteration 3315 found worse value: 340.260584128. iteration 3315, perturbing to get out of local maxima iteration 3316 found worse value: 340.260584128. iteration 3317 found worse value: 340.260584128. iteration 3318 found worse value: 340.260584128. iteration 3319 found worse value: 340.260584128. iteration 3320 found worse value: 340.260584128. iteration 3320, perturbing to get out of local maxima iteration 3321 found worse value: 340.260584128. iteration 3322 found worse value: 340.260584128. iteration 3323 found worse value: 340.260584128. iteration 3324 found worse value: 340.260584128. iteration 3324, perturbing to get out of local maxima iteration 3325 found worse value: 340.260584128. iteration 3326 found worse value: 340.260584128. iteration 3327 found worse value: 340.260584128. iteration 3328 found worse value: 340.260584128. iteration 3329 found worse value: 340.260584128. iteration 3330 found worse value: 340.260584128. iteration 3330, perturbing to get out of local maxima iteration 3331 found worse value: 340.260584128. iteration 3331, perturbing to get out of local maxima iteration 3332 found worse value: 340.260584128. iteration 3333 found worse value: 340.260584128. iteration 3333, perturbing to get out of local maxima iteration 3334 found worse value: 340.260584128. iteration 3335 found worse value: 340.260584128. iteration 3336 found worse value: 340.260584128. iteration 3337 found worse value: 340.260584128. iteration 3337, perturbing to get out of local maxima iteration 3338 found worse value: 340.260584128. iteration 3338, perturbing to get out of local maxima iteration 3339 found worse value: 340.260584128. iteration 3340 found worse value: 340.260584128. iteration 3341 found worse value: 340.260584128. iteration 3342 found worse value: 340.260584128. iteration 3343 found worse value: 340.260584128. iteration 3344 found worse value: 340.260584128. iteration 3345 found worse value: 340.260584128. iteration 3345, perturbing to get out of local maxima iteration 3346 found worse value: 340.260584128. iteration 3347 found worse value: 340.260584128. iteration 3348 found worse value: 340.260584128. iteration 3349 found worse value: 340.260584128. iteration 3350 found worse value: 340.260584128. iteration 3351 found worse value: 340.260584128. iteration 3352 found worse value: 340.260584128. iteration 3353 found worse value: 340.260584128. iteration 3354 found worse value: 340.260584128. iteration 3355 found worse value: 340.260584128. iteration 3356 found worse value: 340.260584128. iteration 3357 found worse value: 340.260584128. iteration 3358 found worse value: 340.260584128. iteration 3359 found worse value: 340.260584128. iteration 3360 found worse value: 340.260584128. iteration 3361 found worse value: 340.260584128. iteration 3362 found worse value: 340.260584128. iteration 3363 found worse value: 340.260584128. iteration 3364 found worse value: 340.260584128. iteration 3365 found worse value: 340.260584128. iteration 3366 found worse value: 340.260584128. iteration 3367 found worse value: 340.260584128. iteration 3368 found worse value: 340.260584128. iteration 3369 found worse value: 340.260584128. iteration 3369, perturbing to get out of local maxima iteration 3370 found worse value: 340.260584128. iteration 3370, perturbing to get out of local maxima iteration 3371 found worse value: 340.260584128. iteration 3372 found worse value: 340.260584128. iteration 3373 found worse value: 340.260584128. iteration 3374 found worse value: 340.260584128. iteration 3375 found worse value: 340.260584128. iteration 3376 found worse value: 340.260584128. iteration 3377 found worse value: 340.260584128. iteration 3377, perturbing to get out of local maxima iteration 3378 found worse value: 340.260584128. iteration 3379 found worse value: 340.260584128. iteration 3380 found worse value: 340.260584128. iteration 3381 found worse value: 340.260584128. iteration 3382 found worse value: 340.260584128. iteration 3383 found worse value: 340.260584128. iteration 3384 found worse value: 340.260584128. iteration 3385 found worse value: 340.260584128. iteration 3386 found worse value: 340.260584128. iteration 3387 found worse value: 340.260584128. iteration 3388 found worse value: 340.260584128. iteration 3389 found worse value: 340.260584128. iteration 3390 found worse value: 340.260584128. iteration 3391 found worse value: 340.260584128. iteration 3392 found worse value: 340.260584128. iteration 3393 found worse value: 340.260584128. iteration 3394 found worse value: 340.260584128. iteration 3395 found worse value: 340.260584128. iteration 3396 found worse value: 340.260584128. iteration 3397 found worse value: 340.260584128. iteration 3398 found worse value: 340.260584128. iteration 3399 found worse value: 340.260584128. iteration 3399, perturbing to get out of local maxima iteration 3400 found worse value: 340.260584128. iteration 3401 found worse value: 340.260584128. iteration 3402 found worse value: 340.260584128. iteration 3403 found worse value: 340.260584128. iteration 3404 found worse value: 340.260584128. iteration 3404, perturbing to get out of local maxima iteration 3405 found worse value: 340.260584128. iteration 3405, perturbing to get out of local maxima iteration 3406 found worse value: 340.260584128. iteration 3407 found worse value: 340.260584128. iteration 3408 found worse value: 340.260584128. iteration 3409 found worse value: 340.260584128. iteration 3410 found worse value: 340.260584128. iteration 3411 found worse value: 340.260584128. iteration 3412 found worse value: 340.260584128. iteration 3413 found worse value: 340.260584128. iteration 3414 found worse value: 340.260584128. iteration 3415 found worse value: 340.260584128. iteration 3416 found worse value: 340.260584128. iteration 3417 found worse value: 340.260584128. iteration 3418 found worse value: 340.260584128. iteration 3419 found worse value: 340.260584128. iteration 3420 found worse value: 340.260584128. iteration 3421 found worse value: 340.260584128. iteration 3422 found worse value: 340.260584128. iteration 3423 found worse value: 340.260584128. iteration 3424 found worse value: 340.260584128. iteration 3425 found worse value: 340.260584128. iteration 3426 found worse value: 340.260584128. iteration 3427 found worse value: 340.260584128. iteration 3427, perturbing to get out of local maxima iteration 3428 found worse value: 340.260584128. iteration 3429 found worse value: 340.260584128. iteration 3430 found better value: 340.327706933 iteration 3431 found worse value: 340.327706933. iteration 3431, perturbing to get out of local maxima iteration 3432 found worse value: 340.327706933. iteration 3432, perturbing to get out of local maxima iteration 3433 found better value: 340.35025557399996 iteration 3434 found worse value: 340.35025557399996. iteration 3435 found worse value: 340.35025557399996. iteration 3436 found worse value: 340.35025557399996. iteration 3437 found worse value: 340.35025557399996. iteration 3438 found worse value: 340.35025557399996. iteration 3439 found worse value: 340.35025557399996. iteration 3440 found worse value: 340.35025557399996. iteration 3441 found worse value: 340.35025557399996. iteration 3442 found worse value: 340.35025557399996. iteration 3443 found better value: 340.37477399 iteration 3444 found worse value: 340.37477399. iteration 3445 found better value: 340.405974101 iteration 3446 found worse value: 340.405974101. iteration 3447 found worse value: 340.405974101. iteration 3448 found worse value: 340.405974101. iteration 3449 found worse value: 340.405974101. iteration 3450 found worse value: 340.405974101. iteration 3451 found worse value: 340.405974101. iteration 3452 found worse value: 340.405974101. iteration 3453 found worse value: 340.405974101. iteration 3454 found worse value: 340.405974101. iteration 3455 found worse value: 340.405974101. iteration 3456 found better value: 340.407322082 iteration 3457 found worse value: 340.407322082. iteration 3458 found worse value: 340.407322082. iteration 3459 found better value: 340.41565904500004 iteration 3460 found worse value: 340.41565904500004. iteration 3461 found worse value: 340.41565904500004. iteration 3462 found worse value: 340.41565904500004. iteration 3463 found worse value: 340.41565904500004. iteration 3464 found worse value: 340.41565904500004. iteration 3465 found better value: 340.436608324 iteration 3466 found worse value: 340.436608324. iteration 3467 found better value: 340.43824735000004 iteration 3468 found worse value: 340.43824735000004. iteration 3469 found worse value: 340.43824735000004. iteration 3470 found worse value: 340.43824735000004. iteration 3471 found worse value: 340.43824735000004. iteration 3472 found better value: 340.443766148 iteration 3473 found worse value: 340.443766148. iteration 3474 found worse value: 340.443766148. iteration 3475 found worse value: 340.443766148. iteration 3476 found worse value: 340.443766148. iteration 3477 found worse value: 340.443766148. iteration 3478 found worse value: 340.443766148. iteration 3478, perturbing to get out of local maxima iteration 3479 found worse value: 340.443766148. iteration 3480 found worse value: 340.443766148. iteration 3481 found worse value: 340.443766148. iteration 3482 found worse value: 340.443766148. iteration 3483 found worse value: 340.443766148. iteration 3484 found worse value: 340.443766148. iteration 3485 found worse value: 340.443766148. iteration 3486 found worse value: 340.443766148. iteration 3487 found worse value: 340.443766148. iteration 3488 found worse value: 340.443766148. iteration 3489 found worse value: 340.443766148. iteration 3490 found worse value: 340.443766148. iteration 3491 found worse value: 340.443766148. iteration 3492 found worse value: 340.443766148. iteration 3493 found better value: 340.452704167 iteration 3494 found worse value: 340.452704167. iteration 3494, perturbing to get out of local maxima iteration 3495 found worse value: 340.452704167. iteration 3496 found worse value: 340.452704167. iteration 3497 found worse value: 340.452704167. iteration 3498 found worse value: 340.452704167. iteration 3499 found worse value: 340.452704167. iteration 3500 found worse value: 340.452704167. iteration 3500, perturbing to get out of local maxima iteration 3501 found worse value: 340.452704167. iteration 3502 found worse value: 340.452704167. iteration 3502, perturbing to get out of local maxima iteration 3503 found worse value: 340.452704167. iteration 3504 found worse value: 340.452704167. iteration 3505 found worse value: 340.452704167. iteration 3506 found worse value: 340.452704167. iteration 3506, perturbing to get out of local maxima iteration 3507 found worse value: 340.452704167. iteration 3508 found worse value: 340.452704167. iteration 3508, perturbing to get out of local maxima iteration 3509 found worse value: 340.452704167. iteration 3510 found worse value: 340.452704167. iteration 3511 found worse value: 340.452704167. iteration 3512 found worse value: 340.452704167. iteration 3512, perturbing to get out of local maxima iteration 3513 found worse value: 340.452704167. iteration 3514 found worse value: 340.452704167. iteration 3514, perturbing to get out of local maxima iteration 3515 found worse value: 340.452704167. iteration 3516 found worse value: 340.452704167. iteration 3517 found worse value: 340.452704167. iteration 3518 found worse value: 340.452704167. iteration 3519 found worse value: 340.452704167. iteration 3520 found worse value: 340.452704167. iteration 3521 found worse value: 340.452704167. iteration 3522 found worse value: 340.452704167. iteration 3522, perturbing to get out of local maxima iteration 3523 found worse value: 340.452704167. iteration 3524 found worse value: 340.452704167. iteration 3525 found worse value: 340.452704167. iteration 3526 found worse value: 340.452704167. iteration 3527 found worse value: 340.452704167. iteration 3528 found worse value: 340.452704167. iteration 3529 found worse value: 340.452704167. iteration 3530 found worse value: 340.452704167. iteration 3531 found worse value: 340.452704167. iteration 3532 found worse value: 340.452704167. iteration 3533 found worse value: 340.452704167. iteration 3534 found worse value: 340.452704167. iteration 3535 found worse value: 340.452704167. iteration 3536 found worse value: 340.452704167. iteration 3537 found worse value: 340.452704167. iteration 3538 found worse value: 340.452704167. iteration 3539 found worse value: 340.452704167. iteration 3539, perturbing to get out of local maxima iteration 3540 found worse value: 340.452704167. iteration 3541 found worse value: 340.452704167. iteration 3542 found worse value: 340.452704167. iteration 3542, perturbing to get out of local maxima iteration 3543 found worse value: 340.452704167. iteration 3544 found worse value: 340.452704167. iteration 3544, perturbing to get out of local maxima iteration 3545 found worse value: 340.452704167. iteration 3546 found worse value: 340.452704167. iteration 3547 found worse value: 340.452704167. iteration 3548 found worse value: 340.452704167. iteration 3549 found worse value: 340.452704167. iteration 3550 found worse value: 340.452704167. iteration 3551 found worse value: 340.452704167. iteration 3552 found worse value: 340.452704167. iteration 3553 found worse value: 340.452704167. iteration 3554 found worse value: 340.452704167. iteration 3555 found worse value: 340.452704167. iteration 3556 found worse value: 340.452704167. iteration 3557 found worse value: 340.452704167. iteration 3558 found worse value: 340.452704167. iteration 3559 found worse value: 340.452704167. iteration 3560 found worse value: 340.452704167. iteration 3560, perturbing to get out of local maxima iteration 3561 found worse value: 340.452704167. iteration 3562 found worse value: 340.452704167. iteration 3562, perturbing to get out of local maxima iteration 3563 found worse value: 340.452704167. iteration 3564 found worse value: 340.452704167. iteration 3565 found worse value: 340.452704167. iteration 3566 found worse value: 340.452704167. iteration 3567 found worse value: 340.452704167. iteration 3568 found worse value: 340.452704167. iteration 3569 found worse value: 340.452704167. iteration 3570 found worse value: 340.452704167. iteration 3571 found worse value: 340.452704167. iteration 3572 found worse value: 340.452704167. iteration 3573 found worse value: 340.452704167. iteration 3573, perturbing to get out of local maxima iteration 3574 found worse value: 340.452704167. iteration 3575 found worse value: 340.452704167. iteration 3576 found worse value: 340.452704167. iteration 3577 found worse value: 340.452704167. iteration 3578 found worse value: 340.452704167. iteration 3579 found worse value: 340.452704167. iteration 3580 found worse value: 340.452704167. iteration 3581 found worse value: 340.452704167. iteration 3582 found worse value: 340.452704167. iteration 3583 found worse value: 340.452704167. iteration 3584 found worse value: 340.452704167. iteration 3585 found worse value: 340.452704167. iteration 3586 found worse value: 340.452704167. iteration 3586, perturbing to get out of local maxima iteration 3587 found worse value: 340.452704167. iteration 3588 found worse value: 340.452704167. iteration 3589 found worse value: 340.452704167. iteration 3590 found worse value: 340.452704167. iteration 3590, perturbing to get out of local maxima iteration 3591 found worse value: 340.452704167. iteration 3592 found worse value: 340.452704167. iteration 3592, perturbing to get out of local maxima iteration 3593 found worse value: 340.452704167. iteration 3594 found worse value: 340.452704167. iteration 3595 found worse value: 340.452704167. iteration 3596 found worse value: 340.452704167. iteration 3596, perturbing to get out of local maxima iteration 3597 found worse value: 340.452704167. iteration 3598 found worse value: 340.452704167. iteration 3599 found worse value: 340.452704167. iteration 3600 found worse value: 340.452704167. iteration 3600, perturbing to get out of local maxima iteration 3601 found worse value: 340.452704167. iteration 3602 found worse value: 340.452704167. iteration 3603 found worse value: 340.452704167. iteration 3604 found worse value: 340.452704167. iteration 3605 found worse value: 340.452704167. iteration 3606 found worse value: 340.452704167. iteration 3607 found worse value: 340.452704167. iteration 3608 found worse value: 340.452704167. iteration 3609 found worse value: 340.452704167. iteration 3610 found worse value: 340.452704167. iteration 3611 found worse value: 340.452704167. iteration 3611, perturbing to get out of local maxima iteration 3612 found worse value: 340.452704167. iteration 3613 found worse value: 340.452704167. iteration 3614 found worse value: 340.452704167. iteration 3615 found worse value: 340.452704167. iteration 3616 found worse value: 340.452704167. iteration 3617 found worse value: 340.452704167. iteration 3618 found worse value: 340.452704167. iteration 3619 found worse value: 340.452704167. iteration 3620 found worse value: 340.452704167. iteration 3620, perturbing to get out of local maxima iteration 3621 found worse value: 340.452704167. iteration 3622 found worse value: 340.452704167. iteration 3623 found worse value: 340.452704167. iteration 3624 found worse value: 340.452704167. iteration 3624, perturbing to get out of local maxima iteration 3625 found worse value: 340.452704167. iteration 3626 found worse value: 340.452704167. iteration 3627 found worse value: 340.452704167. iteration 3628 found worse value: 340.452704167. iteration 3629 found worse value: 340.452704167. iteration 3630 found worse value: 340.452704167. iteration 3630, perturbing to get out of local maxima iteration 3631 found worse value: 340.452704167. iteration 3632 found worse value: 340.452704167. iteration 3633 found worse value: 340.452704167. iteration 3634 found worse value: 340.452704167. iteration 3635 found worse value: 340.452704167. iteration 3636 found worse value: 340.452704167. iteration 3637 found worse value: 340.452704167. iteration 3637, perturbing to get out of local maxima iteration 3638 found worse value: 340.452704167. iteration 3638, perturbing to get out of local maxima iteration 3639 found worse value: 340.452704167. iteration 3640 found worse value: 340.452704167. iteration 3641 found worse value: 340.452704167. iteration 3642 found worse value: 340.452704167. iteration 3643 found worse value: 340.452704167. iteration 3644 found worse value: 340.452704167. iteration 3645 found worse value: 340.452704167. iteration 3646 found worse value: 340.452704167. iteration 3647 found worse value: 340.452704167. iteration 3648 found worse value: 340.452704167. iteration 3648, perturbing to get out of local maxima iteration 3649 found worse value: 340.452704167. iteration 3650 found worse value: 340.452704167. iteration 3651 found worse value: 340.452704167. iteration 3651, perturbing to get out of local maxima iteration 3652 found worse value: 340.452704167. iteration 3652, perturbing to get out of local maxima iteration 3653 found worse value: 340.452704167. iteration 3654 found worse value: 340.452704167. iteration 3655 found worse value: 340.452704167. iteration 3656 found worse value: 340.452704167. iteration 3656, perturbing to get out of local maxima iteration 3657 found worse value: 340.452704167. iteration 3658 found worse value: 340.452704167. iteration 3659 found worse value: 340.452704167. iteration 3660 found worse value: 340.452704167. iteration 3661 found worse value: 340.452704167. iteration 3662 found worse value: 340.452704167. iteration 3663 found worse value: 340.452704167. iteration 3663, perturbing to get out of local maxima iteration 3664 found worse value: 340.452704167. iteration 3665 found worse value: 340.452704167. iteration 3666 found worse value: 340.452704167. iteration 3667 found worse value: 340.452704167. iteration 3668 found worse value: 340.452704167. iteration 3668, perturbing to get out of local maxima iteration 3669 found worse value: 340.452704167. iteration 3670 found worse value: 340.452704167. iteration 3671 found worse value: 340.452704167. iteration 3672 found worse value: 340.452704167. iteration 3673 found worse value: 340.452704167. iteration 3674 found worse value: 340.452704167. iteration 3675 found worse value: 340.452704167. iteration 3676 found worse value: 340.452704167. iteration 3677 found worse value: 340.452704167. iteration 3678 found worse value: 340.452704167. iteration 3679 found worse value: 340.452704167. iteration 3680 found worse value: 340.452704167. iteration 3681 found worse value: 340.452704167. iteration 3682 found worse value: 340.452704167. iteration 3683 found worse value: 340.452704167. iteration 3684 found worse value: 340.452704167. iteration 3685 found worse value: 340.452704167. iteration 3686 found worse value: 340.452704167. iteration 3687 found worse value: 340.452704167. iteration 3687, perturbing to get out of local maxima iteration 3688 found worse value: 340.452704167. iteration 3689 found worse value: 340.452704167. iteration 3690 found worse value: 340.452704167. iteration 3691 found worse value: 340.452704167. iteration 3692 found worse value: 340.452704167. iteration 3693 found worse value: 340.452704167. iteration 3694 found worse value: 340.452704167. iteration 3695 found worse value: 340.452704167. iteration 3696 found worse value: 340.452704167. iteration 3697 found worse value: 340.452704167. iteration 3697, perturbing to get out of local maxima iteration 3698 found worse value: 340.452704167. iteration 3699 found worse value: 340.452704167. iteration 3700 found worse value: 340.452704167. iteration 3700, perturbing to get out of local maxima iteration 3701 found worse value: 340.452704167. iteration 3702 found worse value: 340.452704167. iteration 3703 found worse value: 340.452704167. iteration 3704 found worse value: 340.452704167. iteration 3705 found worse value: 340.452704167. iteration 3705, perturbing to get out of local maxima iteration 3706 found worse value: 340.452704167. iteration 3707 found worse value: 340.452704167. iteration 3708 found worse value: 340.452704167. iteration 3709 found worse value: 340.452704167. iteration 3710 found worse value: 340.452704167. iteration 3711 found worse value: 340.452704167. iteration 3712 found worse value: 340.452704167. iteration 3713 found worse value: 340.452704167. iteration 3714 found worse value: 340.452704167. iteration 3715 found worse value: 340.452704167. iteration 3716 found worse value: 340.452704167. iteration 3717 found worse value: 340.452704167. iteration 3718 found worse value: 340.452704167. iteration 3719 found worse value: 340.452704167. iteration 3720 found worse value: 340.452704167. iteration 3721 found worse value: 340.452704167. iteration 3722 found worse value: 340.452704167. iteration 3723 found worse value: 340.452704167. iteration 3724 found worse value: 340.452704167. iteration 3724, perturbing to get out of local maxima iteration 3725 found worse value: 340.452704167. iteration 3726 found worse value: 340.452704167. iteration 3727 found worse value: 340.452704167. iteration 3728 found worse value: 340.452704167. iteration 3729 found worse value: 340.452704167. iteration 3730 found worse value: 340.452704167. iteration 3731 found worse value: 340.452704167. iteration 3732 found worse value: 340.452704167. iteration 3733 found worse value: 340.452704167. iteration 3734 found worse value: 340.452704167. iteration 3735 found worse value: 340.452704167. iteration 3736 found worse value: 340.452704167. iteration 3737 found worse value: 340.452704167. iteration 3738 found worse value: 340.452704167. iteration 3739 found worse value: 340.452704167. iteration 3740 found worse value: 340.452704167. iteration 3741 found worse value: 340.452704167. iteration 3741, perturbing to get out of local maxima iteration 3742 found worse value: 340.452704167. iteration 3743 found worse value: 340.452704167. iteration 3744 found worse value: 340.452704167. iteration 3745 found worse value: 340.452704167. iteration 3746 found worse value: 340.452704167. iteration 3747 found worse value: 340.452704167. iteration 3748 found worse value: 340.452704167. iteration 3748, perturbing to get out of local maxima iteration 3749 found worse value: 340.452704167. iteration 3750 found worse value: 340.452704167. iteration 3750, perturbing to get out of local maxima iteration 3751 found worse value: 340.452704167. iteration 3752 found worse value: 340.452704167. iteration 3753 found worse value: 340.452704167. iteration 3754 found worse value: 340.452704167. iteration 3755 found worse value: 340.452704167. iteration 3756 found worse value: 340.452704167. iteration 3757 found worse value: 340.452704167. iteration 3758 found worse value: 340.452704167. iteration 3759 found worse value: 340.452704167. iteration 3760 found worse value: 340.452704167. iteration 3761 found worse value: 340.452704167. iteration 3761, perturbing to get out of local maxima iteration 3762 found worse value: 340.452704167. iteration 3763 found worse value: 340.452704167. iteration 3763, perturbing to get out of local maxima iteration 3764 found worse value: 340.452704167. iteration 3765 found worse value: 340.452704167. iteration 3766 found worse value: 340.452704167. iteration 3767 found worse value: 340.452704167. iteration 3768 found worse value: 340.452704167. iteration 3769 found worse value: 340.452704167. iteration 3770 found worse value: 340.452704167. iteration 3771 found worse value: 340.452704167. iteration 3772 found worse value: 340.452704167. iteration 3773 found worse value: 340.452704167. iteration 3774 found worse value: 340.452704167. iteration 3775 found worse value: 340.452704167. iteration 3776 found worse value: 340.452704167. iteration 3777 found worse value: 340.452704167. iteration 3778 found worse value: 340.452704167. iteration 3778, perturbing to get out of local maxima iteration 3779 found worse value: 340.452704167. iteration 3780 found worse value: 340.452704167. iteration 3781 found worse value: 340.452704167. iteration 3782 found worse value: 340.452704167. iteration 3783 found worse value: 340.452704167. iteration 3784 found worse value: 340.452704167. iteration 3785 found worse value: 340.452704167. iteration 3786 found worse value: 340.452704167. iteration 3787 found worse value: 340.452704167. iteration 3787, perturbing to get out of local maxima iteration 3788 found worse value: 340.452704167. iteration 3789 found worse value: 340.452704167. iteration 3790 found worse value: 340.452704167. iteration 3791 found worse value: 340.452704167. iteration 3792 found worse value: 340.452704167. iteration 3793 found worse value: 340.452704167. iteration 3794 found worse value: 340.452704167. iteration 3795 found worse value: 340.452704167. iteration 3796 found worse value: 340.452704167. iteration 3797 found worse value: 340.452704167. iteration 3798 found worse value: 340.452704167. iteration 3799 found worse value: 340.452704167. iteration 3800 found worse value: 340.452704167. iteration 3801 found worse value: 340.452704167. iteration 3802 found worse value: 340.452704167. iteration 3802, perturbing to get out of local maxima iteration 3803 found worse value: 340.452704167. iteration 3804 found worse value: 340.452704167. iteration 3805 found worse value: 340.452704167. iteration 3806 found worse value: 340.452704167. iteration 3806, perturbing to get out of local maxima iteration 3807 found worse value: 340.452704167. iteration 3808 found worse value: 340.452704167. iteration 3809 found worse value: 340.452704167. iteration 3810 found worse value: 340.452704167. iteration 3811 found worse value: 340.452704167. iteration 3812 found worse value: 340.452704167. iteration 3813 found worse value: 340.452704167. iteration 3814 found worse value: 340.452704167. iteration 3814, perturbing to get out of local maxima iteration 3815 found worse value: 340.452704167. iteration 3816 found worse value: 340.452704167. iteration 3817 found worse value: 340.452704167. iteration 3818 found worse value: 340.452704167. iteration 3819 found worse value: 340.452704167. iteration 3820 found worse value: 340.452704167. iteration 3821 found worse value: 340.452704167. iteration 3822 found worse value: 340.452704167. iteration 3823 found worse value: 340.452704167. iteration 3824 found worse value: 340.452704167. iteration 3825 found worse value: 340.452704167. iteration 3826 found worse value: 340.452704167. iteration 3827 found worse value: 340.452704167. iteration 3828 found worse value: 340.452704167. iteration 3828, perturbing to get out of local maxima iteration 3829 found worse value: 340.452704167. iteration 3830 found worse value: 340.452704167. iteration 3831 found worse value: 340.452704167. iteration 3831, perturbing to get out of local maxima iteration 3832 found worse value: 340.452704167. iteration 3833 found worse value: 340.452704167. iteration 3834 found worse value: 340.452704167. iteration 3835 found worse value: 340.452704167. iteration 3836 found worse value: 340.452704167. iteration 3837 found worse value: 340.452704167. iteration 3838 found worse value: 340.452704167. iteration 3838, perturbing to get out of local maxima iteration 3839 found worse value: 340.452704167. iteration 3840 found worse value: 340.452704167. iteration 3841 found worse value: 340.452704167. iteration 3842 found worse value: 340.452704167. iteration 3842, perturbing to get out of local maxima iteration 3843 found worse value: 340.452704167. iteration 3844 found worse value: 340.452704167. iteration 3845 found worse value: 340.452704167. iteration 3846 found worse value: 340.452704167. iteration 3846, perturbing to get out of local maxima iteration 3847 found worse value: 340.452704167. iteration 3848 found worse value: 340.452704167. iteration 3848, perturbing to get out of local maxima iteration 3849 found worse value: 340.452704167. iteration 3850 found worse value: 340.452704167. iteration 3851 found worse value: 340.452704167. iteration 3852 found worse value: 340.452704167. iteration 3853 found worse value: 340.452704167. iteration 3854 found worse value: 340.452704167. iteration 3855 found worse value: 340.452704167. iteration 3856 found worse value: 340.452704167. iteration 3857 found worse value: 340.452704167. iteration 3858 found worse value: 340.452704167. iteration 3858, perturbing to get out of local maxima iteration 3859 found worse value: 340.452704167. iteration 3860 found worse value: 340.452704167. iteration 3860, perturbing to get out of local maxima iteration 3861 found worse value: 340.452704167. iteration 3862 found worse value: 340.452704167. iteration 3863 found worse value: 340.452704167. iteration 3864 found worse value: 340.452704167. iteration 3865 found worse value: 340.452704167. iteration 3866 found worse value: 340.452704167. iteration 3867 found worse value: 340.452704167. iteration 3867, perturbing to get out of local maxima iteration 3868 found worse value: 340.452704167. iteration 3869 found worse value: 340.452704167. iteration 3870 found worse value: 340.452704167. iteration 3871 found worse value: 340.452704167. iteration 3872 found worse value: 340.452704167. iteration 3873 found worse value: 340.452704167. iteration 3873, perturbing to get out of local maxima iteration 3874 found worse value: 340.452704167. iteration 3875 found worse value: 340.452704167. iteration 3876 found worse value: 340.452704167. iteration 3877 found worse value: 340.452704167. iteration 3878 found worse value: 340.452704167. iteration 3879 found worse value: 340.452704167. iteration 3880 found worse value: 340.452704167. iteration 3881 found worse value: 340.452704167. iteration 3882 found worse value: 340.452704167. iteration 3883 found worse value: 340.452704167. iteration 3884 found worse value: 340.452704167. iteration 3885 found worse value: 340.452704167. iteration 3885, perturbing to get out of local maxima iteration 3886 found worse value: 340.452704167. iteration 3886, perturbing to get out of local maxima iteration 3887 found worse value: 340.452704167. iteration 3888 found worse value: 340.452704167. iteration 3889 found worse value: 340.452704167. iteration 3890 found worse value: 340.452704167. iteration 3891 found worse value: 340.452704167. iteration 3892 found worse value: 340.452704167. iteration 3893 found worse value: 340.452704167. iteration 3894 found worse value: 340.452704167. iteration 3895 found worse value: 340.452704167. iteration 3896 found worse value: 340.452704167. iteration 3897 found worse value: 340.452704167. iteration 3898 found worse value: 340.452704167. iteration 3899 found worse value: 340.452704167. iteration 3900 found worse value: 340.452704167. iteration 3901 found worse value: 340.452704167. iteration 3902 found worse value: 340.452704167. iteration 3903 found worse value: 340.452704167. iteration 3904 found worse value: 340.452704167. iteration 3905 found worse value: 340.452704167. iteration 3906 found worse value: 340.452704167. iteration 3907 found worse value: 340.452704167. iteration 3908 found worse value: 340.452704167. iteration 3909 found worse value: 340.452704167. iteration 3909, perturbing to get out of local maxima iteration 3910 found worse value: 340.452704167. iteration 3911 found worse value: 340.452704167. iteration 3912 found worse value: 340.452704167. iteration 3913 found worse value: 340.452704167. iteration 3914 found worse value: 340.452704167. iteration 3915 found worse value: 340.452704167. iteration 3916 found worse value: 340.452704167. iteration 3917 found worse value: 340.452704167. iteration 3918 found worse value: 340.452704167. iteration 3919 found worse value: 340.452704167. iteration 3920 found worse value: 340.452704167. iteration 3921 found worse value: 340.452704167. iteration 3922 found worse value: 340.452704167. iteration 3923 found worse value: 340.452704167. iteration 3924 found worse value: 340.452704167. iteration 3925 found worse value: 340.452704167. iteration 3926 found worse value: 340.452704167. iteration 3927 found worse value: 340.452704167. iteration 3928 found worse value: 340.452704167. iteration 3929 found worse value: 340.452704167. iteration 3930 found worse value: 340.452704167. iteration 3931 found worse value: 340.452704167. iteration 3932 found worse value: 340.452704167. iteration 3933 found worse value: 340.452704167. iteration 3934 found better value: 340.49085712500005 iteration 3935 found worse value: 340.49085712500005. iteration 3936 found worse value: 340.49085712500005. iteration 3937 found worse value: 340.49085712500005. iteration 3938 found worse value: 340.49085712500005. iteration 3939 found worse value: 340.49085712500005. iteration 3940 found worse value: 340.49085712500005. iteration 3941 found worse value: 340.49085712500005. iteration 3942 found better value: 340.49619367500003 iteration 3943 found worse value: 340.49619367500003. iteration 3944 found worse value: 340.49619367500003. iteration 3945 found worse value: 340.49619367500003. iteration 3946 found worse value: 340.49619367500003. iteration 3946, perturbing to get out of local maxima iteration 3947 found worse value: 340.49619367500003. iteration 3948 found worse value: 340.49619367500003. iteration 3949 found worse value: 340.49619367500003. iteration 3949, perturbing to get out of local maxima iteration 3950 found worse value: 340.49619367500003. iteration 3951 found worse value: 340.49619367500003. iteration 3952 found worse value: 340.49619367500003. iteration 3953 found worse value: 340.49619367500003. iteration 3954 found worse value: 340.49619367500003. iteration 3955 found worse value: 340.49619367500003. iteration 3956 found worse value: 340.49619367500003. iteration 3957 found worse value: 340.49619367500003. iteration 3958 found worse value: 340.49619367500003. iteration 3959 found better value: 340.498401618 iteration 3960 found better value: 340.547398682 iteration 3961 found worse value: 340.547398682. iteration 3962 found worse value: 340.547398682. iteration 3963 found worse value: 340.547398682. iteration 3964 found worse value: 340.547398682. iteration 3964, perturbing to get out of local maxima iteration 3965 found worse value: 340.547398682. iteration 3966 found worse value: 340.547398682. iteration 3967 found worse value: 340.547398682. iteration 3967, perturbing to get out of local maxima iteration 3968 found worse value: 340.547398682. iteration 3969 found worse value: 340.547398682. iteration 3970 found worse value: 340.547398682. iteration 3971 found worse value: 340.547398682. iteration 3972 found worse value: 340.547398682. iteration 3972, perturbing to get out of local maxima iteration 3973 found worse value: 340.547398682. iteration 3974 found worse value: 340.547398682. iteration 3975 found worse value: 340.547398682. iteration 3976 found worse value: 340.547398682. iteration 3977 found worse value: 340.547398682. iteration 3978 found worse value: 340.547398682. iteration 3979 found worse value: 340.547398682. iteration 3980 found worse value: 340.547398682. iteration 3980, perturbing to get out of local maxima iteration 3981 found worse value: 340.547398682. iteration 3982 found worse value: 340.547398682. iteration 3983 found worse value: 340.547398682. iteration 3984 found worse value: 340.547398682. iteration 3985 found worse value: 340.547398682. iteration 3986 found worse value: 340.547398682. iteration 3987 found worse value: 340.547398682. iteration 3988 found worse value: 340.547398682. iteration 3989 found worse value: 340.547398682. iteration 3990 found worse value: 340.547398682. iteration 3991 found worse value: 340.547398682. iteration 3992 found worse value: 340.547398682. iteration 3993 found worse value: 340.547398682. iteration 3994 found worse value: 340.547398682. iteration 3995 found worse value: 340.547398682. iteration 3996 found worse value: 340.547398682. iteration 3997 found worse value: 340.547398682. iteration 3998 found worse value: 340.547398682. iteration 3999 found worse value: 340.547398682. iteration 4000 found worse value: 340.547398682. iteration 4001 found worse value: 340.547398682. iteration 4001, perturbing to get out of local maxima iteration 4002 found worse value: 340.547398682. iteration 4003 found worse value: 340.547398682. iteration 4003, perturbing to get out of local maxima iteration 4004 found worse value: 340.547398682. iteration 4005 found worse value: 340.547398682. iteration 4006 found worse value: 340.547398682. iteration 4007 found worse value: 340.547398682. iteration 4008 found worse value: 340.547398682. iteration 4009 found worse value: 340.547398682. iteration 4010 found worse value: 340.547398682. iteration 4010, perturbing to get out of local maxima iteration 4011 found worse value: 340.547398682. iteration 4012 found worse value: 340.547398682. iteration 4013 found worse value: 340.547398682. iteration 4014 found worse value: 340.547398682. iteration 4015 found worse value: 340.547398682. iteration 4016 found worse value: 340.547398682. iteration 4017 found worse value: 340.547398682. iteration 4018 found worse value: 340.547398682. iteration 4019 found worse value: 340.547398682. iteration 4020 found worse value: 340.547398682. iteration 4021 found worse value: 340.547398682. iteration 4022 found worse value: 340.547398682. iteration 4023 found worse value: 340.547398682. iteration 4024 found worse value: 340.547398682. iteration 4024, perturbing to get out of local maxima iteration 4025 found worse value: 340.547398682. iteration 4026 found worse value: 340.547398682. iteration 4027 found worse value: 340.547398682. iteration 4028 found worse value: 340.547398682. iteration 4028, perturbing to get out of local maxima iteration 4029 found worse value: 340.547398682. iteration 4030 found worse value: 340.547398682. iteration 4031 found worse value: 340.547398682. iteration 4032 found worse value: 340.547398682. iteration 4033 found worse value: 340.547398682. iteration 4034 found worse value: 340.547398682. iteration 4034, perturbing to get out of local maxima iteration 4035 found worse value: 340.547398682. iteration 4036 found worse value: 340.547398682. iteration 4037 found worse value: 340.547398682. iteration 4038 found worse value: 340.547398682. iteration 4039 found worse value: 340.547398682. iteration 4039, perturbing to get out of local maxima iteration 4040 found worse value: 340.547398682. iteration 4041 found worse value: 340.547398682. iteration 4042 found worse value: 340.547398682. iteration 4043 found worse value: 340.547398682. iteration 4044 found worse value: 340.547398682. iteration 4045 found worse value: 340.547398682. iteration 4046 found worse value: 340.547398682. iteration 4047 found worse value: 340.547398682. iteration 4048 found worse value: 340.547398682. iteration 4049 found worse value: 340.547398682. iteration 4049, perturbing to get out of local maxima iteration 4050 found worse value: 340.547398682. iteration 4051 found worse value: 340.547398682. iteration 4052 found worse value: 340.547398682. iteration 4053 found worse value: 340.547398682. iteration 4054 found worse value: 340.547398682. iteration 4055 found worse value: 340.547398682. iteration 4056 found worse value: 340.547398682. iteration 4056, perturbing to get out of local maxima iteration 4057 found worse value: 340.547398682. iteration 4058 found worse value: 340.547398682. iteration 4058, perturbing to get out of local maxima iteration 4059 found worse value: 340.547398682. iteration 4060 found worse value: 340.547398682. iteration 4061 found worse value: 340.547398682. iteration 4062 found worse value: 340.547398682. iteration 4063 found worse value: 340.547398682. iteration 4064 found worse value: 340.547398682. iteration 4065 found worse value: 340.547398682. iteration 4066 found worse value: 340.547398682. iteration 4067 found worse value: 340.547398682. iteration 4068 found worse value: 340.547398682. iteration 4069 found worse value: 340.547398682. iteration 4070 found worse value: 340.547398682. iteration 4071 found worse value: 340.547398682. iteration 4072 found worse value: 340.547398682. iteration 4073 found worse value: 340.547398682. iteration 4073, perturbing to get out of local maxima iteration 4074 found worse value: 340.547398682. iteration 4075 found worse value: 340.547398682. iteration 4076 found worse value: 340.547398682. iteration 4077 found worse value: 340.547398682. iteration 4078 found worse value: 340.547398682. iteration 4079 found worse value: 340.547398682. iteration 4080 found worse value: 340.547398682. iteration 4081 found worse value: 340.547398682. iteration 4082 found worse value: 340.547398682. iteration 4083 found worse value: 340.547398682. iteration 4084 found worse value: 340.547398682. iteration 4085 found worse value: 340.547398682. iteration 4086 found worse value: 340.547398682. iteration 4087 found worse value: 340.547398682. iteration 4088 found worse value: 340.547398682. iteration 4089 found worse value: 340.547398682. iteration 4090 found worse value: 340.547398682. iteration 4091 found worse value: 340.547398682. iteration 4092 found worse value: 340.547398682. iteration 4093 found worse value: 340.547398682. iteration 4094 found worse value: 340.547398682. iteration 4095 found worse value: 340.547398682. iteration 4096 found worse value: 340.547398682. iteration 4097 found worse value: 340.547398682. iteration 4098 found worse value: 340.547398682. iteration 4099 found worse value: 340.547398682. iteration 4100 found worse value: 340.547398682. iteration 4101 found worse value: 340.547398682. iteration 4102 found worse value: 340.547398682. iteration 4103 found worse value: 340.547398682. iteration 4104 found worse value: 340.547398682. iteration 4105 found worse value: 340.547398682. iteration 4106 found worse value: 340.547398682. iteration 4107 found worse value: 340.547398682. iteration 4108 found worse value: 340.547398682. iteration 4109 found worse value: 340.547398682. iteration 4110 found worse value: 340.547398682. iteration 4111 found worse value: 340.547398682. iteration 4112 found worse value: 340.547398682. iteration 4113 found worse value: 340.547398682. iteration 4114 found worse value: 340.547398682. iteration 4115 found worse value: 340.547398682. iteration 4116 found worse value: 340.547398682. iteration 4117 found worse value: 340.547398682. iteration 4118 found worse value: 340.547398682. iteration 4119 found worse value: 340.547398682. iteration 4120 found worse value: 340.547398682. iteration 4121 found worse value: 340.547398682. iteration 4122 found worse value: 340.547398682. iteration 4123 found worse value: 340.547398682. iteration 4124 found worse value: 340.547398682. iteration 4124, perturbing to get out of local maxima iteration 4125 found worse value: 340.547398682. iteration 4126 found worse value: 340.547398682. iteration 4127 found worse value: 340.547398682. iteration 4127, perturbing to get out of local maxima iteration 4128 found worse value: 340.547398682. iteration 4129 found worse value: 340.547398682. iteration 4130 found worse value: 340.547398682. iteration 4131 found worse value: 340.547398682. iteration 4132 found worse value: 340.547398682. iteration 4133 found worse value: 340.547398682. iteration 4134 found worse value: 340.547398682. iteration 4135 found worse value: 340.547398682. iteration 4136 found worse value: 340.547398682. iteration 4137 found worse value: 340.547398682. iteration 4138 found worse value: 340.547398682. iteration 4139 found worse value: 340.547398682. iteration 4140 found worse value: 340.547398682. iteration 4141 found worse value: 340.547398682. iteration 4142 found worse value: 340.547398682. iteration 4143 found worse value: 340.547398682. iteration 4144 found worse value: 340.547398682. iteration 4144, perturbing to get out of local maxima iteration 4145 found worse value: 340.547398682. iteration 4146 found worse value: 340.547398682. iteration 4147 found worse value: 340.547398682. iteration 4148 found worse value: 340.547398682. iteration 4149 found worse value: 340.547398682. iteration 4150 found worse value: 340.547398682. iteration 4150, perturbing to get out of local maxima iteration 4151 found worse value: 340.547398682. iteration 4151, perturbing to get out of local maxima iteration 4152 found worse value: 340.547398682. iteration 4153 found worse value: 340.547398682. iteration 4154 found worse value: 340.547398682. iteration 4154, perturbing to get out of local maxima iteration 4155 found worse value: 340.547398682. iteration 4156 found worse value: 340.547398682. iteration 4157 found worse value: 340.547398682. iteration 4158 found worse value: 340.547398682. iteration 4159 found worse value: 340.547398682. iteration 4160 found worse value: 340.547398682. iteration 4161 found worse value: 340.547398682. iteration 4162 found worse value: 340.547398682. iteration 4163 found worse value: 340.547398682. iteration 4163, perturbing to get out of local maxima iteration 4164 found worse value: 340.547398682. iteration 4165 found worse value: 340.547398682. iteration 4166 found worse value: 340.547398682. iteration 4167 found worse value: 340.547398682. iteration 4168 found worse value: 340.547398682. iteration 4169 found worse value: 340.547398682. iteration 4170 found worse value: 340.547398682. iteration 4171 found worse value: 340.547398682. iteration 4172 found worse value: 340.547398682. iteration 4173 found worse value: 340.547398682. iteration 4174 found worse value: 340.547398682. iteration 4175 found worse value: 340.547398682. iteration 4176 found worse value: 340.547398682. iteration 4177 found worse value: 340.547398682. iteration 4178 found worse value: 340.547398682. iteration 4179 found worse value: 340.547398682. iteration 4180 found worse value: 340.547398682. iteration 4181 found worse value: 340.547398682. iteration 4182 found worse value: 340.547398682. iteration 4183 found worse value: 340.547398682. iteration 4184 found worse value: 340.547398682. iteration 4185 found worse value: 340.547398682. iteration 4186 found worse value: 340.547398682. iteration 4187 found worse value: 340.547398682. iteration 4188 found worse value: 340.547398682. iteration 4189 found worse value: 340.547398682. iteration 4190 found worse value: 340.547398682. iteration 4191 found worse value: 340.547398682. iteration 4192 found worse value: 340.547398682. iteration 4192, perturbing to get out of local maxima iteration 4193 found worse value: 340.547398682. iteration 4193, perturbing to get out of local maxima iteration 4194 found worse value: 340.547398682. iteration 4195 found worse value: 340.547398682. iteration 4196 found worse value: 340.547398682. iteration 4197 found worse value: 340.547398682. iteration 4198 found worse value: 340.547398682. iteration 4199 found worse value: 340.547398682. iteration 4200 found worse value: 340.547398682. iteration 4201 found worse value: 340.547398682. iteration 4202 found worse value: 340.547398682. iteration 4203 found worse value: 340.547398682. iteration 4204 found worse value: 340.547398682. iteration 4205 found worse value: 340.547398682. iteration 4206 found worse value: 340.547398682. iteration 4207 found worse value: 340.547398682. iteration 4208 found worse value: 340.547398682. iteration 4209 found worse value: 340.547398682. iteration 4210 found worse value: 340.547398682. iteration 4211 found worse value: 340.547398682. iteration 4212 found worse value: 340.547398682. iteration 4213 found worse value: 340.547398682. iteration 4214 found worse value: 340.547398682. iteration 4215 found worse value: 340.547398682. iteration 4216 found worse value: 340.547398682. iteration 4217 found worse value: 340.547398682. iteration 4218 found worse value: 340.547398682. iteration 4219 found worse value: 340.547398682. iteration 4219, perturbing to get out of local maxima iteration 4220 found worse value: 340.547398682. iteration 4221 found worse value: 340.547398682. iteration 4222 found worse value: 340.547398682. iteration 4223 found worse value: 340.547398682. iteration 4224 found worse value: 340.547398682. iteration 4225 found worse value: 340.547398682. iteration 4226 found worse value: 340.547398682. iteration 4227 found worse value: 340.547398682. iteration 4228 found worse value: 340.547398682. iteration 4229 found worse value: 340.547398682. iteration 4230 found worse value: 340.547398682. iteration 4231 found worse value: 340.547398682. iteration 4232 found worse value: 340.547398682. iteration 4233 found better value: 340.555965038 iteration 4234 found worse value: 340.555965038. iteration 4235 found worse value: 340.555965038. iteration 4236 found better value: 340.58696155 iteration 4237 found worse value: 340.58696155. iteration 4238 found worse value: 340.58696155. iteration 4239 found worse value: 340.58696155. iteration 4240 found worse value: 340.58696155. iteration 4240, perturbing to get out of local maxima iteration 4241 found worse value: 340.58696155. iteration 4242 found worse value: 340.58696155. iteration 4243 found worse value: 340.58696155. iteration 4243, perturbing to get out of local maxima iteration 4244 found worse value: 340.58696155. iteration 4245 found worse value: 340.58696155. iteration 4246 found worse value: 340.58696155. iteration 4246, perturbing to get out of local maxima iteration 4247 found worse value: 340.58696155. iteration 4248 found worse value: 340.58696155. iteration 4249 found worse value: 340.58696155. iteration 4250 found worse value: 340.58696155. iteration 4251 found worse value: 340.58696155. iteration 4252 found worse value: 340.58696155. iteration 4253 found worse value: 340.58696155. iteration 4254 found worse value: 340.58696155. iteration 4255 found worse value: 340.58696155. iteration 4256 found worse value: 340.58696155. iteration 4257 found worse value: 340.58696155. iteration 4258 found worse value: 340.58696155. iteration 4259 found worse value: 340.58696155. iteration 4260 found worse value: 340.58696155. iteration 4261 found worse value: 340.58696155. iteration 4261, perturbing to get out of local maxima iteration 4262 found worse value: 340.58696155. iteration 4263 found worse value: 340.58696155. iteration 4264 found worse value: 340.58696155. iteration 4265 found worse value: 340.58696155. iteration 4266 found worse value: 340.58696155. iteration 4267 found worse value: 340.58696155. iteration 4268 found worse value: 340.58696155. iteration 4269 found worse value: 340.58696155. iteration 4270 found worse value: 340.58696155. iteration 4271 found worse value: 340.58696155. iteration 4272 found worse value: 340.58696155. iteration 4273 found worse value: 340.58696155. iteration 4274 found worse value: 340.58696155. iteration 4274, perturbing to get out of local maxima iteration 4275 found worse value: 340.58696155. iteration 4276 found worse value: 340.58696155. iteration 4277 found worse value: 340.58696155. iteration 4278 found worse value: 340.58696155. iteration 4279 found worse value: 340.58696155. iteration 4280 found worse value: 340.58696155. iteration 4281 found worse value: 340.58696155. iteration 4281, perturbing to get out of local maxima iteration 4282 found worse value: 340.58696155. iteration 4283 found worse value: 340.58696155. iteration 4284 found worse value: 340.58696155. iteration 4285 found worse value: 340.58696155. iteration 4286 found worse value: 340.58696155. iteration 4286, perturbing to get out of local maxima iteration 4287 found worse value: 340.58696155. iteration 4288 found worse value: 340.58696155. iteration 4289 found worse value: 340.58696155. iteration 4290 found worse value: 340.58696155. iteration 4291 found worse value: 340.58696155. iteration 4292 found worse value: 340.58696155. iteration 4293 found worse value: 340.58696155. iteration 4294 found worse value: 340.58696155. iteration 4295 found worse value: 340.58696155. iteration 4296 found worse value: 340.58696155. iteration 4297 found worse value: 340.58696155. iteration 4297, perturbing to get out of local maxima iteration 4298 found worse value: 340.58696155. iteration 4299 found worse value: 340.58696155. iteration 4300 found worse value: 340.58696155. iteration 4301 found worse value: 340.58696155. iteration 4302 found worse value: 340.58696155. iteration 4303 found worse value: 340.58696155. iteration 4304 found worse value: 340.58696155. iteration 4305 found worse value: 340.58696155. iteration 4306 found worse value: 340.58696155. iteration 4307 found worse value: 340.58696155. iteration 4308 found worse value: 340.58696155. iteration 4309 found worse value: 340.58696155. iteration 4310 found worse value: 340.58696155. iteration 4311 found worse value: 340.58696155. iteration 4312 found worse value: 340.58696155. iteration 4313 found worse value: 340.58696155. iteration 4314 found worse value: 340.58696155. iteration 4315 found worse value: 340.58696155. iteration 4316 found worse value: 340.58696155. iteration 4317 found worse value: 340.58696155. iteration 4318 found worse value: 340.58696155. iteration 4319 found worse value: 340.58696155. iteration 4320 found worse value: 340.58696155. iteration 4321 found worse value: 340.58696155. iteration 4322 found worse value: 340.58696155. iteration 4323 found worse value: 340.58696155. iteration 4324 found worse value: 340.58696155. iteration 4324, perturbing to get out of local maxima iteration 4325 found worse value: 340.58696155. iteration 4326 found worse value: 340.58696155. iteration 4326, perturbing to get out of local maxima iteration 4327 found worse value: 340.58696155. iteration 4328 found worse value: 340.58696155. iteration 4329 found worse value: 340.58696155. iteration 4330 found worse value: 340.58696155. iteration 4331 found worse value: 340.58696155. iteration 4332 found worse value: 340.58696155. iteration 4333 found worse value: 340.58696155. iteration 4334 found worse value: 340.58696155. iteration 4335 found worse value: 340.58696155. iteration 4335, perturbing to get out of local maxima iteration 4336 found worse value: 340.58696155. iteration 4337 found worse value: 340.58696155. iteration 4338 found worse value: 340.58696155. iteration 4339 found worse value: 340.58696155. iteration 4340 found worse value: 340.58696155. iteration 4341 found worse value: 340.58696155. iteration 4342 found worse value: 340.58696155. iteration 4343 found worse value: 340.58696155. iteration 4344 found worse value: 340.58696155. iteration 4345 found worse value: 340.58696155. iteration 4346 found worse value: 340.58696155. iteration 4347 found worse value: 340.58696155. iteration 4348 found worse value: 340.58696155. iteration 4349 found worse value: 340.58696155. iteration 4350 found worse value: 340.58696155. iteration 4351 found worse value: 340.58696155. iteration 4352 found worse value: 340.58696155. iteration 4353 found worse value: 340.58696155. iteration 4354 found worse value: 340.58696155. iteration 4354, perturbing to get out of local maxima iteration 4355 found worse value: 340.58696155. iteration 4356 found worse value: 340.58696155. iteration 4356, perturbing to get out of local maxima iteration 4357 found worse value: 340.58696155. iteration 4358 found worse value: 340.58696155. iteration 4359 found worse value: 340.58696155. iteration 4360 found worse value: 340.58696155. iteration 4361 found worse value: 340.58696155. iteration 4362 found worse value: 340.58696155. iteration 4363 found worse value: 340.58696155. iteration 4364 found worse value: 340.58696155. iteration 4365 found worse value: 340.58696155. iteration 4366 found worse value: 340.58696155. iteration 4367 found worse value: 340.58696155. iteration 4368 found worse value: 340.58696155. iteration 4368, perturbing to get out of local maxima iteration 4369 found worse value: 340.58696155. iteration 4370 found worse value: 340.58696155. iteration 4371 found worse value: 340.58696155. iteration 4372 found worse value: 340.58696155. iteration 4373 found worse value: 340.58696155. iteration 4374 found worse value: 340.58696155. iteration 4375 found worse value: 340.58696155. iteration 4376 found worse value: 340.58696155. iteration 4376, perturbing to get out of local maxima iteration 4377 found worse value: 340.58696155. iteration 4378 found worse value: 340.58696155. iteration 4379 found worse value: 340.58696155. iteration 4379, perturbing to get out of local maxima iteration 4380 found worse value: 340.58696155. iteration 4381 found worse value: 340.58696155. iteration 4382 found worse value: 340.58696155. iteration 4383 found worse value: 340.58696155. iteration 4384 found worse value: 340.58696155. iteration 4384, perturbing to get out of local maxima iteration 4385 found worse value: 340.58696155. iteration 4386 found worse value: 340.58696155. iteration 4387 found worse value: 340.58696155. iteration 4388 found worse value: 340.58696155. iteration 4389 found worse value: 340.58696155. iteration 4390 found worse value: 340.58696155. iteration 4391 found worse value: 340.58696155. iteration 4392 found worse value: 340.58696155. iteration 4393 found worse value: 340.58696155. iteration 4394 found worse value: 340.58696155. iteration 4395 found worse value: 340.58696155. iteration 4396 found worse value: 340.58696155. iteration 4397 found worse value: 340.58696155. iteration 4398 found worse value: 340.58696155. iteration 4399 found worse value: 340.58696155. iteration 4400 found worse value: 340.58696155. iteration 4401 found worse value: 340.58696155. iteration 4402 found worse value: 340.58696155. iteration 4403 found worse value: 340.58696155. iteration 4404 found worse value: 340.58696155. iteration 4405 found worse value: 340.58696155. iteration 4406 found worse value: 340.58696155. iteration 4407 found worse value: 340.58696155. iteration 4408 found worse value: 340.58696155. iteration 4409 found worse value: 340.58696155. iteration 4410 found worse value: 340.58696155. iteration 4411 found worse value: 340.58696155. iteration 4412 found worse value: 340.58696155. iteration 4413 found worse value: 340.58696155. iteration 4414 found worse value: 340.58696155. iteration 4415 found worse value: 340.58696155. iteration 4416 found worse value: 340.58696155. iteration 4416, perturbing to get out of local maxima iteration 4417 found worse value: 340.58696155. iteration 4418 found worse value: 340.58696155. iteration 4419 found worse value: 340.58696155. iteration 4420 found worse value: 340.58696155. iteration 4421 found worse value: 340.58696155. iteration 4422 found worse value: 340.58696155. iteration 4423 found worse value: 340.58696155. iteration 4424 found worse value: 340.58696155. iteration 4424, perturbing to get out of local maxima iteration 4425 found worse value: 340.58696155. iteration 4426 found worse value: 340.58696155. iteration 4427 found worse value: 340.58696155. iteration 4428 found worse value: 340.58696155. iteration 4429 found worse value: 340.58696155. iteration 4430 found worse value: 340.58696155. iteration 4431 found worse value: 340.58696155. iteration 4432 found worse value: 340.58696155. iteration 4433 found worse value: 340.58696155. iteration 4434 found worse value: 340.58696155. iteration 4435 found worse value: 340.58696155. iteration 4436 found worse value: 340.58696155. iteration 4437 found worse value: 340.58696155. iteration 4438 found worse value: 340.58696155. iteration 4439 found worse value: 340.58696155. iteration 4440 found worse value: 340.58696155. iteration 4441 found worse value: 340.58696155. iteration 4442 found worse value: 340.58696155. iteration 4443 found worse value: 340.58696155. iteration 4444 found worse value: 340.58696155. iteration 4445 found worse value: 340.58696155. iteration 4446 found worse value: 340.58696155. iteration 4447 found worse value: 340.58696155. iteration 4448 found worse value: 340.58696155. iteration 4449 found worse value: 340.58696155. iteration 4450 found worse value: 340.58696155. iteration 4451 found worse value: 340.58696155. iteration 4452 found worse value: 340.58696155. iteration 4453 found worse value: 340.58696155. iteration 4453, perturbing to get out of local maxima iteration 4454 found worse value: 340.58696155. iteration 4455 found worse value: 340.58696155. iteration 4456 found worse value: 340.58696155. iteration 4457 found worse value: 340.58696155. iteration 4458 found worse value: 340.58696155. iteration 4459 found worse value: 340.58696155. iteration 4460 found worse value: 340.58696155. iteration 4460, perturbing to get out of local maxima iteration 4461 found worse value: 340.58696155. iteration 4462 found worse value: 340.58696155. iteration 4463 found worse value: 340.58696155. iteration 4464 found worse value: 340.58696155. iteration 4465 found worse value: 340.58696155. iteration 4466 found worse value: 340.58696155. iteration 4467 found worse value: 340.58696155. iteration 4468 found worse value: 340.58696155. iteration 4468, perturbing to get out of local maxima iteration 4469 found worse value: 340.58696155. iteration 4469, perturbing to get out of local maxima iteration 4470 found worse value: 340.58696155. iteration 4471 found worse value: 340.58696155. iteration 4472 found worse value: 340.58696155. iteration 4473 found worse value: 340.58696155. iteration 4474 found worse value: 340.58696155. iteration 4474, perturbing to get out of local maxima iteration 4475 found worse value: 340.58696155. iteration 4476 found worse value: 340.58696155. iteration 4477 found worse value: 340.58696155. iteration 4478 found worse value: 340.58696155. iteration 4478, perturbing to get out of local maxima iteration 4479 found worse value: 340.58696155. iteration 4480 found worse value: 340.58696155. iteration 4481 found worse value: 340.58696155. iteration 4482 found worse value: 340.58696155. iteration 4483 found worse value: 340.58696155. iteration 4484 found worse value: 340.58696155. iteration 4485 found worse value: 340.58696155. iteration 4486 found worse value: 340.58696155. iteration 4487 found worse value: 340.58696155. iteration 4488 found worse value: 340.58696155. iteration 4489 found worse value: 340.58696155. iteration 4489, perturbing to get out of local maxima iteration 4490 found worse value: 340.58696155. iteration 4491 found worse value: 340.58696155. iteration 4492 found worse value: 340.58696155. iteration 4492, perturbing to get out of local maxima iteration 4493 found worse value: 340.58696155. iteration 4494 found worse value: 340.58696155. iteration 4495 found worse value: 340.58696155. iteration 4496 found worse value: 340.58696155. iteration 4497 found worse value: 340.58696155. iteration 4498 found worse value: 340.58696155. iteration 4499 found worse value: 340.58696155. iteration 4500 found worse value: 340.58696155. iteration 4501 found worse value: 340.58696155. iteration 4502 found worse value: 340.58696155. iteration 4503 found worse value: 340.58696155. iteration 4504 found worse value: 340.58696155. iteration 4505 found worse value: 340.58696155. iteration 4506 found worse value: 340.58696155. iteration 4507 found worse value: 340.58696155. iteration 4508 found worse value: 340.58696155. iteration 4509 found worse value: 340.58696155. iteration 4510 found worse value: 340.58696155. iteration 4510, perturbing to get out of local maxima iteration 4511 found worse value: 340.58696155. iteration 4512 found worse value: 340.58696155. iteration 4512, perturbing to get out of local maxima iteration 4513 found worse value: 340.58696155. iteration 4514 found worse value: 340.58696155. iteration 4515 found worse value: 340.58696155. iteration 4516 found worse value: 340.58696155. iteration 4517 found worse value: 340.58696155. iteration 4518 found worse value: 340.58696155. iteration 4519 found worse value: 340.58696155. iteration 4520 found worse value: 340.58696155. iteration 4521 found worse value: 340.58696155. iteration 4522 found worse value: 340.58696155. iteration 4523 found worse value: 340.58696155. iteration 4524 found worse value: 340.58696155. iteration 4525 found worse value: 340.58696155. iteration 4526 found worse value: 340.58696155. iteration 4526, perturbing to get out of local maxima iteration 4527 found worse value: 340.58696155. iteration 4527, perturbing to get out of local maxima iteration 4528 found worse value: 340.58696155. iteration 4529 found worse value: 340.58696155. iteration 4530 found worse value: 340.58696155. iteration 4531 found worse value: 340.58696155. iteration 4532 found worse value: 340.58696155. iteration 4532, perturbing to get out of local maxima iteration 4533 found worse value: 340.58696155. iteration 4534 found worse value: 340.58696155. iteration 4534, perturbing to get out of local maxima iteration 4535 found worse value: 340.58696155. iteration 4536 found worse value: 340.58696155. iteration 4537 found worse value: 340.58696155. iteration 4538 found worse value: 340.58696155. iteration 4539 found worse value: 340.58696155. iteration 4540 found worse value: 340.58696155. iteration 4541 found worse value: 340.58696155. iteration 4542 found worse value: 340.58696155. iteration 4543 found worse value: 340.58696155. iteration 4544 found worse value: 340.58696155. iteration 4545 found worse value: 340.58696155. iteration 4546 found worse value: 340.58696155. iteration 4547 found worse value: 340.58696155. iteration 4548 found worse value: 340.58696155. iteration 4549 found worse value: 340.58696155. iteration 4550 found worse value: 340.58696155. iteration 4551 found worse value: 340.58696155. iteration 4552 found worse value: 340.58696155. iteration 4553 found worse value: 340.58696155. iteration 4553, perturbing to get out of local maxima iteration 4554 found worse value: 340.58696155. iteration 4555 found worse value: 340.58696155. iteration 4556 found worse value: 340.58696155. iteration 4556, perturbing to get out of local maxima iteration 4557 found worse value: 340.58696155. iteration 4558 found worse value: 340.58696155. iteration 4559 found worse value: 340.58696155. iteration 4560 found worse value: 340.58696155. iteration 4561 found worse value: 340.58696155. iteration 4562 found worse value: 340.58696155. iteration 4563 found worse value: 340.58696155. iteration 4564 found worse value: 340.58696155. iteration 4565 found worse value: 340.58696155. iteration 4566 found worse value: 340.58696155. iteration 4567 found worse value: 340.58696155. iteration 4568 found worse value: 340.58696155. iteration 4569 found worse value: 340.58696155. iteration 4569, perturbing to get out of local maxima iteration 4570 found worse value: 340.58696155. iteration 4571 found worse value: 340.58696155. iteration 4572 found worse value: 340.58696155. iteration 4573 found worse value: 340.58696155. iteration 4574 found worse value: 340.58696155. iteration 4575 found worse value: 340.58696155. iteration 4576 found worse value: 340.58696155. iteration 4576, perturbing to get out of local maxima iteration 4577 found worse value: 340.58696155. iteration 4578 found worse value: 340.58696155. iteration 4579 found worse value: 340.58696155. iteration 4580 found worse value: 340.58696155. iteration 4581 found worse value: 340.58696155. iteration 4582 found worse value: 340.58696155. iteration 4583 found worse value: 340.58696155. iteration 4584 found worse value: 340.58696155. iteration 4585 found worse value: 340.58696155. iteration 4586 found worse value: 340.58696155. iteration 4587 found worse value: 340.58696155. iteration 4588 found worse value: 340.58696155. iteration 4589 found worse value: 340.58696155. iteration 4590 found worse value: 340.58696155. iteration 4591 found worse value: 340.58696155. iteration 4592 found worse value: 340.58696155. iteration 4592, perturbing to get out of local maxima iteration 4593 found worse value: 340.58696155. iteration 4594 found worse value: 340.58696155. iteration 4595 found worse value: 340.58696155. iteration 4596 found worse value: 340.58696155. iteration 4597 found worse value: 340.58696155. iteration 4598 found worse value: 340.58696155. iteration 4599 found worse value: 340.58696155. iteration 4600 found worse value: 340.58696155. iteration 4601 found worse value: 340.58696155. iteration 4602 found worse value: 340.58696155. iteration 4603 found worse value: 340.58696155. iteration 4604 found worse value: 340.58696155. iteration 4604, perturbing to get out of local maxima iteration 4605 found worse value: 340.58696155. iteration 4606 found worse value: 340.58696155. iteration 4607 found worse value: 340.58696155. iteration 4608 found worse value: 340.58696155. iteration 4609 found worse value: 340.58696155. iteration 4610 found worse value: 340.58696155. iteration 4611 found worse value: 340.58696155. iteration 4612 found worse value: 340.58696155. iteration 4613 found worse value: 340.58696155. iteration 4614 found worse value: 340.58696155. iteration 4615 found worse value: 340.58696155. iteration 4616 found worse value: 340.58696155. iteration 4617 found worse value: 340.58696155. iteration 4618 found worse value: 340.58696155. iteration 4618, perturbing to get out of local maxima iteration 4619 found worse value: 340.58696155. iteration 4620 found worse value: 340.58696155. iteration 4621 found worse value: 340.58696155. iteration 4622 found worse value: 340.58696155. iteration 4623 found worse value: 340.58696155. iteration 4624 found worse value: 340.58696155. iteration 4625 found worse value: 340.58696155. iteration 4626 found worse value: 340.58696155. iteration 4627 found worse value: 340.58696155. iteration 4628 found worse value: 340.58696155. iteration 4629 found worse value: 340.58696155. iteration 4630 found worse value: 340.58696155. iteration 4630, perturbing to get out of local maxima iteration 4631 found worse value: 340.58696155. iteration 4632 found worse value: 340.58696155. iteration 4633 found worse value: 340.58696155. iteration 4634 found worse value: 340.58696155. iteration 4635 found worse value: 340.58696155. iteration 4636 found worse value: 340.58696155. iteration 4637 found worse value: 340.58696155. iteration 4638 found worse value: 340.58696155. iteration 4639 found worse value: 340.58696155. iteration 4639, perturbing to get out of local maxima iteration 4640 found worse value: 340.58696155. iteration 4641 found worse value: 340.58696155. iteration 4642 found worse value: 340.58696155. iteration 4643 found worse value: 340.58696155. iteration 4644 found worse value: 340.58696155. iteration 4645 found worse value: 340.58696155. iteration 4646 found worse value: 340.58696155. iteration 4647 found worse value: 340.58696155. iteration 4648 found worse value: 340.58696155. iteration 4649 found worse value: 340.58696155. iteration 4650 found worse value: 340.58696155. iteration 4651 found worse value: 340.58696155. iteration 4652 found worse value: 340.58696155. iteration 4653 found worse value: 340.58696155. iteration 4654 found worse value: 340.58696155. iteration 4655 found worse value: 340.58696155. iteration 4656 found worse value: 340.58696155. iteration 4656, perturbing to get out of local maxima iteration 4657 found worse value: 340.58696155. iteration 4658 found worse value: 340.58696155. iteration 4659 found worse value: 340.58696155. iteration 4660 found worse value: 340.58696155. iteration 4661 found worse value: 340.58696155. iteration 4662 found worse value: 340.58696155. iteration 4663 found worse value: 340.58696155. iteration 4664 found worse value: 340.58696155. iteration 4665 found worse value: 340.58696155. iteration 4666 found worse value: 340.58696155. iteration 4667 found worse value: 340.58696155. iteration 4668 found worse value: 340.58696155. iteration 4669 found worse value: 340.58696155. iteration 4670 found worse value: 340.58696155. iteration 4671 found worse value: 340.58696155. iteration 4671, perturbing to get out of local maxima iteration 4672 found worse value: 340.58696155. iteration 4673 found worse value: 340.58696155. iteration 4674 found worse value: 340.58696155. iteration 4675 found worse value: 340.58696155. iteration 4676 found worse value: 340.58696155. iteration 4677 found worse value: 340.58696155. iteration 4677, perturbing to get out of local maxima iteration 4678 found worse value: 340.58696155. iteration 4678, perturbing to get out of local maxima iteration 4679 found worse value: 340.58696155. iteration 4680 found worse value: 340.58696155. iteration 4681 found worse value: 340.58696155. iteration 4682 found worse value: 340.58696155. iteration 4683 found worse value: 340.58696155. iteration 4684 found worse value: 340.58696155. iteration 4685 found worse value: 340.58696155. iteration 4686 found worse value: 340.58696155. iteration 4687 found worse value: 340.58696155. iteration 4688 found worse value: 340.58696155. iteration 4689 found worse value: 340.58696155. iteration 4690 found worse value: 340.58696155. iteration 4691 found worse value: 340.58696155. iteration 4692 found worse value: 340.58696155. iteration 4693 found worse value: 340.58696155. iteration 4694 found worse value: 340.58696155. iteration 4695 found worse value: 340.58696155. iteration 4695, perturbing to get out of local maxima iteration 4696 found worse value: 340.58696155. iteration 4697 found worse value: 340.58696155. iteration 4698 found worse value: 340.58696155. iteration 4699 found worse value: 340.58696155. iteration 4700 found worse value: 340.58696155. iteration 4701 found worse value: 340.58696155. iteration 4702 found worse value: 340.58696155. iteration 4703 found worse value: 340.58696155. iteration 4704 found worse value: 340.58696155. iteration 4705 found worse value: 340.58696155. iteration 4706 found worse value: 340.58696155. iteration 4707 found worse value: 340.58696155. iteration 4708 found worse value: 340.58696155. iteration 4709 found worse value: 340.58696155. iteration 4709, perturbing to get out of local maxima iteration 4710 found worse value: 340.58696155. iteration 4711 found worse value: 340.58696155. iteration 4712 found worse value: 340.58696155. iteration 4713 found worse value: 340.58696155. iteration 4713, perturbing to get out of local maxima iteration 4714 found worse value: 340.58696155. iteration 4714, perturbing to get out of local maxima iteration 4715 found worse value: 340.58696155. iteration 4716 found worse value: 340.58696155. iteration 4717 found worse value: 340.58696155. iteration 4718 found worse value: 340.58696155. iteration 4719 found worse value: 340.58696155. iteration 4720 found worse value: 340.58696155. iteration 4721 found worse value: 340.58696155. iteration 4722 found worse value: 340.58696155. iteration 4723 found worse value: 340.58696155. iteration 4724 found worse value: 340.58696155. iteration 4725 found worse value: 340.58696155. iteration 4726 found worse value: 340.58696155. iteration 4727 found worse value: 340.58696155. iteration 4728 found worse value: 340.58696155. iteration 4729 found worse value: 340.58696155. iteration 4730 found worse value: 340.58696155. iteration 4731 found worse value: 340.58696155. iteration 4732 found worse value: 340.58696155. iteration 4733 found worse value: 340.58696155. iteration 4734 found worse value: 340.58696155. iteration 4735 found worse value: 340.58696155. iteration 4736 found worse value: 340.58696155. iteration 4737 found worse value: 340.58696155. iteration 4738 found worse value: 340.58696155. iteration 4739 found worse value: 340.58696155. iteration 4740 found worse value: 340.58696155. iteration 4741 found worse value: 340.58696155. iteration 4742 found worse value: 340.58696155. iteration 4743 found worse value: 340.58696155. iteration 4744 found worse value: 340.58696155. iteration 4745 found worse value: 340.58696155. iteration 4746 found worse value: 340.58696155. iteration 4747 found worse value: 340.58696155. iteration 4748 found worse value: 340.58696155. iteration 4749 found worse value: 340.58696155. iteration 4749, perturbing to get out of local maxima iteration 4750 found worse value: 340.58696155. iteration 4750, perturbing to get out of local maxima iteration 4751 found worse value: 340.58696155. iteration 4752 found worse value: 340.58696155. iteration 4753 found worse value: 340.58696155. iteration 4753, perturbing to get out of local maxima iteration 4754 found worse value: 340.58696155. iteration 4755 found worse value: 340.58696155. iteration 4756 found worse value: 340.58696155. iteration 4757 found worse value: 340.58696155. iteration 4757, perturbing to get out of local maxima iteration 4758 found worse value: 340.58696155. iteration 4758, perturbing to get out of local maxima iteration 4759 found worse value: 340.58696155. iteration 4760 found worse value: 340.58696155. iteration 4761 found worse value: 340.58696155. iteration 4761, perturbing to get out of local maxima iteration 4762 found worse value: 340.58696155. iteration 4763 found worse value: 340.58696155. iteration 4764 found worse value: 340.58696155. iteration 4765 found worse value: 340.58696155. iteration 4766 found worse value: 340.58696155. iteration 4767 found worse value: 340.58696155. iteration 4768 found worse value: 340.58696155. iteration 4769 found worse value: 340.58696155. iteration 4770 found worse value: 340.58696155. iteration 4771 found worse value: 340.58696155. iteration 4772 found worse value: 340.58696155. iteration 4773 found worse value: 340.58696155. iteration 4774 found worse value: 340.58696155. iteration 4775 found worse value: 340.58696155. iteration 4775, perturbing to get out of local maxima iteration 4776 found worse value: 340.58696155. iteration 4777 found worse value: 340.58696155. iteration 4778 found worse value: 340.58696155. iteration 4779 found worse value: 340.58696155. iteration 4780 found worse value: 340.58696155. iteration 4781 found worse value: 340.58696155. iteration 4782 found worse value: 340.58696155. iteration 4783 found worse value: 340.58696155. iteration 4784 found worse value: 340.58696155. iteration 4785 found worse value: 340.58696155. iteration 4786 found worse value: 340.58696155. iteration 4786, perturbing to get out of local maxima iteration 4787 found worse value: 340.58696155. iteration 4788 found worse value: 340.58696155. iteration 4789 found worse value: 340.58696155. iteration 4790 found worse value: 340.58696155. iteration 4791 found worse value: 340.58696155. iteration 4792 found worse value: 340.58696155. iteration 4793 found worse value: 340.58696155. iteration 4794 found worse value: 340.58696155. iteration 4795 found worse value: 340.58696155. iteration 4796 found worse value: 340.58696155. iteration 4797 found worse value: 340.58696155. iteration 4797, perturbing to get out of local maxima iteration 4798 found worse value: 340.58696155. iteration 4799 found worse value: 340.58696155. iteration 4800 found worse value: 340.58696155. iteration 4800, perturbing to get out of local maxima iteration 4801 found worse value: 340.58696155. iteration 4801, perturbing to get out of local maxima iteration 4802 found worse value: 340.58696155. iteration 4803 found worse value: 340.58696155. iteration 4803, perturbing to get out of local maxima iteration 4804 found worse value: 340.58696155. iteration 4805 found worse value: 340.58696155. iteration 4806 found worse value: 340.58696155. iteration 4807 found worse value: 340.58696155. iteration 4808 found worse value: 340.58696155. iteration 4809 found worse value: 340.58696155. iteration 4810 found worse value: 340.58696155. iteration 4811 found worse value: 340.58696155. iteration 4812 found worse value: 340.58696155. iteration 4813 found worse value: 340.58696155. iteration 4814 found worse value: 340.58696155. iteration 4815 found worse value: 340.58696155. iteration 4815, perturbing to get out of local maxima iteration 4816 found worse value: 340.58696155. iteration 4817 found worse value: 340.58696155. iteration 4818 found worse value: 340.58696155. iteration 4819 found worse value: 340.58696155. iteration 4820 found worse value: 340.58696155. iteration 4821 found worse value: 340.58696155. iteration 4821, perturbing to get out of local maxima iteration 4822 found worse value: 340.58696155. iteration 4823 found worse value: 340.58696155. iteration 4824 found worse value: 340.58696155. iteration 4825 found worse value: 340.58696155. iteration 4825, perturbing to get out of local maxima iteration 4826 found worse value: 340.58696155. iteration 4826, perturbing to get out of local maxima iteration 4827 found worse value: 340.58696155. iteration 4828 found worse value: 340.58696155. iteration 4829 found worse value: 340.58696155. iteration 4830 found worse value: 340.58696155. iteration 4831 found worse value: 340.58696155. iteration 4831, perturbing to get out of local maxima iteration 4832 found worse value: 340.58696155. iteration 4833 found worse value: 340.58696155. iteration 4834 found worse value: 340.58696155. iteration 4835 found worse value: 340.58696155. iteration 4836 found worse value: 340.58696155. iteration 4837 found worse value: 340.58696155. iteration 4837, perturbing to get out of local maxima iteration 4838 found worse value: 340.58696155. iteration 4839 found worse value: 340.58696155. iteration 4840 found worse value: 340.58696155. iteration 4841 found worse value: 340.58696155. iteration 4842 found worse value: 340.58696155. iteration 4843 found worse value: 340.58696155. iteration 4844 found worse value: 340.58696155. iteration 4845 found worse value: 340.58696155. iteration 4846 found worse value: 340.58696155. iteration 4847 found worse value: 340.58696155. iteration 4848 found worse value: 340.58696155. iteration 4849 found worse value: 340.58696155. iteration 4850 found worse value: 340.58696155. iteration 4851 found worse value: 340.58696155. iteration 4852 found worse value: 340.58696155. iteration 4853 found worse value: 340.58696155. iteration 4854 found worse value: 340.58696155. iteration 4855 found worse value: 340.58696155. iteration 4856 found worse value: 340.58696155. iteration 4857 found worse value: 340.58696155. iteration 4858 found worse value: 340.58696155. iteration 4859 found worse value: 340.58696155. iteration 4860 found worse value: 340.58696155. iteration 4861 found worse value: 340.58696155. iteration 4862 found worse value: 340.58696155. iteration 4862, perturbing to get out of local maxima iteration 4863 found worse value: 340.58696155. iteration 4864 found worse value: 340.58696155. iteration 4865 found worse value: 340.58696155. iteration 4866 found worse value: 340.58696155. iteration 4867 found worse value: 340.58696155. iteration 4868 found worse value: 340.58696155. iteration 4869 found worse value: 340.58696155. iteration 4870 found worse value: 340.58696155. iteration 4871 found worse value: 340.58696155. iteration 4872 found worse value: 340.58696155. iteration 4873 found worse value: 340.58696155. iteration 4874 found worse value: 340.58696155. iteration 4874, perturbing to get out of local maxima iteration 4875 found worse value: 340.58696155. iteration 4876 found worse value: 340.58696155. iteration 4877 found worse value: 340.58696155. iteration 4878 found worse value: 340.58696155. iteration 4879 found worse value: 340.58696155. iteration 4880 found worse value: 340.58696155. iteration 4881 found worse value: 340.58696155. iteration 4882 found worse value: 340.58696155. iteration 4883 found worse value: 340.58696155. iteration 4884 found worse value: 340.58696155. iteration 4885 found worse value: 340.58696155. iteration 4885, perturbing to get out of local maxima iteration 4886 found worse value: 340.58696155. iteration 4887 found worse value: 340.58696155. iteration 4888 found worse value: 340.58696155. iteration 4888, perturbing to get out of local maxima iteration 4889 found worse value: 340.58696155. iteration 4889, perturbing to get out of local maxima iteration 4890 found worse value: 340.58696155. iteration 4891 found worse value: 340.58696155. iteration 4892 found worse value: 340.58696155. iteration 4893 found worse value: 340.58696155. iteration 4894 found worse value: 340.58696155. iteration 4895 found worse value: 340.58696155. iteration 4896 found worse value: 340.58696155. iteration 4897 found worse value: 340.58696155. iteration 4898 found worse value: 340.58696155. iteration 4899 found worse value: 340.58696155. iteration 4899, perturbing to get out of local maxima iteration 4900 found worse value: 340.58696155. iteration 4900, perturbing to get out of local maxima iteration 4901 found worse value: 340.58696155. iteration 4902 found worse value: 340.58696155. iteration 4903 found worse value: 340.58696155. iteration 4904 found worse value: 340.58696155. iteration 4905 found worse value: 340.58696155. iteration 4906 found worse value: 340.58696155. iteration 4907 found worse value: 340.58696155. iteration 4908 found worse value: 340.58696155. iteration 4909 found worse value: 340.58696155. iteration 4910 found worse value: 340.58696155. iteration 4911 found worse value: 340.58696155. iteration 4912 found worse value: 340.58696155. iteration 4913 found worse value: 340.58696155. iteration 4914 found worse value: 340.58696155. iteration 4915 found worse value: 340.58696155. iteration 4916 found worse value: 340.58696155. iteration 4917 found worse value: 340.58696155. iteration 4918 found worse value: 340.58696155. iteration 4919 found worse value: 340.58696155. iteration 4920 found worse value: 340.58696155. iteration 4921 found worse value: 340.58696155. iteration 4922 found worse value: 340.58696155. iteration 4923 found worse value: 340.58696155. iteration 4924 found worse value: 340.58696155. iteration 4925 found worse value: 340.58696155. iteration 4926 found worse value: 340.58696155. iteration 4927 found worse value: 340.58696155. iteration 4928 found worse value: 340.58696155. iteration 4928, perturbing to get out of local maxima iteration 4929 found worse value: 340.58696155. iteration 4930 found worse value: 340.58696155. iteration 4931 found worse value: 340.58696155. iteration 4932 found worse value: 340.58696155. iteration 4933 found worse value: 340.58696155. iteration 4934 found worse value: 340.58696155. iteration 4935 found worse value: 340.58696155. iteration 4936 found worse value: 340.58696155. iteration 4937 found worse value: 340.58696155. iteration 4938 found worse value: 340.58696155. iteration 4938, perturbing to get out of local maxima iteration 4939 found worse value: 340.58696155. iteration 4940 found worse value: 340.58696155. iteration 4940, perturbing to get out of local maxima iteration 4941 found worse value: 340.58696155. iteration 4942 found worse value: 340.58696155. iteration 4943 found worse value: 340.58696155. iteration 4944 found worse value: 340.58696155. iteration 4944, perturbing to get out of local maxima iteration 4945 found worse value: 340.58696155. iteration 4946 found worse value: 340.58696155. iteration 4947 found worse value: 340.58696155. iteration 4948 found worse value: 340.58696155. iteration 4948, perturbing to get out of local maxima iteration 4949 found worse value: 340.58696155. iteration 4950 found worse value: 340.58696155. iteration 4951 found worse value: 340.58696155. iteration 4952 found worse value: 340.58696155. iteration 4953 found worse value: 340.58696155. iteration 4954 found worse value: 340.58696155. iteration 4955 found worse value: 340.58696155. iteration 4956 found worse value: 340.58696155. iteration 4957 found worse value: 340.58696155. iteration 4958 found worse value: 340.58696155. iteration 4959 found worse value: 340.58696155. iteration 4960 found worse value: 340.58696155. iteration 4961 found worse value: 340.58696155. iteration 4962 found worse value: 340.58696155. iteration 4963 found worse value: 340.58696155. iteration 4964 found worse value: 340.58696155. iteration 4965 found worse value: 340.58696155. iteration 4966 found worse value: 340.58696155. iteration 4967 found worse value: 340.58696155. iteration 4968 found worse value: 340.58696155. iteration 4969 found worse value: 340.58696155. iteration 4969, perturbing to get out of local maxima iteration 4970 found worse value: 340.58696155. iteration 4971 found worse value: 340.58696155. iteration 4972 found worse value: 340.58696155. iteration 4973 found worse value: 340.58696155. iteration 4974 found worse value: 340.58696155. iteration 4974, perturbing to get out of local maxima iteration 4975 found worse value: 340.58696155. iteration 4976 found worse value: 340.58696155. iteration 4977 found worse value: 340.58696155. iteration 4978 found worse value: 340.58696155. iteration 4979 found worse value: 340.58696155. iteration 4980 found worse value: 340.58696155. iteration 4981 found worse value: 340.58696155. iteration 4982 found worse value: 340.58696155. iteration 4983 found worse value: 340.58696155. iteration 4984 found worse value: 340.58696155. iteration 4985 found worse value: 340.58696155. iteration 4985, perturbing to get out of local maxima iteration 4986 found worse value: 340.58696155. iteration 4986, perturbing to get out of local maxima iteration 4987 found worse value: 340.58696155. iteration 4988 found worse value: 340.58696155. iteration 4989 found worse value: 340.58696155. iteration 4990 found worse value: 340.58696155. iteration 4991 found worse value: 340.58696155. iteration 4992 found worse value: 340.58696155. iteration 4993 found worse value: 340.58696155. iteration 4994 found worse value: 340.58696155. iteration 4995 found worse value: 340.58696155. iteration 4996 found worse value: 340.58696155. iteration 4997 found worse value: 340.58696155. iteration 4998 found worse value: 340.58696155. iteration 4999 found worse value: 340.58696155. iteration 5000 found worse value: 340.58696155. iteration 5001 found worse value: 340.58696155. iteration 5002 found worse value: 340.58696155. iteration 5002, perturbing to get out of local maxima iteration 5003 found worse value: 340.58696155. iteration 5004 found worse value: 340.58696155. iteration 5005 found worse value: 340.58696155. iteration 5006 found worse value: 340.58696155. iteration 5007 found worse value: 340.58696155. iteration 5008 found worse value: 340.58696155. iteration 5009 found worse value: 340.58696155. iteration 5010 found worse value: 340.58696155. iteration 5011 found worse value: 340.58696155. iteration 5012 found worse value: 340.58696155. iteration 5013 found worse value: 340.58696155. iteration 5014 found worse value: 340.58696155. iteration 5015 found worse value: 340.58696155. iteration 5016 found worse value: 340.58696155. iteration 5017 found worse value: 340.58696155. iteration 5018 found worse value: 340.58696155. iteration 5019 found worse value: 340.58696155. iteration 5020 found worse value: 340.58696155. iteration 5020, perturbing to get out of local maxima iteration 5021 found worse value: 340.58696155. iteration 5022 found worse value: 340.58696155. iteration 5023 found worse value: 340.58696155. iteration 5024 found worse value: 340.58696155. iteration 5025 found worse value: 340.58696155. iteration 5025, perturbing to get out of local maxima iteration 5026 found worse value: 340.58696155. iteration 5027 found worse value: 340.58696155. iteration 5028 found worse value: 340.58696155. iteration 5029 found worse value: 340.58696155. iteration 5030 found worse value: 340.58696155. iteration 5031 found worse value: 340.58696155. iteration 5032 found worse value: 340.58696155. iteration 5033 found worse value: 340.58696155. iteration 5034 found worse value: 340.58696155. iteration 5035 found worse value: 340.58696155. iteration 5036 found worse value: 340.58696155. iteration 5037 found worse value: 340.58696155. iteration 5038 found worse value: 340.58696155. iteration 5038, perturbing to get out of local maxima iteration 5039 found worse value: 340.58696155. iteration 5040 found worse value: 340.58696155. iteration 5041 found worse value: 340.58696155. iteration 5041, perturbing to get out of local maxima iteration 5042 found worse value: 340.58696155. iteration 5043 found worse value: 340.58696155. iteration 5044 found worse value: 340.58696155. iteration 5044, perturbing to get out of local maxima iteration 5045 found worse value: 340.58696155. iteration 5046 found worse value: 340.58696155. iteration 5046, perturbing to get out of local maxima iteration 5047 found worse value: 340.58696155. iteration 5048 found worse value: 340.58696155. iteration 5049 found worse value: 340.58696155. iteration 5050 found worse value: 340.58696155. iteration 5050, perturbing to get out of local maxima iteration 5051 found worse value: 340.58696155. iteration 5052 found worse value: 340.58696155. iteration 5053 found worse value: 340.58696155. iteration 5054 found worse value: 340.58696155. iteration 5055 found worse value: 340.58696155. iteration 5056 found worse value: 340.58696155. iteration 5057 found worse value: 340.58696155. iteration 5057, perturbing to get out of local maxima iteration 5058 found worse value: 340.58696155. iteration 5059 found worse value: 340.58696155. iteration 5059, perturbing to get out of local maxima iteration 5060 found worse value: 340.58696155. iteration 5061 found worse value: 340.58696155. iteration 5062 found worse value: 340.58696155. iteration 5063 found worse value: 340.58696155. iteration 5063, perturbing to get out of local maxima iteration 5064 found worse value: 340.58696155. iteration 5065 found worse value: 340.58696155. iteration 5066 found worse value: 340.58696155. iteration 5067 found worse value: 340.58696155. iteration 5068 found worse value: 340.58696155. iteration 5069 found worse value: 340.58696155. iteration 5069, perturbing to get out of local maxima iteration 5070 found worse value: 340.58696155. iteration 5071 found worse value: 340.58696155. iteration 5071, perturbing to get out of local maxima iteration 5072 found worse value: 340.58696155. iteration 5073 found worse value: 340.58696155. iteration 5074 found worse value: 340.58696155. iteration 5075 found worse value: 340.58696155. iteration 5076 found worse value: 340.58696155. iteration 5077 found worse value: 340.58696155. iteration 5078 found worse value: 340.58696155. iteration 5078, perturbing to get out of local maxima iteration 5079 found worse value: 340.58696155. iteration 5080 found worse value: 340.58696155. iteration 5081 found worse value: 340.58696155. iteration 5082 found worse value: 340.58696155. iteration 5083 found worse value: 340.58696155. iteration 5084 found worse value: 340.58696155. iteration 5085 found worse value: 340.58696155. iteration 5086 found worse value: 340.58696155. iteration 5087 found worse value: 340.58696155. iteration 5088 found worse value: 340.58696155. iteration 5088, perturbing to get out of local maxima iteration 5089 found worse value: 340.58696155. iteration 5089, perturbing to get out of local maxima iteration 5090 found worse value: 340.58696155. iteration 5091 found worse value: 340.58696155. iteration 5092 found worse value: 340.58696155. iteration 5093 found worse value: 340.58696155. iteration 5094 found worse value: 340.58696155. iteration 5095 found worse value: 340.58696155. iteration 5096 found worse value: 340.58696155. iteration 5097 found worse value: 340.58696155. iteration 5098 found worse value: 340.58696155. iteration 5099 found worse value: 340.58696155. iteration 5100 found worse value: 340.58696155. iteration 5101 found worse value: 340.58696155. iteration 5101, perturbing to get out of local maxima iteration 5102 found worse value: 340.58696155. iteration 5103 found worse value: 340.58696155. iteration 5104 found worse value: 340.58696155. iteration 5105 found worse value: 340.58696155. iteration 5106 found worse value: 340.58696155. iteration 5107 found worse value: 340.58696155. iteration 5108 found worse value: 340.58696155. iteration 5109 found worse value: 340.58696155. iteration 5110 found worse value: 340.58696155. iteration 5111 found worse value: 340.58696155. iteration 5112 found worse value: 340.58696155. iteration 5113 found worse value: 340.58696155. iteration 5114 found worse value: 340.58696155. iteration 5115 found worse value: 340.58696155. iteration 5116 found worse value: 340.58696155. iteration 5117 found worse value: 340.58696155. iteration 5118 found worse value: 340.58696155. iteration 5119 found worse value: 340.58696155. iteration 5119, perturbing to get out of local maxima iteration 5120 found worse value: 340.58696155. iteration 5121 found worse value: 340.58696155. iteration 5121, perturbing to get out of local maxima iteration 5122 found worse value: 340.58696155. iteration 5122, perturbing to get out of local maxima iteration 5123 found worse value: 340.58696155. iteration 5124 found worse value: 340.58696155. iteration 5125 found worse value: 340.58696155. iteration 5126 found worse value: 340.58696155. iteration 5127 found worse value: 340.58696155. iteration 5128 found worse value: 340.58696155. iteration 5129 found worse value: 340.58696155. iteration 5129, perturbing to get out of local maxima iteration 5130 found worse value: 340.58696155. iteration 5130, perturbing to get out of local maxima iteration 5131 found worse value: 340.58696155. iteration 5132 found worse value: 340.58696155. iteration 5133 found worse value: 340.58696155. iteration 5134 found worse value: 340.58696155. iteration 5135 found worse value: 340.58696155. iteration 5136 found worse value: 340.58696155. iteration 5137 found worse value: 340.58696155. iteration 5138 found worse value: 340.58696155. iteration 5139 found worse value: 340.58696155. iteration 5140 found worse value: 340.58696155. iteration 5141 found worse value: 340.58696155. iteration 5142 found worse value: 340.58696155. iteration 5143 found worse value: 340.58696155. iteration 5144 found worse value: 340.58696155. iteration 5145 found worse value: 340.58696155. iteration 5146 found worse value: 340.58696155. iteration 5147 found worse value: 340.58696155. iteration 5148 found worse value: 340.58696155. iteration 5149 found worse value: 340.58696155. iteration 5150 found worse value: 340.58696155. iteration 5151 found worse value: 340.58696155. iteration 5152 found worse value: 340.58696155. iteration 5153 found worse value: 340.58696155. iteration 5153, perturbing to get out of local maxima iteration 5154 found worse value: 340.58696155. iteration 5155 found worse value: 340.58696155. iteration 5156 found worse value: 340.58696155. iteration 5157 found worse value: 340.58696155. iteration 5158 found worse value: 340.58696155. iteration 5159 found worse value: 340.58696155. iteration 5160 found worse value: 340.58696155. iteration 5161 found worse value: 340.58696155. iteration 5162 found worse value: 340.58696155. iteration 5163 found worse value: 340.58696155. iteration 5164 found worse value: 340.58696155. iteration 5165 found worse value: 340.58696155. iteration 5166 found worse value: 340.58696155. iteration 5167 found worse value: 340.58696155. iteration 5168 found worse value: 340.58696155. iteration 5169 found worse value: 340.58696155. iteration 5170 found worse value: 340.58696155. iteration 5170, perturbing to get out of local maxima iteration 5171 found worse value: 340.58696155. iteration 5172 found worse value: 340.58696155. iteration 5173 found worse value: 340.58696155. iteration 5174 found worse value: 340.58696155. iteration 5175 found worse value: 340.58696155. iteration 5176 found worse value: 340.58696155. iteration 5177 found worse value: 340.58696155. iteration 5178 found worse value: 340.58696155. iteration 5179 found worse value: 340.58696155. iteration 5180 found worse value: 340.58696155. iteration 5181 found worse value: 340.58696155. iteration 5182 found worse value: 340.58696155. iteration 5183 found worse value: 340.58696155. iteration 5184 found worse value: 340.58696155. iteration 5184, perturbing to get out of local maxima iteration 5185 found worse value: 340.58696155. iteration 5185, perturbing to get out of local maxima iteration 5186 found worse value: 340.58696155. iteration 5187 found worse value: 340.58696155. iteration 5188 found worse value: 340.58696155. iteration 5189 found worse value: 340.58696155. iteration 5190 found worse value: 340.58696155. iteration 5191 found worse value: 340.58696155. iteration 5191, perturbing to get out of local maxima iteration 5192 found worse value: 340.58696155. iteration 5193 found worse value: 340.58696155. iteration 5194 found worse value: 340.58696155. iteration 5195 found worse value: 340.58696155. iteration 5196 found worse value: 340.58696155. iteration 5197 found worse value: 340.58696155. iteration 5198 found worse value: 340.58696155. iteration 5198, perturbing to get out of local maxima iteration 5199 found worse value: 340.58696155. iteration 5200 found worse value: 340.58696155. iteration 5201 found worse value: 340.58696155. iteration 5202 found worse value: 340.58696155. iteration 5203 found worse value: 340.58696155. iteration 5204 found worse value: 340.58696155. iteration 5205 found worse value: 340.58696155. iteration 5206 found worse value: 340.58696155. iteration 5206, perturbing to get out of local maxima iteration 5207 found worse value: 340.58696155. iteration 5207, perturbing to get out of local maxima iteration 5208 found worse value: 340.58696155. iteration 5209 found worse value: 340.58696155. iteration 5209, perturbing to get out of local maxima iteration 5210 found worse value: 340.58696155. iteration 5211 found worse value: 340.58696155. iteration 5211, perturbing to get out of local maxima iteration 5212 found worse value: 340.58696155. iteration 5213 found worse value: 340.58696155. iteration 5213, perturbing to get out of local maxima iteration 5214 found worse value: 340.58696155. iteration 5215 found worse value: 340.58696155. iteration 5216 found worse value: 340.58696155. iteration 5217 found worse value: 340.58696155. iteration 5218 found worse value: 340.58696155. iteration 5218, perturbing to get out of local maxima iteration 5219 found worse value: 340.58696155. iteration 5220 found worse value: 340.58696155. iteration 5221 found worse value: 340.58696155. iteration 5222 found worse value: 340.58696155. iteration 5223 found worse value: 340.58696155. iteration 5224 found worse value: 340.58696155. iteration 5225 found worse value: 340.58696155. iteration 5226 found worse value: 340.58696155. iteration 5227 found worse value: 340.58696155. iteration 5228 found worse value: 340.58696155. iteration 5229 found worse value: 340.58696155. iteration 5230 found worse value: 340.58696155. iteration 5231 found worse value: 340.58696155. iteration 5232 found worse value: 340.58696155. iteration 5233 found worse value: 340.58696155. iteration 5234 found worse value: 340.58696155. iteration 5235 found worse value: 340.58696155. iteration 5236 found worse value: 340.58696155. iteration 5237 found worse value: 340.58696155. iteration 5237, perturbing to get out of local maxima iteration 5238 found worse value: 340.58696155. iteration 5239 found worse value: 340.58696155. iteration 5240 found worse value: 340.58696155. iteration 5241 found worse value: 340.58696155. iteration 5241, perturbing to get out of local maxima iteration 5242 found worse value: 340.58696155. iteration 5243 found worse value: 340.58696155. iteration 5244 found worse value: 340.58696155. iteration 5245 found worse value: 340.58696155. iteration 5246 found worse value: 340.58696155. iteration 5247 found worse value: 340.58696155. iteration 5247, perturbing to get out of local maxima iteration 5248 found worse value: 340.58696155. iteration 5249 found worse value: 340.58696155. iteration 5250 found worse value: 340.58696155. iteration 5251 found worse value: 340.58696155. iteration 5252 found worse value: 340.58696155. iteration 5253 found worse value: 340.58696155. iteration 5254 found worse value: 340.58696155. iteration 5255 found worse value: 340.58696155. iteration 5256 found worse value: 340.58696155. iteration 5257 found worse value: 340.58696155. iteration 5258 found worse value: 340.58696155. iteration 5259 found worse value: 340.58696155. iteration 5260 found worse value: 340.58696155. iteration 5261 found worse value: 340.58696155. iteration 5261, perturbing to get out of local maxima iteration 5262 found worse value: 340.58696155. iteration 5263 found worse value: 340.58696155. iteration 5264 found worse value: 340.58696155. iteration 5265 found worse value: 340.58696155. iteration 5266 found worse value: 340.58696155. iteration 5267 found worse value: 340.58696155. iteration 5268 found worse value: 340.58696155. iteration 5268, perturbing to get out of local maxima iteration 5269 found worse value: 340.58696155. iteration 5270 found worse value: 340.58696155. iteration 5271 found worse value: 340.58696155. iteration 5272 found worse value: 340.58696155. iteration 5273 found worse value: 340.58696155. iteration 5274 found worse value: 340.58696155. iteration 5275 found worse value: 340.58696155. iteration 5276 found worse value: 340.58696155. iteration 5277 found worse value: 340.58696155. iteration 5278 found worse value: 340.58696155. iteration 5279 found worse value: 340.58696155. iteration 5280 found worse value: 340.58696155. iteration 5281 found worse value: 340.58696155. iteration 5282 found worse value: 340.58696155. iteration 5283 found worse value: 340.58696155. iteration 5284 found worse value: 340.58696155. iteration 5284, perturbing to get out of local maxima iteration 5285 found worse value: 340.58696155. iteration 5286 found worse value: 340.58696155. iteration 5286, perturbing to get out of local maxima iteration 5287 found worse value: 340.58696155. iteration 5287, perturbing to get out of local maxima iteration 5288 found worse value: 340.58696155. iteration 5289 found worse value: 340.58696155. iteration 5290 found worse value: 340.58696155. iteration 5291 found worse value: 340.58696155. iteration 5292 found worse value: 340.58696155. iteration 5293 found worse value: 340.58696155. iteration 5294 found worse value: 340.58696155. iteration 5295 found worse value: 340.58696155. iteration 5296 found worse value: 340.58696155. iteration 5297 found worse value: 340.58696155. iteration 5298 found worse value: 340.58696155. iteration 5299 found worse value: 340.58696155. iteration 5300 found worse value: 340.58696155. iteration 5301 found worse value: 340.58696155. iteration 5302 found worse value: 340.58696155. iteration 5303 found worse value: 340.58696155. iteration 5304 found worse value: 340.58696155. iteration 5305 found worse value: 340.58696155. iteration 5306 found worse value: 340.58696155. iteration 5307 found worse value: 340.58696155. iteration 5308 found worse value: 340.58696155. iteration 5309 found worse value: 340.58696155. iteration 5310 found worse value: 340.58696155. iteration 5311 found worse value: 340.58696155. iteration 5312 found worse value: 340.58696155. iteration 5313 found worse value: 340.58696155. iteration 5314 found worse value: 340.58696155. iteration 5315 found worse value: 340.58696155. iteration 5316 found worse value: 340.58696155. iteration 5317 found worse value: 340.58696155. iteration 5318 found worse value: 340.58696155. iteration 5318, perturbing to get out of local maxima iteration 5319 found worse value: 340.58696155. iteration 5320 found worse value: 340.58696155. iteration 5321 found worse value: 340.58696155. iteration 5322 found worse value: 340.58696155. iteration 5323 found worse value: 340.58696155. iteration 5324 found worse value: 340.58696155. iteration 5325 found worse value: 340.58696155. iteration 5326 found worse value: 340.58696155. iteration 5327 found worse value: 340.58696155. iteration 5328 found worse value: 340.58696155. iteration 5329 found worse value: 340.58696155. iteration 5330 found worse value: 340.58696155. iteration 5331 found worse value: 340.58696155. iteration 5332 found worse value: 340.58696155. iteration 5333 found worse value: 340.58696155. iteration 5334 found worse value: 340.58696155. iteration 5335 found worse value: 340.58696155. iteration 5336 found worse value: 340.58696155. iteration 5337 found worse value: 340.58696155. iteration 5338 found worse value: 340.58696155. iteration 5339 found worse value: 340.58696155. iteration 5340 found worse value: 340.58696155. iteration 5341 found worse value: 340.58696155. iteration 5342 found worse value: 340.58696155. iteration 5343 found worse value: 340.58696155. iteration 5344 found worse value: 340.58696155. iteration 5345 found worse value: 340.58696155. iteration 5346 found worse value: 340.58696155. iteration 5347 found worse value: 340.58696155. iteration 5348 found worse value: 340.58696155. iteration 5349 found worse value: 340.58696155. iteration 5350 found worse value: 340.58696155. iteration 5351 found worse value: 340.58696155. iteration 5351, perturbing to get out of local maxima iteration 5352 found worse value: 340.58696155. iteration 5352, perturbing to get out of local maxima iteration 5353 found worse value: 340.58696155. iteration 5354 found worse value: 340.58696155. iteration 5355 found worse value: 340.58696155. iteration 5356 found worse value: 340.58696155. iteration 5357 found worse value: 340.58696155. iteration 5358 found worse value: 340.58696155. iteration 5359 found worse value: 340.58696155. iteration 5359, perturbing to get out of local maxima iteration 5360 found worse value: 340.58696155. iteration 5361 found worse value: 340.58696155. iteration 5362 found worse value: 340.58696155. iteration 5363 found worse value: 340.58696155. iteration 5364 found worse value: 340.58696155. iteration 5365 found worse value: 340.58696155. iteration 5366 found worse value: 340.58696155. iteration 5367 found worse value: 340.58696155. iteration 5368 found worse value: 340.58696155. iteration 5369 found worse value: 340.58696155. iteration 5370 found worse value: 340.58696155. iteration 5371 found worse value: 340.58696155. iteration 5372 found worse value: 340.58696155. iteration 5373 found worse value: 340.58696155. iteration 5374 found worse value: 340.58696155. iteration 5375 found worse value: 340.58696155. iteration 5376 found worse value: 340.58696155. iteration 5377 found worse value: 340.58696155. iteration 5378 found worse value: 340.58696155. iteration 5379 found worse value: 340.58696155. iteration 5380 found worse value: 340.58696155. iteration 5381 found worse value: 340.58696155. iteration 5382 found worse value: 340.58696155. iteration 5383 found worse value: 340.58696155. iteration 5384 found worse value: 340.58696155. iteration 5385 found worse value: 340.58696155. iteration 5386 found worse value: 340.58696155. iteration 5387 found worse value: 340.58696155. iteration 5388 found worse value: 340.58696155. iteration 5389 found worse value: 340.58696155. iteration 5390 found worse value: 340.58696155. iteration 5391 found worse value: 340.58696155. iteration 5392 found worse value: 340.58696155. iteration 5393 found worse value: 340.58696155. iteration 5394 found worse value: 340.58696155. iteration 5395 found worse value: 340.58696155. iteration 5396 found worse value: 340.58696155. iteration 5397 found worse value: 340.58696155. iteration 5398 found worse value: 340.58696155. iteration 5399 found worse value: 340.58696155. iteration 5400 found worse value: 340.58696155. iteration 5401 found worse value: 340.58696155. iteration 5402 found worse value: 340.58696155. iteration 5403 found worse value: 340.58696155. iteration 5404 found worse value: 340.58696155. iteration 5405 found worse value: 340.58696155. iteration 5406 found worse value: 340.58696155. iteration 5407 found worse value: 340.58696155. iteration 5408 found worse value: 340.58696155. iteration 5409 found worse value: 340.58696155. iteration 5410 found worse value: 340.58696155. iteration 5411 found worse value: 340.58696155. iteration 5412 found worse value: 340.58696155. iteration 5413 found worse value: 340.58696155. iteration 5414 found worse value: 340.58696155. iteration 5415 found worse value: 340.58696155. iteration 5416 found worse value: 340.58696155. iteration 5417 found worse value: 340.58696155. iteration 5418 found worse value: 340.58696155. iteration 5419 found worse value: 340.58696155. iteration 5420 found worse value: 340.58696155. iteration 5421 found worse value: 340.58696155. iteration 5422 found worse value: 340.58696155. iteration 5423 found worse value: 340.58696155. iteration 5424 found worse value: 340.58696155. iteration 5425 found worse value: 340.58696155. iteration 5426 found worse value: 340.58696155. iteration 5427 found worse value: 340.58696155. iteration 5427, perturbing to get out of local maxima iteration 5428 found worse value: 340.58696155. iteration 5429 found worse value: 340.58696155. iteration 5430 found worse value: 340.58696155. iteration 5431 found worse value: 340.58696155. iteration 5432 found worse value: 340.58696155. iteration 5433 found worse value: 340.58696155. iteration 5434 found worse value: 340.58696155. iteration 5435 found worse value: 340.58696155. iteration 5436 found worse value: 340.58696155. iteration 5437 found better value: 340.59296584800006 iteration 5438 found worse value: 340.59296584800006. iteration 5439 found worse value: 340.59296584800006. iteration 5439, perturbing to get out of local maxima iteration 5440 found worse value: 340.59296584800006. iteration 5441 found worse value: 340.59296584800006. iteration 5442 found worse value: 340.59296584800006. iteration 5443 found worse value: 340.59296584800006. iteration 5444 found worse value: 340.59296584800006. iteration 5445 found worse value: 340.59296584800006. iteration 5446 found worse value: 340.59296584800006. iteration 5446, perturbing to get out of local maxima iteration 5447 found worse value: 340.59296584800006. iteration 5448 found worse value: 340.59296584800006. iteration 5449 found worse value: 340.59296584800006. iteration 5450 found worse value: 340.59296584800006. iteration 5451 found worse value: 340.59296584800006. iteration 5452 found worse value: 340.59296584800006. iteration 5453 found worse value: 340.59296584800006. iteration 5454 found worse value: 340.59296584800006. iteration 5455 found worse value: 340.59296584800006. iteration 5456 found worse value: 340.59296584800006. iteration 5457 found worse value: 340.59296584800006. iteration 5458 found worse value: 340.59296584800006. iteration 5458, perturbing to get out of local maxima iteration 5459 found worse value: 340.59296584800006. iteration 5460 found worse value: 340.59296584800006. iteration 5461 found worse value: 340.59296584800006. iteration 5462 found worse value: 340.59296584800006. iteration 5463 found worse value: 340.59296584800006. iteration 5464 found worse value: 340.59296584800006. iteration 5465 found worse value: 340.59296584800006. iteration 5466 found worse value: 340.59296584800006. iteration 5467 found worse value: 340.59296584800006. iteration 5468 found worse value: 340.59296584800006. iteration 5469 found worse value: 340.59296584800006. iteration 5470 found worse value: 340.59296584800006. iteration 5471 found worse value: 340.59296584800006. iteration 5472 found worse value: 340.59296584800006. iteration 5473 found worse value: 340.59296584800006. iteration 5474 found worse value: 340.59296584800006. iteration 5475 found worse value: 340.59296584800006. iteration 5476 found worse value: 340.59296584800006. iteration 5477 found worse value: 340.59296584800006. iteration 5478 found worse value: 340.59296584800006. iteration 5479 found worse value: 340.59296584800006. iteration 5480 found worse value: 340.59296584800006. iteration 5481 found worse value: 340.59296584800006. iteration 5482 found worse value: 340.59296584800006. iteration 5483 found worse value: 340.59296584800006. iteration 5484 found worse value: 340.59296584800006. iteration 5485 found worse value: 340.59296584800006. iteration 5486 found worse value: 340.59296584800006. iteration 5486, perturbing to get out of local maxima iteration 5487 found worse value: 340.59296584800006. iteration 5488 found worse value: 340.59296584800006. iteration 5489 found worse value: 340.59296584800006. iteration 5490 found worse value: 340.59296584800006. iteration 5491 found worse value: 340.59296584800006. iteration 5492 found worse value: 340.59296584800006. iteration 5493 found worse value: 340.59296584800006. iteration 5494 found worse value: 340.59296584800006. iteration 5495 found worse value: 340.59296584800006. iteration 5496 found worse value: 340.59296584800006. iteration 5497 found worse value: 340.59296584800006. iteration 5498 found worse value: 340.59296584800006. iteration 5499 found worse value: 340.59296584800006. iteration 5500 found worse value: 340.59296584800006. iteration 5501 found worse value: 340.59296584800006. iteration 5502 found worse value: 340.59296584800006. iteration 5503 found worse value: 340.59296584800006. iteration 5504 found worse value: 340.59296584800006. iteration 5505 found worse value: 340.59296584800006. iteration 5506 found worse value: 340.59296584800006. iteration 5507 found worse value: 340.59296584800006. iteration 5508 found worse value: 340.59296584800006. iteration 5508, perturbing to get out of local maxima iteration 5509 found worse value: 340.59296584800006. iteration 5510 found worse value: 340.59296584800006. iteration 5511 found worse value: 340.59296584800006. iteration 5512 found worse value: 340.59296584800006. iteration 5513 found worse value: 340.59296584800006. iteration 5514 found worse value: 340.59296584800006. iteration 5515 found worse value: 340.59296584800006. iteration 5516 found worse value: 340.59296584800006. iteration 5517 found worse value: 340.59296584800006. iteration 5518 found worse value: 340.59296584800006. iteration 5519 found worse value: 340.59296584800006. iteration 5520 found worse value: 340.59296584800006. iteration 5521 found worse value: 340.59296584800006. iteration 5522 found worse value: 340.59296584800006. iteration 5523 found worse value: 340.59296584800006. iteration 5524 found worse value: 340.59296584800006. iteration 5525 found worse value: 340.59296584800006. iteration 5525, perturbing to get out of local maxima iteration 5526 found worse value: 340.59296584800006. iteration 5527 found worse value: 340.59296584800006. iteration 5528 found worse value: 340.59296584800006. iteration 5529 found worse value: 340.59296584800006. iteration 5530 found worse value: 340.59296584800006. iteration 5531 found worse value: 340.59296584800006. iteration 5532 found worse value: 340.59296584800006. iteration 5533 found worse value: 340.59296584800006. iteration 5534 found worse value: 340.59296584800006. iteration 5535 found worse value: 340.59296584800006. iteration 5536 found worse value: 340.59296584800006. iteration 5537 found worse value: 340.59296584800006. iteration 5538 found worse value: 340.59296584800006. iteration 5538, perturbing to get out of local maxima iteration 5539 found worse value: 340.59296584800006. iteration 5540 found worse value: 340.59296584800006. iteration 5541 found worse value: 340.59296584800006. iteration 5542 found worse value: 340.59296584800006. iteration 5543 found worse value: 340.59296584800006. iteration 5544 found worse value: 340.59296584800006. iteration 5545 found worse value: 340.59296584800006. iteration 5546 found worse value: 340.59296584800006. iteration 5547 found worse value: 340.59296584800006. iteration 5548 found worse value: 340.59296584800006. iteration 5549 found worse value: 340.59296584800006. iteration 5550 found worse value: 340.59296584800006. iteration 5551 found worse value: 340.59296584800006. iteration 5552 found worse value: 340.59296584800006. iteration 5552, perturbing to get out of local maxima iteration 5553 found worse value: 340.59296584800006. iteration 5554 found worse value: 340.59296584800006. iteration 5555 found worse value: 340.59296584800006. iteration 5555, perturbing to get out of local maxima iteration 5556 found worse value: 340.59296584800006. iteration 5557 found worse value: 340.59296584800006. iteration 5558 found worse value: 340.59296584800006. iteration 5559 found worse value: 340.59296584800006. iteration 5560 found worse value: 340.59296584800006. iteration 5561 found worse value: 340.59296584800006. iteration 5562 found worse value: 340.59296584800006. iteration 5563 found worse value: 340.59296584800006. iteration 5564 found worse value: 340.59296584800006. iteration 5565 found worse value: 340.59296584800006. iteration 5566 found worse value: 340.59296584800006. iteration 5567 found worse value: 340.59296584800006. iteration 5568 found worse value: 340.59296584800006. iteration 5569 found worse value: 340.59296584800006. iteration 5570 found worse value: 340.59296584800006. iteration 5571 found worse value: 340.59296584800006. iteration 5572 found worse value: 340.59296584800006. iteration 5573 found worse value: 340.59296584800006. iteration 5574 found worse value: 340.59296584800006. iteration 5575 found worse value: 340.59296584800006. iteration 5576 found worse value: 340.59296584800006. iteration 5577 found worse value: 340.59296584800006. iteration 5578 found worse value: 340.59296584800006. iteration 5579 found worse value: 340.59296584800006. iteration 5580 found worse value: 340.59296584800006. iteration 5580, perturbing to get out of local maxima iteration 5581 found worse value: 340.59296584800006. iteration 5582 found worse value: 340.59296584800006. iteration 5582, perturbing to get out of local maxima iteration 5583 found worse value: 340.59296584800006. iteration 5584 found worse value: 340.59296584800006. iteration 5585 found worse value: 340.59296584800006. iteration 5586 found worse value: 340.59296584800006. iteration 5587 found worse value: 340.59296584800006. iteration 5588 found worse value: 340.59296584800006. iteration 5589 found worse value: 340.59296584800006. iteration 5590 found worse value: 340.59296584800006. iteration 5591 found worse value: 340.59296584800006. iteration 5592 found worse value: 340.59296584800006. iteration 5593 found worse value: 340.59296584800006. iteration 5594 found worse value: 340.59296584800006. iteration 5595 found worse value: 340.59296584800006. iteration 5596 found worse value: 340.59296584800006. iteration 5597 found worse value: 340.59296584800006. iteration 5597, perturbing to get out of local maxima iteration 5598 found worse value: 340.59296584800006. iteration 5599 found worse value: 340.59296584800006. iteration 5600 found worse value: 340.59296584800006. iteration 5601 found worse value: 340.59296584800006. iteration 5602 found worse value: 340.59296584800006. iteration 5603 found worse value: 340.59296584800006. iteration 5604 found worse value: 340.59296584800006. iteration 5605 found worse value: 340.59296584800006. iteration 5606 found worse value: 340.59296584800006. iteration 5607 found worse value: 340.59296584800006. iteration 5608 found worse value: 340.59296584800006. iteration 5609 found worse value: 340.59296584800006. iteration 5610 found worse value: 340.59296584800006. iteration 5611 found worse value: 340.59296584800006. iteration 5611, perturbing to get out of local maxima iteration 5612 found worse value: 340.59296584800006. iteration 5612, perturbing to get out of local maxima iteration 5613 found worse value: 340.59296584800006. iteration 5614 found worse value: 340.59296584800006. iteration 5615 found worse value: 340.59296584800006. iteration 5616 found worse value: 340.59296584800006. iteration 5617 found worse value: 340.59296584800006. iteration 5618 found worse value: 340.59296584800006. iteration 5619 found worse value: 340.59296584800006. iteration 5619, perturbing to get out of local maxima iteration 5620 found worse value: 340.59296584800006. iteration 5621 found worse value: 340.59296584800006. iteration 5622 found worse value: 340.59296584800006. iteration 5622, perturbing to get out of local maxima iteration 5623 found worse value: 340.59296584800006. iteration 5624 found worse value: 340.59296584800006. iteration 5625 found worse value: 340.59296584800006. iteration 5626 found worse value: 340.59296584800006. iteration 5627 found worse value: 340.59296584800006. iteration 5628 found worse value: 340.59296584800006. iteration 5629 found worse value: 340.59296584800006. iteration 5630 found worse value: 340.59296584800006. iteration 5631 found worse value: 340.59296584800006. iteration 5632 found worse value: 340.59296584800006. iteration 5633 found worse value: 340.59296584800006. iteration 5634 found worse value: 340.59296584800006. iteration 5635 found worse value: 340.59296584800006. iteration 5636 found worse value: 340.59296584800006. iteration 5637 found worse value: 340.59296584800006. iteration 5638 found better value: 340.61174656799994 iteration 5639 found worse value: 340.61174656799994. iteration 5640 found worse value: 340.61174656799994. iteration 5641 found worse value: 340.61174656799994. iteration 5642 found worse value: 340.61174656799994. iteration 5643 found worse value: 340.61174656799994. iteration 5644 found worse value: 340.61174656799994. iteration 5645 found better value: 340.676868197 iteration 5646 found worse value: 340.676868197. iteration 5647 found worse value: 340.676868197. iteration 5648 found worse value: 340.676868197. iteration 5649 found worse value: 340.676868197. iteration 5650 found worse value: 340.676868197. iteration 5651 found worse value: 340.676868197. iteration 5652 found worse value: 340.676868197. iteration 5653 found better value: 340.694580141 iteration 5654 found worse value: 340.694580141. iteration 5655 found worse value: 340.694580141. iteration 5656 found worse value: 340.694580141. iteration 5657 found worse value: 340.694580141. iteration 5658 found worse value: 340.694580141. iteration 5659 found worse value: 340.694580141. iteration 5660 found worse value: 340.694580141. iteration 5661 found worse value: 340.694580141. iteration 5662 found worse value: 340.694580141. iteration 5663 found worse value: 340.694580141. iteration 5664 found worse value: 340.694580141. iteration 5665 found worse value: 340.694580141. iteration 5666 found worse value: 340.694580141. iteration 5667 found worse value: 340.694580141. iteration 5668 found worse value: 340.694580141. iteration 5669 found worse value: 340.694580141. iteration 5670 found worse value: 340.694580141. iteration 5671 found worse value: 340.694580141. iteration 5672 found worse value: 340.694580141. iteration 5673 found worse value: 340.694580141. iteration 5673, perturbing to get out of local maxima iteration 5674 found worse value: 340.694580141. iteration 5675 found worse value: 340.694580141. iteration 5676 found worse value: 340.694580141. iteration 5677 found worse value: 340.694580141. iteration 5678 found better value: 340.705556725 iteration 5679 found worse value: 340.705556725. iteration 5680 found worse value: 340.705556725. iteration 5681 found worse value: 340.705556725. iteration 5682 found worse value: 340.705556725. iteration 5682, perturbing to get out of local maxima iteration 5683 found worse value: 340.705556725. iteration 5684 found worse value: 340.705556725. iteration 5685 found worse value: 340.705556725. iteration 5685, perturbing to get out of local maxima iteration 5686 found worse value: 340.705556725. iteration 5687 found worse value: 340.705556725. iteration 5688 found worse value: 340.705556725. iteration 5689 found worse value: 340.705556725. iteration 5690 found worse value: 340.705556725. iteration 5690, perturbing to get out of local maxima iteration 5691 found worse value: 340.705556725. iteration 5692 found worse value: 340.705556725. iteration 5693 found worse value: 340.705556725. iteration 5694 found worse value: 340.705556725. iteration 5695 found worse value: 340.705556725. iteration 5696 found worse value: 340.705556725. iteration 5697 found worse value: 340.705556725. iteration 5698 found worse value: 340.705556725. iteration 5699 found worse value: 340.705556725. iteration 5700 found worse value: 340.705556725. iteration 5701 found worse value: 340.705556725. iteration 5702 found worse value: 340.705556725. iteration 5703 found worse value: 340.705556725. iteration 5703, perturbing to get out of local maxima iteration 5704 found worse value: 340.705556725. iteration 5705 found worse value: 340.705556725. iteration 5706 found worse value: 340.705556725. iteration 5706, perturbing to get out of local maxima iteration 5707 found worse value: 340.705556725. iteration 5708 found worse value: 340.705556725. iteration 5709 found worse value: 340.705556725. iteration 5710 found worse value: 340.705556725. iteration 5711 found worse value: 340.705556725. iteration 5712 found worse value: 340.705556725. iteration 5713 found worse value: 340.705556725. iteration 5714 found worse value: 340.705556725. iteration 5715 found worse value: 340.705556725. iteration 5716 found worse value: 340.705556725. iteration 5717 found worse value: 340.705556725. iteration 5718 found worse value: 340.705556725. iteration 5719 found worse value: 340.705556725. iteration 5720 found worse value: 340.705556725. iteration 5721 found worse value: 340.705556725. iteration 5721, perturbing to get out of local maxima iteration 5722 found worse value: 340.705556725. iteration 5723 found worse value: 340.705556725. iteration 5724 found worse value: 340.705556725. iteration 5725 found worse value: 340.705556725. iteration 5725, perturbing to get out of local maxima iteration 5726 found worse value: 340.705556725. iteration 5727 found worse value: 340.705556725. iteration 5728 found worse value: 340.705556725. iteration 5729 found worse value: 340.705556725. iteration 5730 found worse value: 340.705556725. iteration 5731 found worse value: 340.705556725. iteration 5732 found worse value: 340.705556725. iteration 5733 found worse value: 340.705556725. iteration 5734 found worse value: 340.705556725. iteration 5735 found worse value: 340.705556725. iteration 5736 found worse value: 340.705556725. iteration 5737 found worse value: 340.705556725. iteration 5738 found worse value: 340.705556725. iteration 5738, perturbing to get out of local maxima iteration 5739 found worse value: 340.705556725. iteration 5740 found worse value: 340.705556725. iteration 5741 found worse value: 340.705556725. iteration 5742 found worse value: 340.705556725. iteration 5743 found worse value: 340.705556725. iteration 5744 found worse value: 340.705556725. iteration 5745 found worse value: 340.705556725. iteration 5746 found worse value: 340.705556725. iteration 5747 found worse value: 340.705556725. iteration 5748 found worse value: 340.705556725. iteration 5749 found worse value: 340.705556725. iteration 5750 found worse value: 340.705556725. iteration 5751 found worse value: 340.705556725. iteration 5752 found worse value: 340.705556725. iteration 5753 found worse value: 340.705556725. iteration 5754 found worse value: 340.705556725. iteration 5755 found worse value: 340.705556725. iteration 5756 found worse value: 340.705556725. iteration 5756, perturbing to get out of local maxima iteration 5757 found worse value: 340.705556725. iteration 5758 found worse value: 340.705556725. iteration 5759 found worse value: 340.705556725. iteration 5760 found worse value: 340.705556725. iteration 5761 found worse value: 340.705556725. iteration 5762 found worse value: 340.705556725. iteration 5763 found worse value: 340.705556725. iteration 5764 found worse value: 340.705556725. iteration 5765 found worse value: 340.705556725. iteration 5766 found worse value: 340.705556725. iteration 5767 found worse value: 340.705556725. iteration 5768 found worse value: 340.705556725. iteration 5769 found worse value: 340.705556725. iteration 5770 found worse value: 340.705556725. iteration 5771 found worse value: 340.705556725. iteration 5772 found worse value: 340.705556725. iteration 5773 found worse value: 340.705556725. iteration 5774 found worse value: 340.705556725. iteration 5775 found worse value: 340.705556725. iteration 5775, perturbing to get out of local maxima iteration 5776 found worse value: 340.705556725. iteration 5777 found worse value: 340.705556725. iteration 5778 found worse value: 340.705556725. iteration 5779 found worse value: 340.705556725. iteration 5780 found worse value: 340.705556725. iteration 5781 found worse value: 340.705556725. iteration 5782 found worse value: 340.705556725. iteration 5783 found worse value: 340.705556725. iteration 5784 found worse value: 340.705556725. iteration 5785 found worse value: 340.705556725. iteration 5786 found worse value: 340.705556725. iteration 5787 found worse value: 340.705556725. iteration 5788 found worse value: 340.705556725. iteration 5789 found worse value: 340.705556725. iteration 5790 found worse value: 340.705556725. iteration 5791 found worse value: 340.705556725. iteration 5792 found worse value: 340.705556725. iteration 5793 found worse value: 340.705556725. iteration 5794 found worse value: 340.705556725. iteration 5795 found worse value: 340.705556725. iteration 5796 found worse value: 340.705556725. iteration 5797 found worse value: 340.705556725. iteration 5798 found worse value: 340.705556725. iteration 5799 found worse value: 340.705556725. iteration 5800 found worse value: 340.705556725. iteration 5801 found worse value: 340.705556725. iteration 5801, perturbing to get out of local maxima iteration 5802 found worse value: 340.705556725. iteration 5803 found worse value: 340.705556725. iteration 5804 found worse value: 340.705556725. iteration 5805 found worse value: 340.705556725. iteration 5806 found worse value: 340.705556725. iteration 5807 found worse value: 340.705556725. iteration 5808 found worse value: 340.705556725. iteration 5809 found worse value: 340.705556725. iteration 5810 found worse value: 340.705556725. iteration 5811 found worse value: 340.705556725. iteration 5812 found worse value: 340.705556725. iteration 5813 found worse value: 340.705556725. iteration 5814 found worse value: 340.705556725. iteration 5815 found worse value: 340.705556725. iteration 5816 found worse value: 340.705556725. iteration 5817 found worse value: 340.705556725. iteration 5818 found worse value: 340.705556725. iteration 5819 found worse value: 340.705556725. iteration 5820 found worse value: 340.705556725. iteration 5821 found worse value: 340.705556725. iteration 5822 found worse value: 340.705556725. iteration 5823 found worse value: 340.705556725. iteration 5824 found worse value: 340.705556725. iteration 5825 found worse value: 340.705556725. iteration 5826 found worse value: 340.705556725. iteration 5827 found worse value: 340.705556725. iteration 5828 found worse value: 340.705556725. iteration 5829 found worse value: 340.705556725. iteration 5830 found worse value: 340.705556725. iteration 5831 found worse value: 340.705556725. iteration 5832 found worse value: 340.705556725. iteration 5833 found worse value: 340.705556725. iteration 5834 found worse value: 340.705556725. iteration 5835 found worse value: 340.705556725. iteration 5836 found worse value: 340.705556725. iteration 5837 found worse value: 340.705556725. iteration 5838 found worse value: 340.705556725. iteration 5839 found worse value: 340.705556725. iteration 5840 found worse value: 340.705556725. iteration 5841 found worse value: 340.705556725. iteration 5842 found worse value: 340.705556725. iteration 5843 found worse value: 340.705556725. iteration 5844 found worse value: 340.705556725. iteration 5845 found worse value: 340.705556725. iteration 5846 found worse value: 340.705556725. iteration 5847 found worse value: 340.705556725. iteration 5848 found worse value: 340.705556725. iteration 5849 found worse value: 340.705556725. iteration 5850 found worse value: 340.705556725. iteration 5851 found worse value: 340.705556725. iteration 5852 found worse value: 340.705556725. iteration 5853 found worse value: 340.705556725. iteration 5853, perturbing to get out of local maxima iteration 5854 found worse value: 340.705556725. iteration 5855 found worse value: 340.705556725. iteration 5856 found worse value: 340.705556725. iteration 5857 found worse value: 340.705556725. iteration 5858 found worse value: 340.705556725. iteration 5859 found worse value: 340.705556725. iteration 5860 found worse value: 340.705556725. iteration 5861 found worse value: 340.705556725. iteration 5862 found worse value: 340.705556725. iteration 5863 found worse value: 340.705556725. iteration 5864 found worse value: 340.705556725. iteration 5865 found worse value: 340.705556725. iteration 5866 found worse value: 340.705556725. iteration 5867 found worse value: 340.705556725. iteration 5868 found worse value: 340.705556725. iteration 5869 found worse value: 340.705556725. iteration 5870 found worse value: 340.705556725. iteration 5870, perturbing to get out of local maxima iteration 5871 found worse value: 340.705556725. iteration 5872 found worse value: 340.705556725. iteration 5872, perturbing to get out of local maxima iteration 5873 found worse value: 340.705556725. iteration 5874 found worse value: 340.705556725. iteration 5875 found worse value: 340.705556725. iteration 5875, perturbing to get out of local maxima iteration 5876 found worse value: 340.705556725. iteration 5877 found worse value: 340.705556725. iteration 5878 found worse value: 340.705556725. iteration 5879 found worse value: 340.705556725. iteration 5880 found worse value: 340.705556725. iteration 5881 found worse value: 340.705556725. iteration 5882 found worse value: 340.705556725. iteration 5883 found worse value: 340.705556725. iteration 5883, perturbing to get out of local maxima iteration 5884 found worse value: 340.705556725. iteration 5885 found worse value: 340.705556725. iteration 5886 found worse value: 340.705556725. iteration 5887 found worse value: 340.705556725. iteration 5888 found worse value: 340.705556725. iteration 5889 found worse value: 340.705556725. iteration 5889, perturbing to get out of local maxima iteration 5890 found worse value: 340.705556725. iteration 5891 found worse value: 340.705556725. iteration 5892 found worse value: 340.705556725. iteration 5893 found worse value: 340.705556725. iteration 5894 found worse value: 340.705556725. iteration 5895 found worse value: 340.705556725. iteration 5896 found worse value: 340.705556725. iteration 5897 found worse value: 340.705556725. iteration 5898 found worse value: 340.705556725. iteration 5899 found worse value: 340.705556725. iteration 5900 found worse value: 340.705556725. iteration 5900, perturbing to get out of local maxima iteration 5901 found worse value: 340.705556725. iteration 5901, perturbing to get out of local maxima iteration 5902 found worse value: 340.705556725. iteration 5903 found worse value: 340.705556725. iteration 5903, perturbing to get out of local maxima iteration 5904 found worse value: 340.705556725. iteration 5905 found worse value: 340.705556725. iteration 5906 found worse value: 340.705556725. iteration 5907 found worse value: 340.705556725. iteration 5908 found worse value: 340.705556725. iteration 5908, perturbing to get out of local maxima iteration 5909 found worse value: 340.705556725. iteration 5910 found worse value: 340.705556725. iteration 5911 found worse value: 340.705556725. iteration 5912 found worse value: 340.705556725. iteration 5913 found worse value: 340.705556725. iteration 5914 found worse value: 340.705556725. iteration 5915 found worse value: 340.705556725. iteration 5916 found worse value: 340.705556725. iteration 5916, perturbing to get out of local maxima iteration 5917 found worse value: 340.705556725. iteration 5918 found worse value: 340.705556725. iteration 5919 found worse value: 340.705556725. iteration 5920 found worse value: 340.705556725. iteration 5921 found worse value: 340.705556725. iteration 5922 found worse value: 340.705556725. iteration 5923 found worse value: 340.705556725. iteration 5924 found worse value: 340.705556725. iteration 5925 found worse value: 340.705556725. iteration 5926 found worse value: 340.705556725. iteration 5927 found worse value: 340.705556725. iteration 5928 found worse value: 340.705556725. iteration 5929 found worse value: 340.705556725. iteration 5930 found worse value: 340.705556725. iteration 5931 found worse value: 340.705556725. iteration 5932 found worse value: 340.705556725. iteration 5933 found worse value: 340.705556725. iteration 5934 found worse value: 340.705556725. iteration 5935 found worse value: 340.705556725. iteration 5936 found worse value: 340.705556725. iteration 5937 found worse value: 340.705556725. iteration 5938 found worse value: 340.705556725. iteration 5939 found worse value: 340.705556725. iteration 5940 found worse value: 340.705556725. iteration 5941 found worse value: 340.705556725. iteration 5942 found worse value: 340.705556725. iteration 5943 found worse value: 340.705556725. iteration 5944 found worse value: 340.705556725. iteration 5945 found worse value: 340.705556725. iteration 5946 found worse value: 340.705556725. iteration 5947 found worse value: 340.705556725. iteration 5948 found worse value: 340.705556725. iteration 5949 found worse value: 340.705556725. iteration 5950 found worse value: 340.705556725. iteration 5951 found worse value: 340.705556725. iteration 5952 found worse value: 340.705556725. iteration 5953 found worse value: 340.705556725. iteration 5954 found worse value: 340.705556725. iteration 5955 found worse value: 340.705556725. iteration 5956 found worse value: 340.705556725. iteration 5957 found worse value: 340.705556725. iteration 5958 found worse value: 340.705556725. iteration 5959 found worse value: 340.705556725. iteration 5960 found worse value: 340.705556725. iteration 5961 found worse value: 340.705556725. iteration 5962 found worse value: 340.705556725. iteration 5963 found worse value: 340.705556725. iteration 5964 found worse value: 340.705556725. iteration 5965 found worse value: 340.705556725. iteration 5966 found worse value: 340.705556725. iteration 5967 found worse value: 340.705556725. iteration 5968 found worse value: 340.705556725. iteration 5969 found worse value: 340.705556725. iteration 5970 found worse value: 340.705556725. iteration 5971 found worse value: 340.705556725. iteration 5972 found worse value: 340.705556725. iteration 5973 found worse value: 340.705556725. iteration 5974 found worse value: 340.705556725. iteration 5975 found worse value: 340.705556725. iteration 5976 found worse value: 340.705556725. iteration 5977 found worse value: 340.705556725. iteration 5978 found worse value: 340.705556725. iteration 5979 found worse value: 340.705556725. iteration 5980 found worse value: 340.705556725. iteration 5981 found worse value: 340.705556725. iteration 5982 found worse value: 340.705556725. iteration 5983 found worse value: 340.705556725. iteration 5984 found worse value: 340.705556725. iteration 5985 found worse value: 340.705556725. iteration 5986 found worse value: 340.705556725. iteration 5987 found worse value: 340.705556725. iteration 5988 found worse value: 340.705556725. iteration 5989 found worse value: 340.705556725. iteration 5990 found worse value: 340.705556725. iteration 5991 found worse value: 340.705556725. iteration 5992 found worse value: 340.705556725. iteration 5993 found worse value: 340.705556725. iteration 5994 found worse value: 340.705556725. iteration 5995 found worse value: 340.705556725. iteration 5996 found worse value: 340.705556725. iteration 5997 found worse value: 340.705556725. iteration 5998 found worse value: 340.705556725. iteration 5999 found worse value: 340.705556725. iteration 6000 found worse value: 340.705556725. iteration 6001 found worse value: 340.705556725. iteration 6002 found worse value: 340.705556725. iteration 6003 found worse value: 340.705556725. iteration 6004 found worse value: 340.705556725. iteration 6005 found worse value: 340.705556725. iteration 6006 found worse value: 340.705556725. iteration 6007 found worse value: 340.705556725. iteration 6008 found worse value: 340.705556725. iteration 6009 found worse value: 340.705556725. iteration 6010 found worse value: 340.705556725. iteration 6011 found worse value: 340.705556725. iteration 6011, perturbing to get out of local maxima iteration 6012 found worse value: 340.705556725. iteration 6013 found worse value: 340.705556725. iteration 6014 found worse value: 340.705556725. iteration 6015 found worse value: 340.705556725. iteration 6016 found worse value: 340.705556725. iteration 6017 found worse value: 340.705556725. iteration 6017, perturbing to get out of local maxima iteration 6018 found worse value: 340.705556725. iteration 6019 found worse value: 340.705556725. iteration 6020 found worse value: 340.705556725. iteration 6021 found worse value: 340.705556725. iteration 6022 found worse value: 340.705556725. iteration 6023 found worse value: 340.705556725. iteration 6024 found worse value: 340.705556725. iteration 6025 found worse value: 340.705556725. iteration 6026 found worse value: 340.705556725. iteration 6027 found worse value: 340.705556725. iteration 6028 found worse value: 340.705556725. iteration 6029 found worse value: 340.705556725. iteration 6030 found worse value: 340.705556725. iteration 6031 found worse value: 340.705556725. iteration 6032 found worse value: 340.705556725. iteration 6033 found worse value: 340.705556725. iteration 6034 found worse value: 340.705556725. iteration 6035 found worse value: 340.705556725. iteration 6036 found worse value: 340.705556725. iteration 6037 found worse value: 340.705556725. iteration 6038 found worse value: 340.705556725. iteration 6039 found worse value: 340.705556725. iteration 6040 found worse value: 340.705556725. iteration 6041 found worse value: 340.705556725. iteration 6042 found worse value: 340.705556725. iteration 6043 found worse value: 340.705556725. iteration 6044 found worse value: 340.705556725. iteration 6045 found worse value: 340.705556725. iteration 6046 found worse value: 340.705556725. iteration 6046, perturbing to get out of local maxima iteration 6047 found worse value: 340.705556725. iteration 6048 found worse value: 340.705556725. iteration 6049 found worse value: 340.705556725. iteration 6050 found worse value: 340.705556725. iteration 6051 found worse value: 340.705556725. iteration 6052 found worse value: 340.705556725. iteration 6053 found worse value: 340.705556725. iteration 6054 found worse value: 340.705556725. iteration 6055 found worse value: 340.705556725. iteration 6056 found worse value: 340.705556725. iteration 6057 found worse value: 340.705556725. iteration 6058 found worse value: 340.705556725. iteration 6059 found worse value: 340.705556725. iteration 6060 found worse value: 340.705556725. iteration 6061 found worse value: 340.705556725. iteration 6062 found worse value: 340.705556725. iteration 6063 found worse value: 340.705556725. iteration 6064 found worse value: 340.705556725. iteration 6065 found worse value: 340.705556725. iteration 6066 found worse value: 340.705556725. iteration 6067 found worse value: 340.705556725. iteration 6068 found worse value: 340.705556725. iteration 6069 found worse value: 340.705556725. iteration 6070 found worse value: 340.705556725. iteration 6070, perturbing to get out of local maxima iteration 6071 found worse value: 340.705556725. iteration 6072 found worse value: 340.705556725. iteration 6073 found worse value: 340.705556725. iteration 6074 found worse value: 340.705556725. iteration 6075 found worse value: 340.705556725. iteration 6076 found worse value: 340.705556725. iteration 6077 found worse value: 340.705556725. iteration 6078 found worse value: 340.705556725. iteration 6079 found worse value: 340.705556725. iteration 6080 found worse value: 340.705556725. iteration 6081 found worse value: 340.705556725. iteration 6082 found worse value: 340.705556725. iteration 6083 found worse value: 340.705556725. iteration 6084 found worse value: 340.705556725. iteration 6085 found worse value: 340.705556725. iteration 6086 found worse value: 340.705556725. iteration 6087 found worse value: 340.705556725. iteration 6088 found worse value: 340.705556725. iteration 6089 found worse value: 340.705556725. iteration 6090 found worse value: 340.705556725. iteration 6091 found worse value: 340.705556725. iteration 6091, perturbing to get out of local maxima iteration 6092 found worse value: 340.705556725. iteration 6093 found worse value: 340.705556725. iteration 6094 found worse value: 340.705556725. iteration 6095 found worse value: 340.705556725. iteration 6095, perturbing to get out of local maxima iteration 6096 found worse value: 340.705556725. iteration 6097 found worse value: 340.705556725. iteration 6098 found worse value: 340.705556725. iteration 6099 found worse value: 340.705556725. iteration 6100 found worse value: 340.705556725. iteration 6101 found worse value: 340.705556725. iteration 6101, perturbing to get out of local maxima iteration 6102 found worse value: 340.705556725. iteration 6103 found worse value: 340.705556725. iteration 6104 found worse value: 340.705556725. iteration 6105 found worse value: 340.705556725. iteration 6106 found worse value: 340.705556725. iteration 6107 found worse value: 340.705556725. iteration 6108 found worse value: 340.705556725. iteration 6109 found worse value: 340.705556725. iteration 6110 found worse value: 340.705556725. iteration 6111 found worse value: 340.705556725. iteration 6112 found worse value: 340.705556725. iteration 6113 found worse value: 340.705556725. iteration 6114 found worse value: 340.705556725. iteration 6115 found worse value: 340.705556725. iteration 6116 found worse value: 340.705556725. iteration 6117 found worse value: 340.705556725. iteration 6118 found worse value: 340.705556725. iteration 6119 found worse value: 340.705556725. iteration 6120 found worse value: 340.705556725. iteration 6121 found worse value: 340.705556725. iteration 6122 found worse value: 340.705556725. iteration 6123 found worse value: 340.705556725. iteration 6124 found worse value: 340.705556725. iteration 6125 found worse value: 340.705556725. iteration 6126 found worse value: 340.705556725. iteration 6127 found worse value: 340.705556725. iteration 6128 found worse value: 340.705556725. iteration 6129 found worse value: 340.705556725. iteration 6130 found worse value: 340.705556725. iteration 6131 found worse value: 340.705556725. iteration 6132 found worse value: 340.705556725. iteration 6132, perturbing to get out of local maxima iteration 6133 found worse value: 340.705556725. iteration 6134 found worse value: 340.705556725. iteration 6135 found worse value: 340.705556725. iteration 6136 found worse value: 340.705556725. iteration 6137 found worse value: 340.705556725. iteration 6138 found worse value: 340.705556725. iteration 6139 found worse value: 340.705556725. iteration 6140 found worse value: 340.705556725. iteration 6141 found worse value: 340.705556725. iteration 6141, perturbing to get out of local maxima iteration 6142 found worse value: 340.705556725. iteration 6143 found worse value: 340.705556725. iteration 6144 found worse value: 340.705556725. iteration 6145 found worse value: 340.705556725. iteration 6146 found worse value: 340.705556725. iteration 6147 found worse value: 340.705556725. iteration 6148 found worse value: 340.705556725. iteration 6149 found worse value: 340.705556725. iteration 6150 found worse value: 340.705556725. iteration 6150, perturbing to get out of local maxima iteration 6151 found worse value: 340.705556725. iteration 6152 found worse value: 340.705556725. iteration 6153 found worse value: 340.705556725. iteration 6154 found worse value: 340.705556725. iteration 6155 found worse value: 340.705556725. iteration 6156 found worse value: 340.705556725. iteration 6157 found worse value: 340.705556725. iteration 6158 found worse value: 340.705556725. iteration 6159 found worse value: 340.705556725. iteration 6160 found worse value: 340.705556725. iteration 6161 found worse value: 340.705556725. iteration 6161, perturbing to get out of local maxima iteration 6162 found worse value: 340.705556725. iteration 6163 found worse value: 340.705556725. iteration 6164 found worse value: 340.705556725. iteration 6165 found worse value: 340.705556725. iteration 6166 found worse value: 340.705556725. iteration 6167 found worse value: 340.705556725. iteration 6168 found worse value: 340.705556725. iteration 6169 found worse value: 340.705556725. iteration 6169, perturbing to get out of local maxima iteration 6170 found worse value: 340.705556725. iteration 6171 found worse value: 340.705556725. iteration 6172 found worse value: 340.705556725. iteration 6173 found worse value: 340.705556725. iteration 6174 found worse value: 340.705556725. iteration 6175 found worse value: 340.705556725. iteration 6176 found worse value: 340.705556725. iteration 6177 found worse value: 340.705556725. iteration 6178 found worse value: 340.705556725. iteration 6179 found worse value: 340.705556725. iteration 6180 found worse value: 340.705556725. iteration 6180, perturbing to get out of local maxima iteration 6181 found worse value: 340.705556725. iteration 6182 found worse value: 340.705556725. iteration 6183 found worse value: 340.705556725. iteration 6184 found worse value: 340.705556725. iteration 6185 found worse value: 340.705556725. iteration 6186 found worse value: 340.705556725. iteration 6187 found worse value: 340.705556725. iteration 6188 found worse value: 340.705556725. iteration 6189 found worse value: 340.705556725. iteration 6190 found worse value: 340.705556725. iteration 6190, perturbing to get out of local maxima iteration 6191 found worse value: 340.705556725. iteration 6192 found worse value: 340.705556725. iteration 6193 found worse value: 340.705556725. iteration 6194 found worse value: 340.705556725. iteration 6195 found worse value: 340.705556725. iteration 6196 found worse value: 340.705556725. iteration 6197 found worse value: 340.705556725. iteration 6197, perturbing to get out of local maxima iteration 6198 found worse value: 340.705556725. iteration 6199 found worse value: 340.705556725. iteration 6200 found worse value: 340.705556725. iteration 6201 found worse value: 340.705556725. iteration 6202 found worse value: 340.705556725. iteration 6203 found worse value: 340.705556725. iteration 6204 found worse value: 340.705556725. iteration 6205 found worse value: 340.705556725. iteration 6206 found worse value: 340.705556725. iteration 6207 found worse value: 340.705556725. iteration 6208 found worse value: 340.705556725. iteration 6209 found worse value: 340.705556725. iteration 6210 found worse value: 340.705556725. iteration 6211 found worse value: 340.705556725. iteration 6212 found worse value: 340.705556725. iteration 6213 found worse value: 340.705556725. iteration 6214 found worse value: 340.705556725. iteration 6215 found worse value: 340.705556725. iteration 6216 found worse value: 340.705556725. iteration 6217 found worse value: 340.705556725. iteration 6218 found worse value: 340.705556725. iteration 6219 found worse value: 340.705556725. iteration 6220 found worse value: 340.705556725. iteration 6221 found worse value: 340.705556725. iteration 6222 found worse value: 340.705556725. iteration 6223 found worse value: 340.705556725. iteration 6224 found worse value: 340.705556725. iteration 6225 found worse value: 340.705556725. iteration 6226 found worse value: 340.705556725. iteration 6227 found worse value: 340.705556725. iteration 6228 found worse value: 340.705556725. iteration 6229 found worse value: 340.705556725. iteration 6230 found worse value: 340.705556725. iteration 6231 found worse value: 340.705556725. iteration 6232 found worse value: 340.705556725. iteration 6233 found worse value: 340.705556725. iteration 6234 found worse value: 340.705556725. iteration 6235 found worse value: 340.705556725. iteration 6236 found worse value: 340.705556725. iteration 6237 found worse value: 340.705556725. iteration 6238 found worse value: 340.705556725. iteration 6239 found worse value: 340.705556725. iteration 6240 found worse value: 340.705556725. iteration 6241 found worse value: 340.705556725. iteration 6242 found worse value: 340.705556725. iteration 6243 found worse value: 340.705556725. iteration 6244 found worse value: 340.705556725. iteration 6245 found worse value: 340.705556725. iteration 6246 found worse value: 340.705556725. iteration 6247 found worse value: 340.705556725. iteration 6248 found worse value: 340.705556725. iteration 6249 found worse value: 340.705556725. iteration 6250 found worse value: 340.705556725. iteration 6251 found worse value: 340.705556725. iteration 6251, perturbing to get out of local maxima iteration 6252 found worse value: 340.705556725. iteration 6253 found worse value: 340.705556725. iteration 6254 found worse value: 340.705556725. iteration 6255 found worse value: 340.705556725. iteration 6255, perturbing to get out of local maxima iteration 6256 found worse value: 340.705556725. iteration 6257 found worse value: 340.705556725. iteration 6258 found worse value: 340.705556725. iteration 6259 found worse value: 340.705556725. iteration 6260 found worse value: 340.705556725. iteration 6260, perturbing to get out of local maxima iteration 6261 found worse value: 340.705556725. iteration 6262 found worse value: 340.705556725. iteration 6262, perturbing to get out of local maxima iteration 6263 found worse value: 340.705556725. iteration 6264 found worse value: 340.705556725. iteration 6265 found worse value: 340.705556725. iteration 6266 found worse value: 340.705556725. iteration 6267 found worse value: 340.705556725. iteration 6268 found worse value: 340.705556725. iteration 6269 found worse value: 340.705556725. iteration 6270 found worse value: 340.705556725. iteration 6271 found worse value: 340.705556725. iteration 6272 found worse value: 340.705556725. iteration 6273 found worse value: 340.705556725. iteration 6274 found worse value: 340.705556725. iteration 6275 found worse value: 340.705556725. iteration 6276 found worse value: 340.705556725. iteration 6277 found worse value: 340.705556725. iteration 6278 found worse value: 340.705556725. iteration 6278, perturbing to get out of local maxima iteration 6279 found worse value: 340.705556725. iteration 6280 found worse value: 340.705556725. iteration 6281 found worse value: 340.705556725. iteration 6282 found worse value: 340.705556725. iteration 6283 found worse value: 340.705556725. iteration 6284 found worse value: 340.705556725. iteration 6285 found worse value: 340.705556725. iteration 6286 found worse value: 340.705556725. iteration 6287 found worse value: 340.705556725. iteration 6288 found worse value: 340.705556725. iteration 6289 found worse value: 340.705556725. iteration 6290 found worse value: 340.705556725. iteration 6291 found worse value: 340.705556725. iteration 6292 found worse value: 340.705556725. iteration 6292, perturbing to get out of local maxima iteration 6293 found worse value: 340.705556725. iteration 6294 found worse value: 340.705556725. iteration 6295 found worse value: 340.705556725. iteration 6296 found worse value: 340.705556725. iteration 6296, perturbing to get out of local maxima iteration 6297 found worse value: 340.705556725. iteration 6298 found worse value: 340.705556725. iteration 6299 found worse value: 340.705556725. iteration 6300 found worse value: 340.705556725. iteration 6301 found worse value: 340.705556725. iteration 6302 found worse value: 340.705556725. iteration 6303 found worse value: 340.705556725. iteration 6303, perturbing to get out of local maxima iteration 6304 found worse value: 340.705556725. iteration 6305 found worse value: 340.705556725. iteration 6306 found worse value: 340.705556725. iteration 6306, perturbing to get out of local maxima iteration 6307 found worse value: 340.705556725. iteration 6308 found worse value: 340.705556725. iteration 6308, perturbing to get out of local maxima iteration 6309 found worse value: 340.705556725. iteration 6310 found worse value: 340.705556725. iteration 6311 found worse value: 340.705556725. iteration 6312 found worse value: 340.705556725. iteration 6313 found worse value: 340.705556725. iteration 6314 found worse value: 340.705556725. iteration 6315 found worse value: 340.705556725. iteration 6316 found worse value: 340.705556725. iteration 6317 found worse value: 340.705556725. iteration 6318 found worse value: 340.705556725. iteration 6319 found worse value: 340.705556725. iteration 6320 found worse value: 340.705556725. iteration 6321 found worse value: 340.705556725. iteration 6322 found worse value: 340.705556725. iteration 6323 found worse value: 340.705556725. iteration 6324 found worse value: 340.705556725. iteration 6325 found worse value: 340.705556725. iteration 6326 found worse value: 340.705556725. iteration 6327 found worse value: 340.705556725. iteration 6328 found worse value: 340.705556725. iteration 6329 found worse value: 340.705556725. iteration 6330 found worse value: 340.705556725. iteration 6331 found worse value: 340.705556725. iteration 6332 found worse value: 340.705556725. iteration 6333 found worse value: 340.705556725. iteration 6334 found worse value: 340.705556725. iteration 6335 found worse value: 340.705556725. iteration 6336 found worse value: 340.705556725. iteration 6337 found worse value: 340.705556725. iteration 6338 found worse value: 340.705556725. iteration 6339 found worse value: 340.705556725. iteration 6340 found worse value: 340.705556725. iteration 6341 found worse value: 340.705556725. iteration 6341, perturbing to get out of local maxima iteration 6342 found worse value: 340.705556725. iteration 6343 found worse value: 340.705556725. iteration 6344 found worse value: 340.705556725. iteration 6345 found worse value: 340.705556725. iteration 6346 found worse value: 340.705556725. iteration 6347 found worse value: 340.705556725. iteration 6348 found worse value: 340.705556725. iteration 6349 found worse value: 340.705556725. iteration 6350 found worse value: 340.705556725. iteration 6351 found worse value: 340.705556725. iteration 6352 found worse value: 340.705556725. iteration 6353 found worse value: 340.705556725. iteration 6354 found worse value: 340.705556725. iteration 6355 found worse value: 340.705556725. iteration 6356 found worse value: 340.705556725. iteration 6357 found worse value: 340.705556725. iteration 6358 found worse value: 340.705556725. iteration 6358, perturbing to get out of local maxima iteration 6359 found worse value: 340.705556725. iteration 6360 found worse value: 340.705556725. iteration 6361 found worse value: 340.705556725. iteration 6362 found worse value: 340.705556725. iteration 6363 found worse value: 340.705556725. iteration 6364 found worse value: 340.705556725. iteration 6365 found worse value: 340.705556725. iteration 6366 found worse value: 340.705556725. iteration 6366, perturbing to get out of local maxima iteration 6367 found worse value: 340.705556725. iteration 6368 found worse value: 340.705556725. iteration 6369 found worse value: 340.705556725. iteration 6370 found worse value: 340.705556725. iteration 6371 found worse value: 340.705556725. iteration 6371, perturbing to get out of local maxima iteration 6372 found worse value: 340.705556725. iteration 6373 found worse value: 340.705556725. iteration 6374 found worse value: 340.705556725. iteration 6375 found worse value: 340.705556725. iteration 6376 found worse value: 340.705556725. iteration 6377 found worse value: 340.705556725. iteration 6378 found worse value: 340.705556725. iteration 6379 found worse value: 340.705556725. iteration 6380 found worse value: 340.705556725. iteration 6381 found worse value: 340.705556725. iteration 6382 found worse value: 340.705556725. iteration 6382, perturbing to get out of local maxima iteration 6383 found worse value: 340.705556725. iteration 6384 found worse value: 340.705556725. iteration 6385 found worse value: 340.705556725. iteration 6386 found worse value: 340.705556725. iteration 6387 found worse value: 340.705556725. iteration 6387, perturbing to get out of local maxima iteration 6388 found worse value: 340.705556725. iteration 6389 found worse value: 340.705556725. iteration 6390 found worse value: 340.705556725. iteration 6391 found worse value: 340.705556725. iteration 6392 found worse value: 340.705556725. iteration 6393 found worse value: 340.705556725. iteration 6394 found worse value: 340.705556725. iteration 6395 found worse value: 340.705556725. iteration 6396 found worse value: 340.705556725. iteration 6397 found worse value: 340.705556725. iteration 6398 found worse value: 340.705556725. iteration 6399 found worse value: 340.705556725. iteration 6400 found worse value: 340.705556725. iteration 6401 found worse value: 340.705556725. iteration 6402 found worse value: 340.705556725. iteration 6403 found worse value: 340.705556725. iteration 6404 found worse value: 340.705556725. iteration 6405 found worse value: 340.705556725. iteration 6406 found worse value: 340.705556725. iteration 6407 found worse value: 340.705556725. iteration 6408 found worse value: 340.705556725. iteration 6409 found worse value: 340.705556725. iteration 6410 found worse value: 340.705556725. iteration 6411 found worse value: 340.705556725. iteration 6412 found worse value: 340.705556725. iteration 6413 found worse value: 340.705556725. iteration 6414 found worse value: 340.705556725. iteration 6415 found worse value: 340.705556725. iteration 6416 found worse value: 340.705556725. iteration 6416, perturbing to get out of local maxima iteration 6417 found worse value: 340.705556725. iteration 6418 found worse value: 340.705556725. iteration 6419 found worse value: 340.705556725. iteration 6419, perturbing to get out of local maxima iteration 6420 found worse value: 340.705556725. iteration 6421 found worse value: 340.705556725. iteration 6422 found worse value: 340.705556725. iteration 6423 found worse value: 340.705556725. iteration 6424 found worse value: 340.705556725. iteration 6425 found worse value: 340.705556725. iteration 6425, perturbing to get out of local maxima iteration 6426 found worse value: 340.705556725. iteration 6427 found worse value: 340.705556725. iteration 6428 found worse value: 340.705556725. iteration 6429 found worse value: 340.705556725. iteration 6430 found worse value: 340.705556725. iteration 6431 found worse value: 340.705556725. iteration 6432 found worse value: 340.705556725. iteration 6433 found worse value: 340.705556725. iteration 6434 found worse value: 340.705556725. iteration 6435 found worse value: 340.705556725. iteration 6436 found worse value: 340.705556725. iteration 6437 found worse value: 340.705556725. iteration 6438 found worse value: 340.705556725. iteration 6439 found worse value: 340.705556725. iteration 6440 found worse value: 340.705556725. iteration 6441 found worse value: 340.705556725. iteration 6442 found worse value: 340.705556725. iteration 6443 found worse value: 340.705556725. iteration 6444 found worse value: 340.705556725. iteration 6444, perturbing to get out of local maxima iteration 6445 found worse value: 340.705556725. iteration 6446 found worse value: 340.705556725. iteration 6447 found worse value: 340.705556725. iteration 6448 found worse value: 340.705556725. iteration 6449 found worse value: 340.705556725. iteration 6450 found worse value: 340.705556725. iteration 6451 found worse value: 340.705556725. iteration 6451, perturbing to get out of local maxima iteration 6452 found worse value: 340.705556725. iteration 6452, perturbing to get out of local maxima iteration 6453 found worse value: 340.705556725. iteration 6454 found worse value: 340.705556725. iteration 6455 found worse value: 340.705556725. iteration 6456 found worse value: 340.705556725. iteration 6457 found worse value: 340.705556725. iteration 6458 found worse value: 340.705556725. iteration 6459 found worse value: 340.705556725. iteration 6460 found worse value: 340.705556725. iteration 6461 found worse value: 340.705556725. iteration 6462 found worse value: 340.705556725. iteration 6463 found worse value: 340.705556725. iteration 6464 found worse value: 340.705556725. iteration 6465 found worse value: 340.705556725. iteration 6466 found worse value: 340.705556725. iteration 6467 found worse value: 340.705556725. iteration 6468 found worse value: 340.705556725. iteration 6469 found worse value: 340.705556725. iteration 6470 found worse value: 340.705556725. iteration 6471 found worse value: 340.705556725. iteration 6472 found worse value: 340.705556725. iteration 6473 found worse value: 340.705556725. iteration 6474 found worse value: 340.705556725. iteration 6475 found worse value: 340.705556725. iteration 6476 found worse value: 340.705556725. iteration 6476, perturbing to get out of local maxima iteration 6477 found worse value: 340.705556725. iteration 6478 found worse value: 340.705556725. iteration 6479 found worse value: 340.705556725. iteration 6480 found worse value: 340.705556725. iteration 6481 found worse value: 340.705556725. iteration 6482 found worse value: 340.705556725. iteration 6483 found worse value: 340.705556725. iteration 6484 found worse value: 340.705556725. iteration 6485 found worse value: 340.705556725. iteration 6485, perturbing to get out of local maxima iteration 6486 found worse value: 340.705556725. iteration 6487 found worse value: 340.705556725. iteration 6488 found worse value: 340.705556725. iteration 6489 found worse value: 340.705556725. iteration 6490 found worse value: 340.705556725. iteration 6491 found worse value: 340.705556725. iteration 6492 found worse value: 340.705556725. iteration 6493 found worse value: 340.705556725. iteration 6494 found worse value: 340.705556725. iteration 6495 found worse value: 340.705556725. iteration 6496 found worse value: 340.705556725. iteration 6497 found worse value: 340.705556725. iteration 6498 found worse value: 340.705556725. iteration 6499 found worse value: 340.705556725. iteration 6499, perturbing to get out of local maxima iteration 6500 found worse value: 340.705556725. iteration 6501 found worse value: 340.705556725. iteration 6502 found worse value: 340.705556725. iteration 6503 found worse value: 340.705556725. iteration 6504 found worse value: 340.705556725. iteration 6505 found worse value: 340.705556725. iteration 6506 found worse value: 340.705556725. iteration 6507 found worse value: 340.705556725. iteration 6508 found worse value: 340.705556725. iteration 6509 found worse value: 340.705556725. iteration 6510 found worse value: 340.705556725. iteration 6511 found worse value: 340.705556725. iteration 6512 found worse value: 340.705556725. iteration 6513 found worse value: 340.705556725. iteration 6514 found worse value: 340.705556725. iteration 6515 found worse value: 340.705556725. iteration 6516 found worse value: 340.705556725. iteration 6517 found worse value: 340.705556725. iteration 6518 found worse value: 340.705556725. iteration 6519 found worse value: 340.705556725. iteration 6520 found worse value: 340.705556725. iteration 6521 found worse value: 340.705556725. iteration 6522 found worse value: 340.705556725. iteration 6523 found worse value: 340.705556725. iteration 6523, perturbing to get out of local maxima iteration 6524 found worse value: 340.705556725. iteration 6525 found worse value: 340.705556725. iteration 6526 found worse value: 340.705556725. iteration 6526, perturbing to get out of local maxima iteration 6527 found worse value: 340.705556725. iteration 6528 found worse value: 340.705556725. iteration 6529 found worse value: 340.705556725. iteration 6530 found worse value: 340.705556725. iteration 6531 found worse value: 340.705556725. iteration 6532 found worse value: 340.705556725. iteration 6533 found worse value: 340.705556725. iteration 6534 found worse value: 340.705556725. iteration 6535 found worse value: 340.705556725. iteration 6536 found worse value: 340.705556725. iteration 6537 found worse value: 340.705556725. iteration 6538 found worse value: 340.705556725. iteration 6539 found worse value: 340.705556725. iteration 6540 found worse value: 340.705556725. iteration 6541 found worse value: 340.705556725. iteration 6542 found worse value: 340.705556725. iteration 6543 found worse value: 340.705556725. iteration 6544 found worse value: 340.705556725. iteration 6545 found worse value: 340.705556725. iteration 6546 found worse value: 340.705556725. iteration 6547 found worse value: 340.705556725. iteration 6547, perturbing to get out of local maxima iteration 6548 found worse value: 340.705556725. iteration 6549 found worse value: 340.705556725. iteration 6550 found worse value: 340.705556725. iteration 6551 found worse value: 340.705556725. iteration 6552 found worse value: 340.705556725. iteration 6553 found worse value: 340.705556725. iteration 6554 found worse value: 340.705556725. iteration 6555 found worse value: 340.705556725. iteration 6556 found worse value: 340.705556725. iteration 6557 found worse value: 340.705556725. iteration 6558 found worse value: 340.705556725. iteration 6559 found worse value: 340.705556725. iteration 6560 found worse value: 340.705556725. iteration 6561 found worse value: 340.705556725. iteration 6562 found worse value: 340.705556725. iteration 6563 found worse value: 340.705556725. iteration 6564 found worse value: 340.705556725. iteration 6565 found worse value: 340.705556725. iteration 6566 found worse value: 340.705556725. iteration 6567 found worse value: 340.705556725. iteration 6568 found worse value: 340.705556725. iteration 6569 found worse value: 340.705556725. iteration 6570 found worse value: 340.705556725. iteration 6571 found worse value: 340.705556725. iteration 6572 found worse value: 340.705556725. iteration 6572, perturbing to get out of local maxima iteration 6573 found worse value: 340.705556725. iteration 6574 found worse value: 340.705556725. iteration 6575 found worse value: 340.705556725. iteration 6576 found worse value: 340.705556725. iteration 6577 found worse value: 340.705556725. iteration 6578 found worse value: 340.705556725. iteration 6579 found worse value: 340.705556725. iteration 6580 found worse value: 340.705556725. iteration 6580, perturbing to get out of local maxima iteration 6581 found worse value: 340.705556725. iteration 6582 found worse value: 340.705556725. iteration 6582, perturbing to get out of local maxima iteration 6583 found worse value: 340.705556725. iteration 6584 found worse value: 340.705556725. iteration 6585 found worse value: 340.705556725. iteration 6586 found worse value: 340.705556725. iteration 6586, perturbing to get out of local maxima iteration 6587 found worse value: 340.705556725. iteration 6588 found worse value: 340.705556725. iteration 6589 found worse value: 340.705556725. iteration 6590 found worse value: 340.705556725. iteration 6591 found worse value: 340.705556725. iteration 6592 found worse value: 340.705556725. iteration 6593 found worse value: 340.705556725. iteration 6594 found worse value: 340.705556725. iteration 6595 found worse value: 340.705556725. iteration 6595, perturbing to get out of local maxima iteration 6596 found worse value: 340.705556725. iteration 6596, perturbing to get out of local maxima iteration 6597 found worse value: 340.705556725. iteration 6598 found worse value: 340.705556725. iteration 6599 found worse value: 340.705556725. iteration 6600 found worse value: 340.705556725. iteration 6601 found worse value: 340.705556725. iteration 6602 found worse value: 340.705556725. iteration 6603 found worse value: 340.705556725. iteration 6604 found worse value: 340.705556725. iteration 6605 found worse value: 340.705556725. iteration 6606 found worse value: 340.705556725. iteration 6607 found worse value: 340.705556725. iteration 6608 found worse value: 340.705556725. iteration 6609 found worse value: 340.705556725. iteration 6610 found worse value: 340.705556725. iteration 6610, perturbing to get out of local maxima iteration 6611 found worse value: 340.705556725. iteration 6612 found worse value: 340.705556725. iteration 6613 found worse value: 340.705556725. iteration 6614 found worse value: 340.705556725. iteration 6615 found worse value: 340.705556725. iteration 6616 found worse value: 340.705556725. iteration 6617 found worse value: 340.705556725. iteration 6618 found worse value: 340.705556725. iteration 6618, perturbing to get out of local maxima iteration 6619 found worse value: 340.705556725. iteration 6620 found worse value: 340.705556725. iteration 6621 found worse value: 340.705556725. iteration 6622 found worse value: 340.705556725. iteration 6623 found worse value: 340.705556725. iteration 6623, perturbing to get out of local maxima iteration 6624 found worse value: 340.705556725. iteration 6625 found worse value: 340.705556725. iteration 6625, perturbing to get out of local maxima iteration 6626 found worse value: 340.705556725. iteration 6627 found worse value: 340.705556725. iteration 6628 found worse value: 340.705556725. iteration 6629 found worse value: 340.705556725. iteration 6630 found worse value: 340.705556725. iteration 6630, perturbing to get out of local maxima iteration 6631 found worse value: 340.705556725. iteration 6632 found worse value: 340.705556725. iteration 6633 found worse value: 340.705556725. iteration 6634 found worse value: 340.705556725. iteration 6635 found worse value: 340.705556725. iteration 6636 found worse value: 340.705556725. iteration 6637 found worse value: 340.705556725. iteration 6638 found worse value: 340.705556725. iteration 6639 found worse value: 340.705556725. iteration 6640 found worse value: 340.705556725. iteration 6641 found worse value: 340.705556725. iteration 6642 found worse value: 340.705556725. iteration 6643 found worse value: 340.705556725. iteration 6644 found worse value: 340.705556725. iteration 6645 found worse value: 340.705556725. iteration 6645, perturbing to get out of local maxima iteration 6646 found worse value: 340.705556725. iteration 6646, perturbing to get out of local maxima iteration 6647 found worse value: 340.705556725. iteration 6648 found worse value: 340.705556725. iteration 6649 found worse value: 340.705556725. iteration 6649, perturbing to get out of local maxima iteration 6650 found worse value: 340.705556725. iteration 6651 found worse value: 340.705556725. iteration 6652 found worse value: 340.705556725. iteration 6653 found worse value: 340.705556725. iteration 6654 found worse value: 340.705556725. iteration 6655 found worse value: 340.705556725. iteration 6656 found worse value: 340.705556725. iteration 6657 found worse value: 340.705556725. iteration 6658 found worse value: 340.705556725. iteration 6659 found worse value: 340.705556725. iteration 6660 found worse value: 340.705556725. iteration 6661 found worse value: 340.705556725. iteration 6662 found worse value: 340.705556725. iteration 6663 found worse value: 340.705556725. iteration 6664 found worse value: 340.705556725. iteration 6665 found worse value: 340.705556725. iteration 6666 found worse value: 340.705556725. iteration 6667 found worse value: 340.705556725. iteration 6668 found worse value: 340.705556725. iteration 6669 found worse value: 340.705556725. iteration 6670 found worse value: 340.705556725. iteration 6671 found worse value: 340.705556725. iteration 6672 found worse value: 340.705556725. iteration 6673 found worse value: 340.705556725. iteration 6674 found worse value: 340.705556725. iteration 6675 found worse value: 340.705556725. iteration 6676 found worse value: 340.705556725. iteration 6677 found worse value: 340.705556725. iteration 6678 found worse value: 340.705556725. iteration 6679 found worse value: 340.705556725. iteration 6680 found worse value: 340.705556725. iteration 6681 found worse value: 340.705556725. iteration 6682 found worse value: 340.705556725. iteration 6683 found worse value: 340.705556725. iteration 6684 found worse value: 340.705556725. iteration 6685 found worse value: 340.705556725. iteration 6686 found worse value: 340.705556725. iteration 6687 found worse value: 340.705556725. iteration 6688 found worse value: 340.705556725. iteration 6689 found worse value: 340.705556725. iteration 6690 found worse value: 340.705556725. iteration 6691 found worse value: 340.705556725. iteration 6692 found worse value: 340.705556725. iteration 6693 found worse value: 340.705556725. iteration 6693, perturbing to get out of local maxima iteration 6694 found worse value: 340.705556725. iteration 6695 found worse value: 340.705556725. iteration 6696 found worse value: 340.705556725. iteration 6697 found worse value: 340.705556725. iteration 6698 found worse value: 340.705556725. iteration 6699 found worse value: 340.705556725. iteration 6700 found worse value: 340.705556725. iteration 6701 found worse value: 340.705556725. iteration 6702 found worse value: 340.705556725. iteration 6703 found worse value: 340.705556725. iteration 6704 found worse value: 340.705556725. iteration 6705 found worse value: 340.705556725. iteration 6706 found worse value: 340.705556725. iteration 6707 found worse value: 340.705556725. iteration 6708 found worse value: 340.705556725. iteration 6709 found worse value: 340.705556725. iteration 6710 found worse value: 340.705556725. iteration 6711 found worse value: 340.705556725. iteration 6712 found worse value: 340.705556725. iteration 6713 found worse value: 340.705556725. iteration 6714 found worse value: 340.705556725. iteration 6715 found worse value: 340.705556725. iteration 6716 found worse value: 340.705556725. iteration 6717 found worse value: 340.705556725. iteration 6718 found worse value: 340.705556725. iteration 6719 found worse value: 340.705556725. iteration 6720 found worse value: 340.705556725. iteration 6721 found worse value: 340.705556725. iteration 6721, perturbing to get out of local maxima iteration 6722 found worse value: 340.705556725. iteration 6723 found worse value: 340.705556725. iteration 6724 found worse value: 340.705556725. iteration 6725 found worse value: 340.705556725. iteration 6725, perturbing to get out of local maxima iteration 6726 found worse value: 340.705556725. iteration 6727 found worse value: 340.705556725. iteration 6728 found worse value: 340.705556725. iteration 6729 found worse value: 340.705556725. iteration 6730 found worse value: 340.705556725. iteration 6731 found worse value: 340.705556725. iteration 6732 found worse value: 340.705556725. iteration 6733 found worse value: 340.705556725. iteration 6734 found worse value: 340.705556725. iteration 6735 found worse value: 340.705556725. iteration 6736 found worse value: 340.705556725. iteration 6737 found worse value: 340.705556725. iteration 6738 found worse value: 340.705556725. iteration 6739 found worse value: 340.705556725. iteration 6740 found worse value: 340.705556725. iteration 6741 found worse value: 340.705556725. iteration 6741, perturbing to get out of local maxima iteration 6742 found worse value: 340.705556725. iteration 6743 found worse value: 340.705556725. iteration 6744 found worse value: 340.705556725. iteration 6745 found worse value: 340.705556725. iteration 6746 found worse value: 340.705556725. iteration 6747 found worse value: 340.705556725. iteration 6748 found worse value: 340.705556725. iteration 6749 found worse value: 340.705556725. iteration 6750 found worse value: 340.705556725. iteration 6751 found worse value: 340.705556725. iteration 6752 found worse value: 340.705556725. iteration 6753 found worse value: 340.705556725. iteration 6754 found worse value: 340.705556725. iteration 6755 found worse value: 340.705556725. iteration 6756 found worse value: 340.705556725. iteration 6757 found worse value: 340.705556725. iteration 6757, perturbing to get out of local maxima iteration 6758 found worse value: 340.705556725. iteration 6759 found worse value: 340.705556725. iteration 6759, perturbing to get out of local maxima iteration 6760 found worse value: 340.705556725. iteration 6761 found worse value: 340.705556725. iteration 6762 found worse value: 340.705556725. iteration 6762, perturbing to get out of local maxima iteration 6763 found worse value: 340.705556725. iteration 6764 found worse value: 340.705556725. iteration 6765 found worse value: 340.705556725. iteration 6766 found worse value: 340.705556725. iteration 6767 found worse value: 340.705556725. iteration 6768 found worse value: 340.705556725. iteration 6769 found worse value: 340.705556725. iteration 6770 found worse value: 340.705556725. iteration 6771 found worse value: 340.705556725. iteration 6772 found worse value: 340.705556725. iteration 6772, perturbing to get out of local maxima iteration 6773 found worse value: 340.705556725. iteration 6774 found worse value: 340.705556725. iteration 6774, perturbing to get out of local maxima iteration 6775 found worse value: 340.705556725. iteration 6776 found worse value: 340.705556725. iteration 6777 found worse value: 340.705556725. iteration 6778 found worse value: 340.705556725. iteration 6779 found worse value: 340.705556725. iteration 6779, perturbing to get out of local maxima iteration 6780 found worse value: 340.705556725. iteration 6781 found worse value: 340.705556725. iteration 6781, perturbing to get out of local maxima iteration 6782 found worse value: 340.705556725. iteration 6783 found worse value: 340.705556725. iteration 6784 found worse value: 340.705556725. iteration 6785 found worse value: 340.705556725. iteration 6786 found worse value: 340.705556725. iteration 6786, perturbing to get out of local maxima iteration 6787 found worse value: 340.705556725. iteration 6788 found worse value: 340.705556725. iteration 6789 found worse value: 340.705556725. iteration 6790 found worse value: 340.705556725. iteration 6791 found worse value: 340.705556725. iteration 6792 found worse value: 340.705556725. iteration 6793 found worse value: 340.705556725. iteration 6794 found worse value: 340.705556725. iteration 6795 found worse value: 340.705556725. iteration 6796 found worse value: 340.705556725. iteration 6797 found worse value: 340.705556725. iteration 6798 found worse value: 340.705556725. iteration 6799 found worse value: 340.705556725. iteration 6799, perturbing to get out of local maxima iteration 6800 found worse value: 340.705556725. iteration 6801 found worse value: 340.705556725. iteration 6802 found worse value: 340.705556725. iteration 6803 found worse value: 340.705556725. iteration 6804 found worse value: 340.705556725. iteration 6805 found worse value: 340.705556725. iteration 6806 found worse value: 340.705556725. iteration 6807 found worse value: 340.705556725. iteration 6808 found worse value: 340.705556725. iteration 6809 found worse value: 340.705556725. iteration 6810 found worse value: 340.705556725. iteration 6811 found worse value: 340.705556725. iteration 6812 found worse value: 340.705556725. iteration 6813 found worse value: 340.705556725. iteration 6814 found worse value: 340.705556725. iteration 6815 found worse value: 340.705556725. iteration 6816 found worse value: 340.705556725. iteration 6817 found worse value: 340.705556725. iteration 6818 found worse value: 340.705556725. iteration 6819 found worse value: 340.705556725. iteration 6820 found worse value: 340.705556725. iteration 6821 found worse value: 340.705556725. iteration 6822 found worse value: 340.705556725. iteration 6823 found worse value: 340.705556725. iteration 6824 found worse value: 340.705556725. iteration 6824, perturbing to get out of local maxima iteration 6825 found worse value: 340.705556725. iteration 6826 found worse value: 340.705556725. iteration 6827 found worse value: 340.705556725. iteration 6828 found worse value: 340.705556725. iteration 6828, perturbing to get out of local maxima iteration 6829 found worse value: 340.705556725. iteration 6830 found worse value: 340.705556725. iteration 6831 found worse value: 340.705556725. iteration 6832 found worse value: 340.705556725. iteration 6833 found worse value: 340.705556725. iteration 6834 found worse value: 340.705556725. iteration 6835 found worse value: 340.705556725. iteration 6836 found worse value: 340.705556725. iteration 6837 found worse value: 340.705556725. iteration 6838 found worse value: 340.705556725. iteration 6839 found worse value: 340.705556725. iteration 6840 found worse value: 340.705556725. iteration 6841 found worse value: 340.705556725. iteration 6842 found worse value: 340.705556725. iteration 6843 found worse value: 340.705556725. iteration 6843, perturbing to get out of local maxima iteration 6844 found worse value: 340.705556725. iteration 6845 found worse value: 340.705556725. iteration 6846 found worse value: 340.705556725. iteration 6847 found worse value: 340.705556725. iteration 6848 found worse value: 340.705556725. iteration 6849 found worse value: 340.705556725. iteration 6850 found worse value: 340.705556725. iteration 6851 found worse value: 340.705556725. iteration 6852 found worse value: 340.705556725. iteration 6853 found worse value: 340.705556725. iteration 6854 found worse value: 340.705556725. iteration 6855 found worse value: 340.705556725. iteration 6856 found worse value: 340.705556725. iteration 6857 found worse value: 340.705556725. iteration 6858 found worse value: 340.705556725. iteration 6859 found worse value: 340.705556725. iteration 6860 found worse value: 340.705556725. iteration 6861 found worse value: 340.705556725. iteration 6862 found worse value: 340.705556725. iteration 6863 found worse value: 340.705556725. iteration 6863, perturbing to get out of local maxima iteration 6864 found worse value: 340.705556725. iteration 6865 found worse value: 340.705556725. iteration 6866 found worse value: 340.705556725. iteration 6867 found worse value: 340.705556725. iteration 6868 found worse value: 340.705556725. iteration 6869 found worse value: 340.705556725. iteration 6870 found worse value: 340.705556725. iteration 6871 found worse value: 340.705556725. iteration 6872 found worse value: 340.705556725. iteration 6873 found worse value: 340.705556725. iteration 6874 found worse value: 340.705556725. iteration 6875 found worse value: 340.705556725. iteration 6876 found worse value: 340.705556725. iteration 6877 found worse value: 340.705556725. iteration 6878 found worse value: 340.705556725. iteration 6879 found worse value: 340.705556725. iteration 6880 found worse value: 340.705556725. iteration 6881 found worse value: 340.705556725. iteration 6882 found worse value: 340.705556725. iteration 6883 found worse value: 340.705556725. iteration 6884 found worse value: 340.705556725. iteration 6885 found worse value: 340.705556725. iteration 6886 found worse value: 340.705556725. iteration 6887 found worse value: 340.705556725. iteration 6888 found worse value: 340.705556725. iteration 6889 found worse value: 340.705556725. iteration 6889, perturbing to get out of local maxima iteration 6890 found worse value: 340.705556725. iteration 6891 found worse value: 340.705556725. iteration 6892 found worse value: 340.705556725. iteration 6893 found worse value: 340.705556725. iteration 6894 found worse value: 340.705556725. iteration 6895 found worse value: 340.705556725. iteration 6896 found worse value: 340.705556725. iteration 6897 found worse value: 340.705556725. iteration 6898 found worse value: 340.705556725. iteration 6899 found worse value: 340.705556725. iteration 6900 found worse value: 340.705556725. iteration 6901 found worse value: 340.705556725. iteration 6902 found worse value: 340.705556725. iteration 6903 found worse value: 340.705556725. iteration 6904 found worse value: 340.705556725. iteration 6905 found worse value: 340.705556725. iteration 6906 found worse value: 340.705556725. iteration 6907 found worse value: 340.705556725. iteration 6908 found worse value: 340.705556725. iteration 6909 found worse value: 340.705556725. iteration 6910 found worse value: 340.705556725. iteration 6911 found worse value: 340.705556725. iteration 6911, perturbing to get out of local maxima iteration 6912 found worse value: 340.705556725. iteration 6912, perturbing to get out of local maxima iteration 6913 found worse value: 340.705556725. iteration 6914 found worse value: 340.705556725. iteration 6915 found worse value: 340.705556725. iteration 6916 found worse value: 340.705556725. iteration 6917 found worse value: 340.705556725. iteration 6918 found worse value: 340.705556725. iteration 6919 found worse value: 340.705556725. iteration 6920 found worse value: 340.705556725. iteration 6921 found worse value: 340.705556725. iteration 6922 found worse value: 340.705556725. iteration 6923 found worse value: 340.705556725. iteration 6924 found worse value: 340.705556725. iteration 6925 found worse value: 340.705556725. iteration 6926 found worse value: 340.705556725. iteration 6927 found worse value: 340.705556725. iteration 6928 found worse value: 340.705556725. iteration 6929 found worse value: 340.705556725. iteration 6930 found worse value: 340.705556725. iteration 6931 found worse value: 340.705556725. iteration 6932 found worse value: 340.705556725. iteration 6933 found worse value: 340.705556725. iteration 6934 found worse value: 340.705556725. iteration 6935 found worse value: 340.705556725. iteration 6936 found worse value: 340.705556725. iteration 6937 found better value: 340.72622338199994 iteration 6938 found worse value: 340.72622338199994. iteration 6939 found worse value: 340.72622338199994. iteration 6940 found worse value: 340.72622338199994. iteration 6941 found worse value: 340.72622338199994. iteration 6942 found better value: 340.749464373 iteration 6943 found worse value: 340.749464373. iteration 6944 found worse value: 340.749464373. iteration 6945 found worse value: 340.749464373. iteration 6946 found worse value: 340.749464373. iteration 6947 found worse value: 340.749464373. iteration 6948 found better value: 340.754553707 iteration 6949 found worse value: 340.754553707. iteration 6950 found worse value: 340.754553707. iteration 6950, perturbing to get out of local maxima iteration 6951 found better value: 340.75550938899994 iteration 6952 found worse value: 340.75550938899994. iteration 6953 found worse value: 340.75550938899994. iteration 6954 found worse value: 340.75550938899994. iteration 6955 found worse value: 340.75550938899994. iteration 6956 found worse value: 340.75550938899994. iteration 6957 found worse value: 340.75550938899994. iteration 6958 found worse value: 340.75550938899994. iteration 6959 found worse value: 340.75550938899994. iteration 6960 found worse value: 340.75550938899994. iteration 6961 found worse value: 340.75550938899994. iteration 6962 found worse value: 340.75550938899994. iteration 6963 found worse value: 340.75550938899994. iteration 6964 found worse value: 340.75550938899994. iteration 6965 found worse value: 340.75550938899994. iteration 6966 found worse value: 340.75550938899994. iteration 6967 found worse value: 340.75550938899994. iteration 6968 found worse value: 340.75550938899994. iteration 6969 found worse value: 340.75550938899994. iteration 6970 found better value: 340.771300193 iteration 6971 found worse value: 340.771300193. iteration 6971, perturbing to get out of local maxima iteration 6972 found worse value: 340.771300193. iteration 6973 found worse value: 340.771300193. iteration 6974 found worse value: 340.771300193. iteration 6975 found worse value: 340.771300193. iteration 6976 found worse value: 340.771300193. iteration 6977 found worse value: 340.771300193. iteration 6978 found worse value: 340.771300193. iteration 6979 found worse value: 340.771300193. iteration 6980 found worse value: 340.771300193. iteration 6981 found worse value: 340.771300193. iteration 6982 found worse value: 340.771300193. iteration 6983 found worse value: 340.771300193. iteration 6984 found worse value: 340.771300193. iteration 6985 found worse value: 340.771300193. iteration 6986 found worse value: 340.771300193. iteration 6987 found worse value: 340.771300193. iteration 6987, perturbing to get out of local maxima iteration 6988 found worse value: 340.771300193. iteration 6989 found worse value: 340.771300193. iteration 6990 found worse value: 340.771300193. iteration 6991 found worse value: 340.771300193. iteration 6992 found worse value: 340.771300193. iteration 6993 found worse value: 340.771300193. iteration 6994 found worse value: 340.771300193. iteration 6995 found worse value: 340.771300193. iteration 6996 found worse value: 340.771300193. iteration 6997 found worse value: 340.771300193. iteration 6998 found worse value: 340.771300193. iteration 6999 found worse value: 340.771300193. iteration 7000 found worse value: 340.771300193. iteration 7001 found worse value: 340.771300193. iteration 7002 found worse value: 340.771300193. iteration 7003 found worse value: 340.771300193. iteration 7004 found worse value: 340.771300193. iteration 7005 found worse value: 340.771300193. iteration 7006 found worse value: 340.771300193. iteration 7007 found worse value: 340.771300193. iteration 7008 found worse value: 340.771300193. iteration 7009 found worse value: 340.771300193. iteration 7010 found worse value: 340.771300193. iteration 7011 found worse value: 340.771300193. iteration 7012 found worse value: 340.771300193. iteration 7013 found worse value: 340.771300193. iteration 7014 found worse value: 340.771300193. iteration 7015 found worse value: 340.771300193. iteration 7015, perturbing to get out of local maxima iteration 7016 found worse value: 340.771300193. iteration 7017 found worse value: 340.771300193. iteration 7018 found worse value: 340.771300193. iteration 7019 found worse value: 340.771300193. iteration 7020 found worse value: 340.771300193. iteration 7021 found worse value: 340.771300193. iteration 7022 found worse value: 340.771300193. iteration 7023 found worse value: 340.771300193. iteration 7024 found worse value: 340.771300193. iteration 7025 found worse value: 340.771300193. iteration 7026 found worse value: 340.771300193. iteration 7027 found worse value: 340.771300193. iteration 7028 found worse value: 340.771300193. iteration 7028, perturbing to get out of local maxima iteration 7029 found worse value: 340.771300193. iteration 7030 found worse value: 340.771300193. iteration 7030, perturbing to get out of local maxima iteration 7031 found worse value: 340.771300193. iteration 7032 found worse value: 340.771300193. iteration 7033 found worse value: 340.771300193. iteration 7033, perturbing to get out of local maxima iteration 7034 found worse value: 340.771300193. iteration 7035 found worse value: 340.771300193. iteration 7036 found worse value: 340.771300193. iteration 7037 found worse value: 340.771300193. iteration 7038 found worse value: 340.771300193. iteration 7039 found worse value: 340.771300193. iteration 7040 found worse value: 340.771300193. iteration 7041 found worse value: 340.771300193. iteration 7042 found worse value: 340.771300193. iteration 7042, perturbing to get out of local maxima iteration 7043 found worse value: 340.771300193. iteration 7044 found worse value: 340.771300193. iteration 7045 found worse value: 340.771300193. iteration 7046 found worse value: 340.771300193. iteration 7047 found worse value: 340.771300193. iteration 7048 found worse value: 340.771300193. iteration 7049 found worse value: 340.771300193. iteration 7050 found worse value: 340.771300193. iteration 7051 found worse value: 340.771300193. iteration 7051, perturbing to get out of local maxima iteration 7052 found worse value: 340.771300193. iteration 7053 found worse value: 340.771300193. iteration 7054 found worse value: 340.771300193. iteration 7055 found worse value: 340.771300193. iteration 7056 found worse value: 340.771300193. iteration 7057 found worse value: 340.771300193. iteration 7058 found worse value: 340.771300193. iteration 7059 found worse value: 340.771300193. iteration 7060 found worse value: 340.771300193. iteration 7061 found worse value: 340.771300193. iteration 7062 found worse value: 340.771300193. iteration 7063 found worse value: 340.771300193. iteration 7064 found worse value: 340.771300193. iteration 7065 found worse value: 340.771300193. iteration 7066 found worse value: 340.771300193. iteration 7067 found worse value: 340.771300193. iteration 7068 found worse value: 340.771300193. iteration 7069 found worse value: 340.771300193. iteration 7070 found worse value: 340.771300193. iteration 7071 found worse value: 340.771300193. iteration 7072 found worse value: 340.771300193. iteration 7073 found worse value: 340.771300193. iteration 7074 found worse value: 340.771300193. iteration 7075 found worse value: 340.771300193. iteration 7076 found worse value: 340.771300193. iteration 7077 found worse value: 340.771300193. iteration 7078 found worse value: 340.771300193. iteration 7079 found worse value: 340.771300193. iteration 7080 found worse value: 340.771300193. iteration 7081 found worse value: 340.771300193. iteration 7082 found worse value: 340.771300193. iteration 7082, perturbing to get out of local maxima iteration 7083 found worse value: 340.771300193. iteration 7084 found worse value: 340.771300193. iteration 7085 found worse value: 340.771300193. iteration 7086 found worse value: 340.771300193. iteration 7087 found worse value: 340.771300193. iteration 7088 found worse value: 340.771300193. iteration 7089 found worse value: 340.771300193. iteration 7090 found worse value: 340.771300193. iteration 7091 found worse value: 340.771300193. iteration 7092 found worse value: 340.771300193. iteration 7093 found worse value: 340.771300193. iteration 7094 found worse value: 340.771300193. iteration 7095 found worse value: 340.771300193. iteration 7096 found worse value: 340.771300193. iteration 7097 found worse value: 340.771300193. iteration 7098 found worse value: 340.771300193. iteration 7099 found worse value: 340.771300193. iteration 7100 found worse value: 340.771300193. iteration 7101 found worse value: 340.771300193. iteration 7102 found worse value: 340.771300193. iteration 7102, perturbing to get out of local maxima iteration 7103 found worse value: 340.771300193. iteration 7104 found worse value: 340.771300193. iteration 7105 found worse value: 340.771300193. iteration 7106 found worse value: 340.771300193. iteration 7107 found worse value: 340.771300193. iteration 7108 found worse value: 340.771300193. iteration 7109 found worse value: 340.771300193. iteration 7110 found worse value: 340.771300193. iteration 7111 found worse value: 340.771300193. iteration 7112 found worse value: 340.771300193. iteration 7113 found worse value: 340.771300193. iteration 7114 found worse value: 340.771300193. iteration 7115 found worse value: 340.771300193. iteration 7116 found worse value: 340.771300193. iteration 7117 found worse value: 340.771300193. iteration 7118 found worse value: 340.771300193. iteration 7119 found worse value: 340.771300193. iteration 7120 found worse value: 340.771300193. iteration 7121 found worse value: 340.771300193. iteration 7122 found worse value: 340.771300193. iteration 7123 found worse value: 340.771300193. iteration 7124 found worse value: 340.771300193. iteration 7125 found worse value: 340.771300193. iteration 7126 found worse value: 340.771300193. iteration 7127 found worse value: 340.771300193. iteration 7128 found worse value: 340.771300193. iteration 7129 found worse value: 340.771300193. iteration 7130 found worse value: 340.771300193. iteration 7131 found worse value: 340.771300193. iteration 7132 found worse value: 340.771300193. iteration 7133 found worse value: 340.771300193. iteration 7134 found worse value: 340.771300193. iteration 7135 found worse value: 340.771300193. iteration 7136 found worse value: 340.771300193. iteration 7137 found worse value: 340.771300193. iteration 7138 found worse value: 340.771300193. iteration 7139 found worse value: 340.771300193. iteration 7140 found worse value: 340.771300193. iteration 7141 found worse value: 340.771300193. iteration 7142 found worse value: 340.771300193. iteration 7143 found worse value: 340.771300193. iteration 7144 found worse value: 340.771300193. iteration 7145 found worse value: 340.771300193. iteration 7146 found worse value: 340.771300193. iteration 7147 found worse value: 340.771300193. iteration 7148 found worse value: 340.771300193. iteration 7149 found worse value: 340.771300193. iteration 7149, perturbing to get out of local maxima iteration 7150 found worse value: 340.771300193. iteration 7151 found worse value: 340.771300193. iteration 7152 found worse value: 340.771300193. iteration 7153 found worse value: 340.771300193. iteration 7154 found worse value: 340.771300193. iteration 7155 found worse value: 340.771300193. iteration 7156 found worse value: 340.771300193. iteration 7157 found worse value: 340.771300193. iteration 7158 found worse value: 340.771300193. iteration 7159 found worse value: 340.771300193. iteration 7160 found worse value: 340.771300193. iteration 7161 found worse value: 340.771300193. iteration 7162 found worse value: 340.771300193. iteration 7163 found worse value: 340.771300193. iteration 7164 found worse value: 340.771300193. iteration 7165 found worse value: 340.771300193. iteration 7166 found worse value: 340.771300193. iteration 7167 found worse value: 340.771300193. iteration 7168 found worse value: 340.771300193. iteration 7169 found worse value: 340.771300193. iteration 7170 found worse value: 340.771300193. iteration 7171 found worse value: 340.771300193. iteration 7172 found worse value: 340.771300193. iteration 7173 found worse value: 340.771300193. iteration 7174 found worse value: 340.771300193. iteration 7175 found worse value: 340.771300193. iteration 7175, perturbing to get out of local maxima iteration 7176 found worse value: 340.771300193. iteration 7177 found worse value: 340.771300193. iteration 7178 found worse value: 340.771300193. iteration 7179 found worse value: 340.771300193. iteration 7180 found worse value: 340.771300193. iteration 7181 found worse value: 340.771300193. iteration 7182 found worse value: 340.771300193. iteration 7183 found worse value: 340.771300193. iteration 7184 found worse value: 340.771300193. iteration 7184, perturbing to get out of local maxima iteration 7185 found worse value: 340.771300193. iteration 7186 found worse value: 340.771300193. iteration 7187 found worse value: 340.771300193. iteration 7187, perturbing to get out of local maxima iteration 7188 found worse value: 340.771300193. iteration 7189 found worse value: 340.771300193. iteration 7190 found worse value: 340.771300193. iteration 7191 found worse value: 340.771300193. iteration 7192 found worse value: 340.771300193. iteration 7193 found worse value: 340.771300193. iteration 7194 found worse value: 340.771300193. iteration 7195 found worse value: 340.771300193. iteration 7196 found worse value: 340.771300193. iteration 7197 found worse value: 340.771300193. iteration 7198 found worse value: 340.771300193. iteration 7199 found worse value: 340.771300193. iteration 7199, perturbing to get out of local maxima iteration 7200 found worse value: 340.771300193. iteration 7201 found worse value: 340.771300193. iteration 7202 found worse value: 340.771300193. iteration 7203 found worse value: 340.771300193. iteration 7204 found worse value: 340.771300193. iteration 7205 found worse value: 340.771300193. iteration 7205, perturbing to get out of local maxima iteration 7206 found worse value: 340.771300193. iteration 7207 found worse value: 340.771300193. iteration 7208 found worse value: 340.771300193. iteration 7209 found worse value: 340.771300193. iteration 7210 found worse value: 340.771300193. iteration 7211 found worse value: 340.771300193. iteration 7212 found worse value: 340.771300193. iteration 7213 found worse value: 340.771300193. iteration 7214 found worse value: 340.771300193. iteration 7215 found worse value: 340.771300193. iteration 7216 found worse value: 340.771300193. iteration 7217 found worse value: 340.771300193. iteration 7218 found worse value: 340.771300193. iteration 7219 found worse value: 340.771300193. iteration 7220 found worse value: 340.771300193. iteration 7221 found worse value: 340.771300193. iteration 7222 found worse value: 340.771300193. iteration 7223 found worse value: 340.771300193. iteration 7224 found worse value: 340.771300193. iteration 7225 found worse value: 340.771300193. iteration 7226 found worse value: 340.771300193. iteration 7227 found worse value: 340.771300193. iteration 7228 found worse value: 340.771300193. iteration 7229 found worse value: 340.771300193. iteration 7230 found worse value: 340.771300193. iteration 7231 found worse value: 340.771300193. iteration 7232 found worse value: 340.771300193. iteration 7233 found worse value: 340.771300193. iteration 7234 found worse value: 340.771300193. iteration 7235 found worse value: 340.771300193. iteration 7236 found worse value: 340.771300193. iteration 7236, perturbing to get out of local maxima iteration 7237 found worse value: 340.771300193. iteration 7238 found worse value: 340.771300193. iteration 7239 found worse value: 340.771300193. iteration 7240 found worse value: 340.771300193. iteration 7241 found worse value: 340.771300193. iteration 7242 found worse value: 340.771300193. iteration 7243 found worse value: 340.771300193. iteration 7243, perturbing to get out of local maxima iteration 7244 found worse value: 340.771300193. iteration 7245 found worse value: 340.771300193. iteration 7246 found worse value: 340.771300193. iteration 7247 found worse value: 340.771300193. iteration 7248 found worse value: 340.771300193. iteration 7249 found worse value: 340.771300193. iteration 7250 found worse value: 340.771300193. iteration 7251 found worse value: 340.771300193. iteration 7252 found worse value: 340.771300193. iteration 7253 found worse value: 340.771300193. iteration 7254 found worse value: 340.771300193. iteration 7255 found worse value: 340.771300193. iteration 7256 found worse value: 340.771300193. iteration 7257 found worse value: 340.771300193. iteration 7258 found worse value: 340.771300193. iteration 7259 found worse value: 340.771300193. iteration 7260 found worse value: 340.771300193. iteration 7261 found worse value: 340.771300193. iteration 7262 found worse value: 340.771300193. iteration 7263 found worse value: 340.771300193. iteration 7263, perturbing to get out of local maxima iteration 7264 found worse value: 340.771300193. iteration 7265 found worse value: 340.771300193. iteration 7266 found worse value: 340.771300193. iteration 7267 found worse value: 340.771300193. iteration 7268 found worse value: 340.771300193. iteration 7269 found worse value: 340.771300193. iteration 7270 found worse value: 340.771300193. iteration 7270, perturbing to get out of local maxima iteration 7271 found worse value: 340.771300193. iteration 7272 found worse value: 340.771300193. iteration 7273 found worse value: 340.771300193. iteration 7274 found worse value: 340.771300193. iteration 7275 found worse value: 340.771300193. iteration 7276 found worse value: 340.771300193. iteration 7277 found worse value: 340.771300193. iteration 7278 found worse value: 340.771300193. iteration 7279 found worse value: 340.771300193. iteration 7280 found worse value: 340.771300193. iteration 7281 found worse value: 340.771300193. iteration 7282 found worse value: 340.771300193. iteration 7283 found worse value: 340.771300193. iteration 7284 found worse value: 340.771300193. iteration 7285 found worse value: 340.771300193. iteration 7286 found worse value: 340.771300193. iteration 7287 found worse value: 340.771300193. iteration 7287, perturbing to get out of local maxima iteration 7288 found worse value: 340.771300193. iteration 7289 found worse value: 340.771300193. iteration 7290 found worse value: 340.771300193. iteration 7291 found worse value: 340.771300193. iteration 7291, perturbing to get out of local maxima iteration 7292 found worse value: 340.771300193. iteration 7293 found worse value: 340.771300193. iteration 7294 found worse value: 340.771300193. iteration 7295 found worse value: 340.771300193. iteration 7296 found worse value: 340.771300193. iteration 7297 found worse value: 340.771300193. iteration 7298 found worse value: 340.771300193. iteration 7299 found worse value: 340.771300193. iteration 7300 found worse value: 340.771300193. iteration 7301 found worse value: 340.771300193. iteration 7302 found worse value: 340.771300193. iteration 7303 found worse value: 340.771300193. iteration 7304 found worse value: 340.771300193. iteration 7305 found worse value: 340.771300193. iteration 7306 found worse value: 340.771300193. iteration 7307 found worse value: 340.771300193. iteration 7308 found worse value: 340.771300193. iteration 7309 found worse value: 340.771300193. iteration 7310 found worse value: 340.771300193. iteration 7311 found worse value: 340.771300193. iteration 7312 found worse value: 340.771300193. iteration 7313 found worse value: 340.771300193. iteration 7314 found worse value: 340.771300193. iteration 7315 found worse value: 340.771300193. iteration 7316 found worse value: 340.771300193. iteration 7317 found worse value: 340.771300193. iteration 7318 found worse value: 340.771300193. iteration 7319 found worse value: 340.771300193. iteration 7320 found worse value: 340.771300193. iteration 7321 found worse value: 340.771300193. iteration 7322 found worse value: 340.771300193. iteration 7323 found worse value: 340.771300193. iteration 7324 found worse value: 340.771300193. iteration 7325 found worse value: 340.771300193. iteration 7326 found worse value: 340.771300193. iteration 7327 found worse value: 340.771300193. iteration 7328 found worse value: 340.771300193. iteration 7329 found worse value: 340.771300193. iteration 7330 found worse value: 340.771300193. iteration 7331 found worse value: 340.771300193. iteration 7332 found worse value: 340.771300193. iteration 7332, perturbing to get out of local maxima iteration 7333 found worse value: 340.771300193. iteration 7334 found worse value: 340.771300193. iteration 7335 found worse value: 340.771300193. iteration 7336 found worse value: 340.771300193. iteration 7337 found worse value: 340.771300193. iteration 7338 found worse value: 340.771300193. iteration 7339 found worse value: 340.771300193. iteration 7340 found worse value: 340.771300193. iteration 7341 found worse value: 340.771300193. iteration 7341, perturbing to get out of local maxima iteration 7342 found worse value: 340.771300193. iteration 7343 found worse value: 340.771300193. iteration 7344 found worse value: 340.771300193. iteration 7345 found worse value: 340.771300193. iteration 7346 found worse value: 340.771300193. iteration 7346, perturbing to get out of local maxima iteration 7347 found worse value: 340.771300193. iteration 7348 found worse value: 340.771300193. iteration 7349 found worse value: 340.771300193. iteration 7350 found worse value: 340.771300193. iteration 7351 found worse value: 340.771300193. iteration 7352 found worse value: 340.771300193. iteration 7353 found worse value: 340.771300193. iteration 7354 found worse value: 340.771300193. iteration 7355 found worse value: 340.771300193. iteration 7356 found worse value: 340.771300193. iteration 7357 found worse value: 340.771300193. iteration 7358 found worse value: 340.771300193. iteration 7359 found worse value: 340.771300193. iteration 7360 found worse value: 340.771300193. iteration 7361 found worse value: 340.771300193. iteration 7362 found worse value: 340.771300193. iteration 7363 found worse value: 340.771300193. iteration 7364 found worse value: 340.771300193. iteration 7365 found worse value: 340.771300193. iteration 7366 found worse value: 340.771300193. iteration 7367 found worse value: 340.771300193. iteration 7368 found worse value: 340.771300193. iteration 7369 found worse value: 340.771300193. iteration 7370 found worse value: 340.771300193. iteration 7370, perturbing to get out of local maxima iteration 7371 found worse value: 340.771300193. iteration 7372 found worse value: 340.771300193. iteration 7373 found worse value: 340.771300193. iteration 7374 found worse value: 340.771300193. iteration 7375 found worse value: 340.771300193. iteration 7375, perturbing to get out of local maxima iteration 7376 found worse value: 340.771300193. iteration 7377 found worse value: 340.771300193. iteration 7378 found worse value: 340.771300193. iteration 7379 found worse value: 340.771300193. iteration 7380 found worse value: 340.771300193. iteration 7381 found worse value: 340.771300193. iteration 7382 found worse value: 340.771300193. iteration 7383 found worse value: 340.771300193. iteration 7384 found worse value: 340.771300193. iteration 7384, perturbing to get out of local maxima iteration 7385 found worse value: 340.771300193. iteration 7386 found worse value: 340.771300193. iteration 7387 found worse value: 340.771300193. iteration 7388 found worse value: 340.771300193. iteration 7389 found worse value: 340.771300193. iteration 7390 found worse value: 340.771300193. iteration 7391 found worse value: 340.771300193. iteration 7391, perturbing to get out of local maxima iteration 7392 found worse value: 340.771300193. iteration 7393 found worse value: 340.771300193. iteration 7394 found worse value: 340.771300193. iteration 7395 found worse value: 340.771300193. iteration 7396 found worse value: 340.771300193. iteration 7397 found worse value: 340.771300193. iteration 7398 found worse value: 340.771300193. iteration 7399 found worse value: 340.771300193. iteration 7400 found worse value: 340.771300193. iteration 7401 found worse value: 340.771300193. iteration 7402 found worse value: 340.771300193. iteration 7403 found worse value: 340.771300193. iteration 7404 found worse value: 340.771300193. iteration 7405 found worse value: 340.771300193. iteration 7405, perturbing to get out of local maxima iteration 7406 found worse value: 340.771300193. iteration 7407 found worse value: 340.771300193. iteration 7408 found worse value: 340.771300193. iteration 7409 found worse value: 340.771300193. iteration 7410 found worse value: 340.771300193. iteration 7411 found worse value: 340.771300193. iteration 7412 found worse value: 340.771300193. iteration 7413 found worse value: 340.771300193. iteration 7414 found worse value: 340.771300193. iteration 7415 found worse value: 340.771300193. iteration 7416 found worse value: 340.771300193. iteration 7417 found worse value: 340.771300193. iteration 7418 found worse value: 340.771300193. iteration 7419 found worse value: 340.771300193. iteration 7420 found worse value: 340.771300193. iteration 7420, perturbing to get out of local maxima iteration 7421 found worse value: 340.771300193. iteration 7422 found worse value: 340.771300193. iteration 7423 found better value: 340.801815846 iteration 7424 found worse value: 340.801815846. iteration 7425 found worse value: 340.801815846. iteration 7426 found worse value: 340.801815846. iteration 7427 found worse value: 340.801815846. iteration 7428 found worse value: 340.801815846. iteration 7429 found worse value: 340.801815846. iteration 7430 found worse value: 340.801815846. iteration 7431 found worse value: 340.801815846. iteration 7432 found worse value: 340.801815846. iteration 7432, perturbing to get out of local maxima iteration 7433 found worse value: 340.801815846. iteration 7434 found worse value: 340.801815846. iteration 7435 found worse value: 340.801815846. iteration 7436 found worse value: 340.801815846. iteration 7437 found worse value: 340.801815846. iteration 7438 found worse value: 340.801815846. iteration 7439 found worse value: 340.801815846. iteration 7440 found worse value: 340.801815846. iteration 7441 found worse value: 340.801815846. iteration 7442 found worse value: 340.801815846. iteration 7443 found worse value: 340.801815846. iteration 7444 found worse value: 340.801815846. iteration 7445 found worse value: 340.801815846. iteration 7446 found worse value: 340.801815846. iteration 7447 found worse value: 340.801815846. iteration 7448 found worse value: 340.801815846. iteration 7449 found worse value: 340.801815846. iteration 7450 found worse value: 340.801815846. iteration 7451 found worse value: 340.801815846. iteration 7452 found worse value: 340.801815846. iteration 7452, perturbing to get out of local maxima iteration 7453 found worse value: 340.801815846. iteration 7454 found worse value: 340.801815846. iteration 7454, perturbing to get out of local maxima iteration 7455 found worse value: 340.801815846. iteration 7456 found worse value: 340.801815846. iteration 7457 found worse value: 340.801815846. iteration 7458 found worse value: 340.801815846. iteration 7459 found worse value: 340.801815846. iteration 7460 found worse value: 340.801815846. iteration 7461 found worse value: 340.801815846. iteration 7462 found worse value: 340.801815846. iteration 7463 found worse value: 340.801815846. iteration 7464 found worse value: 340.801815846. iteration 7465 found worse value: 340.801815846. iteration 7466 found worse value: 340.801815846. iteration 7467 found worse value: 340.801815846. iteration 7468 found worse value: 340.801815846. iteration 7469 found worse value: 340.801815846. iteration 7470 found worse value: 340.801815846. iteration 7471 found worse value: 340.801815846. iteration 7472 found worse value: 340.801815846. iteration 7473 found worse value: 340.801815846. iteration 7474 found worse value: 340.801815846. iteration 7475 found worse value: 340.801815846. iteration 7476 found worse value: 340.801815846. iteration 7477 found worse value: 340.801815846. iteration 7478 found worse value: 340.801815846. iteration 7479 found worse value: 340.801815846. iteration 7480 found worse value: 340.801815846. iteration 7481 found worse value: 340.801815846. iteration 7482 found worse value: 340.801815846. iteration 7483 found worse value: 340.801815846. iteration 7484 found worse value: 340.801815846. iteration 7485 found worse value: 340.801815846. iteration 7486 found worse value: 340.801815846. iteration 7487 found worse value: 340.801815846. iteration 7488 found worse value: 340.801815846. iteration 7489 found worse value: 340.801815846. iteration 7490 found worse value: 340.801815846. iteration 7491 found worse value: 340.801815846. iteration 7492 found worse value: 340.801815846. iteration 7493 found better value: 340.813358422 iteration 7494 found worse value: 340.813358422. iteration 7495 found worse value: 340.813358422. iteration 7496 found worse value: 340.813358422. iteration 7497 found worse value: 340.813358422. iteration 7498 found worse value: 340.813358422. iteration 7499 found worse value: 340.813358422. iteration 7500 found worse value: 340.813358422. iteration 7501 found worse value: 340.813358422. iteration 7502 found better value: 340.822417656 iteration 7503 found worse value: 340.822417656. iteration 7504 found worse value: 340.822417656. iteration 7505 found worse value: 340.822417656. iteration 7506 found worse value: 340.822417656. iteration 7507 found worse value: 340.822417656. iteration 7508 found worse value: 340.822417656. iteration 7509 found worse value: 340.822417656. iteration 7510 found worse value: 340.822417656. iteration 7511 found worse value: 340.822417656. iteration 7511, perturbing to get out of local maxima iteration 7512 found worse value: 340.822417656. iteration 7513 found worse value: 340.822417656. iteration 7514 found worse value: 340.822417656. iteration 7515 found worse value: 340.822417656. iteration 7516 found worse value: 340.822417656. iteration 7517 found worse value: 340.822417656. iteration 7518 found worse value: 340.822417656. iteration 7519 found worse value: 340.822417656. iteration 7520 found worse value: 340.822417656. iteration 7521 found worse value: 340.822417656. iteration 7522 found worse value: 340.822417656. iteration 7523 found worse value: 340.822417656. iteration 7524 found worse value: 340.822417656. iteration 7525 found worse value: 340.822417656. iteration 7526 found worse value: 340.822417656. iteration 7527 found worse value: 340.822417656. iteration 7528 found worse value: 340.822417656. iteration 7529 found worse value: 340.822417656. iteration 7530 found worse value: 340.822417656. iteration 7531 found worse value: 340.822417656. iteration 7532 found worse value: 340.822417656. iteration 7533 found worse value: 340.822417656. iteration 7534 found worse value: 340.822417656. iteration 7535 found worse value: 340.822417656. iteration 7536 found worse value: 340.822417656. iteration 7537 found worse value: 340.822417656. iteration 7538 found worse value: 340.822417656. iteration 7539 found worse value: 340.822417656. iteration 7540 found worse value: 340.822417656. iteration 7541 found worse value: 340.822417656. iteration 7542 found worse value: 340.822417656. iteration 7542, perturbing to get out of local maxima iteration 7543 found worse value: 340.822417656. iteration 7544 found worse value: 340.822417656. iteration 7545 found worse value: 340.822417656. iteration 7546 found worse value: 340.822417656. iteration 7547 found worse value: 340.822417656. iteration 7547, perturbing to get out of local maxima iteration 7548 found worse value: 340.822417656. iteration 7549 found worse value: 340.822417656. iteration 7550 found worse value: 340.822417656. iteration 7551 found worse value: 340.822417656. iteration 7552 found worse value: 340.822417656. iteration 7553 found worse value: 340.822417656. iteration 7554 found worse value: 340.822417656. iteration 7555 found worse value: 340.822417656. iteration 7556 found worse value: 340.822417656. iteration 7557 found worse value: 340.822417656. iteration 7558 found worse value: 340.822417656. iteration 7559 found worse value: 340.822417656. iteration 7560 found worse value: 340.822417656. iteration 7561 found worse value: 340.822417656. iteration 7562 found worse value: 340.822417656. iteration 7562, perturbing to get out of local maxima iteration 7563 found better value: 340.824670459 iteration 7564 found worse value: 340.824670459. iteration 7565 found worse value: 340.824670459. iteration 7566 found better value: 340.834263244 iteration 7567 found better value: 340.837392516 iteration 7568 found worse value: 340.837392516. iteration 7569 found worse value: 340.837392516. iteration 7570 found worse value: 340.837392516. iteration 7571 found worse value: 340.837392516. iteration 7572 found worse value: 340.837392516. iteration 7573 found worse value: 340.837392516. iteration 7574 found worse value: 340.837392516. iteration 7575 found worse value: 340.837392516. iteration 7576 found worse value: 340.837392516. iteration 7576, perturbing to get out of local maxima iteration 7577 found worse value: 340.837392516. iteration 7578 found worse value: 340.837392516. iteration 7579 found worse value: 340.837392516. iteration 7580 found worse value: 340.837392516. iteration 7581 found worse value: 340.837392516. iteration 7582 found worse value: 340.837392516. iteration 7583 found worse value: 340.837392516. iteration 7584 found better value: 340.86977331500003 iteration 7585 found worse value: 340.86977331500003. iteration 7586 found worse value: 340.86977331500003. iteration 7587 found worse value: 340.86977331500003. iteration 7588 found worse value: 340.86977331500003. iteration 7589 found worse value: 340.86977331500003. iteration 7590 found worse value: 340.86977331500003. iteration 7591 found worse value: 340.86977331500003. iteration 7592 found worse value: 340.86977331500003. iteration 7593 found worse value: 340.86977331500003. iteration 7594 found worse value: 340.86977331500003. iteration 7595 found worse value: 340.86977331500003. iteration 7595, perturbing to get out of local maxima iteration 7596 found worse value: 340.86977331500003. iteration 7597 found worse value: 340.86977331500003. iteration 7598 found worse value: 340.86977331500003. iteration 7598, perturbing to get out of local maxima iteration 7599 found worse value: 340.86977331500003. iteration 7600 found worse value: 340.86977331500003. iteration 7601 found worse value: 340.86977331500003. iteration 7602 found worse value: 340.86977331500003. iteration 7603 found worse value: 340.86977331500003. iteration 7604 found worse value: 340.86977331500003. iteration 7605 found worse value: 340.86977331500003. iteration 7606 found worse value: 340.86977331500003. iteration 7607 found worse value: 340.86977331500003. iteration 7608 found worse value: 340.86977331500003. iteration 7609 found worse value: 340.86977331500003. iteration 7610 found worse value: 340.86977331500003. iteration 7611 found worse value: 340.86977331500003. iteration 7612 found worse value: 340.86977331500003. iteration 7613 found worse value: 340.86977331500003. iteration 7614 found worse value: 340.86977331500003. iteration 7615 found worse value: 340.86977331500003. iteration 7616 found worse value: 340.86977331500003. iteration 7617 found worse value: 340.86977331500003. iteration 7618 found worse value: 340.86977331500003. iteration 7619 found worse value: 340.86977331500003. iteration 7620 found worse value: 340.86977331500003. iteration 7621 found worse value: 340.86977331500003. iteration 7622 found worse value: 340.86977331500003. iteration 7623 found worse value: 340.86977331500003. iteration 7624 found worse value: 340.86977331500003. iteration 7625 found worse value: 340.86977331500003. iteration 7626 found worse value: 340.86977331500003. iteration 7627 found worse value: 340.86977331500003. iteration 7628 found worse value: 340.86977331500003. iteration 7629 found worse value: 340.86977331500003. iteration 7630 found worse value: 340.86977331500003. iteration 7631 found worse value: 340.86977331500003. iteration 7631, perturbing to get out of local maxima iteration 7632 found worse value: 340.86977331500003. iteration 7633 found worse value: 340.86977331500003. iteration 7634 found worse value: 340.86977331500003. iteration 7635 found worse value: 340.86977331500003. iteration 7636 found worse value: 340.86977331500003. iteration 7637 found worse value: 340.86977331500003. iteration 7638 found worse value: 340.86977331500003. iteration 7639 found worse value: 340.86977331500003. iteration 7640 found worse value: 340.86977331500003. iteration 7641 found worse value: 340.86977331500003. iteration 7642 found worse value: 340.86977331500003. iteration 7643 found worse value: 340.86977331500003. iteration 7644 found worse value: 340.86977331500003. iteration 7645 found worse value: 340.86977331500003. iteration 7646 found worse value: 340.86977331500003. iteration 7647 found worse value: 340.86977331500003. iteration 7648 found worse value: 340.86977331500003. iteration 7649 found worse value: 340.86977331500003. iteration 7650 found worse value: 340.86977331500003. iteration 7651 found worse value: 340.86977331500003. iteration 7652 found worse value: 340.86977331500003. iteration 7653 found worse value: 340.86977331500003. iteration 7654 found worse value: 340.86977331500003. iteration 7655 found worse value: 340.86977331500003. iteration 7656 found worse value: 340.86977331500003. iteration 7657 found worse value: 340.86977331500003. iteration 7658 found worse value: 340.86977331500003. iteration 7659 found worse value: 340.86977331500003. iteration 7660 found worse value: 340.86977331500003. iteration 7661 found worse value: 340.86977331500003. iteration 7662 found worse value: 340.86977331500003. iteration 7662, perturbing to get out of local maxima iteration 7663 found worse value: 340.86977331500003. iteration 7664 found worse value: 340.86977331500003. iteration 7665 found worse value: 340.86977331500003. iteration 7666 found worse value: 340.86977331500003. iteration 7667 found worse value: 340.86977331500003. iteration 7668 found worse value: 340.86977331500003. iteration 7668, perturbing to get out of local maxima iteration 7669 found worse value: 340.86977331500003. iteration 7670 found worse value: 340.86977331500003. iteration 7671 found worse value: 340.86977331500003. iteration 7672 found worse value: 340.86977331500003. iteration 7673 found worse value: 340.86977331500003. iteration 7674 found worse value: 340.86977331500003. iteration 7675 found worse value: 340.86977331500003. iteration 7676 found worse value: 340.86977331500003. iteration 7677 found worse value: 340.86977331500003. iteration 7678 found worse value: 340.86977331500003. iteration 7679 found worse value: 340.86977331500003. iteration 7680 found worse value: 340.86977331500003. iteration 7681 found worse value: 340.86977331500003. iteration 7682 found worse value: 340.86977331500003. iteration 7683 found worse value: 340.86977331500003. iteration 7684 found worse value: 340.86977331500003. iteration 7685 found worse value: 340.86977331500003. iteration 7686 found worse value: 340.86977331500003. iteration 7687 found worse value: 340.86977331500003. iteration 7688 found worse value: 340.86977331500003. iteration 7689 found worse value: 340.86977331500003. iteration 7690 found worse value: 340.86977331500003. iteration 7691 found worse value: 340.86977331500003. iteration 7692 found worse value: 340.86977331500003. iteration 7693 found worse value: 340.86977331500003. iteration 7694 found worse value: 340.86977331500003. iteration 7695 found worse value: 340.86977331500003. iteration 7696 found worse value: 340.86977331500003. iteration 7697 found worse value: 340.86977331500003. iteration 7698 found worse value: 340.86977331500003. iteration 7699 found worse value: 340.86977331500003. iteration 7700 found worse value: 340.86977331500003. iteration 7701 found worse value: 340.86977331500003. iteration 7702 found worse value: 340.86977331500003. iteration 7703 found worse value: 340.86977331500003. iteration 7704 found worse value: 340.86977331500003. iteration 7705 found worse value: 340.86977331500003. iteration 7706 found worse value: 340.86977331500003. iteration 7707 found worse value: 340.86977331500003. iteration 7708 found worse value: 340.86977331500003. iteration 7709 found worse value: 340.86977331500003. iteration 7710 found worse value: 340.86977331500003. iteration 7711 found worse value: 340.86977331500003. iteration 7712 found worse value: 340.86977331500003. iteration 7713 found worse value: 340.86977331500003. iteration 7714 found worse value: 340.86977331500003. iteration 7715 found worse value: 340.86977331500003. iteration 7715, perturbing to get out of local maxima iteration 7716 found worse value: 340.86977331500003. iteration 7716, perturbing to get out of local maxima iteration 7717 found worse value: 340.86977331500003. iteration 7718 found worse value: 340.86977331500003. iteration 7719 found worse value: 340.86977331500003. iteration 7720 found worse value: 340.86977331500003. iteration 7721 found worse value: 340.86977331500003. iteration 7722 found worse value: 340.86977331500003. iteration 7723 found worse value: 340.86977331500003. iteration 7724 found worse value: 340.86977331500003. iteration 7725 found worse value: 340.86977331500003. iteration 7726 found worse value: 340.86977331500003. iteration 7727 found worse value: 340.86977331500003. iteration 7728 found worse value: 340.86977331500003. iteration 7729 found worse value: 340.86977331500003. iteration 7730 found worse value: 340.86977331500003. iteration 7731 found worse value: 340.86977331500003. iteration 7732 found worse value: 340.86977331500003. iteration 7733 found worse value: 340.86977331500003. iteration 7734 found worse value: 340.86977331500003. iteration 7735 found worse value: 340.86977331500003. iteration 7736 found worse value: 340.86977331500003. iteration 7736, perturbing to get out of local maxima iteration 7737 found worse value: 340.86977331500003. iteration 7738 found worse value: 340.86977331500003. iteration 7739 found worse value: 340.86977331500003. iteration 7740 found worse value: 340.86977331500003. iteration 7741 found worse value: 340.86977331500003. iteration 7742 found worse value: 340.86977331500003. iteration 7743 found worse value: 340.86977331500003. iteration 7744 found worse value: 340.86977331500003. iteration 7745 found worse value: 340.86977331500003. iteration 7746 found worse value: 340.86977331500003. iteration 7747 found worse value: 340.86977331500003. iteration 7748 found worse value: 340.86977331500003. iteration 7749 found worse value: 340.86977331500003. iteration 7750 found worse value: 340.86977331500003. iteration 7751 found worse value: 340.86977331500003. iteration 7752 found worse value: 340.86977331500003. iteration 7753 found worse value: 340.86977331500003. iteration 7754 found worse value: 340.86977331500003. iteration 7755 found worse value: 340.86977331500003. iteration 7756 found worse value: 340.86977331500003. iteration 7757 found worse value: 340.86977331500003. iteration 7757, perturbing to get out of local maxima iteration 7758 found worse value: 340.86977331500003. iteration 7759 found worse value: 340.86977331500003. iteration 7760 found worse value: 340.86977331500003. iteration 7761 found worse value: 340.86977331500003. iteration 7762 found worse value: 340.86977331500003. iteration 7763 found worse value: 340.86977331500003. iteration 7764 found worse value: 340.86977331500003. iteration 7765 found worse value: 340.86977331500003. iteration 7766 found worse value: 340.86977331500003. iteration 7767 found worse value: 340.86977331500003. iteration 7768 found worse value: 340.86977331500003. iteration 7769 found worse value: 340.86977331500003. iteration 7770 found worse value: 340.86977331500003. iteration 7771 found worse value: 340.86977331500003. iteration 7772 found worse value: 340.86977331500003. iteration 7773 found worse value: 340.86977331500003. iteration 7774 found worse value: 340.86977331500003. iteration 7775 found worse value: 340.86977331500003. iteration 7776 found worse value: 340.86977331500003. iteration 7777 found worse value: 340.86977331500003. iteration 7777, perturbing to get out of local maxima iteration 7778 found worse value: 340.86977331500003. iteration 7779 found worse value: 340.86977331500003. iteration 7780 found worse value: 340.86977331500003. iteration 7781 found worse value: 340.86977331500003. iteration 7782 found worse value: 340.86977331500003. iteration 7783 found worse value: 340.86977331500003. iteration 7784 found worse value: 340.86977331500003. iteration 7785 found worse value: 340.86977331500003. iteration 7786 found worse value: 340.86977331500003. iteration 7787 found worse value: 340.86977331500003. iteration 7788 found worse value: 340.86977331500003. iteration 7789 found worse value: 340.86977331500003. iteration 7789, perturbing to get out of local maxima iteration 7790 found worse value: 340.86977331500003. iteration 7791 found worse value: 340.86977331500003. iteration 7792 found worse value: 340.86977331500003. iteration 7793 found worse value: 340.86977331500003. iteration 7794 found worse value: 340.86977331500003. iteration 7795 found worse value: 340.86977331500003. iteration 7796 found worse value: 340.86977331500003. iteration 7797 found worse value: 340.86977331500003. iteration 7798 found worse value: 340.86977331500003. iteration 7799 found worse value: 340.86977331500003. iteration 7800 found worse value: 340.86977331500003. iteration 7801 found worse value: 340.86977331500003. iteration 7802 found worse value: 340.86977331500003. iteration 7803 found worse value: 340.86977331500003. iteration 7804 found worse value: 340.86977331500003. iteration 7805 found worse value: 340.86977331500003. iteration 7806 found worse value: 340.86977331500003. iteration 7807 found worse value: 340.86977331500003. iteration 7808 found worse value: 340.86977331500003. iteration 7809 found worse value: 340.86977331500003. iteration 7810 found worse value: 340.86977331500003. iteration 7811 found worse value: 340.86977331500003. iteration 7812 found worse value: 340.86977331500003. iteration 7813 found worse value: 340.86977331500003. iteration 7814 found worse value: 340.86977331500003. iteration 7815 found worse value: 340.86977331500003. iteration 7816 found worse value: 340.86977331500003. iteration 7817 found worse value: 340.86977331500003. iteration 7818 found worse value: 340.86977331500003. iteration 7819 found worse value: 340.86977331500003. iteration 7820 found worse value: 340.86977331500003. iteration 7821 found worse value: 340.86977331500003. iteration 7822 found worse value: 340.86977331500003. iteration 7823 found worse value: 340.86977331500003. iteration 7824 found worse value: 340.86977331500003. iteration 7825 found worse value: 340.86977331500003. iteration 7826 found worse value: 340.86977331500003. iteration 7827 found worse value: 340.86977331500003. iteration 7828 found worse value: 340.86977331500003. iteration 7829 found worse value: 340.86977331500003. iteration 7830 found worse value: 340.86977331500003. iteration 7831 found worse value: 340.86977331500003. iteration 7832 found worse value: 340.86977331500003. iteration 7833 found worse value: 340.86977331500003. iteration 7834 found worse value: 340.86977331500003. iteration 7835 found worse value: 340.86977331500003. iteration 7836 found worse value: 340.86977331500003. iteration 7837 found worse value: 340.86977331500003. iteration 7838 found worse value: 340.86977331500003. iteration 7839 found worse value: 340.86977331500003. iteration 7840 found worse value: 340.86977331500003. iteration 7841 found worse value: 340.86977331500003. iteration 7842 found worse value: 340.86977331500003. iteration 7843 found worse value: 340.86977331500003. iteration 7844 found worse value: 340.86977331500003. iteration 7845 found worse value: 340.86977331500003. iteration 7846 found worse value: 340.86977331500003. iteration 7847 found worse value: 340.86977331500003. iteration 7848 found worse value: 340.86977331500003. iteration 7849 found worse value: 340.86977331500003. iteration 7850 found worse value: 340.86977331500003. iteration 7850, perturbing to get out of local maxima iteration 7851 found worse value: 340.86977331500003. iteration 7852 found worse value: 340.86977331500003. iteration 7853 found worse value: 340.86977331500003. iteration 7854 found worse value: 340.86977331500003. iteration 7855 found worse value: 340.86977331500003. iteration 7856 found worse value: 340.86977331500003. iteration 7857 found worse value: 340.86977331500003. iteration 7858 found worse value: 340.86977331500003. iteration 7859 found worse value: 340.86977331500003. iteration 7860 found worse value: 340.86977331500003. iteration 7861 found worse value: 340.86977331500003. iteration 7861, perturbing to get out of local maxima iteration 7862 found worse value: 340.86977331500003. iteration 7863 found worse value: 340.86977331500003. iteration 7864 found worse value: 340.86977331500003. iteration 7865 found worse value: 340.86977331500003. iteration 7866 found worse value: 340.86977331500003. iteration 7867 found worse value: 340.86977331500003. iteration 7868 found worse value: 340.86977331500003. iteration 7869 found worse value: 340.86977331500003. iteration 7870 found worse value: 340.86977331500003. iteration 7871 found worse value: 340.86977331500003. iteration 7872 found worse value: 340.86977331500003. iteration 7873 found worse value: 340.86977331500003. iteration 7874 found worse value: 340.86977331500003. iteration 7875 found worse value: 340.86977331500003. iteration 7876 found worse value: 340.86977331500003. iteration 7877 found worse value: 340.86977331500003. iteration 7878 found worse value: 340.86977331500003. iteration 7879 found worse value: 340.86977331500003. iteration 7880 found worse value: 340.86977331500003. iteration 7881 found worse value: 340.86977331500003. iteration 7882 found worse value: 340.86977331500003. iteration 7882, perturbing to get out of local maxima iteration 7883 found worse value: 340.86977331500003. iteration 7884 found worse value: 340.86977331500003. iteration 7885 found worse value: 340.86977331500003. iteration 7886 found worse value: 340.86977331500003. iteration 7887 found worse value: 340.86977331500003. iteration 7888 found worse value: 340.86977331500003. iteration 7889 found worse value: 340.86977331500003. iteration 7889, perturbing to get out of local maxima iteration 7890 found worse value: 340.86977331500003. iteration 7891 found worse value: 340.86977331500003. iteration 7892 found worse value: 340.86977331500003. iteration 7893 found worse value: 340.86977331500003. iteration 7894 found worse value: 340.86977331500003. iteration 7895 found worse value: 340.86977331500003. iteration 7896 found worse value: 340.86977331500003. iteration 7897 found worse value: 340.86977331500003. iteration 7897, perturbing to get out of local maxima iteration 7898 found worse value: 340.86977331500003. iteration 7899 found worse value: 340.86977331500003. iteration 7900 found worse value: 340.86977331500003. iteration 7900, perturbing to get out of local maxima iteration 7901 found worse value: 340.86977331500003. iteration 7902 found worse value: 340.86977331500003. iteration 7903 found worse value: 340.86977331500003. iteration 7904 found worse value: 340.86977331500003. iteration 7905 found worse value: 340.86977331500003. iteration 7905, perturbing to get out of local maxima iteration 7906 found worse value: 340.86977331500003. iteration 7907 found worse value: 340.86977331500003. iteration 7908 found worse value: 340.86977331500003. iteration 7909 found worse value: 340.86977331500003. iteration 7909, perturbing to get out of local maxima iteration 7910 found worse value: 340.86977331500003. iteration 7911 found worse value: 340.86977331500003. iteration 7912 found worse value: 340.86977331500003. iteration 7913 found worse value: 340.86977331500003. iteration 7914 found worse value: 340.86977331500003. iteration 7915 found worse value: 340.86977331500003. iteration 7916 found worse value: 340.86977331500003. iteration 7917 found worse value: 340.86977331500003. iteration 7918 found worse value: 340.86977331500003. iteration 7919 found worse value: 340.86977331500003. iteration 7920 found worse value: 340.86977331500003. iteration 7921 found worse value: 340.86977331500003. iteration 7922 found worse value: 340.86977331500003. iteration 7923 found worse value: 340.86977331500003. iteration 7924 found worse value: 340.86977331500003. iteration 7925 found worse value: 340.86977331500003. iteration 7926 found worse value: 340.86977331500003. iteration 7926, perturbing to get out of local maxima iteration 7927 found worse value: 340.86977331500003. iteration 7928 found worse value: 340.86977331500003. iteration 7929 found worse value: 340.86977331500003. iteration 7930 found worse value: 340.86977331500003. iteration 7931 found worse value: 340.86977331500003. iteration 7932 found worse value: 340.86977331500003. iteration 7933 found worse value: 340.86977331500003. iteration 7933, perturbing to get out of local maxima iteration 7934 found worse value: 340.86977331500003. iteration 7935 found worse value: 340.86977331500003. iteration 7936 found worse value: 340.86977331500003. iteration 7937 found worse value: 340.86977331500003. iteration 7938 found worse value: 340.86977331500003. iteration 7939 found worse value: 340.86977331500003. iteration 7940 found worse value: 340.86977331500003. iteration 7941 found worse value: 340.86977331500003. iteration 7942 found worse value: 340.86977331500003. iteration 7943 found worse value: 340.86977331500003. iteration 7944 found worse value: 340.86977331500003. iteration 7945 found worse value: 340.86977331500003. iteration 7946 found worse value: 340.86977331500003. iteration 7947 found worse value: 340.86977331500003. iteration 7948 found worse value: 340.86977331500003. iteration 7949 found worse value: 340.86977331500003. iteration 7950 found worse value: 340.86977331500003. iteration 7951 found worse value: 340.86977331500003. iteration 7952 found worse value: 340.86977331500003. iteration 7953 found worse value: 340.86977331500003. iteration 7954 found worse value: 340.86977331500003. iteration 7955 found worse value: 340.86977331500003. iteration 7956 found worse value: 340.86977331500003. iteration 7957 found worse value: 340.86977331500003. iteration 7958 found worse value: 340.86977331500003. iteration 7959 found worse value: 340.86977331500003. iteration 7960 found worse value: 340.86977331500003. iteration 7961 found worse value: 340.86977331500003. iteration 7962 found worse value: 340.86977331500003. iteration 7963 found worse value: 340.86977331500003. iteration 7964 found worse value: 340.86977331500003. iteration 7965 found worse value: 340.86977331500003. iteration 7966 found worse value: 340.86977331500003. iteration 7967 found worse value: 340.86977331500003. iteration 7968 found worse value: 340.86977331500003. iteration 7969 found worse value: 340.86977331500003. iteration 7969, perturbing to get out of local maxima iteration 7970 found worse value: 340.86977331500003. iteration 7971 found worse value: 340.86977331500003. iteration 7972 found worse value: 340.86977331500003. iteration 7973 found worse value: 340.86977331500003. iteration 7974 found worse value: 340.86977331500003. iteration 7975 found worse value: 340.86977331500003. iteration 7976 found worse value: 340.86977331500003. iteration 7977 found worse value: 340.86977331500003. iteration 7978 found worse value: 340.86977331500003. iteration 7979 found worse value: 340.86977331500003. iteration 7980 found worse value: 340.86977331500003. iteration 7981 found worse value: 340.86977331500003. iteration 7982 found worse value: 340.86977331500003. iteration 7983 found worse value: 340.86977331500003. iteration 7984 found worse value: 340.86977331500003. iteration 7985 found worse value: 340.86977331500003. iteration 7986 found worse value: 340.86977331500003. iteration 7987 found worse value: 340.86977331500003. iteration 7988 found worse value: 340.86977331500003. iteration 7989 found worse value: 340.86977331500003. iteration 7990 found worse value: 340.86977331500003. iteration 7991 found worse value: 340.86977331500003. iteration 7992 found worse value: 340.86977331500003. iteration 7993 found worse value: 340.86977331500003. iteration 7994 found worse value: 340.86977331500003. iteration 7995 found worse value: 340.86977331500003. iteration 7996 found worse value: 340.86977331500003. iteration 7997 found worse value: 340.86977331500003. iteration 7998 found worse value: 340.86977331500003. iteration 7999 found worse value: 340.86977331500003. iteration 8000 found worse value: 340.86977331500003. iteration 8001 found worse value: 340.86977331500003. iteration 8002 found worse value: 340.86977331500003. iteration 8003 found worse value: 340.86977331500003. iteration 8004 found worse value: 340.86977331500003. iteration 8005 found worse value: 340.86977331500003. iteration 8006 found worse value: 340.86977331500003. iteration 8007 found worse value: 340.86977331500003. iteration 8008 found worse value: 340.86977331500003. iteration 8009 found worse value: 340.86977331500003. iteration 8010 found worse value: 340.86977331500003. iteration 8011 found worse value: 340.86977331500003. iteration 8012 found worse value: 340.86977331500003. iteration 8013 found worse value: 340.86977331500003. iteration 8014 found worse value: 340.86977331500003. iteration 8015 found worse value: 340.86977331500003. iteration 8016 found worse value: 340.86977331500003. iteration 8017 found worse value: 340.86977331500003. iteration 8018 found worse value: 340.86977331500003. iteration 8019 found worse value: 340.86977331500003. iteration 8020 found worse value: 340.86977331500003. iteration 8021 found worse value: 340.86977331500003. iteration 8022 found worse value: 340.86977331500003. iteration 8023 found worse value: 340.86977331500003. iteration 8024 found worse value: 340.86977331500003. iteration 8024, perturbing to get out of local maxima iteration 8025 found worse value: 340.86977331500003. iteration 8026 found worse value: 340.86977331500003. iteration 8027 found worse value: 340.86977331500003. iteration 8028 found worse value: 340.86977331500003. iteration 8029 found worse value: 340.86977331500003. iteration 8029, perturbing to get out of local maxima iteration 8030 found worse value: 340.86977331500003. iteration 8031 found worse value: 340.86977331500003. iteration 8032 found worse value: 340.86977331500003. iteration 8033 found worse value: 340.86977331500003. iteration 8034 found worse value: 340.86977331500003. iteration 8035 found worse value: 340.86977331500003. iteration 8036 found worse value: 340.86977331500003. iteration 8037 found better value: 340.88033695999997 iteration 8038 found worse value: 340.88033695999997. iteration 8039 found worse value: 340.88033695999997. iteration 8040 found worse value: 340.88033695999997. iteration 8041 found worse value: 340.88033695999997. iteration 8042 found worse value: 340.88033695999997. iteration 8043 found better value: 340.883699679 iteration 8044 found worse value: 340.883699679. iteration 8045 found worse value: 340.883699679. iteration 8046 found worse value: 340.883699679. iteration 8047 found worse value: 340.883699679. iteration 8048 found worse value: 340.883699679. iteration 8049 found worse value: 340.883699679. iteration 8050 found worse value: 340.883699679. iteration 8051 found worse value: 340.883699679. iteration 8052 found worse value: 340.883699679. iteration 8053 found worse value: 340.883699679. iteration 8054 found better value: 340.889588553 iteration 8055 found worse value: 340.889588553. iteration 8056 found worse value: 340.889588553. iteration 8057 found worse value: 340.889588553. iteration 8058 found worse value: 340.889588553. iteration 8058, perturbing to get out of local maxima iteration 8059 found worse value: 340.889588553. iteration 8060 found worse value: 340.889588553. iteration 8061 found worse value: 340.889588553. iteration 8062 found worse value: 340.889588553. iteration 8063 found worse value: 340.889588553. iteration 8064 found better value: 340.893461318 iteration 8065 found worse value: 340.893461318. iteration 8066 found worse value: 340.893461318. iteration 8067 found better value: 340.90062919200005 iteration 8068 found worse value: 340.90062919200005. iteration 8068, perturbing to get out of local maxima iteration 8069 found worse value: 340.90062919200005. iteration 8070 found worse value: 340.90062919200005. iteration 8071 found worse value: 340.90062919200005. iteration 8072 found worse value: 340.90062919200005. iteration 8072, perturbing to get out of local maxima iteration 8073 found worse value: 340.90062919200005. iteration 8074 found worse value: 340.90062919200005. iteration 8075 found worse value: 340.90062919200005. iteration 8076 found worse value: 340.90062919200005. iteration 8077 found worse value: 340.90062919200005. iteration 8078 found worse value: 340.90062919200005. iteration 8079 found worse value: 340.90062919200005. iteration 8080 found worse value: 340.90062919200005. iteration 8081 found worse value: 340.90062919200005. iteration 8081, perturbing to get out of local maxima iteration 8082 found worse value: 340.90062919200005. iteration 8083 found worse value: 340.90062919200005. iteration 8084 found worse value: 340.90062919200005. iteration 8085 found worse value: 340.90062919200005. iteration 8086 found worse value: 340.90062919200005. iteration 8087 found worse value: 340.90062919200005. iteration 8087, perturbing to get out of local maxima iteration 8088 found worse value: 340.90062919200005. iteration 8089 found worse value: 340.90062919200005. iteration 8090 found worse value: 340.90062919200005. iteration 8091 found worse value: 340.90062919200005. iteration 8091, perturbing to get out of local maxima iteration 8092 found worse value: 340.90062919200005. iteration 8093 found worse value: 340.90062919200005. iteration 8094 found worse value: 340.90062919200005. iteration 8095 found worse value: 340.90062919200005. iteration 8096 found worse value: 340.90062919200005. iteration 8097 found worse value: 340.90062919200005. iteration 8098 found worse value: 340.90062919200005. iteration 8099 found worse value: 340.90062919200005. iteration 8100 found worse value: 340.90062919200005. iteration 8101 found worse value: 340.90062919200005. iteration 8102 found worse value: 340.90062919200005. iteration 8103 found worse value: 340.90062919200005. iteration 8104 found worse value: 340.90062919200005. iteration 8105 found worse value: 340.90062919200005. iteration 8106 found worse value: 340.90062919200005. iteration 8107 found worse value: 340.90062919200005. iteration 8108 found worse value: 340.90062919200005. iteration 8109 found worse value: 340.90062919200005. iteration 8110 found worse value: 340.90062919200005. iteration 8111 found worse value: 340.90062919200005. iteration 8112 found worse value: 340.90062919200005. iteration 8113 found worse value: 340.90062919200005. iteration 8114 found worse value: 340.90062919200005. iteration 8114, perturbing to get out of local maxima iteration 8115 found worse value: 340.90062919200005. iteration 8116 found worse value: 340.90062919200005. iteration 8117 found worse value: 340.90062919200005. iteration 8118 found worse value: 340.90062919200005. iteration 8119 found worse value: 340.90062919200005. iteration 8120 found worse value: 340.90062919200005. iteration 8121 found worse value: 340.90062919200005. iteration 8121, perturbing to get out of local maxima iteration 8122 found worse value: 340.90062919200005. iteration 8122, perturbing to get out of local maxima iteration 8123 found worse value: 340.90062919200005. iteration 8124 found worse value: 340.90062919200005. iteration 8125 found worse value: 340.90062919200005. iteration 8126 found worse value: 340.90062919200005. iteration 8127 found worse value: 340.90062919200005. iteration 8128 found worse value: 340.90062919200005. iteration 8129 found worse value: 340.90062919200005. iteration 8130 found worse value: 340.90062919200005. iteration 8131 found worse value: 340.90062919200005. iteration 8132 found worse value: 340.90062919200005. iteration 8133 found worse value: 340.90062919200005. iteration 8134 found worse value: 340.90062919200005. iteration 8135 found worse value: 340.90062919200005. iteration 8136 found worse value: 340.90062919200005. iteration 8137 found worse value: 340.90062919200005. iteration 8138 found worse value: 340.90062919200005. iteration 8139 found worse value: 340.90062919200005. iteration 8140 found worse value: 340.90062919200005. iteration 8141 found worse value: 340.90062919200005. iteration 8142 found worse value: 340.90062919200005. iteration 8143 found worse value: 340.90062919200005. iteration 8144 found worse value: 340.90062919200005. iteration 8145 found worse value: 340.90062919200005. iteration 8146 found worse value: 340.90062919200005. iteration 8147 found worse value: 340.90062919200005. iteration 8148 found worse value: 340.90062919200005. iteration 8149 found worse value: 340.90062919200005. iteration 8150 found worse value: 340.90062919200005. iteration 8151 found worse value: 340.90062919200005. iteration 8152 found worse value: 340.90062919200005. iteration 8153 found worse value: 340.90062919200005. iteration 8154 found worse value: 340.90062919200005. iteration 8155 found worse value: 340.90062919200005. iteration 8156 found worse value: 340.90062919200005. iteration 8157 found worse value: 340.90062919200005. iteration 8158 found worse value: 340.90062919200005. iteration 8159 found worse value: 340.90062919200005. iteration 8160 found worse value: 340.90062919200005. iteration 8161 found worse value: 340.90062919200005. iteration 8162 found worse value: 340.90062919200005. iteration 8163 found worse value: 340.90062919200005. iteration 8164 found worse value: 340.90062919200005. iteration 8165 found worse value: 340.90062919200005. iteration 8166 found worse value: 340.90062919200005. iteration 8167 found worse value: 340.90062919200005. iteration 8168 found worse value: 340.90062919200005. iteration 8169 found worse value: 340.90062919200005. iteration 8170 found worse value: 340.90062919200005. iteration 8171 found worse value: 340.90062919200005. iteration 8172 found worse value: 340.90062919200005. iteration 8172, perturbing to get out of local maxima iteration 8173 found worse value: 340.90062919200005. iteration 8174 found worse value: 340.90062919200005. iteration 8174, perturbing to get out of local maxima iteration 8175 found worse value: 340.90062919200005. iteration 8176 found worse value: 340.90062919200005. iteration 8177 found worse value: 340.90062919200005. iteration 8177, perturbing to get out of local maxima iteration 8178 found worse value: 340.90062919200005. iteration 8179 found worse value: 340.90062919200005. iteration 8179, perturbing to get out of local maxima iteration 8180 found worse value: 340.90062919200005. iteration 8181 found worse value: 340.90062919200005. iteration 8182 found worse value: 340.90062919200005. iteration 8183 found worse value: 340.90062919200005. iteration 8184 found worse value: 340.90062919200005. iteration 8185 found worse value: 340.90062919200005. iteration 8186 found worse value: 340.90062919200005. iteration 8187 found worse value: 340.90062919200005. iteration 8188 found worse value: 340.90062919200005. iteration 8189 found worse value: 340.90062919200005. iteration 8190 found worse value: 340.90062919200005. iteration 8191 found worse value: 340.90062919200005. iteration 8192 found worse value: 340.90062919200005. iteration 8193 found worse value: 340.90062919200005. iteration 8194 found worse value: 340.90062919200005. iteration 8195 found worse value: 340.90062919200005. iteration 8196 found worse value: 340.90062919200005. iteration 8197 found worse value: 340.90062919200005. iteration 8198 found worse value: 340.90062919200005. iteration 8199 found worse value: 340.90062919200005. iteration 8200 found worse value: 340.90062919200005. iteration 8201 found worse value: 340.90062919200005. iteration 8202 found worse value: 340.90062919200005. iteration 8203 found worse value: 340.90062919200005. iteration 8204 found worse value: 340.90062919200005. iteration 8205 found worse value: 340.90062919200005. iteration 8206 found worse value: 340.90062919200005. iteration 8207 found worse value: 340.90062919200005. iteration 8208 found worse value: 340.90062919200005. iteration 8209 found worse value: 340.90062919200005. iteration 8210 found worse value: 340.90062919200005. iteration 8211 found worse value: 340.90062919200005. iteration 8212 found worse value: 340.90062919200005. iteration 8213 found worse value: 340.90062919200005. iteration 8214 found worse value: 340.90062919200005. iteration 8215 found worse value: 340.90062919200005. iteration 8216 found worse value: 340.90062919200005. iteration 8217 found worse value: 340.90062919200005. iteration 8218 found worse value: 340.90062919200005. iteration 8219 found worse value: 340.90062919200005. iteration 8220 found worse value: 340.90062919200005. iteration 8221 found worse value: 340.90062919200005. iteration 8222 found worse value: 340.90062919200005. iteration 8223 found worse value: 340.90062919200005. iteration 8224 found worse value: 340.90062919200005. iteration 8225 found worse value: 340.90062919200005. iteration 8226 found worse value: 340.90062919200005. iteration 8227 found worse value: 340.90062919200005. iteration 8228 found worse value: 340.90062919200005. iteration 8229 found worse value: 340.90062919200005. iteration 8230 found worse value: 340.90062919200005. iteration 8231 found worse value: 340.90062919200005. iteration 8232 found worse value: 340.90062919200005. iteration 8233 found worse value: 340.90062919200005. iteration 8234 found worse value: 340.90062919200005. iteration 8235 found worse value: 340.90062919200005. iteration 8236 found worse value: 340.90062919200005. iteration 8237 found worse value: 340.90062919200005. iteration 8238 found worse value: 340.90062919200005. iteration 8239 found worse value: 340.90062919200005. iteration 8240 found worse value: 340.90062919200005. iteration 8241 found worse value: 340.90062919200005. iteration 8242 found worse value: 340.90062919200005. iteration 8243 found worse value: 340.90062919200005. iteration 8244 found worse value: 340.90062919200005. iteration 8245 found worse value: 340.90062919200005. iteration 8246 found worse value: 340.90062919200005. iteration 8247 found worse value: 340.90062919200005. iteration 8248 found worse value: 340.90062919200005. iteration 8249 found worse value: 340.90062919200005. iteration 8250 found worse value: 340.90062919200005. iteration 8251 found worse value: 340.90062919200005. iteration 8251, perturbing to get out of local maxima iteration 8252 found worse value: 340.90062919200005. iteration 8253 found worse value: 340.90062919200005. iteration 8254 found worse value: 340.90062919200005. iteration 8255 found worse value: 340.90062919200005. iteration 8256 found worse value: 340.90062919200005. iteration 8257 found worse value: 340.90062919200005. iteration 8258 found worse value: 340.90062919200005. iteration 8259 found worse value: 340.90062919200005. iteration 8260 found worse value: 340.90062919200005. iteration 8261 found worse value: 340.90062919200005. iteration 8262 found worse value: 340.90062919200005. iteration 8263 found worse value: 340.90062919200005. iteration 8264 found worse value: 340.90062919200005. iteration 8265 found worse value: 340.90062919200005. iteration 8266 found worse value: 340.90062919200005. iteration 8267 found worse value: 340.90062919200005. iteration 8268 found worse value: 340.90062919200005. iteration 8269 found worse value: 340.90062919200005. iteration 8270 found worse value: 340.90062919200005. iteration 8271 found worse value: 340.90062919200005. iteration 8271, perturbing to get out of local maxima iteration 8272 found worse value: 340.90062919200005. iteration 8273 found worse value: 340.90062919200005. iteration 8274 found worse value: 340.90062919200005. iteration 8275 found worse value: 340.90062919200005. iteration 8276 found worse value: 340.90062919200005. iteration 8277 found worse value: 340.90062919200005. iteration 8278 found worse value: 340.90062919200005. iteration 8279 found worse value: 340.90062919200005. iteration 8280 found better value: 340.91172093 iteration 8281 found worse value: 340.91172093. iteration 8281, perturbing to get out of local maxima iteration 8282 found worse value: 340.91172093. iteration 8283 found worse value: 340.91172093. iteration 8284 found worse value: 340.91172093. iteration 8285 found worse value: 340.91172093. iteration 8286 found worse value: 340.91172093. iteration 8287 found worse value: 340.91172093. iteration 8288 found worse value: 340.91172093. iteration 8289 found worse value: 340.91172093. iteration 8290 found worse value: 340.91172093. iteration 8291 found worse value: 340.91172093. iteration 8292 found worse value: 340.91172093. iteration 8293 found worse value: 340.91172093. iteration 8294 found worse value: 340.91172093. iteration 8295 found worse value: 340.91172093. iteration 8296 found worse value: 340.91172093. iteration 8297 found worse value: 340.91172093. iteration 8298 found worse value: 340.91172093. iteration 8299 found worse value: 340.91172093. iteration 8300 found worse value: 340.91172093. iteration 8301 found worse value: 340.91172093. iteration 8302 found worse value: 340.91172093. iteration 8303 found worse value: 340.91172093. iteration 8304 found worse value: 340.91172093. iteration 8305 found worse value: 340.91172093. iteration 8306 found worse value: 340.91172093. iteration 8307 found worse value: 340.91172093. iteration 8308 found worse value: 340.91172093. iteration 8309 found worse value: 340.91172093. iteration 8310 found worse value: 340.91172093. iteration 8311 found worse value: 340.91172093. iteration 8312 found worse value: 340.91172093. iteration 8313 found worse value: 340.91172093. iteration 8314 found worse value: 340.91172093. iteration 8315 found worse value: 340.91172093. iteration 8316 found worse value: 340.91172093. iteration 8317 found worse value: 340.91172093. iteration 8318 found worse value: 340.91172093. iteration 8319 found worse value: 340.91172093. iteration 8320 found worse value: 340.91172093. iteration 8321 found worse value: 340.91172093. iteration 8322 found worse value: 340.91172093. iteration 8323 found worse value: 340.91172093. iteration 8324 found worse value: 340.91172093. iteration 8325 found worse value: 340.91172093. iteration 8326 found worse value: 340.91172093. iteration 8327 found worse value: 340.91172093. iteration 8328 found worse value: 340.91172093. iteration 8329 found worse value: 340.91172093. iteration 8330 found worse value: 340.91172093. iteration 8330, perturbing to get out of local maxima iteration 8331 found worse value: 340.91172093. iteration 8332 found worse value: 340.91172093. iteration 8333 found worse value: 340.91172093. iteration 8334 found worse value: 340.91172093. iteration 8335 found worse value: 340.91172093. iteration 8336 found worse value: 340.91172093. iteration 8337 found worse value: 340.91172093. iteration 8338 found worse value: 340.91172093. iteration 8339 found worse value: 340.91172093. iteration 8340 found worse value: 340.91172093. iteration 8341 found worse value: 340.91172093. iteration 8342 found worse value: 340.91172093. iteration 8343 found worse value: 340.91172093. iteration 8344 found worse value: 340.91172093. iteration 8345 found worse value: 340.91172093. iteration 8346 found worse value: 340.91172093. iteration 8347 found worse value: 340.91172093. iteration 8348 found worse value: 340.91172093. iteration 8348, perturbing to get out of local maxima iteration 8349 found worse value: 340.91172093. iteration 8350 found worse value: 340.91172093. iteration 8351 found worse value: 340.91172093. iteration 8352 found worse value: 340.91172093. iteration 8353 found worse value: 340.91172093. iteration 8354 found worse value: 340.91172093. iteration 8355 found worse value: 340.91172093. iteration 8356 found worse value: 340.91172093. iteration 8357 found worse value: 340.91172093. iteration 8358 found worse value: 340.91172093. iteration 8359 found worse value: 340.91172093. iteration 8360 found worse value: 340.91172093. iteration 8361 found worse value: 340.91172093. iteration 8362 found worse value: 340.91172093. iteration 8363 found worse value: 340.91172093. iteration 8363, perturbing to get out of local maxima iteration 8364 found worse value: 340.91172093. iteration 8365 found worse value: 340.91172093. iteration 8366 found worse value: 340.91172093. iteration 8367 found worse value: 340.91172093. iteration 8368 found worse value: 340.91172093. iteration 8369 found worse value: 340.91172093. iteration 8370 found worse value: 340.91172093. iteration 8371 found worse value: 340.91172093. iteration 8372 found worse value: 340.91172093. iteration 8373 found worse value: 340.91172093. iteration 8374 found worse value: 340.91172093. iteration 8375 found worse value: 340.91172093. iteration 8376 found worse value: 340.91172093. iteration 8377 found worse value: 340.91172093. iteration 8378 found worse value: 340.91172093. iteration 8379 found worse value: 340.91172093. iteration 8380 found worse value: 340.91172093. iteration 8381 found worse value: 340.91172093. iteration 8382 found worse value: 340.91172093. iteration 8383 found worse value: 340.91172093. iteration 8384 found worse value: 340.91172093. iteration 8385 found worse value: 340.91172093. iteration 8386 found worse value: 340.91172093. iteration 8387 found worse value: 340.91172093. iteration 8388 found worse value: 340.91172093. iteration 8389 found worse value: 340.91172093. iteration 8389, perturbing to get out of local maxima iteration 8390 found worse value: 340.91172093. iteration 8391 found worse value: 340.91172093. iteration 8392 found worse value: 340.91172093. iteration 8393 found worse value: 340.91172093. iteration 8394 found worse value: 340.91172093. iteration 8395 found worse value: 340.91172093. iteration 8396 found worse value: 340.91172093. iteration 8397 found worse value: 340.91172093. iteration 8398 found worse value: 340.91172093. iteration 8399 found worse value: 340.91172093. iteration 8400 found worse value: 340.91172093. iteration 8401 found worse value: 340.91172093. iteration 8402 found worse value: 340.91172093. iteration 8403 found worse value: 340.91172093. iteration 8404 found worse value: 340.91172093. iteration 8405 found worse value: 340.91172093. iteration 8406 found worse value: 340.91172093. iteration 8407 found worse value: 340.91172093. iteration 8408 found worse value: 340.91172093. iteration 8409 found worse value: 340.91172093. iteration 8410 found worse value: 340.91172093. iteration 8411 found worse value: 340.91172093. iteration 8412 found worse value: 340.91172093. iteration 8413 found worse value: 340.91172093. iteration 8414 found worse value: 340.91172093. iteration 8415 found worse value: 340.91172093. iteration 8416 found worse value: 340.91172093. iteration 8417 found worse value: 340.91172093. iteration 8418 found worse value: 340.91172093. iteration 8419 found worse value: 340.91172093. iteration 8420 found worse value: 340.91172093. iteration 8421 found worse value: 340.91172093. iteration 8422 found worse value: 340.91172093. iteration 8423 found worse value: 340.91172093. iteration 8424 found worse value: 340.91172093. iteration 8425 found worse value: 340.91172093. iteration 8426 found worse value: 340.91172093. iteration 8427 found worse value: 340.91172093. iteration 8428 found worse value: 340.91172093. iteration 8429 found worse value: 340.91172093. iteration 8430 found worse value: 340.91172093. iteration 8431 found worse value: 340.91172093. iteration 8432 found worse value: 340.91172093. iteration 8433 found worse value: 340.91172093. iteration 8434 found worse value: 340.91172093. iteration 8435 found worse value: 340.91172093. iteration 8436 found worse value: 340.91172093. iteration 8437 found worse value: 340.91172093. iteration 8438 found worse value: 340.91172093. iteration 8439 found worse value: 340.91172093. iteration 8440 found worse value: 340.91172093. iteration 8441 found worse value: 340.91172093. iteration 8442 found worse value: 340.91172093. iteration 8443 found worse value: 340.91172093. iteration 8444 found worse value: 340.91172093. iteration 8445 found worse value: 340.91172093. iteration 8446 found worse value: 340.91172093. iteration 8447 found worse value: 340.91172093. iteration 8448 found worse value: 340.91172093. iteration 8449 found better value: 340.935194732 iteration 8450 found worse value: 340.935194732. iteration 8451 found worse value: 340.935194732. iteration 8452 found worse value: 340.935194732. iteration 8453 found worse value: 340.935194732. iteration 8454 found worse value: 340.935194732. iteration 8455 found worse value: 340.935194732. iteration 8456 found worse value: 340.935194732. iteration 8457 found worse value: 340.935194732. iteration 8458 found worse value: 340.935194732. iteration 8459 found better value: 340.935195996 iteration 8460 found worse value: 340.935195996. iteration 8461 found worse value: 340.935195996. iteration 8462 found worse value: 340.935195996. iteration 8463 found worse value: 340.935195996. iteration 8464 found worse value: 340.935195996. iteration 8465 found worse value: 340.935195996. iteration 8466 found worse value: 340.935195996. iteration 8467 found worse value: 340.935195996. iteration 8468 found worse value: 340.935195996. iteration 8469 found worse value: 340.935195996. iteration 8470 found worse value: 340.935195996. iteration 8471 found worse value: 340.935195996. iteration 8472 found worse value: 340.935195996. iteration 8473 found worse value: 340.935195996. iteration 8474 found worse value: 340.935195996. iteration 8474, perturbing to get out of local maxima iteration 8475 found worse value: 340.935195996. iteration 8476 found worse value: 340.935195996. iteration 8477 found worse value: 340.935195996. iteration 8478 found worse value: 340.935195996. iteration 8479 found worse value: 340.935195996. iteration 8480 found worse value: 340.935195996. iteration 8481 found worse value: 340.935195996. iteration 8482 found worse value: 340.935195996. iteration 8483 found worse value: 340.935195996. iteration 8484 found worse value: 340.935195996. iteration 8485 found worse value: 340.935195996. iteration 8486 found worse value: 340.935195996. iteration 8487 found worse value: 340.935195996. iteration 8488 found worse value: 340.935195996. iteration 8489 found worse value: 340.935195996. iteration 8490 found worse value: 340.935195996. iteration 8491 found worse value: 340.935195996. iteration 8491, perturbing to get out of local maxima iteration 8492 found worse value: 340.935195996. iteration 8493 found worse value: 340.935195996. iteration 8494 found worse value: 340.935195996. iteration 8495 found worse value: 340.935195996. iteration 8495, perturbing to get out of local maxima iteration 8496 found worse value: 340.935195996. iteration 8496, perturbing to get out of local maxima iteration 8497 found worse value: 340.935195996. iteration 8498 found worse value: 340.935195996. iteration 8499 found worse value: 340.935195996. iteration 8500 found worse value: 340.935195996. iteration 8501 found worse value: 340.935195996. iteration 8502 found worse value: 340.935195996. iteration 8503 found worse value: 340.935195996. iteration 8504 found worse value: 340.935195996. iteration 8505 found worse value: 340.935195996. iteration 8506 found worse value: 340.935195996. iteration 8507 found worse value: 340.935195996. iteration 8508 found worse value: 340.935195996. iteration 8509 found worse value: 340.935195996. iteration 8510 found worse value: 340.935195996. iteration 8511 found worse value: 340.935195996. iteration 8512 found worse value: 340.935195996. iteration 8512, perturbing to get out of local maxima iteration 8513 found worse value: 340.935195996. iteration 8514 found worse value: 340.935195996. iteration 8515 found worse value: 340.935195996. iteration 8516 found worse value: 340.935195996. iteration 8517 found worse value: 340.935195996. iteration 8518 found worse value: 340.935195996. iteration 8518, perturbing to get out of local maxima iteration 8519 found worse value: 340.935195996. iteration 8520 found worse value: 340.935195996. iteration 8521 found worse value: 340.935195996. iteration 8522 found worse value: 340.935195996. iteration 8523 found worse value: 340.935195996. iteration 8524 found worse value: 340.935195996. iteration 8525 found worse value: 340.935195996. iteration 8526 found worse value: 340.935195996. iteration 8527 found worse value: 340.935195996. iteration 8528 found worse value: 340.935195996. iteration 8529 found worse value: 340.935195996. iteration 8530 found worse value: 340.935195996. iteration 8531 found worse value: 340.935195996. iteration 8532 found worse value: 340.935195996. iteration 8533 found worse value: 340.935195996. iteration 8534 found worse value: 340.935195996. iteration 8535 found worse value: 340.935195996. iteration 8536 found worse value: 340.935195996. iteration 8537 found worse value: 340.935195996. iteration 8538 found worse value: 340.935195996. iteration 8539 found worse value: 340.935195996. iteration 8540 found worse value: 340.935195996. iteration 8541 found worse value: 340.935195996. iteration 8542 found worse value: 340.935195996. iteration 8543 found worse value: 340.935195996. iteration 8544 found worse value: 340.935195996. iteration 8544, perturbing to get out of local maxima iteration 8545 found worse value: 340.935195996. iteration 8546 found worse value: 340.935195996. iteration 8547 found worse value: 340.935195996. iteration 8547, perturbing to get out of local maxima iteration 8548 found worse value: 340.935195996. iteration 8549 found worse value: 340.935195996. iteration 8549, perturbing to get out of local maxima iteration 8550 found worse value: 340.935195996. iteration 8551 found worse value: 340.935195996. iteration 8552 found worse value: 340.935195996. iteration 8553 found worse value: 340.935195996. iteration 8553, perturbing to get out of local maxima iteration 8554 found worse value: 340.935195996. iteration 8555 found worse value: 340.935195996. iteration 8556 found worse value: 340.935195996. iteration 8557 found worse value: 340.935195996. iteration 8558 found worse value: 340.935195996. iteration 8559 found worse value: 340.935195996. iteration 8560 found worse value: 340.935195996. iteration 8561 found worse value: 340.935195996. iteration 8562 found worse value: 340.935195996. iteration 8563 found worse value: 340.935195996. iteration 8564 found worse value: 340.935195996. iteration 8565 found worse value: 340.935195996. iteration 8566 found worse value: 340.935195996. iteration 8567 found worse value: 340.935195996. iteration 8568 found worse value: 340.935195996. iteration 8569 found worse value: 340.935195996. iteration 8570 found worse value: 340.935195996. iteration 8571 found worse value: 340.935195996. iteration 8572 found worse value: 340.935195996. iteration 8573 found worse value: 340.935195996. iteration 8574 found worse value: 340.935195996. iteration 8575 found worse value: 340.935195996. iteration 8576 found worse value: 340.935195996. iteration 8577 found worse value: 340.935195996. iteration 8578 found worse value: 340.935195996. iteration 8578, perturbing to get out of local maxima iteration 8579 found worse value: 340.935195996. iteration 8580 found worse value: 340.935195996. iteration 8581 found worse value: 340.935195996. iteration 8581, perturbing to get out of local maxima iteration 8582 found worse value: 340.935195996. iteration 8583 found worse value: 340.935195996. iteration 8584 found worse value: 340.935195996. iteration 8585 found worse value: 340.935195996. iteration 8585, perturbing to get out of local maxima iteration 8586 found worse value: 340.935195996. iteration 8587 found worse value: 340.935195996. iteration 8588 found worse value: 340.935195996. iteration 8589 found worse value: 340.935195996. iteration 8590 found worse value: 340.935195996. iteration 8591 found worse value: 340.935195996. iteration 8592 found worse value: 340.935195996. iteration 8593 found worse value: 340.935195996. iteration 8594 found worse value: 340.935195996. iteration 8595 found worse value: 340.935195996. iteration 8596 found worse value: 340.935195996. iteration 8597 found worse value: 340.935195996. iteration 8598 found worse value: 340.935195996. iteration 8599 found worse value: 340.935195996. iteration 8600 found worse value: 340.935195996. iteration 8601 found worse value: 340.935195996. iteration 8602 found worse value: 340.935195996. iteration 8603 found worse value: 340.935195996. iteration 8604 found worse value: 340.935195996. iteration 8605 found worse value: 340.935195996. iteration 8606 found worse value: 340.935195996. iteration 8607 found worse value: 340.935195996. iteration 8608 found worse value: 340.935195996. iteration 8609 found worse value: 340.935195996. iteration 8610 found worse value: 340.935195996. iteration 8611 found worse value: 340.935195996. iteration 8612 found worse value: 340.935195996. iteration 8613 found worse value: 340.935195996. iteration 8614 found worse value: 340.935195996. iteration 8615 found worse value: 340.935195996. iteration 8616 found worse value: 340.935195996. iteration 8617 found worse value: 340.935195996. iteration 8618 found worse value: 340.935195996. iteration 8619 found worse value: 340.935195996. iteration 8620 found worse value: 340.935195996. iteration 8621 found worse value: 340.935195996. iteration 8622 found worse value: 340.935195996. iteration 8623 found worse value: 340.935195996. iteration 8624 found worse value: 340.935195996. iteration 8625 found worse value: 340.935195996. iteration 8626 found worse value: 340.935195996. iteration 8627 found worse value: 340.935195996. iteration 8628 found worse value: 340.935195996. iteration 8629 found worse value: 340.935195996. iteration 8630 found worse value: 340.935195996. iteration 8631 found worse value: 340.935195996. iteration 8632 found worse value: 340.935195996. iteration 8633 found worse value: 340.935195996. iteration 8634 found worse value: 340.935195996. iteration 8635 found worse value: 340.935195996. iteration 8636 found worse value: 340.935195996. iteration 8637 found worse value: 340.935195996. iteration 8638 found worse value: 340.935195996. iteration 8638, perturbing to get out of local maxima iteration 8639 found worse value: 340.935195996. iteration 8640 found worse value: 340.935195996. iteration 8641 found worse value: 340.935195996. iteration 8642 found worse value: 340.935195996. iteration 8643 found worse value: 340.935195996. iteration 8644 found worse value: 340.935195996. iteration 8645 found worse value: 340.935195996. iteration 8646 found worse value: 340.935195996. iteration 8647 found worse value: 340.935195996. iteration 8648 found worse value: 340.935195996. iteration 8649 found worse value: 340.935195996. iteration 8650 found worse value: 340.935195996. iteration 8651 found worse value: 340.935195996. iteration 8652 found worse value: 340.935195996. iteration 8653 found worse value: 340.935195996. iteration 8654 found worse value: 340.935195996. iteration 8655 found worse value: 340.935195996. iteration 8656 found worse value: 340.935195996. iteration 8657 found worse value: 340.935195996. iteration 8658 found worse value: 340.935195996. iteration 8659 found worse value: 340.935195996. iteration 8660 found worse value: 340.935195996. iteration 8661 found worse value: 340.935195996. iteration 8662 found worse value: 340.935195996. iteration 8663 found worse value: 340.935195996. iteration 8664 found worse value: 340.935195996. iteration 8665 found worse value: 340.935195996. iteration 8666 found worse value: 340.935195996. iteration 8667 found worse value: 340.935195996. iteration 8668 found worse value: 340.935195996. iteration 8669 found worse value: 340.935195996. iteration 8670 found worse value: 340.935195996. iteration 8671 found worse value: 340.935195996. iteration 8672 found worse value: 340.935195996. iteration 8673 found worse value: 340.935195996. iteration 8674 found worse value: 340.935195996. iteration 8675 found worse value: 340.935195996. iteration 8676 found worse value: 340.935195996. iteration 8677 found worse value: 340.935195996. iteration 8678 found worse value: 340.935195996. iteration 8679 found worse value: 340.935195996. iteration 8680 found worse value: 340.935195996. iteration 8681 found worse value: 340.935195996. iteration 8682 found worse value: 340.935195996. iteration 8683 found worse value: 340.935195996. iteration 8684 found worse value: 340.935195996. iteration 8685 found worse value: 340.935195996. iteration 8686 found worse value: 340.935195996. iteration 8687 found worse value: 340.935195996. iteration 8687, perturbing to get out of local maxima iteration 8688 found worse value: 340.935195996. iteration 8689 found worse value: 340.935195996. iteration 8690 found worse value: 340.935195996. iteration 8691 found worse value: 340.935195996. iteration 8692 found worse value: 340.935195996. iteration 8693 found worse value: 340.935195996. iteration 8694 found worse value: 340.935195996. iteration 8695 found worse value: 340.935195996. iteration 8696 found worse value: 340.935195996. iteration 8697 found worse value: 340.935195996. iteration 8698 found worse value: 340.935195996. iteration 8699 found worse value: 340.935195996. iteration 8700 found worse value: 340.935195996. iteration 8701 found worse value: 340.935195996. iteration 8701, perturbing to get out of local maxima iteration 8702 found worse value: 340.935195996. iteration 8703 found worse value: 340.935195996. iteration 8704 found worse value: 340.935195996. iteration 8705 found worse value: 340.935195996. iteration 8706 found worse value: 340.935195996. iteration 8707 found worse value: 340.935195996. iteration 8708 found worse value: 340.935195996. iteration 8709 found worse value: 340.935195996. iteration 8710 found worse value: 340.935195996. iteration 8711 found worse value: 340.935195996. iteration 8712 found worse value: 340.935195996. iteration 8713 found worse value: 340.935195996. iteration 8714 found worse value: 340.935195996. iteration 8715 found worse value: 340.935195996. iteration 8716 found worse value: 340.935195996. iteration 8717 found worse value: 340.935195996. iteration 8718 found worse value: 340.935195996. iteration 8719 found worse value: 340.935195996. iteration 8720 found worse value: 340.935195996. iteration 8721 found worse value: 340.935195996. iteration 8722 found worse value: 340.935195996. iteration 8723 found worse value: 340.935195996. iteration 8724 found worse value: 340.935195996. iteration 8725 found worse value: 340.935195996. iteration 8726 found worse value: 340.935195996. iteration 8727 found worse value: 340.935195996. iteration 8728 found worse value: 340.935195996. iteration 8729 found worse value: 340.935195996. iteration 8730 found worse value: 340.935195996. iteration 8731 found worse value: 340.935195996. iteration 8732 found worse value: 340.935195996. iteration 8733 found worse value: 340.935195996. iteration 8734 found worse value: 340.935195996. iteration 8735 found worse value: 340.935195996. iteration 8736 found worse value: 340.935195996. iteration 8737 found worse value: 340.935195996. iteration 8738 found worse value: 340.935195996. iteration 8739 found worse value: 340.935195996. iteration 8740 found worse value: 340.935195996. iteration 8741 found worse value: 340.935195996. iteration 8742 found worse value: 340.935195996. iteration 8743 found worse value: 340.935195996. iteration 8744 found worse value: 340.935195996. iteration 8745 found worse value: 340.935195996. iteration 8746 found worse value: 340.935195996. iteration 8747 found worse value: 340.935195996. iteration 8748 found worse value: 340.935195996. iteration 8749 found worse value: 340.935195996. iteration 8750 found worse value: 340.935195996. iteration 8751 found worse value: 340.935195996. iteration 8752 found worse value: 340.935195996. iteration 8752, perturbing to get out of local maxima iteration 8753 found worse value: 340.935195996. iteration 8754 found worse value: 340.935195996. iteration 8755 found worse value: 340.935195996. iteration 8756 found worse value: 340.935195996. iteration 8757 found worse value: 340.935195996. iteration 8758 found worse value: 340.935195996. iteration 8759 found worse value: 340.935195996. iteration 8760 found worse value: 340.935195996. iteration 8761 found worse value: 340.935195996. iteration 8762 found worse value: 340.935195996. iteration 8763 found worse value: 340.935195996. iteration 8764 found worse value: 340.935195996. iteration 8765 found worse value: 340.935195996. iteration 8766 found worse value: 340.935195996. iteration 8767 found worse value: 340.935195996. iteration 8768 found worse value: 340.935195996. iteration 8769 found worse value: 340.935195996. iteration 8770 found worse value: 340.935195996. iteration 8771 found worse value: 340.935195996. iteration 8772 found worse value: 340.935195996. iteration 8773 found worse value: 340.935195996. iteration 8774 found worse value: 340.935195996. iteration 8775 found worse value: 340.935195996. iteration 8776 found worse value: 340.935195996. iteration 8777 found worse value: 340.935195996. iteration 8778 found worse value: 340.935195996. iteration 8779 found worse value: 340.935195996. iteration 8780 found worse value: 340.935195996. iteration 8781 found worse value: 340.935195996. iteration 8782 found worse value: 340.935195996. iteration 8783 found worse value: 340.935195996. iteration 8784 found worse value: 340.935195996. iteration 8785 found worse value: 340.935195996. iteration 8785, perturbing to get out of local maxima iteration 8786 found worse value: 340.935195996. iteration 8786, perturbing to get out of local maxima iteration 8787 found worse value: 340.935195996. iteration 8788 found worse value: 340.935195996. iteration 8789 found worse value: 340.935195996. iteration 8790 found worse value: 340.935195996. iteration 8791 found worse value: 340.935195996. iteration 8792 found worse value: 340.935195996. iteration 8793 found worse value: 340.935195996. iteration 8794 found worse value: 340.935195996. iteration 8795 found worse value: 340.935195996. iteration 8796 found worse value: 340.935195996. iteration 8797 found worse value: 340.935195996. iteration 8798 found worse value: 340.935195996. iteration 8799 found worse value: 340.935195996. iteration 8800 found worse value: 340.935195996. iteration 8801 found worse value: 340.935195996. iteration 8802 found worse value: 340.935195996. iteration 8803 found worse value: 340.935195996. iteration 8804 found worse value: 340.935195996. iteration 8804, perturbing to get out of local maxima iteration 8805 found worse value: 340.935195996. iteration 8806 found worse value: 340.935195996. iteration 8807 found worse value: 340.935195996. iteration 8808 found worse value: 340.935195996. iteration 8808, perturbing to get out of local maxima iteration 8809 found worse value: 340.935195996. iteration 8810 found worse value: 340.935195996. iteration 8811 found worse value: 340.935195996. iteration 8812 found worse value: 340.935195996. iteration 8813 found worse value: 340.935195996. iteration 8814 found worse value: 340.935195996. iteration 8815 found worse value: 340.935195996. iteration 8816 found worse value: 340.935195996. iteration 8817 found worse value: 340.935195996. iteration 8818 found worse value: 340.935195996. iteration 8819 found worse value: 340.935195996. iteration 8820 found worse value: 340.935195996. iteration 8821 found worse value: 340.935195996. iteration 8821, perturbing to get out of local maxima iteration 8822 found worse value: 340.935195996. iteration 8822, perturbing to get out of local maxima iteration 8823 found worse value: 340.935195996. iteration 8824 found worse value: 340.935195996. iteration 8825 found worse value: 340.935195996. iteration 8826 found worse value: 340.935195996. iteration 8827 found worse value: 340.935195996. iteration 8828 found worse value: 340.935195996. iteration 8829 found worse value: 340.935195996. iteration 8830 found worse value: 340.935195996. iteration 8830, perturbing to get out of local maxima iteration 8831 found worse value: 340.935195996. iteration 8831, perturbing to get out of local maxima iteration 8832 found worse value: 340.935195996. iteration 8833 found worse value: 340.935195996. iteration 8834 found worse value: 340.935195996. iteration 8835 found worse value: 340.935195996. iteration 8836 found worse value: 340.935195996. iteration 8837 found worse value: 340.935195996. iteration 8838 found worse value: 340.935195996. iteration 8839 found worse value: 340.935195996. iteration 8840 found worse value: 340.935195996. iteration 8841 found worse value: 340.935195996. iteration 8842 found worse value: 340.935195996. iteration 8843 found worse value: 340.935195996. iteration 8844 found worse value: 340.935195996. iteration 8845 found worse value: 340.935195996. iteration 8846 found worse value: 340.935195996. iteration 8847 found worse value: 340.935195996. iteration 8848 found worse value: 340.935195996. iteration 8848, perturbing to get out of local maxima iteration 8849 found worse value: 340.935195996. iteration 8850 found worse value: 340.935195996. iteration 8851 found worse value: 340.935195996. iteration 8852 found worse value: 340.935195996. iteration 8853 found worse value: 340.935195996. iteration 8854 found worse value: 340.935195996. iteration 8855 found worse value: 340.935195996. iteration 8856 found worse value: 340.935195996. iteration 8857 found worse value: 340.935195996. iteration 8858 found worse value: 340.935195996. iteration 8859 found worse value: 340.935195996. iteration 8860 found worse value: 340.935195996. iteration 8861 found worse value: 340.935195996. iteration 8861, perturbing to get out of local maxima iteration 8862 found worse value: 340.935195996. iteration 8862, perturbing to get out of local maxima iteration 8863 found worse value: 340.935195996. iteration 8864 found worse value: 340.935195996. iteration 8865 found worse value: 340.935195996. iteration 8866 found worse value: 340.935195996. iteration 8867 found worse value: 340.935195996. iteration 8868 found worse value: 340.935195996. iteration 8869 found worse value: 340.935195996. iteration 8870 found worse value: 340.935195996. iteration 8871 found worse value: 340.935195996. iteration 8872 found worse value: 340.935195996. iteration 8873 found worse value: 340.935195996. iteration 8874 found worse value: 340.935195996. iteration 8875 found worse value: 340.935195996. iteration 8876 found worse value: 340.935195996. iteration 8877 found worse value: 340.935195996. iteration 8878 found worse value: 340.935195996. iteration 8879 found worse value: 340.935195996. iteration 8880 found worse value: 340.935195996. iteration 8881 found worse value: 340.935195996. iteration 8882 found worse value: 340.935195996. iteration 8883 found worse value: 340.935195996. iteration 8884 found worse value: 340.935195996. iteration 8885 found worse value: 340.935195996. iteration 8886 found worse value: 340.935195996. iteration 8887 found worse value: 340.935195996. iteration 8888 found worse value: 340.935195996. iteration 8889 found worse value: 340.935195996. iteration 8890 found worse value: 340.935195996. iteration 8891 found worse value: 340.935195996. iteration 8892 found worse value: 340.935195996. iteration 8893 found worse value: 340.935195996. iteration 8894 found worse value: 340.935195996. iteration 8895 found worse value: 340.935195996. iteration 8896 found worse value: 340.935195996. iteration 8897 found worse value: 340.935195996. iteration 8898 found worse value: 340.935195996. iteration 8899 found worse value: 340.935195996. iteration 8900 found worse value: 340.935195996. iteration 8901 found worse value: 340.935195996. iteration 8902 found worse value: 340.935195996. iteration 8903 found worse value: 340.935195996. iteration 8904 found worse value: 340.935195996. iteration 8905 found worse value: 340.935195996. iteration 8906 found worse value: 340.935195996. iteration 8907 found worse value: 340.935195996. iteration 8908 found worse value: 340.935195996. iteration 8909 found worse value: 340.935195996. iteration 8910 found worse value: 340.935195996. iteration 8911 found worse value: 340.935195996. iteration 8912 found worse value: 340.935195996. iteration 8913 found worse value: 340.935195996. iteration 8914 found worse value: 340.935195996. iteration 8914, perturbing to get out of local maxima iteration 8915 found worse value: 340.935195996. iteration 8916 found worse value: 340.935195996. iteration 8917 found worse value: 340.935195996. iteration 8918 found worse value: 340.935195996. iteration 8919 found worse value: 340.935195996. iteration 8920 found worse value: 340.935195996. iteration 8921 found worse value: 340.935195996. iteration 8922 found worse value: 340.935195996. iteration 8923 found worse value: 340.935195996. iteration 8924 found worse value: 340.935195996. iteration 8925 found worse value: 340.935195996. iteration 8926 found worse value: 340.935195996. iteration 8927 found worse value: 340.935195996. iteration 8928 found worse value: 340.935195996. iteration 8929 found worse value: 340.935195996. iteration 8930 found worse value: 340.935195996. iteration 8931 found worse value: 340.935195996. iteration 8932 found worse value: 340.935195996. iteration 8933 found worse value: 340.935195996. iteration 8934 found worse value: 340.935195996. iteration 8935 found worse value: 340.935195996. iteration 8936 found worse value: 340.935195996. iteration 8937 found worse value: 340.935195996. iteration 8938 found worse value: 340.935195996. iteration 8938, perturbing to get out of local maxima iteration 8939 found worse value: 340.935195996. iteration 8940 found worse value: 340.935195996. iteration 8941 found worse value: 340.935195996. iteration 8942 found worse value: 340.935195996. iteration 8943 found worse value: 340.935195996. iteration 8944 found worse value: 340.935195996. iteration 8945 found worse value: 340.935195996. iteration 8946 found worse value: 340.935195996. iteration 8947 found worse value: 340.935195996. iteration 8948 found worse value: 340.935195996. iteration 8949 found worse value: 340.935195996. iteration 8950 found worse value: 340.935195996. iteration 8951 found worse value: 340.935195996. iteration 8952 found worse value: 340.935195996. iteration 8953 found worse value: 340.935195996. iteration 8954 found worse value: 340.935195996. iteration 8955 found worse value: 340.935195996. iteration 8956 found worse value: 340.935195996. iteration 8957 found worse value: 340.935195996. iteration 8958 found worse value: 340.935195996. iteration 8959 found worse value: 340.935195996. iteration 8960 found worse value: 340.935195996. iteration 8960, perturbing to get out of local maxima iteration 8961 found worse value: 340.935195996. iteration 8962 found worse value: 340.935195996. iteration 8963 found worse value: 340.935195996. iteration 8964 found worse value: 340.935195996. iteration 8965 found worse value: 340.935195996. iteration 8966 found worse value: 340.935195996. iteration 8967 found worse value: 340.935195996. iteration 8968 found worse value: 340.935195996. iteration 8969 found worse value: 340.935195996. iteration 8970 found worse value: 340.935195996. iteration 8971 found worse value: 340.935195996. iteration 8972 found worse value: 340.935195996. iteration 8973 found worse value: 340.935195996. iteration 8974 found worse value: 340.935195996. iteration 8975 found worse value: 340.935195996. iteration 8976 found worse value: 340.935195996. iteration 8977 found worse value: 340.935195996. iteration 8978 found worse value: 340.935195996. iteration 8978, perturbing to get out of local maxima iteration 8979 found worse value: 340.935195996. iteration 8980 found worse value: 340.935195996. iteration 8981 found worse value: 340.935195996. iteration 8982 found worse value: 340.935195996. iteration 8983 found worse value: 340.935195996. iteration 8984 found worse value: 340.935195996. iteration 8985 found worse value: 340.935195996. iteration 8986 found worse value: 340.935195996. iteration 8987 found worse value: 340.935195996. iteration 8988 found worse value: 340.935195996. iteration 8989 found worse value: 340.935195996. iteration 8990 found worse value: 340.935195996. iteration 8991 found worse value: 340.935195996. iteration 8991, perturbing to get out of local maxima iteration 8992 found worse value: 340.935195996. iteration 8993 found worse value: 340.935195996. iteration 8994 found worse value: 340.935195996. iteration 8995 found worse value: 340.935195996. iteration 8996 found worse value: 340.935195996. iteration 8996, perturbing to get out of local maxima iteration 8997 found worse value: 340.935195996. iteration 8998 found worse value: 340.935195996. iteration 8999 found worse value: 340.935195996. iteration 9000 found worse value: 340.935195996. iteration 9001 found worse value: 340.935195996. iteration 9002 found worse value: 340.935195996. iteration 9002, perturbing to get out of local maxima iteration 9003 found worse value: 340.935195996. iteration 9004 found worse value: 340.935195996. iteration 9005 found worse value: 340.935195996. iteration 9006 found worse value: 340.935195996. iteration 9006, perturbing to get out of local maxima iteration 9007 found worse value: 340.935195996. iteration 9008 found worse value: 340.935195996. iteration 9009 found worse value: 340.935195996. iteration 9010 found worse value: 340.935195996. iteration 9011 found worse value: 340.935195996. iteration 9012 found worse value: 340.935195996. iteration 9012, perturbing to get out of local maxima iteration 9013 found worse value: 340.935195996. iteration 9014 found worse value: 340.935195996. iteration 9015 found worse value: 340.935195996. iteration 9016 found worse value: 340.935195996. iteration 9017 found worse value: 340.935195996. iteration 9017, perturbing to get out of local maxima iteration 9018 found worse value: 340.935195996. iteration 9019 found worse value: 340.935195996. iteration 9020 found worse value: 340.935195996. iteration 9021 found worse value: 340.935195996. iteration 9022 found worse value: 340.935195996. iteration 9023 found worse value: 340.935195996. iteration 9024 found worse value: 340.935195996. iteration 9025 found worse value: 340.935195996. iteration 9026 found worse value: 340.935195996. iteration 9027 found worse value: 340.935195996. iteration 9028 found worse value: 340.935195996. iteration 9028, perturbing to get out of local maxima iteration 9029 found worse value: 340.935195996. iteration 9030 found worse value: 340.935195996. iteration 9031 found worse value: 340.935195996. iteration 9032 found worse value: 340.935195996. iteration 9033 found worse value: 340.935195996. iteration 9034 found worse value: 340.935195996. iteration 9035 found worse value: 340.935195996. iteration 9036 found worse value: 340.935195996. iteration 9037 found worse value: 340.935195996. iteration 9038 found worse value: 340.935195996. iteration 9039 found worse value: 340.935195996. iteration 9040 found worse value: 340.935195996. iteration 9041 found worse value: 340.935195996. iteration 9042 found worse value: 340.935195996. iteration 9043 found worse value: 340.935195996. iteration 9044 found worse value: 340.935195996. iteration 9045 found worse value: 340.935195996. iteration 9046 found worse value: 340.935195996. iteration 9047 found worse value: 340.935195996. iteration 9048 found worse value: 340.935195996. iteration 9049 found worse value: 340.935195996. iteration 9050 found worse value: 340.935195996. iteration 9051 found worse value: 340.935195996. iteration 9052 found worse value: 340.935195996. iteration 9053 found worse value: 340.935195996. iteration 9054 found worse value: 340.935195996. iteration 9055 found worse value: 340.935195996. iteration 9056 found worse value: 340.935195996. iteration 9057 found worse value: 340.935195996. iteration 9058 found worse value: 340.935195996. iteration 9059 found worse value: 340.935195996. iteration 9060 found worse value: 340.935195996. iteration 9061 found worse value: 340.935195996. iteration 9061, perturbing to get out of local maxima iteration 9062 found worse value: 340.935195996. iteration 9063 found worse value: 340.935195996. iteration 9064 found worse value: 340.935195996. iteration 9065 found worse value: 340.935195996. iteration 9066 found worse value: 340.935195996. iteration 9067 found worse value: 340.935195996. iteration 9068 found worse value: 340.935195996. iteration 9069 found worse value: 340.935195996. iteration 9070 found worse value: 340.935195996. iteration 9071 found worse value: 340.935195996. iteration 9072 found worse value: 340.935195996. iteration 9073 found worse value: 340.935195996. iteration 9074 found worse value: 340.935195996. iteration 9075 found worse value: 340.935195996. iteration 9076 found worse value: 340.935195996. iteration 9077 found worse value: 340.935195996. iteration 9078 found worse value: 340.935195996. iteration 9079 found worse value: 340.935195996. iteration 9080 found worse value: 340.935195996. iteration 9081 found worse value: 340.935195996. iteration 9082 found worse value: 340.935195996. iteration 9083 found worse value: 340.935195996. iteration 9084 found worse value: 340.935195996. iteration 9085 found worse value: 340.935195996. iteration 9086 found worse value: 340.935195996. iteration 9087 found worse value: 340.935195996. iteration 9088 found worse value: 340.935195996. iteration 9089 found worse value: 340.935195996. iteration 9090 found worse value: 340.935195996. iteration 9091 found worse value: 340.935195996. iteration 9092 found worse value: 340.935195996. iteration 9093 found worse value: 340.935195996. iteration 9094 found worse value: 340.935195996. iteration 9095 found worse value: 340.935195996. iteration 9096 found worse value: 340.935195996. iteration 9097 found worse value: 340.935195996. iteration 9098 found worse value: 340.935195996. iteration 9099 found worse value: 340.935195996. iteration 9100 found worse value: 340.935195996. iteration 9101 found worse value: 340.935195996. iteration 9102 found worse value: 340.935195996. iteration 9103 found worse value: 340.935195996. iteration 9104 found worse value: 340.935195996. iteration 9105 found worse value: 340.935195996. iteration 9106 found worse value: 340.935195996. iteration 9107 found worse value: 340.935195996. iteration 9108 found worse value: 340.935195996. iteration 9109 found worse value: 340.935195996. iteration 9110 found worse value: 340.935195996. iteration 9111 found worse value: 340.935195996. iteration 9112 found worse value: 340.935195996. iteration 9112, perturbing to get out of local maxima iteration 9113 found worse value: 340.935195996. iteration 9114 found worse value: 340.935195996. iteration 9115 found worse value: 340.935195996. iteration 9116 found worse value: 340.935195996. iteration 9117 found worse value: 340.935195996. iteration 9118 found worse value: 340.935195996. iteration 9119 found worse value: 340.935195996. iteration 9120 found worse value: 340.935195996. iteration 9121 found worse value: 340.935195996. iteration 9122 found worse value: 340.935195996. iteration 9123 found worse value: 340.935195996. iteration 9124 found worse value: 340.935195996. iteration 9125 found worse value: 340.935195996. iteration 9126 found worse value: 340.935195996. iteration 9126, perturbing to get out of local maxima iteration 9127 found worse value: 340.935195996. iteration 9128 found worse value: 340.935195996. iteration 9129 found worse value: 340.935195996. iteration 9130 found worse value: 340.935195996. iteration 9131 found worse value: 340.935195996. iteration 9132 found worse value: 340.935195996. iteration 9133 found worse value: 340.935195996. iteration 9134 found worse value: 340.935195996. iteration 9135 found worse value: 340.935195996. iteration 9136 found worse value: 340.935195996. iteration 9137 found worse value: 340.935195996. iteration 9137, perturbing to get out of local maxima iteration 9138 found worse value: 340.935195996. iteration 9139 found worse value: 340.935195996. iteration 9140 found worse value: 340.935195996. iteration 9141 found worse value: 340.935195996. iteration 9142 found worse value: 340.935195996. iteration 9143 found worse value: 340.935195996. iteration 9144 found worse value: 340.935195996. iteration 9145 found worse value: 340.935195996. iteration 9146 found worse value: 340.935195996. iteration 9147 found worse value: 340.935195996. iteration 9147, perturbing to get out of local maxima iteration 9148 found worse value: 340.935195996. iteration 9149 found worse value: 340.935195996. iteration 9149, perturbing to get out of local maxima iteration 9150 found worse value: 340.935195996. iteration 9151 found worse value: 340.935195996. iteration 9152 found worse value: 340.935195996. iteration 9153 found worse value: 340.935195996. iteration 9154 found worse value: 340.935195996. iteration 9155 found worse value: 340.935195996. iteration 9156 found worse value: 340.935195996. iteration 9157 found worse value: 340.935195996. iteration 9158 found worse value: 340.935195996. iteration 9159 found worse value: 340.935195996. iteration 9160 found worse value: 340.935195996. iteration 9161 found worse value: 340.935195996. iteration 9162 found worse value: 340.935195996. iteration 9163 found worse value: 340.935195996. iteration 9164 found worse value: 340.935195996. iteration 9165 found worse value: 340.935195996. iteration 9166 found worse value: 340.935195996. iteration 9167 found worse value: 340.935195996. iteration 9167, perturbing to get out of local maxima iteration 9168 found worse value: 340.935195996. iteration 9169 found worse value: 340.935195996. iteration 9170 found worse value: 340.935195996. iteration 9171 found worse value: 340.935195996. iteration 9172 found worse value: 340.935195996. iteration 9173 found worse value: 340.935195996. iteration 9173, perturbing to get out of local maxima iteration 9174 found worse value: 340.935195996. iteration 9175 found worse value: 340.935195996. iteration 9176 found worse value: 340.935195996. iteration 9177 found worse value: 340.935195996. iteration 9178 found worse value: 340.935195996. iteration 9179 found worse value: 340.935195996. iteration 9180 found worse value: 340.935195996. iteration 9181 found worse value: 340.935195996. iteration 9182 found worse value: 340.935195996. iteration 9183 found worse value: 340.935195996. iteration 9183, perturbing to get out of local maxima iteration 9184 found worse value: 340.935195996. iteration 9185 found worse value: 340.935195996. iteration 9186 found worse value: 340.935195996. iteration 9187 found worse value: 340.935195996. iteration 9188 found worse value: 340.935195996. iteration 9188, perturbing to get out of local maxima iteration 9189 found worse value: 340.935195996. iteration 9190 found worse value: 340.935195996. iteration 9190, perturbing to get out of local maxima iteration 9191 found worse value: 340.935195996. iteration 9192 found worse value: 340.935195996. iteration 9193 found worse value: 340.935195996. iteration 9194 found worse value: 340.935195996. iteration 9195 found worse value: 340.935195996. iteration 9196 found worse value: 340.935195996. iteration 9197 found worse value: 340.935195996. iteration 9198 found worse value: 340.935195996. iteration 9198, perturbing to get out of local maxima iteration 9199 found worse value: 340.935195996. iteration 9200 found worse value: 340.935195996. iteration 9201 found worse value: 340.935195996. iteration 9202 found worse value: 340.935195996. iteration 9203 found worse value: 340.935195996. iteration 9204 found worse value: 340.935195996. iteration 9205 found worse value: 340.935195996. iteration 9205, perturbing to get out of local maxima iteration 9206 found worse value: 340.935195996. iteration 9207 found worse value: 340.935195996. iteration 9208 found worse value: 340.935195996. iteration 9209 found worse value: 340.935195996. iteration 9210 found worse value: 340.935195996. iteration 9211 found worse value: 340.935195996. iteration 9212 found worse value: 340.935195996. iteration 9213 found worse value: 340.935195996. iteration 9214 found worse value: 340.935195996. iteration 9215 found worse value: 340.935195996. iteration 9216 found worse value: 340.935195996. iteration 9217 found worse value: 340.935195996. iteration 9218 found worse value: 340.935195996. iteration 9219 found worse value: 340.935195996. iteration 9219, perturbing to get out of local maxima iteration 9220 found worse value: 340.935195996. iteration 9221 found worse value: 340.935195996. iteration 9222 found worse value: 340.935195996. iteration 9223 found worse value: 340.935195996. iteration 9224 found worse value: 340.935195996. iteration 9225 found worse value: 340.935195996. iteration 9226 found worse value: 340.935195996. iteration 9227 found worse value: 340.935195996. iteration 9228 found worse value: 340.935195996. iteration 9229 found worse value: 340.935195996. iteration 9230 found worse value: 340.935195996. iteration 9231 found worse value: 340.935195996. iteration 9232 found worse value: 340.935195996. iteration 9233 found worse value: 340.935195996. iteration 9234 found worse value: 340.935195996. iteration 9235 found worse value: 340.935195996. iteration 9236 found worse value: 340.935195996. iteration 9237 found worse value: 340.935195996. iteration 9238 found worse value: 340.935195996. iteration 9239 found worse value: 340.935195996. iteration 9240 found worse value: 340.935195996. iteration 9241 found worse value: 340.935195996. iteration 9242 found worse value: 340.935195996. iteration 9243 found worse value: 340.935195996. iteration 9243, perturbing to get out of local maxima iteration 9244 found worse value: 340.935195996. iteration 9245 found worse value: 340.935195996. iteration 9246 found worse value: 340.935195996. iteration 9247 found worse value: 340.935195996. iteration 9248 found worse value: 340.935195996. iteration 9249 found worse value: 340.935195996. iteration 9250 found worse value: 340.935195996. iteration 9251 found worse value: 340.935195996. iteration 9252 found worse value: 340.935195996. iteration 9253 found worse value: 340.935195996. iteration 9254 found worse value: 340.935195996. iteration 9255 found worse value: 340.935195996. iteration 9256 found worse value: 340.935195996. iteration 9257 found worse value: 340.935195996. iteration 9258 found worse value: 340.935195996. iteration 9259 found worse value: 340.935195996. iteration 9260 found worse value: 340.935195996. iteration 9261 found worse value: 340.935195996. iteration 9262 found worse value: 340.935195996. iteration 9263 found worse value: 340.935195996. iteration 9263, perturbing to get out of local maxima iteration 9264 found worse value: 340.935195996. iteration 9265 found worse value: 340.935195996. iteration 9266 found worse value: 340.935195996. iteration 9267 found worse value: 340.935195996. iteration 9268 found worse value: 340.935195996. iteration 9269 found worse value: 340.935195996. iteration 9270 found worse value: 340.935195996. iteration 9271 found worse value: 340.935195996. iteration 9272 found worse value: 340.935195996. iteration 9273 found worse value: 340.935195996. iteration 9274 found worse value: 340.935195996. iteration 9275 found worse value: 340.935195996. iteration 9276 found worse value: 340.935195996. iteration 9277 found worse value: 340.935195996. iteration 9278 found worse value: 340.935195996. iteration 9278, perturbing to get out of local maxima iteration 9279 found worse value: 340.935195996. iteration 9280 found worse value: 340.935195996. iteration 9281 found worse value: 340.935195996. iteration 9282 found worse value: 340.935195996. iteration 9283 found worse value: 340.935195996. iteration 9284 found worse value: 340.935195996. iteration 9285 found worse value: 340.935195996. iteration 9286 found worse value: 340.935195996. iteration 9286, perturbing to get out of local maxima iteration 9287 found worse value: 340.935195996. iteration 9288 found worse value: 340.935195996. iteration 9289 found worse value: 340.935195996. iteration 9290 found worse value: 340.935195996. iteration 9291 found worse value: 340.935195996. iteration 9292 found worse value: 340.935195996. iteration 9293 found worse value: 340.935195996. iteration 9294 found worse value: 340.935195996. iteration 9295 found worse value: 340.935195996. iteration 9296 found worse value: 340.935195996. iteration 9297 found worse value: 340.935195996. iteration 9298 found worse value: 340.935195996. iteration 9299 found worse value: 340.935195996. iteration 9300 found worse value: 340.935195996. iteration 9301 found worse value: 340.935195996. iteration 9302 found worse value: 340.935195996. iteration 9303 found worse value: 340.935195996. iteration 9304 found worse value: 340.935195996. iteration 9305 found worse value: 340.935195996. iteration 9306 found worse value: 340.935195996. iteration 9307 found worse value: 340.935195996. iteration 9308 found worse value: 340.935195996. iteration 9309 found worse value: 340.935195996. iteration 9310 found worse value: 340.935195996. iteration 9311 found worse value: 340.935195996. iteration 9312 found worse value: 340.935195996. iteration 9313 found worse value: 340.935195996. iteration 9314 found worse value: 340.935195996. iteration 9314, perturbing to get out of local maxima iteration 9315 found worse value: 340.935195996. iteration 9316 found worse value: 340.935195996. iteration 9317 found worse value: 340.935195996. iteration 9318 found worse value: 340.935195996. iteration 9319 found worse value: 340.935195996. iteration 9320 found worse value: 340.935195996. iteration 9321 found worse value: 340.935195996. iteration 9322 found worse value: 340.935195996. iteration 9323 found worse value: 340.935195996. iteration 9324 found worse value: 340.935195996. iteration 9325 found worse value: 340.935195996. iteration 9326 found worse value: 340.935195996. iteration 9327 found worse value: 340.935195996. iteration 9328 found worse value: 340.935195996. iteration 9329 found worse value: 340.935195996. iteration 9329, perturbing to get out of local maxima iteration 9330 found worse value: 340.935195996. iteration 9331 found worse value: 340.935195996. iteration 9332 found worse value: 340.935195996. iteration 9333 found worse value: 340.935195996. iteration 9334 found worse value: 340.935195996. iteration 9335 found worse value: 340.935195996. iteration 9336 found worse value: 340.935195996. iteration 9337 found worse value: 340.935195996. iteration 9338 found worse value: 340.935195996. iteration 9339 found worse value: 340.935195996. iteration 9340 found worse value: 340.935195996. iteration 9340, perturbing to get out of local maxima iteration 9341 found worse value: 340.935195996. iteration 9342 found worse value: 340.935195996. iteration 9343 found worse value: 340.935195996. iteration 9344 found worse value: 340.935195996. iteration 9345 found worse value: 340.935195996. iteration 9346 found worse value: 340.935195996. iteration 9347 found worse value: 340.935195996. iteration 9348 found worse value: 340.935195996. iteration 9349 found worse value: 340.935195996. iteration 9350 found worse value: 340.935195996. iteration 9351 found worse value: 340.935195996. iteration 9352 found worse value: 340.935195996. iteration 9353 found worse value: 340.935195996. iteration 9354 found worse value: 340.935195996. iteration 9355 found worse value: 340.935195996. iteration 9356 found worse value: 340.935195996. iteration 9357 found worse value: 340.935195996. iteration 9358 found worse value: 340.935195996. iteration 9359 found worse value: 340.935195996. iteration 9359, perturbing to get out of local maxima iteration 9360 found worse value: 340.935195996. iteration 9360, perturbing to get out of local maxima iteration 9361 found worse value: 340.935195996. iteration 9362 found worse value: 340.935195996. iteration 9363 found worse value: 340.935195996. iteration 9364 found worse value: 340.935195996. iteration 9365 found worse value: 340.935195996. iteration 9366 found worse value: 340.935195996. iteration 9367 found worse value: 340.935195996. iteration 9368 found worse value: 340.935195996. iteration 9369 found worse value: 340.935195996. iteration 9370 found worse value: 340.935195996. iteration 9370, perturbing to get out of local maxima iteration 9371 found worse value: 340.935195996. iteration 9371, perturbing to get out of local maxima iteration 9372 found worse value: 340.935195996. iteration 9373 found worse value: 340.935195996. iteration 9374 found worse value: 340.935195996. iteration 9374, perturbing to get out of local maxima iteration 9375 found worse value: 340.935195996. iteration 9375, perturbing to get out of local maxima iteration 9376 found worse value: 340.935195996. iteration 9377 found worse value: 340.935195996. iteration 9378 found worse value: 340.935195996. iteration 9379 found worse value: 340.935195996. iteration 9380 found worse value: 340.935195996. iteration 9381 found worse value: 340.935195996. iteration 9382 found worse value: 340.935195996. iteration 9383 found worse value: 340.935195996. iteration 9383, perturbing to get out of local maxima iteration 9384 found worse value: 340.935195996. iteration 9385 found worse value: 340.935195996. iteration 9386 found worse value: 340.935195996. iteration 9387 found worse value: 340.935195996. iteration 9388 found worse value: 340.935195996. iteration 9389 found worse value: 340.935195996. iteration 9390 found worse value: 340.935195996. iteration 9391 found worse value: 340.935195996. iteration 9392 found worse value: 340.935195996. iteration 9393 found worse value: 340.935195996. iteration 9394 found worse value: 340.935195996. iteration 9395 found worse value: 340.935195996. iteration 9396 found worse value: 340.935195996. iteration 9397 found worse value: 340.935195996. iteration 9398 found worse value: 340.935195996. iteration 9399 found worse value: 340.935195996. iteration 9400 found worse value: 340.935195996. iteration 9401 found worse value: 340.935195996. iteration 9402 found worse value: 340.935195996. iteration 9403 found worse value: 340.935195996. iteration 9404 found worse value: 340.935195996. iteration 9405 found worse value: 340.935195996. iteration 9406 found worse value: 340.935195996. iteration 9407 found worse value: 340.935195996. iteration 9408 found worse value: 340.935195996. iteration 9409 found worse value: 340.935195996. iteration 9410 found worse value: 340.935195996. iteration 9411 found worse value: 340.935195996. iteration 9412 found worse value: 340.935195996. iteration 9413 found worse value: 340.935195996. iteration 9414 found worse value: 340.935195996. iteration 9415 found worse value: 340.935195996. iteration 9415, perturbing to get out of local maxima iteration 9416 found worse value: 340.935195996. iteration 9417 found worse value: 340.935195996. iteration 9418 found worse value: 340.935195996. iteration 9419 found worse value: 340.935195996. iteration 9420 found worse value: 340.935195996. iteration 9421 found worse value: 340.935195996. iteration 9422 found worse value: 340.935195996. iteration 9423 found worse value: 340.935195996. iteration 9424 found worse value: 340.935195996. iteration 9425 found worse value: 340.935195996. iteration 9426 found worse value: 340.935195996. iteration 9427 found worse value: 340.935195996. iteration 9428 found worse value: 340.935195996. iteration 9429 found worse value: 340.935195996. iteration 9430 found worse value: 340.935195996. iteration 9431 found worse value: 340.935195996. iteration 9432 found worse value: 340.935195996. iteration 9433 found worse value: 340.935195996. iteration 9434 found worse value: 340.935195996. iteration 9435 found worse value: 340.935195996. iteration 9436 found worse value: 340.935195996. iteration 9437 found worse value: 340.935195996. iteration 9437, perturbing to get out of local maxima iteration 9438 found worse value: 340.935195996. iteration 9439 found worse value: 340.935195996. iteration 9440 found worse value: 340.935195996. iteration 9441 found worse value: 340.935195996. iteration 9442 found worse value: 340.935195996. iteration 9443 found worse value: 340.935195996. iteration 9444 found worse value: 340.935195996. iteration 9445 found worse value: 340.935195996. iteration 9446 found worse value: 340.935195996. iteration 9447 found worse value: 340.935195996. iteration 9448 found worse value: 340.935195996. iteration 9449 found worse value: 340.935195996. iteration 9450 found worse value: 340.935195996. iteration 9451 found worse value: 340.935195996. iteration 9452 found worse value: 340.935195996. iteration 9453 found worse value: 340.935195996. iteration 9454 found worse value: 340.935195996. iteration 9455 found worse value: 340.935195996. iteration 9456 found worse value: 340.935195996. iteration 9456, perturbing to get out of local maxima iteration 9457 found worse value: 340.935195996. iteration 9458 found worse value: 340.935195996. iteration 9459 found worse value: 340.935195996. iteration 9460 found worse value: 340.935195996. iteration 9461 found worse value: 340.935195996. iteration 9462 found worse value: 340.935195996. iteration 9463 found worse value: 340.935195996. iteration 9464 found worse value: 340.935195996. iteration 9465 found worse value: 340.935195996. iteration 9466 found worse value: 340.935195996. iteration 9467 found worse value: 340.935195996. iteration 9468 found worse value: 340.935195996. iteration 9469 found worse value: 340.935195996. iteration 9470 found worse value: 340.935195996. iteration 9471 found worse value: 340.935195996. iteration 9472 found worse value: 340.935195996. iteration 9472, perturbing to get out of local maxima iteration 9473 found worse value: 340.935195996. iteration 9474 found worse value: 340.935195996. iteration 9475 found worse value: 340.935195996. iteration 9476 found worse value: 340.935195996. iteration 9477 found worse value: 340.935195996. iteration 9478 found worse value: 340.935195996. iteration 9479 found worse value: 340.935195996. iteration 9479, perturbing to get out of local maxima iteration 9480 found worse value: 340.935195996. iteration 9481 found worse value: 340.935195996. iteration 9482 found worse value: 340.935195996. iteration 9483 found worse value: 340.935195996. iteration 9483, perturbing to get out of local maxima iteration 9484 found worse value: 340.935195996. iteration 9485 found worse value: 340.935195996. iteration 9486 found worse value: 340.935195996. iteration 9487 found worse value: 340.935195996. iteration 9488 found worse value: 340.935195996. iteration 9489 found worse value: 340.935195996. iteration 9490 found worse value: 340.935195996. iteration 9491 found worse value: 340.935195996. iteration 9492 found worse value: 340.935195996. iteration 9493 found worse value: 340.935195996. iteration 9494 found worse value: 340.935195996. iteration 9495 found worse value: 340.935195996. iteration 9496 found worse value: 340.935195996. iteration 9497 found worse value: 340.935195996. iteration 9498 found worse value: 340.935195996. iteration 9499 found worse value: 340.935195996. iteration 9500 found worse value: 340.935195996. iteration 9501 found worse value: 340.935195996. iteration 9502 found worse value: 340.935195996. iteration 9503 found worse value: 340.935195996. iteration 9504 found worse value: 340.935195996. iteration 9505 found worse value: 340.935195996. iteration 9506 found worse value: 340.935195996. iteration 9507 found worse value: 340.935195996. iteration 9508 found worse value: 340.935195996. iteration 9509 found worse value: 340.935195996. iteration 9510 found worse value: 340.935195996. iteration 9511 found worse value: 340.935195996. iteration 9512 found worse value: 340.935195996. iteration 9513 found worse value: 340.935195996. iteration 9514 found worse value: 340.935195996. iteration 9515 found worse value: 340.935195996. iteration 9516 found worse value: 340.935195996. iteration 9517 found worse value: 340.935195996. iteration 9518 found worse value: 340.935195996. iteration 9518, perturbing to get out of local maxima iteration 9519 found worse value: 340.935195996. iteration 9520 found worse value: 340.935195996. iteration 9521 found worse value: 340.935195996. iteration 9522 found worse value: 340.935195996. iteration 9523 found worse value: 340.935195996. iteration 9524 found worse value: 340.935195996. iteration 9525 found worse value: 340.935195996. iteration 9526 found worse value: 340.935195996. iteration 9527 found worse value: 340.935195996. iteration 9528 found worse value: 340.935195996. iteration 9529 found worse value: 340.935195996. iteration 9530 found worse value: 340.935195996. iteration 9531 found worse value: 340.935195996. iteration 9532 found worse value: 340.935195996. iteration 9533 found worse value: 340.935195996. iteration 9534 found worse value: 340.935195996. iteration 9535 found worse value: 340.935195996. iteration 9536 found worse value: 340.935195996. iteration 9537 found worse value: 340.935195996. iteration 9538 found worse value: 340.935195996. iteration 9539 found worse value: 340.935195996. iteration 9540 found worse value: 340.935195996. iteration 9541 found worse value: 340.935195996. iteration 9542 found worse value: 340.935195996. iteration 9543 found worse value: 340.935195996. iteration 9544 found worse value: 340.935195996. iteration 9545 found worse value: 340.935195996. iteration 9546 found worse value: 340.935195996. iteration 9547 found worse value: 340.935195996. iteration 9548 found worse value: 340.935195996. iteration 9549 found worse value: 340.935195996. iteration 9550 found worse value: 340.935195996. iteration 9551 found worse value: 340.935195996. iteration 9552 found worse value: 340.935195996. iteration 9553 found worse value: 340.935195996. iteration 9554 found worse value: 340.935195996. iteration 9555 found better value: 340.941488149 iteration 9556 found worse value: 340.941488149. iteration 9557 found worse value: 340.941488149. iteration 9558 found worse value: 340.941488149. iteration 9559 found worse value: 340.941488149. iteration 9560 found worse value: 340.941488149. iteration 9561 found worse value: 340.941488149. iteration 9562 found worse value: 340.941488149. iteration 9563 found worse value: 340.941488149. iteration 9564 found worse value: 340.941488149. iteration 9565 found worse value: 340.941488149. iteration 9566 found worse value: 340.941488149. iteration 9567 found worse value: 340.941488149. iteration 9568 found worse value: 340.941488149. iteration 9569 found worse value: 340.941488149. iteration 9570 found worse value: 340.941488149. iteration 9571 found worse value: 340.941488149. iteration 9572 found worse value: 340.941488149. iteration 9573 found worse value: 340.941488149. iteration 9574 found worse value: 340.941488149. iteration 9575 found worse value: 340.941488149. iteration 9576 found worse value: 340.941488149. iteration 9577 found worse value: 340.941488149. iteration 9578 found worse value: 340.941488149. iteration 9579 found worse value: 340.941488149. iteration 9580 found worse value: 340.941488149. iteration 9581 found worse value: 340.941488149. iteration 9582 found worse value: 340.941488149. iteration 9583 found worse value: 340.941488149. iteration 9584 found better value: 340.942338551 iteration 9585 found worse value: 340.942338551. iteration 9586 found worse value: 340.942338551. iteration 9587 found worse value: 340.942338551. iteration 9588 found worse value: 340.942338551. iteration 9589 found worse value: 340.942338551. iteration 9590 found worse value: 340.942338551. iteration 9591 found worse value: 340.942338551. iteration 9592 found worse value: 340.942338551. iteration 9593 found worse value: 340.942338551. iteration 9594 found worse value: 340.942338551. iteration 9595 found worse value: 340.942338551. iteration 9596 found worse value: 340.942338551. iteration 9597 found worse value: 340.942338551. iteration 9598 found worse value: 340.942338551. iteration 9599 found worse value: 340.942338551. iteration 9600 found worse value: 340.942338551. iteration 9601 found worse value: 340.942338551. iteration 9602 found worse value: 340.942338551. iteration 9603 found worse value: 340.942338551. iteration 9604 found worse value: 340.942338551. iteration 9605 found worse value: 340.942338551. iteration 9606 found worse value: 340.942338551. iteration 9607 found worse value: 340.942338551. iteration 9608 found worse value: 340.942338551. iteration 9609 found worse value: 340.942338551. iteration 9610 found worse value: 340.942338551. iteration 9611 found worse value: 340.942338551. iteration 9612 found worse value: 340.942338551. iteration 9613 found worse value: 340.942338551. iteration 9614 found worse value: 340.942338551. iteration 9615 found worse value: 340.942338551. iteration 9616 found worse value: 340.942338551. iteration 9617 found worse value: 340.942338551. iteration 9618 found worse value: 340.942338551. iteration 9619 found worse value: 340.942338551. iteration 9620 found worse value: 340.942338551. iteration 9621 found worse value: 340.942338551. iteration 9622 found worse value: 340.942338551. iteration 9623 found worse value: 340.942338551. iteration 9624 found worse value: 340.942338551. iteration 9625 found worse value: 340.942338551. iteration 9626 found worse value: 340.942338551. iteration 9627 found worse value: 340.942338551. iteration 9628 found worse value: 340.942338551. iteration 9629 found worse value: 340.942338551. iteration 9630 found worse value: 340.942338551. iteration 9631 found worse value: 340.942338551. iteration 9632 found worse value: 340.942338551. iteration 9633 found worse value: 340.942338551. iteration 9634 found worse value: 340.942338551. iteration 9635 found worse value: 340.942338551. iteration 9636 found worse value: 340.942338551. iteration 9637 found worse value: 340.942338551. iteration 9638 found worse value: 340.942338551. iteration 9638, perturbing to get out of local maxima iteration 9639 found worse value: 340.942338551. iteration 9640 found worse value: 340.942338551. iteration 9641 found worse value: 340.942338551. iteration 9642 found worse value: 340.942338551. iteration 9643 found worse value: 340.942338551. iteration 9643, perturbing to get out of local maxima iteration 9644 found worse value: 340.942338551. iteration 9645 found worse value: 340.942338551. iteration 9646 found worse value: 340.942338551. iteration 9647 found worse value: 340.942338551. iteration 9648 found worse value: 340.942338551. iteration 9649 found worse value: 340.942338551. iteration 9650 found worse value: 340.942338551. iteration 9651 found worse value: 340.942338551. iteration 9652 found worse value: 340.942338551. iteration 9653 found worse value: 340.942338551. iteration 9654 found worse value: 340.942338551. iteration 9655 found worse value: 340.942338551. iteration 9656 found worse value: 340.942338551. iteration 9657 found worse value: 340.942338551. iteration 9658 found worse value: 340.942338551. iteration 9659 found worse value: 340.942338551. iteration 9660 found worse value: 340.942338551. iteration 9661 found worse value: 340.942338551. iteration 9662 found worse value: 340.942338551. iteration 9663 found worse value: 340.942338551. iteration 9664 found worse value: 340.942338551. iteration 9665 found worse value: 340.942338551. iteration 9666 found worse value: 340.942338551. iteration 9667 found worse value: 340.942338551. iteration 9668 found worse value: 340.942338551. iteration 9669 found worse value: 340.942338551. iteration 9670 found worse value: 340.942338551. iteration 9671 found worse value: 340.942338551. iteration 9672 found worse value: 340.942338551. iteration 9673 found worse value: 340.942338551. iteration 9674 found worse value: 340.942338551. iteration 9675 found worse value: 340.942338551. iteration 9676 found worse value: 340.942338551. iteration 9676, perturbing to get out of local maxima iteration 9677 found worse value: 340.942338551. iteration 9678 found worse value: 340.942338551. iteration 9679 found worse value: 340.942338551. iteration 9680 found worse value: 340.942338551. iteration 9681 found worse value: 340.942338551. iteration 9682 found worse value: 340.942338551. iteration 9683 found worse value: 340.942338551. iteration 9684 found worse value: 340.942338551. iteration 9685 found worse value: 340.942338551. iteration 9686 found worse value: 340.942338551. iteration 9687 found worse value: 340.942338551. iteration 9688 found worse value: 340.942338551. iteration 9689 found worse value: 340.942338551. iteration 9690 found worse value: 340.942338551. iteration 9691 found worse value: 340.942338551. iteration 9692 found worse value: 340.942338551. iteration 9693 found worse value: 340.942338551. iteration 9694 found worse value: 340.942338551. iteration 9695 found worse value: 340.942338551. iteration 9696 found worse value: 340.942338551. iteration 9697 found worse value: 340.942338551. iteration 9698 found worse value: 340.942338551. iteration 9699 found worse value: 340.942338551. iteration 9700 found worse value: 340.942338551. iteration 9701 found worse value: 340.942338551. iteration 9702 found worse value: 340.942338551. iteration 9703 found worse value: 340.942338551. iteration 9704 found worse value: 340.942338551. iteration 9705 found worse value: 340.942338551. iteration 9706 found worse value: 340.942338551. iteration 9707 found worse value: 340.942338551. iteration 9708 found worse value: 340.942338551. iteration 9709 found worse value: 340.942338551. iteration 9710 found worse value: 340.942338551. iteration 9711 found worse value: 340.942338551. iteration 9712 found worse value: 340.942338551. iteration 9713 found worse value: 340.942338551. iteration 9714 found worse value: 340.942338551. iteration 9715 found worse value: 340.942338551. iteration 9716 found worse value: 340.942338551. iteration 9717 found worse value: 340.942338551. iteration 9718 found worse value: 340.942338551. iteration 9719 found worse value: 340.942338551. iteration 9720 found worse value: 340.942338551. iteration 9721 found worse value: 340.942338551. iteration 9722 found worse value: 340.942338551. iteration 9723 found worse value: 340.942338551. iteration 9724 found worse value: 340.942338551. iteration 9725 found worse value: 340.942338551. iteration 9726 found worse value: 340.942338551. iteration 9727 found worse value: 340.942338551. iteration 9728 found worse value: 340.942338551. iteration 9729 found worse value: 340.942338551. iteration 9730 found worse value: 340.942338551. iteration 9731 found worse value: 340.942338551. iteration 9732 found worse value: 340.942338551. iteration 9733 found worse value: 340.942338551. iteration 9734 found worse value: 340.942338551. iteration 9735 found worse value: 340.942338551. iteration 9736 found worse value: 340.942338551. iteration 9737 found worse value: 340.942338551. iteration 9738 found worse value: 340.942338551. iteration 9739 found worse value: 340.942338551. iteration 9740 found worse value: 340.942338551. iteration 9740, perturbing to get out of local maxima iteration 9741 found worse value: 340.942338551. iteration 9742 found worse value: 340.942338551. iteration 9743 found worse value: 340.942338551. iteration 9744 found worse value: 340.942338551. iteration 9745 found worse value: 340.942338551. iteration 9746 found worse value: 340.942338551. iteration 9747 found worse value: 340.942338551. iteration 9748 found worse value: 340.942338551. iteration 9749 found worse value: 340.942338551. iteration 9750 found worse value: 340.942338551. iteration 9751 found worse value: 340.942338551. iteration 9752 found worse value: 340.942338551. iteration 9753 found worse value: 340.942338551. iteration 9753, perturbing to get out of local maxima iteration 9754 found worse value: 340.942338551. iteration 9755 found worse value: 340.942338551. iteration 9756 found worse value: 340.942338551. iteration 9757 found worse value: 340.942338551. iteration 9758 found worse value: 340.942338551. iteration 9759 found worse value: 340.942338551. iteration 9760 found worse value: 340.942338551. iteration 9761 found worse value: 340.942338551. iteration 9762 found worse value: 340.942338551. iteration 9763 found worse value: 340.942338551. iteration 9764 found worse value: 340.942338551. iteration 9765 found worse value: 340.942338551. iteration 9766 found worse value: 340.942338551. iteration 9767 found worse value: 340.942338551. iteration 9768 found worse value: 340.942338551. iteration 9769 found worse value: 340.942338551. iteration 9770 found worse value: 340.942338551. iteration 9771 found worse value: 340.942338551. iteration 9772 found worse value: 340.942338551. iteration 9772, perturbing to get out of local maxima iteration 9773 found worse value: 340.942338551. iteration 9774 found worse value: 340.942338551. iteration 9775 found worse value: 340.942338551. iteration 9776 found worse value: 340.942338551. iteration 9777 found worse value: 340.942338551. iteration 9778 found worse value: 340.942338551. iteration 9779 found worse value: 340.942338551. iteration 9780 found worse value: 340.942338551. iteration 9781 found worse value: 340.942338551. iteration 9782 found worse value: 340.942338551. iteration 9783 found worse value: 340.942338551. iteration 9784 found worse value: 340.942338551. iteration 9785 found worse value: 340.942338551. iteration 9786 found worse value: 340.942338551. iteration 9787 found worse value: 340.942338551. iteration 9788 found worse value: 340.942338551. iteration 9789 found worse value: 340.942338551. iteration 9790 found worse value: 340.942338551. iteration 9791 found worse value: 340.942338551. iteration 9792 found worse value: 340.942338551. iteration 9793 found worse value: 340.942338551. iteration 9794 found worse value: 340.942338551. iteration 9795 found worse value: 340.942338551. iteration 9796 found worse value: 340.942338551. iteration 9797 found worse value: 340.942338551. iteration 9798 found worse value: 340.942338551. iteration 9799 found worse value: 340.942338551. iteration 9800 found worse value: 340.942338551. iteration 9800, perturbing to get out of local maxima iteration 9801 found worse value: 340.942338551. iteration 9802 found worse value: 340.942338551. iteration 9803 found worse value: 340.942338551. iteration 9804 found worse value: 340.942338551. iteration 9805 found worse value: 340.942338551. iteration 9806 found worse value: 340.942338551. iteration 9807 found worse value: 340.942338551. iteration 9808 found worse value: 340.942338551. iteration 9809 found worse value: 340.942338551. iteration 9810 found worse value: 340.942338551. iteration 9811 found worse value: 340.942338551. iteration 9812 found worse value: 340.942338551. iteration 9813 found worse value: 340.942338551. iteration 9814 found worse value: 340.942338551. iteration 9815 found worse value: 340.942338551. iteration 9816 found worse value: 340.942338551. iteration 9817 found worse value: 340.942338551. iteration 9818 found worse value: 340.942338551. iteration 9818, perturbing to get out of local maxima iteration 9819 found worse value: 340.942338551. iteration 9820 found worse value: 340.942338551. iteration 9821 found worse value: 340.942338551. iteration 9822 found worse value: 340.942338551. iteration 9823 found worse value: 340.942338551. iteration 9824 found worse value: 340.942338551. iteration 9825 found worse value: 340.942338551. iteration 9826 found worse value: 340.942338551. iteration 9827 found worse value: 340.942338551. iteration 9827, perturbing to get out of local maxima iteration 9828 found worse value: 340.942338551. iteration 9829 found worse value: 340.942338551. iteration 9830 found worse value: 340.942338551. iteration 9831 found worse value: 340.942338551. iteration 9832 found worse value: 340.942338551. iteration 9833 found worse value: 340.942338551. iteration 9834 found worse value: 340.942338551. iteration 9835 found worse value: 340.942338551. iteration 9836 found worse value: 340.942338551. iteration 9837 found worse value: 340.942338551. iteration 9838 found worse value: 340.942338551. iteration 9838, perturbing to get out of local maxima iteration 9839 found worse value: 340.942338551. iteration 9840 found worse value: 340.942338551. iteration 9841 found worse value: 340.942338551. iteration 9842 found worse value: 340.942338551. iteration 9843 found worse value: 340.942338551. iteration 9844 found worse value: 340.942338551. iteration 9845 found worse value: 340.942338551. iteration 9846 found worse value: 340.942338551. iteration 9847 found worse value: 340.942338551. iteration 9848 found worse value: 340.942338551. iteration 9849 found worse value: 340.942338551. iteration 9850 found worse value: 340.942338551. iteration 9851 found worse value: 340.942338551. iteration 9852 found worse value: 340.942338551. iteration 9853 found worse value: 340.942338551. iteration 9854 found worse value: 340.942338551. iteration 9855 found worse value: 340.942338551. iteration 9856 found worse value: 340.942338551. iteration 9857 found worse value: 340.942338551. iteration 9858 found worse value: 340.942338551. iteration 9859 found worse value: 340.942338551. iteration 9860 found worse value: 340.942338551. iteration 9861 found worse value: 340.942338551. iteration 9862 found worse value: 340.942338551. iteration 9863 found worse value: 340.942338551. iteration 9864 found worse value: 340.942338551. iteration 9865 found worse value: 340.942338551. iteration 9866 found worse value: 340.942338551. iteration 9867 found worse value: 340.942338551. iteration 9868 found worse value: 340.942338551. iteration 9869 found worse value: 340.942338551. iteration 9870 found worse value: 340.942338551. iteration 9871 found worse value: 340.942338551. iteration 9872 found worse value: 340.942338551. iteration 9873 found worse value: 340.942338551. iteration 9874 found worse value: 340.942338551. iteration 9875 found better value: 340.975518292 iteration 9876 found worse value: 340.975518292. iteration 9877 found worse value: 340.975518292. iteration 9878 found worse value: 340.975518292. iteration 9879 found worse value: 340.975518292. iteration 9880 found worse value: 340.975518292. iteration 9881 found worse value: 340.975518292. iteration 9882 found worse value: 340.975518292. iteration 9883 found worse value: 340.975518292. iteration 9884 found worse value: 340.975518292. iteration 9885 found worse value: 340.975518292. iteration 9886 found worse value: 340.975518292. iteration 9886, perturbing to get out of local maxima iteration 9887 found worse value: 340.975518292. iteration 9888 found worse value: 340.975518292. iteration 9889 found worse value: 340.975518292. iteration 9890 found worse value: 340.975518292. iteration 9891 found worse value: 340.975518292. iteration 9892 found worse value: 340.975518292. iteration 9893 found worse value: 340.975518292. iteration 9894 found worse value: 340.975518292. iteration 9895 found worse value: 340.975518292. iteration 9896 found worse value: 340.975518292. iteration 9897 found worse value: 340.975518292. iteration 9898 found worse value: 340.975518292. iteration 9899 found worse value: 340.975518292. iteration 9900 found worse value: 340.975518292. iteration 9901 found worse value: 340.975518292. iteration 9902 found worse value: 340.975518292. iteration 9903 found worse value: 340.975518292. iteration 9904 found worse value: 340.975518292. iteration 9905 found worse value: 340.975518292. iteration 9906 found worse value: 340.975518292. iteration 9907 found worse value: 340.975518292. iteration 9908 found worse value: 340.975518292. iteration 9909 found worse value: 340.975518292. iteration 9910 found worse value: 340.975518292. iteration 9911 found worse value: 340.975518292. iteration 9912 found worse value: 340.975518292. iteration 9913 found worse value: 340.975518292. iteration 9914 found worse value: 340.975518292. iteration 9915 found worse value: 340.975518292. iteration 9916 found worse value: 340.975518292. iteration 9917 found worse value: 340.975518292. iteration 9918 found worse value: 340.975518292. iteration 9919 found worse value: 340.975518292. iteration 9920 found worse value: 340.975518292. iteration 9921 found worse value: 340.975518292. iteration 9922 found worse value: 340.975518292. iteration 9923 found worse value: 340.975518292. iteration 9924 found worse value: 340.975518292. iteration 9925 found worse value: 340.975518292. iteration 9926 found worse value: 340.975518292. iteration 9927 found worse value: 340.975518292. iteration 9928 found worse value: 340.975518292. iteration 9929 found worse value: 340.975518292. iteration 9930 found worse value: 340.975518292. iteration 9931 found worse value: 340.975518292. iteration 9932 found worse value: 340.975518292. iteration 9933 found worse value: 340.975518292. iteration 9934 found worse value: 340.975518292. iteration 9935 found worse value: 340.975518292. iteration 9936 found worse value: 340.975518292. iteration 9937 found worse value: 340.975518292. iteration 9938 found worse value: 340.975518292. iteration 9939 found worse value: 340.975518292. iteration 9940 found worse value: 340.975518292. iteration 9941 found worse value: 340.975518292. iteration 9942 found worse value: 340.975518292. iteration 9943 found worse value: 340.975518292. iteration 9944 found worse value: 340.975518292. iteration 9945 found worse value: 340.975518292. iteration 9946 found worse value: 340.975518292. iteration 9947 found worse value: 340.975518292. iteration 9948 found worse value: 340.975518292. iteration 9949 found worse value: 340.975518292. iteration 9950 found worse value: 340.975518292. iteration 9951 found worse value: 340.975518292. iteration 9952 found worse value: 340.975518292. iteration 9953 found worse value: 340.975518292. iteration 9954 found worse value: 340.975518292. iteration 9955 found worse value: 340.975518292. iteration 9956 found worse value: 340.975518292. iteration 9957 found worse value: 340.975518292. iteration 9958 found worse value: 340.975518292. iteration 9959 found worse value: 340.975518292. iteration 9960 found worse value: 340.975518292. iteration 9960, perturbing to get out of local maxima iteration 9961 found worse value: 340.975518292. iteration 9962 found worse value: 340.975518292. iteration 9963 found worse value: 340.975518292. iteration 9964 found worse value: 340.975518292. iteration 9965 found worse value: 340.975518292. iteration 9966 found worse value: 340.975518292. iteration 9967 found worse value: 340.975518292. iteration 9968 found worse value: 340.975518292. iteration 9969 found worse value: 340.975518292. iteration 9970 found worse value: 340.975518292. iteration 9971 found worse value: 340.975518292. iteration 9972 found worse value: 340.975518292. iteration 9973 found worse value: 340.975518292. iteration 9974 found worse value: 340.975518292. iteration 9975 found worse value: 340.975518292. iteration 9975, perturbing to get out of local maxima iteration 9976 found worse value: 340.975518292. iteration 9977 found worse value: 340.975518292. iteration 9978 found worse value: 340.975518292. iteration 9979 found worse value: 340.975518292. iteration 9980 found worse value: 340.975518292. iteration 9981 found worse value: 340.975518292. iteration 9982 found worse value: 340.975518292. iteration 9983 found worse value: 340.975518292. iteration 9984 found worse value: 340.975518292. iteration 9985 found worse value: 340.975518292. iteration 9986 found worse value: 340.975518292. iteration 9987 found worse value: 340.975518292. iteration 9988 found worse value: 340.975518292. iteration 9989 found worse value: 340.975518292. iteration 9990 found worse value: 340.975518292. iteration 9991 found worse value: 340.975518292. iteration 9992 found worse value: 340.975518292. iteration 9993 found worse value: 340.975518292. iteration 9994 found worse value: 340.975518292. iteration 9995 found worse value: 340.975518292. iteration 9996 found worse value: 340.975518292. iteration 9997 found worse value: 340.975518292. iteration 9998 found worse value: 340.975518292. iteration 9999 found worse value: 340.975518292. iteration 10000 found worse value: 340.975518292. iteration 10001 found worse value: 340.975518292. iteration 10002 found worse value: 340.975518292. iteration 10003 found worse value: 340.975518292. iteration 10004 found worse value: 340.975518292. iteration 10005 found worse value: 340.975518292. iteration 10006 found worse value: 340.975518292. iteration 10007 found worse value: 340.975518292. iteration 10008 found worse value: 340.975518292. iteration 10009 found worse value: 340.975518292. iteration 10010 found worse value: 340.975518292. iteration 10011 found worse value: 340.975518292. iteration 10012 found worse value: 340.975518292. iteration 10013 found worse value: 340.975518292. iteration 10014 found worse value: 340.975518292. iteration 10015 found worse value: 340.975518292. iteration 10016 found worse value: 340.975518292. iteration 10017 found worse value: 340.975518292. iteration 10018 found worse value: 340.975518292. iteration 10019 found worse value: 340.975518292. iteration 10020 found worse value: 340.975518292. iteration 10021 found worse value: 340.975518292. iteration 10022 found worse value: 340.975518292. iteration 10023 found worse value: 340.975518292. iteration 10024 found worse value: 340.975518292. iteration 10025 found worse value: 340.975518292. iteration 10026 found worse value: 340.975518292. iteration 10027 found worse value: 340.975518292. iteration 10028 found worse value: 340.975518292. iteration 10029 found worse value: 340.975518292. iteration 10030 found better value: 340.976553441 iteration 10031 found worse value: 340.976553441. iteration 10032 found worse value: 340.976553441. iteration 10032, perturbing to get out of local maxima iteration 10033 found worse value: 340.976553441. iteration 10034 found worse value: 340.976553441. iteration 10035 found worse value: 340.976553441. iteration 10036 found worse value: 340.976553441. iteration 10037 found worse value: 340.976553441. iteration 10038 found worse value: 340.976553441. iteration 10039 found worse value: 340.976553441. iteration 10040 found worse value: 340.976553441. iteration 10041 found worse value: 340.976553441. iteration 10042 found better value: 340.979571164 iteration 10043 found worse value: 340.979571164. iteration 10044 found worse value: 340.979571164. iteration 10045 found worse value: 340.979571164. iteration 10046 found worse value: 340.979571164. iteration 10047 found worse value: 340.979571164. iteration 10047, perturbing to get out of local maxima iteration 10048 found worse value: 340.979571164. iteration 10048, perturbing to get out of local maxima iteration 10049 found worse value: 340.979571164. iteration 10050 found worse value: 340.979571164. iteration 10051 found worse value: 340.979571164. iteration 10052 found worse value: 340.979571164. iteration 10053 found worse value: 340.979571164. iteration 10054 found worse value: 340.979571164. iteration 10055 found worse value: 340.979571164. iteration 10056 found worse value: 340.979571164. iteration 10057 found worse value: 340.979571164. iteration 10057, perturbing to get out of local maxima iteration 10058 found worse value: 340.979571164. iteration 10059 found worse value: 340.979571164. iteration 10060 found worse value: 340.979571164. iteration 10061 found worse value: 340.979571164. iteration 10062 found worse value: 340.979571164. iteration 10063 found worse value: 340.979571164. iteration 10064 found worse value: 340.979571164. iteration 10065 found worse value: 340.979571164. iteration 10066 found worse value: 340.979571164. iteration 10067 found worse value: 340.979571164. iteration 10068 found worse value: 340.979571164. iteration 10069 found worse value: 340.979571164. iteration 10070 found worse value: 340.979571164. iteration 10071 found worse value: 340.979571164. iteration 10072 found worse value: 340.979571164. iteration 10073 found worse value: 340.979571164. iteration 10074 found worse value: 340.979571164. iteration 10075 found worse value: 340.979571164. iteration 10076 found worse value: 340.979571164. iteration 10077 found worse value: 340.979571164. iteration 10078 found worse value: 340.979571164. iteration 10079 found worse value: 340.979571164. iteration 10080 found worse value: 340.979571164. iteration 10081 found worse value: 340.979571164. iteration 10082 found worse value: 340.979571164. iteration 10083 found worse value: 340.979571164. iteration 10084 found worse value: 340.979571164. iteration 10084, perturbing to get out of local maxima iteration 10085 found worse value: 340.979571164. iteration 10086 found worse value: 340.979571164. iteration 10087 found worse value: 340.979571164. iteration 10088 found worse value: 340.979571164. iteration 10089 found worse value: 340.979571164. iteration 10090 found worse value: 340.979571164. iteration 10091 found worse value: 340.979571164. iteration 10092 found worse value: 340.979571164. iteration 10093 found worse value: 340.979571164. iteration 10094 found worse value: 340.979571164. iteration 10095 found worse value: 340.979571164. iteration 10096 found worse value: 340.979571164. iteration 10097 found better value: 340.980806773 iteration 10098 found worse value: 340.980806773. iteration 10099 found worse value: 340.980806773. iteration 10100 found worse value: 340.980806773. iteration 10101 found worse value: 340.980806773. iteration 10102 found worse value: 340.980806773. iteration 10103 found worse value: 340.980806773. iteration 10103, perturbing to get out of local maxima iteration 10104 found worse value: 340.980806773. iteration 10105 found worse value: 340.980806773. iteration 10106 found worse value: 340.980806773. iteration 10107 found worse value: 340.980806773. iteration 10108 found worse value: 340.980806773. iteration 10109 found worse value: 340.980806773. iteration 10110 found worse value: 340.980806773. iteration 10111 found worse value: 340.980806773. iteration 10112 found worse value: 340.980806773. iteration 10113 found worse value: 340.980806773. iteration 10114 found worse value: 340.980806773. iteration 10115 found worse value: 340.980806773. iteration 10116 found worse value: 340.980806773. iteration 10117 found worse value: 340.980806773. iteration 10118 found worse value: 340.980806773. iteration 10119 found worse value: 340.980806773. iteration 10120 found worse value: 340.980806773. iteration 10121 found worse value: 340.980806773. iteration 10122 found worse value: 340.980806773. iteration 10123 found worse value: 340.980806773. iteration 10124 found worse value: 340.980806773. iteration 10125 found worse value: 340.980806773. iteration 10126 found worse value: 340.980806773. iteration 10127 found worse value: 340.980806773. iteration 10128 found worse value: 340.980806773. iteration 10129 found worse value: 340.980806773. iteration 10130 found worse value: 340.980806773. iteration 10131 found worse value: 340.980806773. iteration 10132 found worse value: 340.980806773. iteration 10133 found worse value: 340.980806773. iteration 10134 found worse value: 340.980806773. iteration 10135 found worse value: 340.980806773. iteration 10136 found worse value: 340.980806773. iteration 10137 found worse value: 340.980806773. iteration 10138 found worse value: 340.980806773. iteration 10139 found worse value: 340.980806773. iteration 10140 found worse value: 340.980806773. iteration 10141 found worse value: 340.980806773. iteration 10142 found worse value: 340.980806773. iteration 10143 found worse value: 340.980806773. iteration 10144 found worse value: 340.980806773. iteration 10145 found worse value: 340.980806773. iteration 10146 found worse value: 340.980806773. iteration 10147 found worse value: 340.980806773. iteration 10148 found worse value: 340.980806773. iteration 10148, perturbing to get out of local maxima iteration 10149 found worse value: 340.980806773. iteration 10150 found worse value: 340.980806773. iteration 10150, perturbing to get out of local maxima iteration 10151 found worse value: 340.980806773. iteration 10152 found worse value: 340.980806773. iteration 10153 found worse value: 340.980806773. iteration 10154 found worse value: 340.980806773. iteration 10155 found worse value: 340.980806773. iteration 10155, perturbing to get out of local maxima iteration 10156 found worse value: 340.980806773. iteration 10157 found worse value: 340.980806773. iteration 10158 found worse value: 340.980806773. iteration 10159 found worse value: 340.980806773. iteration 10160 found worse value: 340.980806773. iteration 10161 found worse value: 340.980806773. iteration 10162 found worse value: 340.980806773. iteration 10163 found worse value: 340.980806773. iteration 10164 found worse value: 340.980806773. iteration 10165 found worse value: 340.980806773. iteration 10165, perturbing to get out of local maxima iteration 10166 found worse value: 340.980806773. iteration 10167 found worse value: 340.980806773. iteration 10168 found worse value: 340.980806773. iteration 10169 found worse value: 340.980806773. iteration 10170 found worse value: 340.980806773. iteration 10171 found worse value: 340.980806773. iteration 10172 found worse value: 340.980806773. iteration 10173 found worse value: 340.980806773. iteration 10174 found worse value: 340.980806773. iteration 10175 found worse value: 340.980806773. iteration 10176 found worse value: 340.980806773. iteration 10177 found worse value: 340.980806773. iteration 10178 found worse value: 340.980806773. iteration 10179 found worse value: 340.980806773. iteration 10180 found worse value: 340.980806773. iteration 10181 found worse value: 340.980806773. iteration 10182 found worse value: 340.980806773. iteration 10183 found worse value: 340.980806773. iteration 10184 found worse value: 340.980806773. iteration 10185 found worse value: 340.980806773. iteration 10186 found worse value: 340.980806773. iteration 10187 found worse value: 340.980806773. iteration 10188 found worse value: 340.980806773. iteration 10189 found worse value: 340.980806773. iteration 10190 found worse value: 340.980806773. iteration 10191 found worse value: 340.980806773. iteration 10192 found worse value: 340.980806773. iteration 10193 found worse value: 340.980806773. iteration 10194 found worse value: 340.980806773. iteration 10194, perturbing to get out of local maxima iteration 10195 found worse value: 340.980806773. iteration 10196 found worse value: 340.980806773. iteration 10197 found worse value: 340.980806773. iteration 10198 found worse value: 340.980806773. iteration 10199 found worse value: 340.980806773. iteration 10200 found worse value: 340.980806773. iteration 10201 found worse value: 340.980806773. iteration 10201, perturbing to get out of local maxima iteration 10202 found worse value: 340.980806773. iteration 10203 found worse value: 340.980806773. iteration 10204 found worse value: 340.980806773. iteration 10205 found worse value: 340.980806773. iteration 10206 found worse value: 340.980806773. iteration 10207 found worse value: 340.980806773. iteration 10208 found worse value: 340.980806773. iteration 10209 found worse value: 340.980806773. iteration 10210 found worse value: 340.980806773. iteration 10211 found worse value: 340.980806773. iteration 10212 found worse value: 340.980806773. iteration 10213 found worse value: 340.980806773. iteration 10214 found worse value: 340.980806773. iteration 10215 found worse value: 340.980806773. iteration 10216 found worse value: 340.980806773. iteration 10217 found worse value: 340.980806773. iteration 10218 found worse value: 340.980806773. iteration 10219 found worse value: 340.980806773. iteration 10220 found worse value: 340.980806773. iteration 10221 found worse value: 340.980806773. iteration 10222 found worse value: 340.980806773. iteration 10223 found worse value: 340.980806773. iteration 10224 found worse value: 340.980806773. iteration 10225 found worse value: 340.980806773. iteration 10226 found worse value: 340.980806773. iteration 10227 found worse value: 340.980806773. iteration 10228 found worse value: 340.980806773. iteration 10229 found worse value: 340.980806773. iteration 10230 found worse value: 340.980806773. iteration 10231 found worse value: 340.980806773. iteration 10232 found worse value: 340.980806773. iteration 10233 found worse value: 340.980806773. iteration 10234 found worse value: 340.980806773. iteration 10235 found worse value: 340.980806773. iteration 10236 found worse value: 340.980806773. iteration 10237 found worse value: 340.980806773. iteration 10238 found worse value: 340.980806773. iteration 10239 found worse value: 340.980806773. iteration 10240 found worse value: 340.980806773. iteration 10241 found worse value: 340.980806773. iteration 10242 found worse value: 340.980806773. iteration 10243 found worse value: 340.980806773. iteration 10244 found worse value: 340.980806773. iteration 10245 found worse value: 340.980806773. iteration 10246 found worse value: 340.980806773. iteration 10247 found worse value: 340.980806773. iteration 10247, perturbing to get out of local maxima iteration 10248 found worse value: 340.980806773. iteration 10249 found worse value: 340.980806773. iteration 10250 found worse value: 340.980806773. iteration 10251 found worse value: 340.980806773. iteration 10252 found worse value: 340.980806773. iteration 10253 found worse value: 340.980806773. iteration 10254 found worse value: 340.980806773. iteration 10255 found worse value: 340.980806773. iteration 10256 found worse value: 340.980806773. iteration 10257 found worse value: 340.980806773. iteration 10258 found worse value: 340.980806773. iteration 10259 found worse value: 340.980806773. iteration 10260 found worse value: 340.980806773. iteration 10261 found worse value: 340.980806773. iteration 10262 found worse value: 340.980806773. iteration 10262, perturbing to get out of local maxima iteration 10263 found worse value: 340.980806773. iteration 10264 found worse value: 340.980806773. iteration 10265 found worse value: 340.980806773. iteration 10266 found worse value: 340.980806773. iteration 10267 found worse value: 340.980806773. iteration 10268 found worse value: 340.980806773. iteration 10269 found worse value: 340.980806773. iteration 10270 found worse value: 340.980806773. iteration 10271 found worse value: 340.980806773. iteration 10272 found worse value: 340.980806773. iteration 10273 found worse value: 340.980806773. iteration 10274 found worse value: 340.980806773. iteration 10275 found worse value: 340.980806773. iteration 10276 found worse value: 340.980806773. iteration 10277 found worse value: 340.980806773. iteration 10278 found worse value: 340.980806773. iteration 10279 found worse value: 340.980806773. iteration 10280 found worse value: 340.980806773. iteration 10281 found worse value: 340.980806773. iteration 10282 found worse value: 340.980806773. iteration 10283 found worse value: 340.980806773. iteration 10284 found worse value: 340.980806773. iteration 10285 found worse value: 340.980806773. iteration 10286 found worse value: 340.980806773. iteration 10287 found worse value: 340.980806773. iteration 10288 found worse value: 340.980806773. iteration 10289 found worse value: 340.980806773. iteration 10290 found worse value: 340.980806773. iteration 10291 found worse value: 340.980806773. iteration 10292 found worse value: 340.980806773. iteration 10293 found worse value: 340.980806773. iteration 10294 found worse value: 340.980806773. iteration 10295 found worse value: 340.980806773. iteration 10296 found worse value: 340.980806773. iteration 10297 found worse value: 340.980806773. iteration 10298 found worse value: 340.980806773. iteration 10299 found worse value: 340.980806773. iteration 10300 found worse value: 340.980806773. iteration 10301 found worse value: 340.980806773. iteration 10302 found worse value: 340.980806773. iteration 10303 found worse value: 340.980806773. iteration 10304 found worse value: 340.980806773. iteration 10305 found worse value: 340.980806773. iteration 10305, perturbing to get out of local maxima iteration 10306 found worse value: 340.980806773. iteration 10307 found worse value: 340.980806773. iteration 10308 found worse value: 340.980806773. iteration 10309 found worse value: 340.980806773. iteration 10310 found worse value: 340.980806773. iteration 10311 found worse value: 340.980806773. iteration 10312 found worse value: 340.980806773. iteration 10313 found worse value: 340.980806773. iteration 10314 found worse value: 340.980806773. iteration 10315 found worse value: 340.980806773. iteration 10316 found worse value: 340.980806773. iteration 10317 found worse value: 340.980806773. iteration 10318 found worse value: 340.980806773. iteration 10319 found worse value: 340.980806773. iteration 10320 found worse value: 340.980806773. iteration 10321 found worse value: 340.980806773. iteration 10321, perturbing to get out of local maxima iteration 10322 found worse value: 340.980806773. iteration 10323 found worse value: 340.980806773. iteration 10324 found worse value: 340.980806773. iteration 10325 found worse value: 340.980806773. iteration 10326 found worse value: 340.980806773. iteration 10327 found worse value: 340.980806773. iteration 10328 found worse value: 340.980806773. iteration 10329 found worse value: 340.980806773. iteration 10329, perturbing to get out of local maxima iteration 10330 found worse value: 340.980806773. iteration 10331 found worse value: 340.980806773. iteration 10332 found worse value: 340.980806773. iteration 10333 found worse value: 340.980806773. iteration 10334 found worse value: 340.980806773. iteration 10335 found worse value: 340.980806773. iteration 10336 found worse value: 340.980806773. iteration 10337 found worse value: 340.980806773. iteration 10338 found worse value: 340.980806773. iteration 10339 found worse value: 340.980806773. iteration 10340 found worse value: 340.980806773. iteration 10341 found worse value: 340.980806773. iteration 10341, perturbing to get out of local maxima iteration 10342 found worse value: 340.980806773. iteration 10343 found worse value: 340.980806773. iteration 10344 found worse value: 340.980806773. iteration 10345 found worse value: 340.980806773. iteration 10346 found worse value: 340.980806773. iteration 10347 found worse value: 340.980806773. iteration 10348 found worse value: 340.980806773. iteration 10349 found worse value: 340.980806773. iteration 10350 found worse value: 340.980806773. iteration 10351 found worse value: 340.980806773. iteration 10352 found worse value: 340.980806773. iteration 10353 found worse value: 340.980806773. iteration 10354 found worse value: 340.980806773. iteration 10355 found worse value: 340.980806773. iteration 10356 found worse value: 340.980806773. iteration 10357 found worse value: 340.980806773. iteration 10358 found worse value: 340.980806773. iteration 10359 found worse value: 340.980806773. iteration 10360 found better value: 340.983199526 iteration 10361 found worse value: 340.983199526. iteration 10362 found worse value: 340.983199526. iteration 10363 found worse value: 340.983199526. iteration 10364 found worse value: 340.983199526. iteration 10365 found worse value: 340.983199526. iteration 10366 found worse value: 340.983199526. iteration 10366, perturbing to get out of local maxima iteration 10367 found better value: 340.990848302 iteration 10368 found worse value: 340.990848302. iteration 10369 found worse value: 340.990848302. iteration 10370 found worse value: 340.990848302. iteration 10371 found worse value: 340.990848302. iteration 10372 found worse value: 340.990848302. iteration 10373 found worse value: 340.990848302. iteration 10374 found worse value: 340.990848302. iteration 10375 found worse value: 340.990848302. iteration 10376 found worse value: 340.990848302. iteration 10377 found worse value: 340.990848302. iteration 10378 found worse value: 340.990848302. iteration 10379 found worse value: 340.990848302. iteration 10380 found worse value: 340.990848302. iteration 10381 found worse value: 340.990848302. iteration 10382 found better value: 340.99193878099993 iteration 10383 found worse value: 340.99193878099993. iteration 10384 found worse value: 340.99193878099993. iteration 10385 found worse value: 340.99193878099993. iteration 10386 found worse value: 340.99193878099993. iteration 10387 found worse value: 340.99193878099993. iteration 10388 found worse value: 340.99193878099993. iteration 10389 found worse value: 340.99193878099993. iteration 10390 found worse value: 340.99193878099993. iteration 10390, perturbing to get out of local maxima iteration 10391 found worse value: 340.99193878099993. iteration 10392 found worse value: 340.99193878099993. iteration 10393 found worse value: 340.99193878099993. iteration 10394 found worse value: 340.99193878099993. iteration 10395 found worse value: 340.99193878099993. iteration 10396 found worse value: 340.99193878099993. iteration 10397 found worse value: 340.99193878099993. iteration 10398 found worse value: 340.99193878099993. iteration 10399 found worse value: 340.99193878099993. iteration 10400 found worse value: 340.99193878099993. iteration 10401 found worse value: 340.99193878099993. iteration 10402 found worse value: 340.99193878099993. iteration 10403 found worse value: 340.99193878099993. iteration 10404 found worse value: 340.99193878099993. iteration 10405 found worse value: 340.99193878099993. iteration 10406 found worse value: 340.99193878099993. iteration 10407 found worse value: 340.99193878099993. iteration 10408 found worse value: 340.99193878099993. iteration 10409 found worse value: 340.99193878099993. iteration 10410 found worse value: 340.99193878099993. iteration 10411 found worse value: 340.99193878099993. iteration 10412 found worse value: 340.99193878099993. iteration 10413 found worse value: 340.99193878099993. iteration 10414 found worse value: 340.99193878099993. iteration 10415 found worse value: 340.99193878099993. iteration 10416 found worse value: 340.99193878099993. iteration 10417 found worse value: 340.99193878099993. iteration 10418 found worse value: 340.99193878099993. iteration 10418, perturbing to get out of local maxima iteration 10419 found worse value: 340.99193878099993. iteration 10420 found worse value: 340.99193878099993. iteration 10421 found worse value: 340.99193878099993. iteration 10422 found worse value: 340.99193878099993. iteration 10423 found worse value: 340.99193878099993. iteration 10424 found worse value: 340.99193878099993. iteration 10425 found worse value: 340.99193878099993. iteration 10426 found worse value: 340.99193878099993. iteration 10427 found worse value: 340.99193878099993. iteration 10428 found worse value: 340.99193878099993. iteration 10429 found worse value: 340.99193878099993. iteration 10430 found worse value: 340.99193878099993. iteration 10431 found worse value: 340.99193878099993. iteration 10432 found worse value: 340.99193878099993. iteration 10433 found worse value: 340.99193878099993. iteration 10434 found worse value: 340.99193878099993. iteration 10435 found worse value: 340.99193878099993. iteration 10436 found worse value: 340.99193878099993. iteration 10437 found worse value: 340.99193878099993. iteration 10438 found worse value: 340.99193878099993. iteration 10439 found worse value: 340.99193878099993. iteration 10440 found worse value: 340.99193878099993. iteration 10441 found worse value: 340.99193878099993. iteration 10442 found worse value: 340.99193878099993. iteration 10443 found worse value: 340.99193878099993. iteration 10444 found worse value: 340.99193878099993. iteration 10445 found worse value: 340.99193878099993. iteration 10446 found better value: 340.993520991 iteration 10447 found worse value: 340.993520991. iteration 10448 found worse value: 340.993520991. iteration 10449 found worse value: 340.993520991. iteration 10450 found worse value: 340.993520991. iteration 10451 found worse value: 340.993520991. iteration 10452 found worse value: 340.993520991. iteration 10453 found worse value: 340.993520991. iteration 10454 found worse value: 340.993520991. iteration 10455 found worse value: 340.993520991. iteration 10456 found worse value: 340.993520991. iteration 10457 found worse value: 340.993520991. iteration 10458 found worse value: 340.993520991. iteration 10459 found worse value: 340.993520991. iteration 10460 found worse value: 340.993520991. iteration 10461 found worse value: 340.993520991. iteration 10462 found worse value: 340.993520991. iteration 10463 found worse value: 340.993520991. iteration 10464 found worse value: 340.993520991. iteration 10465 found worse value: 340.993520991. iteration 10466 found worse value: 340.993520991. iteration 10467 found worse value: 340.993520991. iteration 10468 found worse value: 340.993520991. iteration 10469 found worse value: 340.993520991. iteration 10470 found worse value: 340.993520991. iteration 10471 found worse value: 340.993520991. iteration 10472 found worse value: 340.993520991. iteration 10473 found worse value: 340.993520991. iteration 10474 found worse value: 340.993520991. iteration 10475 found worse value: 340.993520991. iteration 10476 found worse value: 340.993520991. iteration 10477 found worse value: 340.993520991. iteration 10478 found better value: 340.99720645300005 iteration 10479 found worse value: 340.99720645300005. iteration 10480 found worse value: 340.99720645300005. iteration 10481 found worse value: 340.99720645300005. iteration 10482 found worse value: 340.99720645300005. iteration 10483 found worse value: 340.99720645300005. iteration 10484 found worse value: 340.99720645300005. iteration 10485 found worse value: 340.99720645300005. iteration 10486 found worse value: 340.99720645300005. iteration 10487 found worse value: 340.99720645300005. iteration 10488 found worse value: 340.99720645300005. iteration 10489 found worse value: 340.99720645300005. iteration 10490 found worse value: 340.99720645300005. iteration 10491 found worse value: 340.99720645300005. iteration 10492 found worse value: 340.99720645300005. iteration 10493 found worse value: 340.99720645300005. iteration 10494 found worse value: 340.99720645300005. iteration 10495 found worse value: 340.99720645300005. iteration 10496 found worse value: 340.99720645300005. iteration 10497 found worse value: 340.99720645300005. iteration 10498 found worse value: 340.99720645300005. iteration 10499 found worse value: 340.99720645300005. iteration 10500 found worse value: 340.99720645300005. iteration 10501 found worse value: 340.99720645300005. iteration 10502 found worse value: 340.99720645300005. iteration 10503 found worse value: 340.99720645300005. iteration 10504 found worse value: 340.99720645300005. iteration 10505 found worse value: 340.99720645300005. iteration 10506 found worse value: 340.99720645300005. iteration 10507 found worse value: 340.99720645300005. iteration 10508 found worse value: 340.99720645300005. iteration 10509 found better value: 340.99803577800003 iteration 10510 found worse value: 340.99803577800003. iteration 10511 found worse value: 340.99803577800003. iteration 10512 found worse value: 340.99803577800003. iteration 10513 found worse value: 340.99803577800003. iteration 10514 found worse value: 340.99803577800003. iteration 10515 found worse value: 340.99803577800003. iteration 10515, perturbing to get out of local maxima iteration 10516 found worse value: 340.99803577800003. iteration 10517 found worse value: 340.99803577800003. iteration 10518 found worse value: 340.99803577800003. iteration 10518, perturbing to get out of local maxima iteration 10519 found worse value: 340.99803577800003. iteration 10520 found worse value: 340.99803577800003. iteration 10521 found worse value: 340.99803577800003. iteration 10522 found worse value: 340.99803577800003. iteration 10522, perturbing to get out of local maxima iteration 10523 found worse value: 340.99803577800003. iteration 10523, perturbing to get out of local maxima iteration 10524 found worse value: 340.99803577800003. iteration 10525 found worse value: 340.99803577800003. iteration 10526 found worse value: 340.99803577800003. iteration 10527 found worse value: 340.99803577800003. iteration 10528 found worse value: 340.99803577800003. iteration 10529 found worse value: 340.99803577800003. iteration 10530 found worse value: 340.99803577800003. iteration 10531 found worse value: 340.99803577800003. iteration 10532 found worse value: 340.99803577800003. iteration 10533 found worse value: 340.99803577800003. iteration 10534 found worse value: 340.99803577800003. iteration 10535 found worse value: 340.99803577800003. iteration 10535, perturbing to get out of local maxima iteration 10536 found worse value: 340.99803577800003. iteration 10537 found worse value: 340.99803577800003. iteration 10538 found worse value: 340.99803577800003. iteration 10539 found worse value: 340.99803577800003. iteration 10540 found worse value: 340.99803577800003. iteration 10541 found worse value: 340.99803577800003. iteration 10542 found worse value: 340.99803577800003. iteration 10543 found worse value: 340.99803577800003. iteration 10544 found worse value: 340.99803577800003. iteration 10545 found worse value: 340.99803577800003. iteration 10546 found worse value: 340.99803577800003. iteration 10547 found worse value: 340.99803577800003. iteration 10548 found worse value: 340.99803577800003. iteration 10549 found worse value: 340.99803577800003. iteration 10550 found worse value: 340.99803577800003. iteration 10551 found worse value: 340.99803577800003. iteration 10552 found worse value: 340.99803577800003. iteration 10553 found worse value: 340.99803577800003. iteration 10554 found worse value: 340.99803577800003. iteration 10555 found worse value: 340.99803577800003. iteration 10556 found worse value: 340.99803577800003. iteration 10557 found worse value: 340.99803577800003. iteration 10558 found worse value: 340.99803577800003. iteration 10559 found worse value: 340.99803577800003. iteration 10560 found worse value: 340.99803577800003. iteration 10561 found worse value: 340.99803577800003. iteration 10562 found worse value: 340.99803577800003. iteration 10563 found worse value: 340.99803577800003. iteration 10564 found worse value: 340.99803577800003. iteration 10565 found worse value: 340.99803577800003. iteration 10566 found worse value: 340.99803577800003. iteration 10567 found worse value: 340.99803577800003. iteration 10568 found worse value: 340.99803577800003. iteration 10569 found worse value: 340.99803577800003. iteration 10570 found worse value: 340.99803577800003. iteration 10571 found worse value: 340.99803577800003. iteration 10572 found worse value: 340.99803577800003. iteration 10573 found worse value: 340.99803577800003. iteration 10574 found worse value: 340.99803577800003. iteration 10575 found worse value: 340.99803577800003. iteration 10576 found worse value: 340.99803577800003. iteration 10577 found worse value: 340.99803577800003. iteration 10578 found worse value: 340.99803577800003. iteration 10579 found worse value: 340.99803577800003. iteration 10579, perturbing to get out of local maxima iteration 10580 found worse value: 340.99803577800003. iteration 10581 found worse value: 340.99803577800003. iteration 10582 found worse value: 340.99803577800003. iteration 10583 found worse value: 340.99803577800003. iteration 10584 found worse value: 340.99803577800003. iteration 10585 found worse value: 340.99803577800003. iteration 10586 found worse value: 340.99803577800003. iteration 10587 found worse value: 340.99803577800003. iteration 10588 found worse value: 340.99803577800003. iteration 10589 found worse value: 340.99803577800003. iteration 10590 found worse value: 340.99803577800003. iteration 10591 found worse value: 340.99803577800003. iteration 10592 found worse value: 340.99803577800003. iteration 10593 found worse value: 340.99803577800003. iteration 10594 found worse value: 340.99803577800003. iteration 10595 found worse value: 340.99803577800003. iteration 10596 found worse value: 340.99803577800003. iteration 10597 found worse value: 340.99803577800003. iteration 10598 found worse value: 340.99803577800003. iteration 10599 found worse value: 340.99803577800003. iteration 10600 found worse value: 340.99803577800003. iteration 10601 found worse value: 340.99803577800003. iteration 10602 found worse value: 340.99803577800003. iteration 10603 found worse value: 340.99803577800003. iteration 10604 found worse value: 340.99803577800003. iteration 10605 found worse value: 340.99803577800003. iteration 10606 found worse value: 340.99803577800003. iteration 10607 found worse value: 340.99803577800003. iteration 10608 found worse value: 340.99803577800003. iteration 10609 found worse value: 340.99803577800003. iteration 10610 found worse value: 340.99803577800003. iteration 10611 found worse value: 340.99803577800003. iteration 10612 found worse value: 340.99803577800003. iteration 10613 found worse value: 340.99803577800003. iteration 10614 found worse value: 340.99803577800003. iteration 10615 found worse value: 340.99803577800003. iteration 10616 found worse value: 340.99803577800003. iteration 10617 found worse value: 340.99803577800003. iteration 10618 found worse value: 340.99803577800003. iteration 10619 found worse value: 340.99803577800003. iteration 10620 found worse value: 340.99803577800003. iteration 10621 found worse value: 340.99803577800003. iteration 10622 found worse value: 340.99803577800003. iteration 10623 found worse value: 340.99803577800003. iteration 10624 found worse value: 340.99803577800003. iteration 10625 found worse value: 340.99803577800003. iteration 10626 found worse value: 340.99803577800003. iteration 10627 found worse value: 340.99803577800003. iteration 10628 found worse value: 340.99803577800003. iteration 10629 found worse value: 340.99803577800003. iteration 10630 found worse value: 340.99803577800003. iteration 10631 found worse value: 340.99803577800003. iteration 10632 found worse value: 340.99803577800003. iteration 10633 found worse value: 340.99803577800003. iteration 10634 found worse value: 340.99803577800003. iteration 10635 found worse value: 340.99803577800003. iteration 10636 found worse value: 340.99803577800003. iteration 10637 found worse value: 340.99803577800003. iteration 10638 found worse value: 340.99803577800003. iteration 10639 found worse value: 340.99803577800003. iteration 10640 found worse value: 340.99803577800003. iteration 10641 found worse value: 340.99803577800003. iteration 10642 found worse value: 340.99803577800003. iteration 10643 found worse value: 340.99803577800003. iteration 10644 found worse value: 340.99803577800003. iteration 10645 found worse value: 340.99803577800003. iteration 10646 found worse value: 340.99803577800003. iteration 10647 found worse value: 340.99803577800003. iteration 10648 found worse value: 340.99803577800003. iteration 10649 found worse value: 340.99803577800003. iteration 10650 found worse value: 340.99803577800003. iteration 10651 found worse value: 340.99803577800003. iteration 10652 found worse value: 340.99803577800003. iteration 10653 found worse value: 340.99803577800003. iteration 10654 found worse value: 340.99803577800003. iteration 10655 found worse value: 340.99803577800003. iteration 10656 found worse value: 340.99803577800003. iteration 10657 found worse value: 340.99803577800003. iteration 10657, perturbing to get out of local maxima iteration 10658 found worse value: 340.99803577800003. iteration 10659 found worse value: 340.99803577800003. iteration 10660 found worse value: 340.99803577800003. iteration 10661 found worse value: 340.99803577800003. iteration 10661, perturbing to get out of local maxima iteration 10662 found worse value: 340.99803577800003. iteration 10663 found worse value: 340.99803577800003. iteration 10664 found worse value: 340.99803577800003. iteration 10665 found worse value: 340.99803577800003. iteration 10666 found worse value: 340.99803577800003. iteration 10667 found worse value: 340.99803577800003. iteration 10668 found worse value: 340.99803577800003. iteration 10669 found worse value: 340.99803577800003. iteration 10670 found worse value: 340.99803577800003. iteration 10671 found worse value: 340.99803577800003. iteration 10672 found worse value: 340.99803577800003. iteration 10672, perturbing to get out of local maxima iteration 10673 found worse value: 340.99803577800003. iteration 10674 found worse value: 340.99803577800003. iteration 10675 found worse value: 340.99803577800003. iteration 10676 found worse value: 340.99803577800003. iteration 10677 found worse value: 340.99803577800003. iteration 10678 found worse value: 340.99803577800003. iteration 10679 found worse value: 340.99803577800003. iteration 10680 found worse value: 340.99803577800003. iteration 10681 found worse value: 340.99803577800003. iteration 10682 found worse value: 340.99803577800003. iteration 10683 found worse value: 340.99803577800003. iteration 10684 found worse value: 340.99803577800003. iteration 10685 found worse value: 340.99803577800003. iteration 10686 found worse value: 340.99803577800003. iteration 10687 found worse value: 340.99803577800003. iteration 10688 found worse value: 340.99803577800003. iteration 10689 found worse value: 340.99803577800003. iteration 10690 found worse value: 340.99803577800003. iteration 10691 found worse value: 340.99803577800003. iteration 10692 found worse value: 340.99803577800003. iteration 10693 found worse value: 340.99803577800003. iteration 10694 found worse value: 340.99803577800003. iteration 10695 found worse value: 340.99803577800003. iteration 10696 found worse value: 340.99803577800003. iteration 10697 found worse value: 340.99803577800003. iteration 10698 found worse value: 340.99803577800003. iteration 10699 found worse value: 340.99803577800003. iteration 10700 found worse value: 340.99803577800003. iteration 10701 found worse value: 340.99803577800003. iteration 10702 found worse value: 340.99803577800003. iteration 10703 found worse value: 340.99803577800003. iteration 10704 found worse value: 340.99803577800003. iteration 10705 found worse value: 340.99803577800003. iteration 10706 found worse value: 340.99803577800003. iteration 10707 found worse value: 340.99803577800003. iteration 10708 found worse value: 340.99803577800003. iteration 10709 found worse value: 340.99803577800003. iteration 10710 found worse value: 340.99803577800003. iteration 10711 found worse value: 340.99803577800003. iteration 10712 found worse value: 340.99803577800003. iteration 10713 found worse value: 340.99803577800003. iteration 10714 found worse value: 340.99803577800003. iteration 10715 found worse value: 340.99803577800003. iteration 10716 found worse value: 340.99803577800003. iteration 10717 found worse value: 340.99803577800003. iteration 10718 found worse value: 340.99803577800003. iteration 10719 found worse value: 340.99803577800003. iteration 10720 found worse value: 340.99803577800003. iteration 10721 found worse value: 340.99803577800003. iteration 10722 found worse value: 340.99803577800003. iteration 10723 found worse value: 340.99803577800003. iteration 10724 found worse value: 340.99803577800003. iteration 10725 found worse value: 340.99803577800003. iteration 10726 found worse value: 340.99803577800003. iteration 10727 found worse value: 340.99803577800003. iteration 10728 found worse value: 340.99803577800003. iteration 10728, perturbing to get out of local maxima iteration 10729 found worse value: 340.99803577800003. iteration 10730 found worse value: 340.99803577800003. iteration 10731 found worse value: 340.99803577800003. iteration 10732 found worse value: 340.99803577800003. iteration 10733 found worse value: 340.99803577800003. iteration 10734 found worse value: 340.99803577800003. iteration 10735 found worse value: 340.99803577800003. iteration 10736 found worse value: 340.99803577800003. iteration 10737 found worse value: 340.99803577800003. iteration 10738 found worse value: 340.99803577800003. iteration 10739 found worse value: 340.99803577800003. iteration 10740 found worse value: 340.99803577800003. iteration 10741 found worse value: 340.99803577800003. iteration 10742 found worse value: 340.99803577800003. iteration 10743 found worse value: 340.99803577800003. iteration 10744 found worse value: 340.99803577800003. iteration 10745 found worse value: 340.99803577800003. iteration 10746 found worse value: 340.99803577800003. iteration 10747 found worse value: 340.99803577800003. iteration 10748 found worse value: 340.99803577800003. iteration 10749 found worse value: 340.99803577800003. iteration 10750 found worse value: 340.99803577800003. iteration 10751 found worse value: 340.99803577800003. iteration 10752 found worse value: 340.99803577800003. iteration 10753 found worse value: 340.99803577800003. iteration 10754 found worse value: 340.99803577800003. iteration 10755 found worse value: 340.99803577800003. iteration 10755, perturbing to get out of local maxima iteration 10756 found worse value: 340.99803577800003. iteration 10757 found worse value: 340.99803577800003. iteration 10758 found worse value: 340.99803577800003. iteration 10759 found worse value: 340.99803577800003. iteration 10760 found worse value: 340.99803577800003. iteration 10761 found worse value: 340.99803577800003. iteration 10762 found worse value: 340.99803577800003. iteration 10762, perturbing to get out of local maxima iteration 10763 found worse value: 340.99803577800003. iteration 10764 found worse value: 340.99803577800003. iteration 10764, perturbing to get out of local maxima iteration 10765 found worse value: 340.99803577800003. iteration 10766 found worse value: 340.99803577800003. iteration 10767 found worse value: 340.99803577800003. iteration 10767, perturbing to get out of local maxima iteration 10768 found worse value: 340.99803577800003. iteration 10769 found worse value: 340.99803577800003. iteration 10770 found worse value: 340.99803577800003. iteration 10771 found worse value: 340.99803577800003. iteration 10772 found worse value: 340.99803577800003. iteration 10773 found worse value: 340.99803577800003. iteration 10774 found worse value: 340.99803577800003. iteration 10774, perturbing to get out of local maxima iteration 10775 found worse value: 340.99803577800003. iteration 10776 found worse value: 340.99803577800003. iteration 10777 found worse value: 340.99803577800003. iteration 10778 found worse value: 340.99803577800003. iteration 10779 found worse value: 340.99803577800003. iteration 10780 found worse value: 340.99803577800003. iteration 10781 found worse value: 340.99803577800003. iteration 10782 found worse value: 340.99803577800003. iteration 10783 found worse value: 340.99803577800003. iteration 10784 found worse value: 340.99803577800003. iteration 10785 found worse value: 340.99803577800003. iteration 10786 found worse value: 340.99803577800003. iteration 10787 found worse value: 340.99803577800003. iteration 10788 found worse value: 340.99803577800003. iteration 10789 found worse value: 340.99803577800003. iteration 10790 found worse value: 340.99803577800003. iteration 10791 found worse value: 340.99803577800003. iteration 10792 found worse value: 340.99803577800003. iteration 10793 found worse value: 340.99803577800003. iteration 10794 found worse value: 340.99803577800003. iteration 10795 found worse value: 340.99803577800003. iteration 10796 found worse value: 340.99803577800003. iteration 10797 found worse value: 340.99803577800003. iteration 10798 found worse value: 340.99803577800003. iteration 10798, perturbing to get out of local maxima iteration 10799 found worse value: 340.99803577800003. iteration 10800 found worse value: 340.99803577800003. iteration 10801 found worse value: 340.99803577800003. iteration 10802 found worse value: 340.99803577800003. iteration 10803 found worse value: 340.99803577800003. iteration 10804 found worse value: 340.99803577800003. iteration 10805 found worse value: 340.99803577800003. iteration 10806 found worse value: 340.99803577800003. iteration 10807 found worse value: 340.99803577800003. iteration 10808 found worse value: 340.99803577800003. iteration 10809 found worse value: 340.99803577800003. iteration 10810 found worse value: 340.99803577800003. iteration 10811 found worse value: 340.99803577800003. iteration 10812 found worse value: 340.99803577800003. iteration 10813 found worse value: 340.99803577800003. iteration 10814 found worse value: 340.99803577800003. iteration 10815 found worse value: 340.99803577800003. iteration 10816 found worse value: 340.99803577800003. iteration 10817 found worse value: 340.99803577800003. iteration 10818 found worse value: 340.99803577800003. iteration 10818, perturbing to get out of local maxima iteration 10819 found worse value: 340.99803577800003. iteration 10820 found worse value: 340.99803577800003. iteration 10821 found worse value: 340.99803577800003. iteration 10822 found worse value: 340.99803577800003. iteration 10822, perturbing to get out of local maxima iteration 10823 found worse value: 340.99803577800003. iteration 10824 found worse value: 340.99803577800003. iteration 10825 found worse value: 340.99803577800003. iteration 10826 found worse value: 340.99803577800003. iteration 10827 found worse value: 340.99803577800003. iteration 10828 found worse value: 340.99803577800003. iteration 10829 found worse value: 340.99803577800003. iteration 10830 found worse value: 340.99803577800003. iteration 10831 found worse value: 340.99803577800003. iteration 10832 found worse value: 340.99803577800003. iteration 10833 found worse value: 340.99803577800003. iteration 10834 found worse value: 340.99803577800003. iteration 10835 found worse value: 340.99803577800003. iteration 10836 found worse value: 340.99803577800003. iteration 10837 found worse value: 340.99803577800003. iteration 10838 found worse value: 340.99803577800003. iteration 10839 found worse value: 340.99803577800003. iteration 10840 found worse value: 340.99803577800003. iteration 10841 found worse value: 340.99803577800003. iteration 10842 found worse value: 340.99803577800003. iteration 10843 found worse value: 340.99803577800003. iteration 10844 found worse value: 340.99803577800003. iteration 10845 found worse value: 340.99803577800003. iteration 10846 found worse value: 340.99803577800003. iteration 10847 found worse value: 340.99803577800003. iteration 10848 found worse value: 340.99803577800003. iteration 10849 found worse value: 340.99803577800003. iteration 10850 found worse value: 340.99803577800003. iteration 10851 found worse value: 340.99803577800003. iteration 10852 found worse value: 340.99803577800003. iteration 10853 found worse value: 340.99803577800003. iteration 10854 found worse value: 340.99803577800003. iteration 10855 found worse value: 340.99803577800003. iteration 10856 found worse value: 340.99803577800003. iteration 10857 found worse value: 340.99803577800003. iteration 10858 found worse value: 340.99803577800003. iteration 10859 found worse value: 340.99803577800003. iteration 10860 found worse value: 340.99803577800003. iteration 10861 found worse value: 340.99803577800003. iteration 10862 found worse value: 340.99803577800003. iteration 10863 found worse value: 340.99803577800003. iteration 10864 found worse value: 340.99803577800003. iteration 10865 found worse value: 340.99803577800003. iteration 10866 found worse value: 340.99803577800003. iteration 10867 found worse value: 340.99803577800003. iteration 10868 found worse value: 340.99803577800003. iteration 10869 found worse value: 340.99803577800003. iteration 10870 found worse value: 340.99803577800003. iteration 10871 found worse value: 340.99803577800003. iteration 10872 found worse value: 340.99803577800003. iteration 10873 found worse value: 340.99803577800003. iteration 10874 found worse value: 340.99803577800003. iteration 10875 found worse value: 340.99803577800003. iteration 10876 found worse value: 340.99803577800003. iteration 10877 found worse value: 340.99803577800003. iteration 10878 found worse value: 340.99803577800003. iteration 10879 found worse value: 340.99803577800003. iteration 10880 found worse value: 340.99803577800003. iteration 10881 found worse value: 340.99803577800003. iteration 10882 found worse value: 340.99803577800003. iteration 10883 found worse value: 340.99803577800003. iteration 10884 found worse value: 340.99803577800003. iteration 10885 found worse value: 340.99803577800003. iteration 10886 found worse value: 340.99803577800003. iteration 10887 found worse value: 340.99803577800003. iteration 10888 found worse value: 340.99803577800003. iteration 10889 found worse value: 340.99803577800003. iteration 10890 found worse value: 340.99803577800003. iteration 10891 found worse value: 340.99803577800003. iteration 10892 found worse value: 340.99803577800003. iteration 10893 found worse value: 340.99803577800003. iteration 10894 found worse value: 340.99803577800003. iteration 10895 found worse value: 340.99803577800003. iteration 10896 found worse value: 340.99803577800003. iteration 10897 found worse value: 340.99803577800003. iteration 10898 found worse value: 340.99803577800003. iteration 10899 found worse value: 340.99803577800003. iteration 10900 found worse value: 340.99803577800003. iteration 10901 found worse value: 340.99803577800003. iteration 10902 found worse value: 340.99803577800003. iteration 10903 found worse value: 340.99803577800003. iteration 10904 found worse value: 340.99803577800003. iteration 10905 found worse value: 340.99803577800003. iteration 10906 found worse value: 340.99803577800003. iteration 10907 found worse value: 340.99803577800003. iteration 10908 found worse value: 340.99803577800003. iteration 10909 found worse value: 340.99803577800003. iteration 10910 found worse value: 340.99803577800003. iteration 10911 found worse value: 340.99803577800003. iteration 10912 found worse value: 340.99803577800003. iteration 10913 found worse value: 340.99803577800003. iteration 10914 found worse value: 340.99803577800003. iteration 10915 found worse value: 340.99803577800003. iteration 10916 found worse value: 340.99803577800003. iteration 10917 found worse value: 340.99803577800003. iteration 10918 found worse value: 340.99803577800003. iteration 10919 found worse value: 340.99803577800003. iteration 10920 found worse value: 340.99803577800003. iteration 10921 found worse value: 340.99803577800003. iteration 10922 found worse value: 340.99803577800003. iteration 10923 found worse value: 340.99803577800003. iteration 10924 found worse value: 340.99803577800003. iteration 10925 found worse value: 340.99803577800003. iteration 10926 found worse value: 340.99803577800003. iteration 10927 found worse value: 340.99803577800003. iteration 10928 found worse value: 340.99803577800003. iteration 10929 found worse value: 340.99803577800003. iteration 10930 found worse value: 340.99803577800003. iteration 10931 found worse value: 340.99803577800003. iteration 10932 found worse value: 340.99803577800003. iteration 10933 found worse value: 340.99803577800003. iteration 10934 found worse value: 340.99803577800003. iteration 10935 found worse value: 340.99803577800003. iteration 10936 found worse value: 340.99803577800003. iteration 10937 found worse value: 340.99803577800003. iteration 10938 found worse value: 340.99803577800003. iteration 10938, perturbing to get out of local maxima iteration 10939 found worse value: 340.99803577800003. iteration 10940 found worse value: 340.99803577800003. iteration 10941 found worse value: 340.99803577800003. iteration 10942 found worse value: 340.99803577800003. iteration 10943 found worse value: 340.99803577800003. iteration 10944 found worse value: 340.99803577800003. iteration 10945 found worse value: 340.99803577800003. iteration 10946 found worse value: 340.99803577800003. iteration 10947 found worse value: 340.99803577800003. iteration 10948 found worse value: 340.99803577800003. iteration 10949 found worse value: 340.99803577800003. iteration 10950 found worse value: 340.99803577800003. iteration 10951 found worse value: 340.99803577800003. iteration 10952 found worse value: 340.99803577800003. iteration 10953 found worse value: 340.99803577800003. iteration 10954 found worse value: 340.99803577800003. iteration 10955 found worse value: 340.99803577800003. iteration 10956 found worse value: 340.99803577800003. iteration 10957 found worse value: 340.99803577800003. iteration 10957, perturbing to get out of local maxima iteration 10958 found worse value: 340.99803577800003. iteration 10959 found worse value: 340.99803577800003. iteration 10960 found worse value: 340.99803577800003. iteration 10961 found worse value: 340.99803577800003. iteration 10962 found worse value: 340.99803577800003. iteration 10963 found worse value: 340.99803577800003. iteration 10964 found worse value: 340.99803577800003. iteration 10965 found worse value: 340.99803577800003. iteration 10966 found worse value: 340.99803577800003. iteration 10967 found worse value: 340.99803577800003. iteration 10968 found worse value: 340.99803577800003. iteration 10969 found worse value: 340.99803577800003. iteration 10970 found worse value: 340.99803577800003. iteration 10971 found worse value: 340.99803577800003. iteration 10972 found worse value: 340.99803577800003. iteration 10973 found worse value: 340.99803577800003. iteration 10974 found worse value: 340.99803577800003. iteration 10975 found worse value: 340.99803577800003. iteration 10976 found worse value: 340.99803577800003. iteration 10977 found worse value: 340.99803577800003. iteration 10978 found worse value: 340.99803577800003. iteration 10979 found worse value: 340.99803577800003. iteration 10980 found worse value: 340.99803577800003. iteration 10981 found worse value: 340.99803577800003. iteration 10982 found worse value: 340.99803577800003. iteration 10983 found worse value: 340.99803577800003. iteration 10984 found worse value: 340.99803577800003. iteration 10985 found worse value: 340.99803577800003. iteration 10986 found worse value: 340.99803577800003. iteration 10987 found worse value: 340.99803577800003. iteration 10988 found worse value: 340.99803577800003. iteration 10989 found worse value: 340.99803577800003. iteration 10990 found worse value: 340.99803577800003. iteration 10990, perturbing to get out of local maxima iteration 10991 found worse value: 340.99803577800003. iteration 10992 found worse value: 340.99803577800003. iteration 10993 found worse value: 340.99803577800003. iteration 10994 found worse value: 340.99803577800003. iteration 10995 found worse value: 340.99803577800003. iteration 10996 found worse value: 340.99803577800003. iteration 10997 found worse value: 340.99803577800003. iteration 10998 found worse value: 340.99803577800003. iteration 10999 found worse value: 340.99803577800003. iteration 11000 found worse value: 340.99803577800003. iteration 11001 found worse value: 340.99803577800003. iteration 11002 found worse value: 340.99803577800003. iteration 11003 found worse value: 340.99803577800003. iteration 11004 found worse value: 340.99803577800003. iteration 11005 found worse value: 340.99803577800003. iteration 11006 found worse value: 340.99803577800003. iteration 11007 found worse value: 340.99803577800003. iteration 11008 found worse value: 340.99803577800003. iteration 11009 found worse value: 340.99803577800003. iteration 11010 found worse value: 340.99803577800003. iteration 11011 found worse value: 340.99803577800003. iteration 11012 found worse value: 340.99803577800003. iteration 11013 found worse value: 340.99803577800003. iteration 11014 found worse value: 340.99803577800003. iteration 11015 found worse value: 340.99803577800003. iteration 11016 found worse value: 340.99803577800003. iteration 11017 found worse value: 340.99803577800003. iteration 11018 found worse value: 340.99803577800003. iteration 11019 found worse value: 340.99803577800003. iteration 11020 found worse value: 340.99803577800003. iteration 11021 found worse value: 340.99803577800003. iteration 11022 found worse value: 340.99803577800003. iteration 11023 found worse value: 340.99803577800003. iteration 11023, perturbing to get out of local maxima iteration 11024 found worse value: 340.99803577800003. iteration 11025 found worse value: 340.99803577800003. iteration 11026 found worse value: 340.99803577800003. iteration 11027 found worse value: 340.99803577800003. iteration 11028 found worse value: 340.99803577800003. iteration 11029 found worse value: 340.99803577800003. iteration 11030 found worse value: 340.99803577800003. iteration 11031 found worse value: 340.99803577800003. iteration 11032 found worse value: 340.99803577800003. iteration 11033 found worse value: 340.99803577800003. iteration 11034 found worse value: 340.99803577800003. iteration 11035 found worse value: 340.99803577800003. iteration 11036 found worse value: 340.99803577800003. iteration 11037 found worse value: 340.99803577800003. iteration 11038 found worse value: 340.99803577800003. iteration 11039 found worse value: 340.99803577800003. iteration 11040 found worse value: 340.99803577800003. iteration 11041 found worse value: 340.99803577800003. iteration 11042 found worse value: 340.99803577800003. iteration 11043 found worse value: 340.99803577800003. iteration 11044 found worse value: 340.99803577800003. iteration 11045 found worse value: 340.99803577800003. iteration 11046 found worse value: 340.99803577800003. iteration 11047 found worse value: 340.99803577800003. iteration 11047, perturbing to get out of local maxima iteration 11048 found worse value: 340.99803577800003. iteration 11049 found worse value: 340.99803577800003. iteration 11050 found worse value: 340.99803577800003. iteration 11051 found worse value: 340.99803577800003. iteration 11052 found worse value: 340.99803577800003. iteration 11053 found worse value: 340.99803577800003. iteration 11054 found worse value: 340.99803577800003. iteration 11055 found worse value: 340.99803577800003. iteration 11056 found worse value: 340.99803577800003. iteration 11057 found worse value: 340.99803577800003. iteration 11058 found worse value: 340.99803577800003. iteration 11059 found worse value: 340.99803577800003. iteration 11060 found worse value: 340.99803577800003. iteration 11061 found worse value: 340.99803577800003. iteration 11062 found worse value: 340.99803577800003. iteration 11063 found worse value: 340.99803577800003. iteration 11064 found worse value: 340.99803577800003. iteration 11065 found worse value: 340.99803577800003. iteration 11066 found worse value: 340.99803577800003. iteration 11067 found worse value: 340.99803577800003. iteration 11067, perturbing to get out of local maxima iteration 11068 found worse value: 340.99803577800003. iteration 11069 found worse value: 340.99803577800003. iteration 11069, perturbing to get out of local maxima iteration 11070 found worse value: 340.99803577800003. iteration 11071 found worse value: 340.99803577800003. iteration 11072 found worse value: 340.99803577800003. iteration 11073 found worse value: 340.99803577800003. iteration 11074 found worse value: 340.99803577800003. iteration 11075 found worse value: 340.99803577800003. iteration 11076 found worse value: 340.99803577800003. iteration 11077 found worse value: 340.99803577800003. iteration 11078 found worse value: 340.99803577800003. iteration 11079 found worse value: 340.99803577800003. iteration 11080 found worse value: 340.99803577800003. iteration 11081 found worse value: 340.99803577800003. iteration 11082 found worse value: 340.99803577800003. iteration 11082, perturbing to get out of local maxima iteration 11083 found worse value: 340.99803577800003. iteration 11084 found worse value: 340.99803577800003. iteration 11085 found worse value: 340.99803577800003. iteration 11086 found worse value: 340.99803577800003. iteration 11087 found worse value: 340.99803577800003. iteration 11088 found worse value: 340.99803577800003. iteration 11089 found worse value: 340.99803577800003. iteration 11090 found worse value: 340.99803577800003. iteration 11091 found worse value: 340.99803577800003. iteration 11092 found worse value: 340.99803577800003. iteration 11093 found worse value: 340.99803577800003. iteration 11094 found worse value: 340.99803577800003. iteration 11095 found worse value: 340.99803577800003. iteration 11096 found worse value: 340.99803577800003. iteration 11097 found better value: 341.001970955 iteration 11098 found worse value: 341.001970955. iteration 11099 found worse value: 341.001970955. iteration 11100 found worse value: 341.001970955. iteration 11101 found worse value: 341.001970955. iteration 11102 found worse value: 341.001970955. iteration 11103 found worse value: 341.001970955. iteration 11104 found worse value: 341.001970955. iteration 11105 found worse value: 341.001970955. iteration 11106 found worse value: 341.001970955. iteration 11107 found worse value: 341.001970955. iteration 11108 found worse value: 341.001970955. iteration 11109 found worse value: 341.001970955. iteration 11110 found worse value: 341.001970955. iteration 11111 found worse value: 341.001970955. iteration 11112 found worse value: 341.001970955. iteration 11113 found worse value: 341.001970955. iteration 11114 found better value: 341.015751899 iteration 11115 found worse value: 341.015751899. iteration 11116 found worse value: 341.015751899. iteration 11117 found worse value: 341.015751899. iteration 11118 found worse value: 341.015751899. iteration 11119 found worse value: 341.015751899. iteration 11120 found worse value: 341.015751899. iteration 11121 found worse value: 341.015751899. iteration 11122 found worse value: 341.015751899. iteration 11123 found worse value: 341.015751899. iteration 11124 found worse value: 341.015751899. iteration 11125 found worse value: 341.015751899. iteration 11126 found worse value: 341.015751899. iteration 11127 found worse value: 341.015751899. iteration 11128 found worse value: 341.015751899. iteration 11129 found worse value: 341.015751899. iteration 11130 found worse value: 341.015751899. iteration 11131 found worse value: 341.015751899. iteration 11132 found worse value: 341.015751899. iteration 11133 found worse value: 341.015751899. iteration 11134 found worse value: 341.015751899. iteration 11135 found worse value: 341.015751899. iteration 11136 found worse value: 341.015751899. iteration 11137 found worse value: 341.015751899. iteration 11138 found worse value: 341.015751899. iteration 11139 found worse value: 341.015751899. iteration 11140 found worse value: 341.015751899. iteration 11141 found worse value: 341.015751899. iteration 11142 found better value: 341.020403299 iteration 11143 found worse value: 341.020403299. iteration 11144 found worse value: 341.020403299. iteration 11145 found worse value: 341.020403299. iteration 11146 found worse value: 341.020403299. iteration 11147 found worse value: 341.020403299. iteration 11148 found worse value: 341.020403299. iteration 11149 found worse value: 341.020403299. iteration 11150 found worse value: 341.020403299. iteration 11151 found worse value: 341.020403299. iteration 11152 found worse value: 341.020403299. iteration 11153 found worse value: 341.020403299. iteration 11154 found worse value: 341.020403299. iteration 11154, perturbing to get out of local maxima iteration 11155 found worse value: 341.020403299. iteration 11156 found worse value: 341.020403299. iteration 11157 found worse value: 341.020403299. iteration 11158 found worse value: 341.020403299. iteration 11159 found worse value: 341.020403299. iteration 11160 found worse value: 341.020403299. iteration 11161 found worse value: 341.020403299. iteration 11162 found worse value: 341.020403299. iteration 11163 found worse value: 341.020403299. iteration 11164 found worse value: 341.020403299. iteration 11165 found worse value: 341.020403299. iteration 11166 found worse value: 341.020403299. iteration 11167 found worse value: 341.020403299. iteration 11168 found worse value: 341.020403299. iteration 11169 found worse value: 341.020403299. iteration 11170 found worse value: 341.020403299. iteration 11171 found worse value: 341.020403299. iteration 11172 found worse value: 341.020403299. iteration 11173 found worse value: 341.020403299. iteration 11174 found worse value: 341.020403299. iteration 11175 found worse value: 341.020403299. iteration 11176 found worse value: 341.020403299. iteration 11177 found worse value: 341.020403299. iteration 11178 found worse value: 341.020403299. iteration 11179 found worse value: 341.020403299. iteration 11180 found worse value: 341.020403299. iteration 11181 found worse value: 341.020403299. iteration 11182 found worse value: 341.020403299. iteration 11183 found worse value: 341.020403299. iteration 11184 found worse value: 341.020403299. iteration 11185 found worse value: 341.020403299. iteration 11186 found worse value: 341.020403299. iteration 11187 found worse value: 341.020403299. iteration 11188 found worse value: 341.020403299. iteration 11189 found worse value: 341.020403299. iteration 11190 found worse value: 341.020403299. iteration 11191 found worse value: 341.020403299. iteration 11192 found worse value: 341.020403299. iteration 11193 found worse value: 341.020403299. iteration 11194 found worse value: 341.020403299. iteration 11195 found worse value: 341.020403299. iteration 11196 found worse value: 341.020403299. iteration 11197 found worse value: 341.020403299. iteration 11198 found worse value: 341.020403299. iteration 11199 found worse value: 341.020403299. iteration 11200 found worse value: 341.020403299. iteration 11201 found worse value: 341.020403299. iteration 11202 found worse value: 341.020403299. iteration 11203 found worse value: 341.020403299. iteration 11204 found worse value: 341.020403299. iteration 11205 found worse value: 341.020403299. iteration 11206 found worse value: 341.020403299. iteration 11206, perturbing to get out of local maxima iteration 11207 found worse value: 341.020403299. iteration 11208 found worse value: 341.020403299. iteration 11208, perturbing to get out of local maxima iteration 11209 found worse value: 341.020403299. iteration 11210 found worse value: 341.020403299. iteration 11211 found worse value: 341.020403299. iteration 11212 found worse value: 341.020403299. iteration 11213 found worse value: 341.020403299. iteration 11214 found worse value: 341.020403299. iteration 11215 found worse value: 341.020403299. iteration 11216 found worse value: 341.020403299. iteration 11217 found worse value: 341.020403299. iteration 11218 found worse value: 341.020403299. iteration 11219 found worse value: 341.020403299. iteration 11220 found worse value: 341.020403299. iteration 11221 found worse value: 341.020403299. iteration 11222 found worse value: 341.020403299. iteration 11223 found worse value: 341.020403299. iteration 11224 found worse value: 341.020403299. iteration 11225 found worse value: 341.020403299. iteration 11226 found worse value: 341.020403299. iteration 11227 found worse value: 341.020403299. iteration 11228 found worse value: 341.020403299. iteration 11229 found worse value: 341.020403299. iteration 11230 found worse value: 341.020403299. iteration 11231 found worse value: 341.020403299. iteration 11232 found worse value: 341.020403299. iteration 11233 found worse value: 341.020403299. iteration 11234 found worse value: 341.020403299. iteration 11235 found worse value: 341.020403299. iteration 11236 found worse value: 341.020403299. iteration 11237 found worse value: 341.020403299. iteration 11238 found worse value: 341.020403299. iteration 11239 found worse value: 341.020403299. iteration 11240 found worse value: 341.020403299. iteration 11241 found worse value: 341.020403299. iteration 11242 found worse value: 341.020403299. iteration 11243 found worse value: 341.020403299. iteration 11244 found worse value: 341.020403299. iteration 11245 found worse value: 341.020403299. iteration 11246 found worse value: 341.020403299. iteration 11247 found worse value: 341.020403299. iteration 11248 found worse value: 341.020403299. iteration 11249 found worse value: 341.020403299. iteration 11250 found worse value: 341.020403299. iteration 11251 found worse value: 341.020403299. iteration 11252 found worse value: 341.020403299. iteration 11252, perturbing to get out of local maxima iteration 11253 found worse value: 341.020403299. iteration 11254 found worse value: 341.020403299. iteration 11255 found worse value: 341.020403299. iteration 11256 found worse value: 341.020403299. iteration 11257 found worse value: 341.020403299. iteration 11258 found worse value: 341.020403299. iteration 11259 found worse value: 341.020403299. iteration 11260 found worse value: 341.020403299. iteration 11261 found worse value: 341.020403299. iteration 11262 found worse value: 341.020403299. iteration 11263 found worse value: 341.020403299. iteration 11264 found worse value: 341.020403299. iteration 11265 found worse value: 341.020403299. iteration 11266 found worse value: 341.020403299. iteration 11267 found worse value: 341.020403299. iteration 11268 found worse value: 341.020403299. iteration 11269 found worse value: 341.020403299. iteration 11269, perturbing to get out of local maxima iteration 11270 found worse value: 341.020403299. iteration 11271 found worse value: 341.020403299. iteration 11272 found worse value: 341.020403299. iteration 11273 found worse value: 341.020403299. iteration 11274 found worse value: 341.020403299. iteration 11274, perturbing to get out of local maxima iteration 11275 found worse value: 341.020403299. iteration 11276 found worse value: 341.020403299. iteration 11277 found worse value: 341.020403299. iteration 11278 found worse value: 341.020403299. iteration 11279 found worse value: 341.020403299. iteration 11280 found worse value: 341.020403299. iteration 11281 found worse value: 341.020403299. iteration 11282 found worse value: 341.020403299. iteration 11283 found worse value: 341.020403299. iteration 11284 found worse value: 341.020403299. iteration 11285 found worse value: 341.020403299. iteration 11286 found worse value: 341.020403299. iteration 11287 found worse value: 341.020403299. iteration 11288 found worse value: 341.020403299. iteration 11288, perturbing to get out of local maxima iteration 11289 found worse value: 341.020403299. iteration 11290 found worse value: 341.020403299. iteration 11291 found worse value: 341.020403299. iteration 11292 found worse value: 341.020403299. iteration 11293 found worse value: 341.020403299. iteration 11294 found worse value: 341.020403299. iteration 11295 found worse value: 341.020403299. iteration 11296 found worse value: 341.020403299. iteration 11297 found worse value: 341.020403299. iteration 11298 found worse value: 341.020403299. iteration 11299 found worse value: 341.020403299. iteration 11300 found worse value: 341.020403299. iteration 11301 found worse value: 341.020403299. iteration 11302 found worse value: 341.020403299. iteration 11303 found worse value: 341.020403299. iteration 11304 found worse value: 341.020403299. iteration 11304, perturbing to get out of local maxima iteration 11305 found worse value: 341.020403299. iteration 11305, perturbing to get out of local maxima iteration 11306 found worse value: 341.020403299. iteration 11307 found worse value: 341.020403299. iteration 11308 found worse value: 341.020403299. iteration 11309 found worse value: 341.020403299. iteration 11310 found worse value: 341.020403299. iteration 11311 found worse value: 341.020403299. iteration 11312 found worse value: 341.020403299. iteration 11313 found worse value: 341.020403299. iteration 11314 found worse value: 341.020403299. iteration 11315 found worse value: 341.020403299. iteration 11316 found worse value: 341.020403299. iteration 11317 found worse value: 341.020403299. iteration 11318 found worse value: 341.020403299. iteration 11319 found worse value: 341.020403299. iteration 11320 found worse value: 341.020403299. iteration 11321 found worse value: 341.020403299. iteration 11322 found worse value: 341.020403299. iteration 11323 found worse value: 341.020403299. iteration 11324 found worse value: 341.020403299. iteration 11325 found worse value: 341.020403299. iteration 11326 found worse value: 341.020403299. iteration 11327 found worse value: 341.020403299. iteration 11328 found worse value: 341.020403299. iteration 11329 found worse value: 341.020403299. iteration 11330 found worse value: 341.020403299. iteration 11331 found worse value: 341.020403299. iteration 11332 found worse value: 341.020403299. iteration 11333 found worse value: 341.020403299. iteration 11334 found worse value: 341.020403299. iteration 11335 found worse value: 341.020403299. iteration 11336 found worse value: 341.020403299. iteration 11337 found worse value: 341.020403299. iteration 11338 found worse value: 341.020403299. iteration 11339 found worse value: 341.020403299. iteration 11340 found worse value: 341.020403299. iteration 11341 found worse value: 341.020403299. iteration 11342 found worse value: 341.020403299. iteration 11343 found worse value: 341.020403299. iteration 11344 found worse value: 341.020403299. iteration 11345 found worse value: 341.020403299. iteration 11346 found worse value: 341.020403299. iteration 11347 found worse value: 341.020403299. iteration 11348 found worse value: 341.020403299. iteration 11349 found worse value: 341.020403299. iteration 11350 found worse value: 341.020403299. iteration 11351 found worse value: 341.020403299. iteration 11352 found worse value: 341.020403299. iteration 11353 found worse value: 341.020403299. iteration 11354 found worse value: 341.020403299. iteration 11355 found worse value: 341.020403299. iteration 11356 found worse value: 341.020403299. iteration 11357 found worse value: 341.020403299. iteration 11358 found worse value: 341.020403299. iteration 11359 found worse value: 341.020403299. iteration 11360 found worse value: 341.020403299. iteration 11361 found worse value: 341.020403299. iteration 11362 found worse value: 341.020403299. iteration 11363 found worse value: 341.020403299. iteration 11364 found worse value: 341.020403299. iteration 11365 found worse value: 341.020403299. iteration 11366 found worse value: 341.020403299. iteration 11367 found worse value: 341.020403299. iteration 11368 found worse value: 341.020403299. iteration 11369 found worse value: 341.020403299. iteration 11370 found worse value: 341.020403299. iteration 11371 found worse value: 341.020403299. iteration 11372 found worse value: 341.020403299. iteration 11373 found worse value: 341.020403299. iteration 11374 found worse value: 341.020403299. iteration 11375 found worse value: 341.020403299. iteration 11376 found worse value: 341.020403299. iteration 11377 found worse value: 341.020403299. iteration 11378 found worse value: 341.020403299. iteration 11379 found worse value: 341.020403299. iteration 11380 found worse value: 341.020403299. iteration 11381 found worse value: 341.020403299. iteration 11382 found worse value: 341.020403299. iteration 11383 found worse value: 341.020403299. iteration 11384 found worse value: 341.020403299. iteration 11385 found worse value: 341.020403299. iteration 11386 found worse value: 341.020403299. iteration 11387 found worse value: 341.020403299. iteration 11388 found worse value: 341.020403299. iteration 11389 found worse value: 341.020403299. iteration 11390 found worse value: 341.020403299. iteration 11391 found worse value: 341.020403299. iteration 11392 found worse value: 341.020403299. iteration 11393 found worse value: 341.020403299. iteration 11394 found worse value: 341.020403299. iteration 11395 found worse value: 341.020403299. iteration 11396 found worse value: 341.020403299. iteration 11397 found worse value: 341.020403299. iteration 11398 found worse value: 341.020403299. iteration 11399 found worse value: 341.020403299. iteration 11400 found worse value: 341.020403299. iteration 11401 found worse value: 341.020403299. iteration 11402 found worse value: 341.020403299. iteration 11403 found worse value: 341.020403299. iteration 11404 found worse value: 341.020403299. iteration 11405 found worse value: 341.020403299. iteration 11406 found worse value: 341.020403299. iteration 11407 found worse value: 341.020403299. iteration 11408 found worse value: 341.020403299. iteration 11409 found worse value: 341.020403299. iteration 11410 found worse value: 341.020403299. iteration 11411 found worse value: 341.020403299. iteration 11412 found worse value: 341.020403299. iteration 11413 found worse value: 341.020403299. iteration 11414 found worse value: 341.020403299. iteration 11415 found worse value: 341.020403299. iteration 11416 found worse value: 341.020403299. iteration 11417 found worse value: 341.020403299. iteration 11418 found worse value: 341.020403299. iteration 11419 found worse value: 341.020403299. iteration 11420 found worse value: 341.020403299. iteration 11421 found worse value: 341.020403299. iteration 11422 found worse value: 341.020403299. iteration 11422, perturbing to get out of local maxima iteration 11423 found worse value: 341.020403299. iteration 11424 found worse value: 341.020403299. iteration 11425 found worse value: 341.020403299. iteration 11425, perturbing to get out of local maxima iteration 11426 found worse value: 341.020403299. iteration 11427 found worse value: 341.020403299. iteration 11428 found worse value: 341.020403299. iteration 11429 found worse value: 341.020403299. iteration 11430 found worse value: 341.020403299. iteration 11430, perturbing to get out of local maxima iteration 11431 found worse value: 341.020403299. iteration 11432 found worse value: 341.020403299. iteration 11433 found worse value: 341.020403299. iteration 11434 found worse value: 341.020403299. iteration 11435 found worse value: 341.020403299. iteration 11436 found worse value: 341.020403299. iteration 11437 found worse value: 341.020403299. iteration 11438 found worse value: 341.020403299. iteration 11439 found worse value: 341.020403299. iteration 11440 found worse value: 341.020403299. iteration 11441 found worse value: 341.020403299. iteration 11442 found worse value: 341.020403299. iteration 11443 found worse value: 341.020403299. iteration 11444 found worse value: 341.020403299. iteration 11445 found worse value: 341.020403299. iteration 11446 found worse value: 341.020403299. iteration 11447 found worse value: 341.020403299. iteration 11448 found worse value: 341.020403299. iteration 11449 found worse value: 341.020403299. iteration 11450 found worse value: 341.020403299. iteration 11451 found worse value: 341.020403299. iteration 11452 found worse value: 341.020403299. iteration 11453 found worse value: 341.020403299. iteration 11454 found worse value: 341.020403299. iteration 11455 found worse value: 341.020403299. iteration 11456 found worse value: 341.020403299. iteration 11457 found worse value: 341.020403299. iteration 11458 found worse value: 341.020403299. iteration 11459 found worse value: 341.020403299. iteration 11460 found worse value: 341.020403299. iteration 11461 found worse value: 341.020403299. iteration 11462 found worse value: 341.020403299. iteration 11463 found worse value: 341.020403299. iteration 11464 found worse value: 341.020403299. iteration 11465 found worse value: 341.020403299. iteration 11466 found worse value: 341.020403299. iteration 11467 found worse value: 341.020403299. iteration 11468 found worse value: 341.020403299. iteration 11469 found worse value: 341.020403299. iteration 11470 found worse value: 341.020403299. iteration 11471 found worse value: 341.020403299. iteration 11472 found worse value: 341.020403299. iteration 11473 found worse value: 341.020403299. iteration 11474 found worse value: 341.020403299. iteration 11475 found worse value: 341.020403299. iteration 11476 found worse value: 341.020403299. iteration 11477 found worse value: 341.020403299. iteration 11478 found worse value: 341.020403299. iteration 11479 found worse value: 341.020403299. iteration 11480 found worse value: 341.020403299. iteration 11480, perturbing to get out of local maxima iteration 11481 found worse value: 341.020403299. iteration 11481, perturbing to get out of local maxima iteration 11482 found worse value: 341.020403299. iteration 11483 found worse value: 341.020403299. iteration 11484 found worse value: 341.020403299. iteration 11485 found worse value: 341.020403299. iteration 11486 found worse value: 341.020403299. iteration 11487 found worse value: 341.020403299. iteration 11488 found worse value: 341.020403299. iteration 11489 found worse value: 341.020403299. iteration 11490 found worse value: 341.020403299. iteration 11491 found worse value: 341.020403299. iteration 11492 found worse value: 341.020403299. iteration 11493 found worse value: 341.020403299. iteration 11494 found worse value: 341.020403299. iteration 11494, perturbing to get out of local maxima iteration 11495 found worse value: 341.020403299. iteration 11496 found worse value: 341.020403299. iteration 11497 found worse value: 341.020403299. iteration 11498 found worse value: 341.020403299. iteration 11499 found worse value: 341.020403299. iteration 11500 found worse value: 341.020403299. iteration 11501 found worse value: 341.020403299. iteration 11502 found worse value: 341.020403299. iteration 11503 found worse value: 341.020403299. iteration 11504 found worse value: 341.020403299. iteration 11505 found worse value: 341.020403299. iteration 11506 found worse value: 341.020403299. iteration 11507 found worse value: 341.020403299. iteration 11508 found worse value: 341.020403299. iteration 11509 found worse value: 341.020403299. iteration 11510 found worse value: 341.020403299. iteration 11511 found worse value: 341.020403299. iteration 11512 found worse value: 341.020403299. iteration 11513 found worse value: 341.020403299. iteration 11514 found worse value: 341.020403299. iteration 11515 found worse value: 341.020403299. iteration 11516 found worse value: 341.020403299. iteration 11517 found worse value: 341.020403299. iteration 11518 found worse value: 341.020403299. iteration 11519 found worse value: 341.020403299. iteration 11520 found worse value: 341.020403299. iteration 11521 found worse value: 341.020403299. iteration 11522 found worse value: 341.020403299. iteration 11523 found worse value: 341.020403299. iteration 11524 found worse value: 341.020403299. iteration 11525 found worse value: 341.020403299. iteration 11526 found worse value: 341.020403299. iteration 11527 found worse value: 341.020403299. iteration 11527, perturbing to get out of local maxima iteration 11528 found worse value: 341.020403299. iteration 11529 found worse value: 341.020403299. iteration 11530 found worse value: 341.020403299. iteration 11531 found worse value: 341.020403299. iteration 11532 found worse value: 341.020403299. iteration 11533 found worse value: 341.020403299. iteration 11534 found worse value: 341.020403299. iteration 11535 found worse value: 341.020403299. iteration 11536 found worse value: 341.020403299. iteration 11537 found worse value: 341.020403299. iteration 11538 found worse value: 341.020403299. iteration 11539 found worse value: 341.020403299. iteration 11540 found worse value: 341.020403299. iteration 11541 found worse value: 341.020403299. iteration 11542 found worse value: 341.020403299. iteration 11543 found worse value: 341.020403299. iteration 11543, perturbing to get out of local maxima iteration 11544 found worse value: 341.020403299. iteration 11545 found worse value: 341.020403299. iteration 11545, perturbing to get out of local maxima iteration 11546 found worse value: 341.020403299. iteration 11547 found worse value: 341.020403299. iteration 11548 found worse value: 341.020403299. iteration 11548, perturbing to get out of local maxima iteration 11549 found worse value: 341.020403299. iteration 11549, perturbing to get out of local maxima iteration 11550 found worse value: 341.020403299. iteration 11551 found worse value: 341.020403299. iteration 11552 found worse value: 341.020403299. iteration 11553 found worse value: 341.020403299. iteration 11554 found worse value: 341.020403299. iteration 11555 found worse value: 341.020403299. iteration 11556 found worse value: 341.020403299. iteration 11557 found worse value: 341.020403299. iteration 11558 found worse value: 341.020403299. iteration 11559 found worse value: 341.020403299. iteration 11560 found worse value: 341.020403299. iteration 11561 found worse value: 341.020403299. iteration 11562 found worse value: 341.020403299. iteration 11563 found worse value: 341.020403299. iteration 11564 found worse value: 341.020403299. iteration 11564, perturbing to get out of local maxima iteration 11565 found worse value: 341.020403299. iteration 11566 found worse value: 341.020403299. iteration 11567 found worse value: 341.020403299. iteration 11568 found worse value: 341.020403299. iteration 11569 found worse value: 341.020403299. iteration 11570 found worse value: 341.020403299. iteration 11571 found worse value: 341.020403299. iteration 11572 found worse value: 341.020403299. iteration 11573 found worse value: 341.020403299. iteration 11574 found worse value: 341.020403299. iteration 11575 found worse value: 341.020403299. iteration 11576 found worse value: 341.020403299. iteration 11577 found worse value: 341.020403299. iteration 11578 found worse value: 341.020403299. iteration 11579 found worse value: 341.020403299. iteration 11580 found worse value: 341.020403299. iteration 11581 found worse value: 341.020403299. iteration 11582 found worse value: 341.020403299. iteration 11583 found worse value: 341.020403299. iteration 11584 found worse value: 341.020403299. iteration 11585 found worse value: 341.020403299. iteration 11586 found worse value: 341.020403299. iteration 11587 found worse value: 341.020403299. iteration 11588 found worse value: 341.020403299. iteration 11589 found worse value: 341.020403299. iteration 11590 found worse value: 341.020403299. iteration 11591 found worse value: 341.020403299. iteration 11592 found worse value: 341.020403299. iteration 11593 found worse value: 341.020403299. iteration 11594 found worse value: 341.020403299. iteration 11595 found worse value: 341.020403299. iteration 11596 found worse value: 341.020403299. iteration 11597 found worse value: 341.020403299. iteration 11598 found worse value: 341.020403299. iteration 11599 found worse value: 341.020403299. iteration 11600 found worse value: 341.020403299. iteration 11600, perturbing to get out of local maxima iteration 11601 found worse value: 341.020403299. iteration 11602 found worse value: 341.020403299. iteration 11603 found worse value: 341.020403299. iteration 11604 found worse value: 341.020403299. iteration 11605 found worse value: 341.020403299. iteration 11606 found worse value: 341.020403299. iteration 11607 found worse value: 341.020403299. iteration 11608 found worse value: 341.020403299. iteration 11609 found worse value: 341.020403299. iteration 11610 found worse value: 341.020403299. iteration 11610, perturbing to get out of local maxima iteration 11611 found worse value: 341.020403299. iteration 11612 found worse value: 341.020403299. iteration 11613 found worse value: 341.020403299. iteration 11614 found worse value: 341.020403299. iteration 11615 found worse value: 341.020403299. iteration 11616 found worse value: 341.020403299. iteration 11617 found worse value: 341.020403299. iteration 11618 found worse value: 341.020403299. iteration 11619 found worse value: 341.020403299. iteration 11620 found worse value: 341.020403299. iteration 11621 found worse value: 341.020403299. iteration 11622 found worse value: 341.020403299. iteration 11623 found worse value: 341.020403299. iteration 11624 found worse value: 341.020403299. iteration 11624, perturbing to get out of local maxima iteration 11625 found worse value: 341.020403299. iteration 11626 found worse value: 341.020403299. iteration 11627 found worse value: 341.020403299. iteration 11628 found worse value: 341.020403299. iteration 11629 found worse value: 341.020403299. iteration 11630 found worse value: 341.020403299. iteration 11631 found worse value: 341.020403299. iteration 11632 found worse value: 341.020403299. iteration 11633 found worse value: 341.020403299. iteration 11634 found worse value: 341.020403299. iteration 11635 found worse value: 341.020403299. iteration 11636 found worse value: 341.020403299. iteration 11637 found worse value: 341.020403299. iteration 11638 found worse value: 341.020403299. iteration 11639 found worse value: 341.020403299. iteration 11640 found worse value: 341.020403299. iteration 11641 found worse value: 341.020403299. iteration 11642 found worse value: 341.020403299. iteration 11643 found worse value: 341.020403299. iteration 11644 found worse value: 341.020403299. iteration 11645 found worse value: 341.020403299. iteration 11646 found worse value: 341.020403299. iteration 11647 found worse value: 341.020403299. iteration 11648 found worse value: 341.020403299. iteration 11649 found worse value: 341.020403299. iteration 11650 found worse value: 341.020403299. iteration 11650, perturbing to get out of local maxima iteration 11651 found worse value: 341.020403299. iteration 11652 found worse value: 341.020403299. iteration 11653 found worse value: 341.020403299. iteration 11654 found worse value: 341.020403299. iteration 11655 found worse value: 341.020403299. iteration 11656 found worse value: 341.020403299. iteration 11657 found worse value: 341.020403299. iteration 11658 found worse value: 341.020403299. iteration 11659 found worse value: 341.020403299. iteration 11660 found worse value: 341.020403299. iteration 11661 found worse value: 341.020403299. iteration 11661, perturbing to get out of local maxima iteration 11662 found worse value: 341.020403299. iteration 11663 found worse value: 341.020403299. iteration 11664 found worse value: 341.020403299. iteration 11665 found worse value: 341.020403299. iteration 11666 found worse value: 341.020403299. iteration 11667 found worse value: 341.020403299. iteration 11668 found worse value: 341.020403299. iteration 11668, perturbing to get out of local maxima iteration 11669 found worse value: 341.020403299. iteration 11670 found worse value: 341.020403299. iteration 11671 found worse value: 341.020403299. iteration 11672 found worse value: 341.020403299. iteration 11673 found worse value: 341.020403299. iteration 11674 found worse value: 341.020403299. iteration 11675 found worse value: 341.020403299. iteration 11676 found worse value: 341.020403299. iteration 11677 found worse value: 341.020403299. iteration 11678 found worse value: 341.020403299. iteration 11679 found worse value: 341.020403299. iteration 11680 found worse value: 341.020403299. iteration 11681 found worse value: 341.020403299. iteration 11682 found worse value: 341.020403299. iteration 11683 found worse value: 341.020403299. iteration 11684 found worse value: 341.020403299. iteration 11685 found worse value: 341.020403299. iteration 11686 found worse value: 341.020403299. iteration 11687 found worse value: 341.020403299. iteration 11688 found worse value: 341.020403299. iteration 11689 found worse value: 341.020403299. iteration 11690 found worse value: 341.020403299. iteration 11691 found worse value: 341.020403299. iteration 11692 found worse value: 341.020403299. iteration 11693 found worse value: 341.020403299. iteration 11694 found worse value: 341.020403299. iteration 11694, perturbing to get out of local maxima iteration 11695 found worse value: 341.020403299. iteration 11696 found worse value: 341.020403299. iteration 11697 found worse value: 341.020403299. iteration 11698 found worse value: 341.020403299. iteration 11699 found worse value: 341.020403299. iteration 11700 found worse value: 341.020403299. iteration 11701 found worse value: 341.020403299. iteration 11702 found worse value: 341.020403299. iteration 11703 found worse value: 341.020403299. iteration 11703, perturbing to get out of local maxima iteration 11704 found worse value: 341.020403299. iteration 11705 found worse value: 341.020403299. iteration 11706 found worse value: 341.020403299. iteration 11707 found worse value: 341.020403299. iteration 11708 found worse value: 341.020403299. iteration 11709 found worse value: 341.020403299. iteration 11710 found worse value: 341.020403299. iteration 11711 found worse value: 341.020403299. iteration 11712 found worse value: 341.020403299. iteration 11713 found worse value: 341.020403299. iteration 11714 found worse value: 341.020403299. iteration 11715 found worse value: 341.020403299. iteration 11716 found worse value: 341.020403299. iteration 11717 found worse value: 341.020403299. iteration 11718 found worse value: 341.020403299. iteration 11718, perturbing to get out of local maxima iteration 11719 found worse value: 341.020403299. iteration 11720 found worse value: 341.020403299. iteration 11721 found worse value: 341.020403299. iteration 11722 found worse value: 341.020403299. iteration 11723 found worse value: 341.020403299. iteration 11724 found worse value: 341.020403299. iteration 11724, perturbing to get out of local maxima iteration 11725 found worse value: 341.020403299. iteration 11726 found worse value: 341.020403299. iteration 11727 found worse value: 341.020403299. iteration 11728 found worse value: 341.020403299. iteration 11728, perturbing to get out of local maxima iteration 11729 found worse value: 341.020403299. iteration 11730 found worse value: 341.020403299. iteration 11731 found worse value: 341.020403299. iteration 11732 found worse value: 341.020403299. iteration 11733 found worse value: 341.020403299. iteration 11733, perturbing to get out of local maxima iteration 11734 found worse value: 341.020403299. iteration 11735 found worse value: 341.020403299. iteration 11736 found worse value: 341.020403299. iteration 11737 found worse value: 341.020403299. iteration 11738 found worse value: 341.020403299. iteration 11739 found worse value: 341.020403299. iteration 11740 found worse value: 341.020403299. iteration 11741 found worse value: 341.020403299. iteration 11742 found worse value: 341.020403299. iteration 11743 found worse value: 341.020403299. iteration 11744 found worse value: 341.020403299. iteration 11745 found worse value: 341.020403299. iteration 11746 found worse value: 341.020403299. iteration 11747 found worse value: 341.020403299. iteration 11748 found worse value: 341.020403299. iteration 11749 found worse value: 341.020403299. iteration 11750 found worse value: 341.020403299. iteration 11751 found worse value: 341.020403299. iteration 11752 found worse value: 341.020403299. iteration 11753 found worse value: 341.020403299. iteration 11754 found worse value: 341.020403299. iteration 11755 found worse value: 341.020403299. iteration 11756 found worse value: 341.020403299. iteration 11757 found worse value: 341.020403299. iteration 11758 found worse value: 341.020403299. iteration 11759 found worse value: 341.020403299. iteration 11760 found worse value: 341.020403299. iteration 11760, perturbing to get out of local maxima iteration 11761 found worse value: 341.020403299. iteration 11762 found worse value: 341.020403299. iteration 11763 found worse value: 341.020403299. iteration 11764 found worse value: 341.020403299. iteration 11765 found worse value: 341.020403299. iteration 11766 found worse value: 341.020403299. iteration 11767 found worse value: 341.020403299. iteration 11768 found worse value: 341.020403299. iteration 11769 found worse value: 341.020403299. iteration 11770 found worse value: 341.020403299. iteration 11771 found worse value: 341.020403299. iteration 11772 found worse value: 341.020403299. iteration 11773 found worse value: 341.020403299. iteration 11774 found worse value: 341.020403299. iteration 11775 found worse value: 341.020403299. iteration 11776 found worse value: 341.020403299. iteration 11776, perturbing to get out of local maxima iteration 11777 found worse value: 341.020403299. iteration 11778 found worse value: 341.020403299. iteration 11779 found worse value: 341.020403299. iteration 11780 found worse value: 341.020403299. iteration 11781 found worse value: 341.020403299. iteration 11782 found worse value: 341.020403299. iteration 11783 found worse value: 341.020403299. iteration 11784 found worse value: 341.020403299. iteration 11785 found worse value: 341.020403299. iteration 11786 found worse value: 341.020403299. iteration 11787 found worse value: 341.020403299. iteration 11788 found worse value: 341.020403299. iteration 11789 found worse value: 341.020403299. iteration 11790 found worse value: 341.020403299. iteration 11791 found worse value: 341.020403299. iteration 11792 found worse value: 341.020403299. iteration 11793 found worse value: 341.020403299. iteration 11794 found worse value: 341.020403299. iteration 11795 found worse value: 341.020403299. iteration 11796 found worse value: 341.020403299. iteration 11797 found worse value: 341.020403299. iteration 11798 found worse value: 341.020403299. iteration 11799 found worse value: 341.020403299. iteration 11800 found worse value: 341.020403299. iteration 11801 found worse value: 341.020403299. iteration 11802 found worse value: 341.020403299. iteration 11803 found worse value: 341.020403299. iteration 11804 found worse value: 341.020403299. iteration 11805 found worse value: 341.020403299. iteration 11806 found worse value: 341.020403299. iteration 11807 found worse value: 341.020403299. iteration 11808 found worse value: 341.020403299. iteration 11809 found worse value: 341.020403299. iteration 11810 found worse value: 341.020403299. iteration 11811 found worse value: 341.020403299. iteration 11812 found worse value: 341.020403299. iteration 11813 found worse value: 341.020403299. iteration 11814 found worse value: 341.020403299. iteration 11815 found worse value: 341.020403299. iteration 11816 found worse value: 341.020403299. iteration 11817 found worse value: 341.020403299. iteration 11818 found worse value: 341.020403299. iteration 11819 found worse value: 341.020403299. iteration 11819, perturbing to get out of local maxima iteration 11820 found worse value: 341.020403299. iteration 11821 found worse value: 341.020403299. iteration 11822 found worse value: 341.020403299. iteration 11823 found worse value: 341.020403299. iteration 11824 found worse value: 341.020403299. iteration 11825 found worse value: 341.020403299. iteration 11826 found worse value: 341.020403299. iteration 11827 found worse value: 341.020403299. iteration 11828 found worse value: 341.020403299. iteration 11829 found worse value: 341.020403299. iteration 11830 found worse value: 341.020403299. iteration 11831 found worse value: 341.020403299. iteration 11832 found worse value: 341.020403299. iteration 11833 found worse value: 341.020403299. iteration 11834 found worse value: 341.020403299. iteration 11835 found worse value: 341.020403299. iteration 11836 found worse value: 341.020403299. iteration 11837 found worse value: 341.020403299. iteration 11838 found worse value: 341.020403299. iteration 11839 found worse value: 341.020403299. iteration 11840 found worse value: 341.020403299. iteration 11841 found worse value: 341.020403299. iteration 11842 found worse value: 341.020403299. iteration 11843 found worse value: 341.020403299. iteration 11844 found worse value: 341.020403299. iteration 11845 found worse value: 341.020403299. iteration 11846 found worse value: 341.020403299. iteration 11847 found worse value: 341.020403299. iteration 11848 found worse value: 341.020403299. iteration 11849 found worse value: 341.020403299. iteration 11850 found worse value: 341.020403299. iteration 11851 found worse value: 341.020403299. iteration 11852 found worse value: 341.020403299. iteration 11853 found worse value: 341.020403299. iteration 11854 found worse value: 341.020403299. iteration 11855 found worse value: 341.020403299. iteration 11856 found worse value: 341.020403299. iteration 11857 found worse value: 341.020403299. iteration 11858 found worse value: 341.020403299. iteration 11859 found worse value: 341.020403299. iteration 11860 found worse value: 341.020403299. iteration 11861 found worse value: 341.020403299. iteration 11862 found worse value: 341.020403299. iteration 11863 found worse value: 341.020403299. iteration 11864 found worse value: 341.020403299. iteration 11865 found worse value: 341.020403299. iteration 11866 found worse value: 341.020403299. iteration 11867 found worse value: 341.020403299. iteration 11868 found worse value: 341.020403299. iteration 11869 found worse value: 341.020403299. iteration 11870 found worse value: 341.020403299. iteration 11871 found worse value: 341.020403299. iteration 11872 found worse value: 341.020403299. iteration 11873 found worse value: 341.020403299. iteration 11874 found worse value: 341.020403299. iteration 11875 found worse value: 341.020403299. iteration 11876 found worse value: 341.020403299. iteration 11877 found worse value: 341.020403299. iteration 11877, perturbing to get out of local maxima iteration 11878 found worse value: 341.020403299. iteration 11879 found worse value: 341.020403299. iteration 11880 found worse value: 341.020403299. iteration 11881 found worse value: 341.020403299. iteration 11882 found worse value: 341.020403299. iteration 11883 found worse value: 341.020403299. iteration 11884 found worse value: 341.020403299. iteration 11885 found worse value: 341.020403299. iteration 11885, perturbing to get out of local maxima iteration 11886 found worse value: 341.020403299. iteration 11887 found worse value: 341.020403299. iteration 11888 found worse value: 341.020403299. iteration 11889 found worse value: 341.020403299. iteration 11890 found worse value: 341.020403299. iteration 11891 found worse value: 341.020403299. iteration 11892 found worse value: 341.020403299. iteration 11893 found worse value: 341.020403299. iteration 11894 found worse value: 341.020403299. iteration 11895 found worse value: 341.020403299. iteration 11896 found worse value: 341.020403299. iteration 11896, perturbing to get out of local maxima iteration 11897 found worse value: 341.020403299. iteration 11898 found worse value: 341.020403299. iteration 11899 found worse value: 341.020403299. iteration 11900 found worse value: 341.020403299. iteration 11901 found worse value: 341.020403299. iteration 11902 found worse value: 341.020403299. iteration 11903 found worse value: 341.020403299. iteration 11904 found worse value: 341.020403299. iteration 11905 found worse value: 341.020403299. iteration 11906 found worse value: 341.020403299. iteration 11906, perturbing to get out of local maxima iteration 11907 found worse value: 341.020403299. iteration 11907, perturbing to get out of local maxima iteration 11908 found worse value: 341.020403299. iteration 11909 found worse value: 341.020403299. iteration 11910 found worse value: 341.020403299. iteration 11911 found worse value: 341.020403299. iteration 11912 found worse value: 341.020403299. iteration 11913 found worse value: 341.020403299. iteration 11914 found worse value: 341.020403299. iteration 11915 found worse value: 341.020403299. iteration 11916 found worse value: 341.020403299. iteration 11917 found worse value: 341.020403299. iteration 11918 found worse value: 341.020403299. iteration 11919 found worse value: 341.020403299. iteration 11920 found worse value: 341.020403299. iteration 11921 found worse value: 341.020403299. iteration 11922 found worse value: 341.020403299. iteration 11923 found worse value: 341.020403299. iteration 11924 found worse value: 341.020403299. iteration 11925 found worse value: 341.020403299. iteration 11926 found worse value: 341.020403299. iteration 11927 found worse value: 341.020403299. iteration 11928 found worse value: 341.020403299. iteration 11929 found worse value: 341.020403299. iteration 11929, perturbing to get out of local maxima iteration 11930 found worse value: 341.020403299. iteration 11931 found worse value: 341.020403299. iteration 11932 found worse value: 341.020403299. iteration 11933 found worse value: 341.020403299. iteration 11934 found worse value: 341.020403299. iteration 11935 found worse value: 341.020403299. iteration 11936 found worse value: 341.020403299. iteration 11937 found worse value: 341.020403299. iteration 11938 found worse value: 341.020403299. iteration 11939 found worse value: 341.020403299. iteration 11940 found worse value: 341.020403299. iteration 11941 found worse value: 341.020403299. iteration 11942 found worse value: 341.020403299. iteration 11943 found worse value: 341.020403299. iteration 11944 found worse value: 341.020403299. iteration 11945 found worse value: 341.020403299. iteration 11946 found worse value: 341.020403299. iteration 11947 found worse value: 341.020403299. iteration 11948 found worse value: 341.020403299. iteration 11949 found worse value: 341.020403299. iteration 11950 found worse value: 341.020403299. iteration 11951 found worse value: 341.020403299. iteration 11952 found worse value: 341.020403299. iteration 11953 found worse value: 341.020403299. iteration 11954 found worse value: 341.020403299. iteration 11955 found worse value: 341.020403299. iteration 11956 found worse value: 341.020403299. iteration 11956, perturbing to get out of local maxima iteration 11957 found worse value: 341.020403299. iteration 11958 found worse value: 341.020403299. iteration 11959 found worse value: 341.020403299. iteration 11960 found worse value: 341.020403299. iteration 11961 found worse value: 341.020403299. iteration 11962 found worse value: 341.020403299. iteration 11963 found worse value: 341.020403299. iteration 11964 found worse value: 341.020403299. iteration 11965 found worse value: 341.020403299. iteration 11966 found worse value: 341.020403299. iteration 11967 found worse value: 341.020403299. iteration 11968 found worse value: 341.020403299. iteration 11969 found worse value: 341.020403299. iteration 11970 found worse value: 341.020403299. iteration 11971 found worse value: 341.020403299. iteration 11972 found worse value: 341.020403299. iteration 11973 found worse value: 341.020403299. iteration 11974 found worse value: 341.020403299. iteration 11975 found worse value: 341.020403299. iteration 11976 found worse value: 341.020403299. iteration 11977 found worse value: 341.020403299. iteration 11978 found worse value: 341.020403299. iteration 11979 found worse value: 341.020403299. iteration 11980 found worse value: 341.020403299. iteration 11981 found worse value: 341.020403299. iteration 11982 found worse value: 341.020403299. iteration 11983 found worse value: 341.020403299. iteration 11984 found worse value: 341.020403299. iteration 11985 found worse value: 341.020403299. iteration 11986 found worse value: 341.020403299. iteration 11987 found worse value: 341.020403299. iteration 11988 found worse value: 341.020403299. iteration 11989 found worse value: 341.020403299. iteration 11990 found worse value: 341.020403299. iteration 11991 found worse value: 341.020403299. iteration 11992 found worse value: 341.020403299. iteration 11993 found worse value: 341.020403299. iteration 11994 found worse value: 341.020403299. iteration 11995 found worse value: 341.020403299. iteration 11996 found worse value: 341.020403299. iteration 11997 found worse value: 341.020403299. iteration 11998 found worse value: 341.020403299. iteration 11999 found worse value: 341.020403299. iteration 12000 found worse value: 341.020403299. iteration 12001 found worse value: 341.020403299. iteration 12001, perturbing to get out of local maxima iteration 12002 found worse value: 341.020403299. iteration 12003 found worse value: 341.020403299. iteration 12004 found worse value: 341.020403299. iteration 12005 found worse value: 341.020403299. iteration 12006 found worse value: 341.020403299. iteration 12007 found worse value: 341.020403299. iteration 12008 found worse value: 341.020403299. iteration 12009 found worse value: 341.020403299. iteration 12010 found worse value: 341.020403299. iteration 12010, perturbing to get out of local maxima iteration 12011 found worse value: 341.020403299. iteration 12012 found worse value: 341.020403299. iteration 12013 found worse value: 341.020403299. iteration 12014 found worse value: 341.020403299. iteration 12015 found worse value: 341.020403299. iteration 12016 found worse value: 341.020403299. iteration 12017 found worse value: 341.020403299. iteration 12018 found worse value: 341.020403299. iteration 12018, perturbing to get out of local maxima iteration 12019 found worse value: 341.020403299. iteration 12020 found worse value: 341.020403299. iteration 12021 found worse value: 341.020403299. iteration 12022 found worse value: 341.020403299. iteration 12023 found worse value: 341.020403299. iteration 12024 found worse value: 341.020403299. iteration 12025 found worse value: 341.020403299. iteration 12026 found worse value: 341.020403299. iteration 12027 found worse value: 341.020403299. iteration 12028 found worse value: 341.020403299. iteration 12029 found worse value: 341.020403299. iteration 12030 found worse value: 341.020403299. iteration 12031 found worse value: 341.020403299. iteration 12032 found worse value: 341.020403299. iteration 12033 found worse value: 341.020403299. iteration 12034 found worse value: 341.020403299. iteration 12035 found worse value: 341.020403299. iteration 12036 found worse value: 341.020403299. iteration 12037 found worse value: 341.020403299. iteration 12038 found worse value: 341.020403299. iteration 12039 found worse value: 341.020403299. iteration 12040 found worse value: 341.020403299. iteration 12041 found worse value: 341.020403299. iteration 12042 found worse value: 341.020403299. iteration 12043 found worse value: 341.020403299. iteration 12044 found worse value: 341.020403299. iteration 12045 found worse value: 341.020403299. iteration 12046 found worse value: 341.020403299. iteration 12047 found worse value: 341.020403299. iteration 12048 found worse value: 341.020403299. iteration 12049 found worse value: 341.020403299. iteration 12050 found worse value: 341.020403299. iteration 12051 found worse value: 341.020403299. iteration 12052 found worse value: 341.020403299. iteration 12053 found worse value: 341.020403299. iteration 12054 found worse value: 341.020403299. iteration 12055 found worse value: 341.020403299. iteration 12056 found worse value: 341.020403299. iteration 12057 found worse value: 341.020403299. iteration 12058 found worse value: 341.020403299. iteration 12059 found worse value: 341.020403299. iteration 12060 found worse value: 341.020403299. iteration 12060, perturbing to get out of local maxima iteration 12061 found worse value: 341.020403299. iteration 12062 found worse value: 341.020403299. iteration 12063 found worse value: 341.020403299. iteration 12064 found worse value: 341.020403299. iteration 12065 found worse value: 341.020403299. iteration 12066 found worse value: 341.020403299. iteration 12067 found worse value: 341.020403299. iteration 12068 found worse value: 341.020403299. iteration 12069 found worse value: 341.020403299. iteration 12070 found worse value: 341.020403299. iteration 12071 found worse value: 341.020403299. iteration 12072 found worse value: 341.020403299. iteration 12073 found worse value: 341.020403299. iteration 12074 found worse value: 341.020403299. iteration 12075 found worse value: 341.020403299. iteration 12076 found worse value: 341.020403299. iteration 12077 found worse value: 341.020403299. iteration 12078 found worse value: 341.020403299. iteration 12079 found worse value: 341.020403299. iteration 12080 found worse value: 341.020403299. iteration 12081 found worse value: 341.020403299. iteration 12082 found worse value: 341.020403299. iteration 12083 found worse value: 341.020403299. iteration 12084 found worse value: 341.020403299. iteration 12085 found worse value: 341.020403299. iteration 12086 found worse value: 341.020403299. iteration 12087 found worse value: 341.020403299. iteration 12088 found worse value: 341.020403299. iteration 12089 found worse value: 341.020403299. iteration 12090 found worse value: 341.020403299. iteration 12091 found worse value: 341.020403299. iteration 12092 found worse value: 341.020403299. iteration 12093 found worse value: 341.020403299. iteration 12094 found worse value: 341.020403299. iteration 12095 found worse value: 341.020403299. iteration 12096 found worse value: 341.020403299. iteration 12097 found worse value: 341.020403299. iteration 12098 found worse value: 341.020403299. iteration 12099 found worse value: 341.020403299. iteration 12100 found worse value: 341.020403299. iteration 12101 found worse value: 341.020403299. iteration 12102 found worse value: 341.020403299. iteration 12103 found worse value: 341.020403299. iteration 12104 found worse value: 341.020403299. iteration 12105 found worse value: 341.020403299. iteration 12105, perturbing to get out of local maxima iteration 12106 found worse value: 341.020403299. iteration 12107 found worse value: 341.020403299. iteration 12108 found worse value: 341.020403299. iteration 12109 found worse value: 341.020403299. iteration 12109, perturbing to get out of local maxima iteration 12110 found worse value: 341.020403299. iteration 12111 found worse value: 341.020403299. iteration 12112 found worse value: 341.020403299. iteration 12113 found worse value: 341.020403299. iteration 12114 found worse value: 341.020403299. iteration 12115 found worse value: 341.020403299. iteration 12116 found worse value: 341.020403299. iteration 12117 found worse value: 341.020403299. iteration 12118 found worse value: 341.020403299. iteration 12119 found worse value: 341.020403299. iteration 12120 found worse value: 341.020403299. iteration 12121 found worse value: 341.020403299. iteration 12122 found worse value: 341.020403299. iteration 12123 found worse value: 341.020403299. iteration 12124 found worse value: 341.020403299. iteration 12125 found worse value: 341.020403299. iteration 12126 found worse value: 341.020403299. iteration 12126, perturbing to get out of local maxima iteration 12127 found worse value: 341.020403299. iteration 12128 found worse value: 341.020403299. iteration 12129 found worse value: 341.020403299. iteration 12130 found worse value: 341.020403299. iteration 12130, perturbing to get out of local maxima iteration 12131 found worse value: 341.020403299. iteration 12132 found worse value: 341.020403299. iteration 12133 found worse value: 341.020403299. iteration 12134 found worse value: 341.020403299. iteration 12135 found worse value: 341.020403299. iteration 12136 found worse value: 341.020403299. iteration 12137 found worse value: 341.020403299. iteration 12138 found worse value: 341.020403299. iteration 12139 found worse value: 341.020403299. iteration 12139, perturbing to get out of local maxima iteration 12140 found worse value: 341.020403299. iteration 12141 found worse value: 341.020403299. iteration 12142 found worse value: 341.020403299. iteration 12143 found worse value: 341.020403299. iteration 12144 found worse value: 341.020403299. iteration 12145 found worse value: 341.020403299. iteration 12146 found worse value: 341.020403299. iteration 12147 found worse value: 341.020403299. iteration 12148 found worse value: 341.020403299. iteration 12149 found worse value: 341.020403299. iteration 12150 found worse value: 341.020403299. iteration 12151 found worse value: 341.020403299. iteration 12152 found worse value: 341.020403299. iteration 12153 found worse value: 341.020403299. iteration 12154 found worse value: 341.020403299. iteration 12155 found worse value: 341.020403299. iteration 12156 found worse value: 341.020403299. iteration 12157 found worse value: 341.020403299. iteration 12158 found worse value: 341.020403299. iteration 12159 found worse value: 341.020403299. iteration 12160 found worse value: 341.020403299. iteration 12161 found worse value: 341.020403299. iteration 12162 found worse value: 341.020403299. iteration 12162, perturbing to get out of local maxima iteration 12163 found worse value: 341.020403299. iteration 12164 found worse value: 341.020403299. iteration 12165 found worse value: 341.020403299. iteration 12166 found worse value: 341.020403299. iteration 12167 found worse value: 341.020403299. iteration 12168 found worse value: 341.020403299. iteration 12169 found worse value: 341.020403299. iteration 12170 found worse value: 341.020403299. iteration 12171 found worse value: 341.020403299. iteration 12172 found worse value: 341.020403299. iteration 12173 found worse value: 341.020403299. iteration 12174 found worse value: 341.020403299. iteration 12175 found worse value: 341.020403299. iteration 12176 found worse value: 341.020403299. iteration 12177 found worse value: 341.020403299. iteration 12178 found worse value: 341.020403299. iteration 12179 found worse value: 341.020403299. iteration 12180 found worse value: 341.020403299. iteration 12181 found worse value: 341.020403299. iteration 12182 found worse value: 341.020403299. iteration 12183 found worse value: 341.020403299. iteration 12184 found worse value: 341.020403299. iteration 12184, perturbing to get out of local maxima iteration 12185 found worse value: 341.020403299. iteration 12186 found worse value: 341.020403299. iteration 12187 found worse value: 341.020403299. iteration 12188 found worse value: 341.020403299. iteration 12189 found worse value: 341.020403299. iteration 12190 found worse value: 341.020403299. iteration 12191 found worse value: 341.020403299. iteration 12192 found worse value: 341.020403299. iteration 12193 found worse value: 341.020403299. iteration 12194 found worse value: 341.020403299. iteration 12195 found worse value: 341.020403299. iteration 12196 found worse value: 341.020403299. iteration 12197 found worse value: 341.020403299. iteration 12198 found worse value: 341.020403299. iteration 12199 found worse value: 341.020403299. iteration 12200 found worse value: 341.020403299. iteration 12201 found worse value: 341.020403299. iteration 12202 found worse value: 341.020403299. iteration 12203 found worse value: 341.020403299. iteration 12204 found worse value: 341.020403299. iteration 12205 found worse value: 341.020403299. iteration 12206 found worse value: 341.020403299. iteration 12207 found worse value: 341.020403299. iteration 12208 found worse value: 341.020403299. iteration 12209 found worse value: 341.020403299. iteration 12210 found worse value: 341.020403299. iteration 12211 found worse value: 341.020403299. iteration 12212 found worse value: 341.020403299. iteration 12213 found worse value: 341.020403299. iteration 12214 found worse value: 341.020403299. iteration 12215 found worse value: 341.020403299. iteration 12216 found worse value: 341.020403299. iteration 12217 found worse value: 341.020403299. iteration 12218 found worse value: 341.020403299. iteration 12219 found worse value: 341.020403299. iteration 12220 found worse value: 341.020403299. iteration 12221 found worse value: 341.020403299. iteration 12222 found worse value: 341.020403299. iteration 12223 found worse value: 341.020403299. iteration 12224 found worse value: 341.020403299. iteration 12225 found worse value: 341.020403299. iteration 12226 found worse value: 341.020403299. iteration 12227 found worse value: 341.020403299. iteration 12228 found worse value: 341.020403299. iteration 12229 found worse value: 341.020403299. iteration 12230 found worse value: 341.020403299. iteration 12231 found worse value: 341.020403299. iteration 12232 found worse value: 341.020403299. iteration 12233 found worse value: 341.020403299. iteration 12234 found worse value: 341.020403299. iteration 12234, perturbing to get out of local maxima iteration 12235 found worse value: 341.020403299. iteration 12236 found worse value: 341.020403299. iteration 12236, perturbing to get out of local maxima iteration 12237 found worse value: 341.020403299. iteration 12238 found worse value: 341.020403299. iteration 12239 found worse value: 341.020403299. iteration 12240 found worse value: 341.020403299. iteration 12241 found worse value: 341.020403299. iteration 12242 found worse value: 341.020403299. iteration 12243 found worse value: 341.020403299. iteration 12244 found worse value: 341.020403299. iteration 12245 found worse value: 341.020403299. iteration 12246 found worse value: 341.020403299. iteration 12247 found worse value: 341.020403299. iteration 12248 found worse value: 341.020403299. iteration 12249 found worse value: 341.020403299. iteration 12250 found worse value: 341.020403299. iteration 12251 found worse value: 341.020403299. iteration 12252 found worse value: 341.020403299. iteration 12253 found worse value: 341.020403299. iteration 12254 found worse value: 341.020403299. iteration 12255 found worse value: 341.020403299. iteration 12256 found worse value: 341.020403299. iteration 12257 found worse value: 341.020403299. iteration 12258 found worse value: 341.020403299. iteration 12259 found worse value: 341.020403299. iteration 12260 found worse value: 341.020403299. iteration 12261 found worse value: 341.020403299. iteration 12262 found worse value: 341.020403299. iteration 12263 found worse value: 341.020403299. iteration 12264 found worse value: 341.020403299. iteration 12265 found worse value: 341.020403299. iteration 12266 found worse value: 341.020403299. iteration 12266, perturbing to get out of local maxima iteration 12267 found worse value: 341.020403299. iteration 12268 found worse value: 341.020403299. iteration 12269 found worse value: 341.020403299. iteration 12269, perturbing to get out of local maxima iteration 12270 found worse value: 341.020403299. iteration 12271 found worse value: 341.020403299. iteration 12272 found worse value: 341.020403299. iteration 12273 found worse value: 341.020403299. iteration 12274 found worse value: 341.020403299. iteration 12275 found worse value: 341.020403299. iteration 12276 found worse value: 341.020403299. iteration 12277 found worse value: 341.020403299. iteration 12278 found worse value: 341.020403299. iteration 12279 found worse value: 341.020403299. iteration 12280 found worse value: 341.020403299. iteration 12281 found worse value: 341.020403299. iteration 12282 found worse value: 341.020403299. iteration 12283 found worse value: 341.020403299. iteration 12284 found worse value: 341.020403299. iteration 12285 found worse value: 341.020403299. iteration 12286 found worse value: 341.020403299. iteration 12287 found worse value: 341.020403299. iteration 12288 found worse value: 341.020403299. iteration 12289 found worse value: 341.020403299. iteration 12290 found worse value: 341.020403299. iteration 12291 found worse value: 341.020403299. iteration 12292 found worse value: 341.020403299. iteration 12293 found worse value: 341.020403299. iteration 12294 found worse value: 341.020403299. iteration 12295 found worse value: 341.020403299. iteration 12296 found worse value: 341.020403299. iteration 12297 found worse value: 341.020403299. iteration 12298 found worse value: 341.020403299. iteration 12299 found worse value: 341.020403299. iteration 12300 found worse value: 341.020403299. iteration 12301 found worse value: 341.020403299. iteration 12302 found worse value: 341.020403299. iteration 12303 found worse value: 341.020403299. iteration 12304 found worse value: 341.020403299. iteration 12305 found worse value: 341.020403299. iteration 12306 found worse value: 341.020403299. iteration 12307 found worse value: 341.020403299. iteration 12308 found worse value: 341.020403299. iteration 12308, perturbing to get out of local maxima iteration 12309 found worse value: 341.020403299. iteration 12310 found worse value: 341.020403299. iteration 12311 found worse value: 341.020403299. iteration 12312 found worse value: 341.020403299. iteration 12313 found worse value: 341.020403299. iteration 12314 found worse value: 341.020403299. iteration 12315 found worse value: 341.020403299. iteration 12316 found worse value: 341.020403299. iteration 12317 found worse value: 341.020403299. iteration 12318 found worse value: 341.020403299. iteration 12319 found worse value: 341.020403299. iteration 12320 found worse value: 341.020403299. iteration 12321 found worse value: 341.020403299. iteration 12322 found worse value: 341.020403299. iteration 12323 found worse value: 341.020403299. iteration 12324 found worse value: 341.020403299. iteration 12325 found worse value: 341.020403299. iteration 12326 found worse value: 341.020403299. iteration 12327 found worse value: 341.020403299. iteration 12328 found worse value: 341.020403299. iteration 12329 found worse value: 341.020403299. iteration 12330 found worse value: 341.020403299. iteration 12331 found worse value: 341.020403299. iteration 12332 found worse value: 341.020403299. iteration 12333 found worse value: 341.020403299. iteration 12334 found worse value: 341.020403299. iteration 12335 found worse value: 341.020403299. iteration 12336 found worse value: 341.020403299. iteration 12337 found worse value: 341.020403299. iteration 12337, perturbing to get out of local maxima iteration 12338 found worse value: 341.020403299. iteration 12339 found worse value: 341.020403299. iteration 12340 found worse value: 341.020403299. iteration 12341 found worse value: 341.020403299. iteration 12342 found worse value: 341.020403299. iteration 12343 found worse value: 341.020403299. iteration 12344 found worse value: 341.020403299. iteration 12345 found worse value: 341.020403299. iteration 12346 found worse value: 341.020403299. iteration 12347 found worse value: 341.020403299. iteration 12348 found worse value: 341.020403299. iteration 12349 found worse value: 341.020403299. iteration 12350 found worse value: 341.020403299. iteration 12351 found worse value: 341.020403299. iteration 12352 found worse value: 341.020403299. iteration 12353 found worse value: 341.020403299. iteration 12354 found worse value: 341.020403299. iteration 12355 found worse value: 341.020403299. iteration 12356 found worse value: 341.020403299. iteration 12357 found worse value: 341.020403299. iteration 12358 found worse value: 341.020403299. iteration 12359 found worse value: 341.020403299. iteration 12360 found worse value: 341.020403299. iteration 12361 found worse value: 341.020403299. iteration 12362 found worse value: 341.020403299. iteration 12363 found worse value: 341.020403299. iteration 12364 found worse value: 341.020403299. iteration 12365 found worse value: 341.020403299. iteration 12366 found worse value: 341.020403299. iteration 12367 found worse value: 341.020403299. iteration 12368 found worse value: 341.020403299. iteration 12369 found worse value: 341.020403299. iteration 12370 found worse value: 341.020403299. iteration 12371 found worse value: 341.020403299. iteration 12372 found worse value: 341.020403299. iteration 12373 found worse value: 341.020403299. iteration 12374 found worse value: 341.020403299. iteration 12375 found worse value: 341.020403299. iteration 12376 found worse value: 341.020403299. iteration 12377 found worse value: 341.020403299. iteration 12378 found worse value: 341.020403299. iteration 12379 found worse value: 341.020403299. iteration 12380 found worse value: 341.020403299. iteration 12381 found worse value: 341.020403299. iteration 12381, perturbing to get out of local maxima iteration 12382 found worse value: 341.020403299. iteration 12383 found worse value: 341.020403299. iteration 12384 found worse value: 341.020403299. iteration 12385 found worse value: 341.020403299. iteration 12386 found worse value: 341.020403299. iteration 12387 found worse value: 341.020403299. iteration 12388 found worse value: 341.020403299. iteration 12389 found worse value: 341.020403299. iteration 12390 found worse value: 341.020403299. iteration 12391 found worse value: 341.020403299. iteration 12391, perturbing to get out of local maxima iteration 12392 found worse value: 341.020403299. iteration 12393 found worse value: 341.020403299. iteration 12394 found worse value: 341.020403299. iteration 12395 found worse value: 341.020403299. iteration 12396 found worse value: 341.020403299. iteration 12397 found worse value: 341.020403299. iteration 12398 found worse value: 341.020403299. iteration 12399 found worse value: 341.020403299. iteration 12399, perturbing to get out of local maxima iteration 12400 found worse value: 341.020403299. iteration 12401 found worse value: 341.020403299. iteration 12402 found worse value: 341.020403299. iteration 12403 found worse value: 341.020403299. iteration 12404 found worse value: 341.020403299. iteration 12405 found worse value: 341.020403299. iteration 12406 found worse value: 341.020403299. iteration 12406, perturbing to get out of local maxima iteration 12407 found worse value: 341.020403299. iteration 12408 found worse value: 341.020403299. iteration 12409 found worse value: 341.020403299. iteration 12410 found worse value: 341.020403299. iteration 12411 found worse value: 341.020403299. iteration 12412 found worse value: 341.020403299. iteration 12413 found worse value: 341.020403299. iteration 12414 found worse value: 341.020403299. iteration 12415 found worse value: 341.020403299. iteration 12416 found worse value: 341.020403299. iteration 12417 found worse value: 341.020403299. iteration 12418 found worse value: 341.020403299. iteration 12419 found worse value: 341.020403299. iteration 12419, perturbing to get out of local maxima iteration 12420 found worse value: 341.020403299. iteration 12421 found worse value: 341.020403299. iteration 12422 found worse value: 341.020403299. iteration 12423 found worse value: 341.020403299. iteration 12424 found worse value: 341.020403299. iteration 12425 found worse value: 341.020403299. iteration 12426 found worse value: 341.020403299. iteration 12427 found worse value: 341.020403299. iteration 12428 found worse value: 341.020403299. iteration 12429 found worse value: 341.020403299. iteration 12430 found worse value: 341.020403299. iteration 12431 found worse value: 341.020403299. iteration 12432 found worse value: 341.020403299. iteration 12433 found worse value: 341.020403299. iteration 12434 found worse value: 341.020403299. iteration 12435 found worse value: 341.020403299. iteration 12436 found worse value: 341.020403299. iteration 12437 found worse value: 341.020403299. iteration 12438 found worse value: 341.020403299. iteration 12439 found worse value: 341.020403299. iteration 12440 found worse value: 341.020403299. iteration 12441 found worse value: 341.020403299. iteration 12442 found worse value: 341.020403299. iteration 12443 found worse value: 341.020403299. iteration 12443, perturbing to get out of local maxima iteration 12444 found worse value: 341.020403299. iteration 12445 found worse value: 341.020403299. iteration 12446 found worse value: 341.020403299. iteration 12447 found worse value: 341.020403299. iteration 12447, perturbing to get out of local maxima iteration 12448 found worse value: 341.020403299. iteration 12449 found worse value: 341.020403299. iteration 12450 found worse value: 341.020403299. iteration 12451 found worse value: 341.020403299. iteration 12452 found worse value: 341.020403299. iteration 12453 found worse value: 341.020403299. iteration 12454 found worse value: 341.020403299. iteration 12455 found worse value: 341.020403299. iteration 12456 found worse value: 341.020403299. iteration 12457 found worse value: 341.020403299. iteration 12458 found worse value: 341.020403299. iteration 12459 found worse value: 341.020403299. iteration 12460 found worse value: 341.020403299. iteration 12461 found worse value: 341.020403299. iteration 12462 found worse value: 341.020403299. iteration 12463 found worse value: 341.020403299. iteration 12464 found worse value: 341.020403299. iteration 12465 found worse value: 341.020403299. iteration 12466 found worse value: 341.020403299. iteration 12467 found worse value: 341.020403299. iteration 12468 found worse value: 341.020403299. iteration 12469 found worse value: 341.020403299. iteration 12470 found worse value: 341.020403299. iteration 12471 found worse value: 341.020403299. iteration 12471, perturbing to get out of local maxima iteration 12472 found worse value: 341.020403299. iteration 12473 found worse value: 341.020403299. iteration 12474 found worse value: 341.020403299. iteration 12475 found worse value: 341.020403299. iteration 12476 found worse value: 341.020403299. iteration 12477 found worse value: 341.020403299. iteration 12478 found worse value: 341.020403299. iteration 12479 found worse value: 341.020403299. iteration 12480 found worse value: 341.020403299. iteration 12481 found worse value: 341.020403299. iteration 12482 found worse value: 341.020403299. iteration 12483 found worse value: 341.020403299. iteration 12484 found worse value: 341.020403299. iteration 12485 found worse value: 341.020403299. iteration 12486 found worse value: 341.020403299. iteration 12487 found worse value: 341.020403299. iteration 12488 found worse value: 341.020403299. iteration 12489 found worse value: 341.020403299. iteration 12490 found worse value: 341.020403299. iteration 12491 found worse value: 341.020403299. iteration 12492 found worse value: 341.020403299. iteration 12493 found worse value: 341.020403299. iteration 12494 found worse value: 341.020403299. iteration 12495 found worse value: 341.020403299. iteration 12496 found worse value: 341.020403299. iteration 12497 found worse value: 341.020403299. iteration 12498 found worse value: 341.020403299. iteration 12499 found worse value: 341.020403299. iteration 12500 found worse value: 341.020403299. iteration 12501 found worse value: 341.020403299. iteration 12502 found worse value: 341.020403299. iteration 12503 found worse value: 341.020403299. iteration 12504 found worse value: 341.020403299. iteration 12505 found worse value: 341.020403299. iteration 12506 found worse value: 341.020403299. iteration 12507 found worse value: 341.020403299. iteration 12508 found worse value: 341.020403299. iteration 12509 found worse value: 341.020403299. iteration 12510 found worse value: 341.020403299. iteration 12511 found worse value: 341.020403299. iteration 12512 found worse value: 341.020403299. iteration 12513 found worse value: 341.020403299. iteration 12514 found worse value: 341.020403299. iteration 12515 found worse value: 341.020403299. iteration 12516 found worse value: 341.020403299. iteration 12517 found worse value: 341.020403299. iteration 12518 found worse value: 341.020403299. iteration 12519 found worse value: 341.020403299. iteration 12519, perturbing to get out of local maxima iteration 12520 found worse value: 341.020403299. iteration 12521 found worse value: 341.020403299. iteration 12522 found worse value: 341.020403299. iteration 12523 found worse value: 341.020403299. iteration 12523, perturbing to get out of local maxima iteration 12524 found worse value: 341.020403299. iteration 12525 found worse value: 341.020403299. iteration 12526 found worse value: 341.020403299. iteration 12527 found worse value: 341.020403299. iteration 12528 found worse value: 341.020403299. iteration 12529 found worse value: 341.020403299. iteration 12530 found worse value: 341.020403299. iteration 12531 found worse value: 341.020403299. iteration 12532 found worse value: 341.020403299. iteration 12533 found worse value: 341.020403299. iteration 12533, perturbing to get out of local maxima iteration 12534 found worse value: 341.020403299. iteration 12535 found worse value: 341.020403299. iteration 12536 found worse value: 341.020403299. iteration 12537 found worse value: 341.020403299. iteration 12538 found worse value: 341.020403299. iteration 12539 found worse value: 341.020403299. iteration 12540 found worse value: 341.020403299. iteration 12541 found worse value: 341.020403299. iteration 12542 found worse value: 341.020403299. iteration 12543 found worse value: 341.020403299. iteration 12544 found worse value: 341.020403299. iteration 12545 found worse value: 341.020403299. iteration 12546 found worse value: 341.020403299. iteration 12547 found worse value: 341.020403299. iteration 12548 found worse value: 341.020403299. iteration 12549 found worse value: 341.020403299. iteration 12550 found worse value: 341.020403299. iteration 12551 found worse value: 341.020403299. iteration 12552 found worse value: 341.020403299. iteration 12553 found worse value: 341.020403299. iteration 12554 found worse value: 341.020403299. iteration 12555 found worse value: 341.020403299. iteration 12556 found worse value: 341.020403299. iteration 12557 found worse value: 341.020403299. iteration 12558 found worse value: 341.020403299. iteration 12559 found worse value: 341.020403299. iteration 12560 found worse value: 341.020403299. iteration 12561 found worse value: 341.020403299. iteration 12562 found worse value: 341.020403299. iteration 12563 found worse value: 341.020403299. iteration 12564 found worse value: 341.020403299. iteration 12565 found worse value: 341.020403299. iteration 12566 found worse value: 341.020403299. iteration 12567 found worse value: 341.020403299. iteration 12568 found worse value: 341.020403299. iteration 12569 found worse value: 341.020403299. iteration 12570 found worse value: 341.020403299. iteration 12570, perturbing to get out of local maxima iteration 12571 found worse value: 341.020403299. iteration 12572 found worse value: 341.020403299. iteration 12573 found worse value: 341.020403299. iteration 12574 found worse value: 341.020403299. iteration 12575 found worse value: 341.020403299. iteration 12576 found worse value: 341.020403299. iteration 12577 found worse value: 341.020403299. iteration 12578 found worse value: 341.020403299. iteration 12579 found worse value: 341.020403299. iteration 12580 found worse value: 341.020403299. iteration 12580, perturbing to get out of local maxima iteration 12581 found worse value: 341.020403299. iteration 12582 found worse value: 341.020403299. iteration 12583 found worse value: 341.020403299. iteration 12584 found worse value: 341.020403299. iteration 12585 found worse value: 341.020403299. iteration 12586 found worse value: 341.020403299. iteration 12587 found worse value: 341.020403299. iteration 12588 found worse value: 341.020403299. iteration 12589 found worse value: 341.020403299. iteration 12590 found worse value: 341.020403299. iteration 12591 found worse value: 341.020403299. iteration 12592 found worse value: 341.020403299. iteration 12593 found worse value: 341.020403299. iteration 12594 found worse value: 341.020403299. iteration 12595 found worse value: 341.020403299. iteration 12596 found worse value: 341.020403299. iteration 12597 found worse value: 341.020403299. iteration 12598 found worse value: 341.020403299. iteration 12599 found worse value: 341.020403299. iteration 12600 found worse value: 341.020403299. iteration 12601 found worse value: 341.020403299. iteration 12602 found worse value: 341.020403299. iteration 12603 found worse value: 341.020403299. iteration 12604 found worse value: 341.020403299. iteration 12605 found worse value: 341.020403299. iteration 12606 found worse value: 341.020403299. iteration 12607 found worse value: 341.020403299. iteration 12608 found worse value: 341.020403299. iteration 12609 found worse value: 341.020403299. iteration 12610 found worse value: 341.020403299. iteration 12611 found worse value: 341.020403299. iteration 12612 found worse value: 341.020403299. iteration 12613 found worse value: 341.020403299. iteration 12614 found worse value: 341.020403299. iteration 12615 found worse value: 341.020403299. iteration 12616 found worse value: 341.020403299. iteration 12617 found worse value: 341.020403299. iteration 12618 found worse value: 341.020403299. iteration 12619 found worse value: 341.020403299. iteration 12620 found worse value: 341.020403299. iteration 12621 found worse value: 341.020403299. iteration 12622 found worse value: 341.020403299. iteration 12623 found worse value: 341.020403299. iteration 12624 found worse value: 341.020403299. iteration 12625 found worse value: 341.020403299. iteration 12625, perturbing to get out of local maxima iteration 12626 found worse value: 341.020403299. iteration 12627 found worse value: 341.020403299. iteration 12627, perturbing to get out of local maxima iteration 12628 found worse value: 341.020403299. iteration 12629 found worse value: 341.020403299. iteration 12630 found worse value: 341.020403299. iteration 12631 found worse value: 341.020403299. iteration 12632 found worse value: 341.020403299. iteration 12633 found worse value: 341.020403299. iteration 12634 found worse value: 341.020403299. iteration 12635 found worse value: 341.020403299. iteration 12636 found worse value: 341.020403299. iteration 12637 found worse value: 341.020403299. iteration 12638 found worse value: 341.020403299. iteration 12639 found worse value: 341.020403299. iteration 12640 found worse value: 341.020403299. iteration 12641 found worse value: 341.020403299. iteration 12642 found worse value: 341.020403299. iteration 12643 found worse value: 341.020403299. iteration 12644 found worse value: 341.020403299. iteration 12645 found worse value: 341.020403299. iteration 12646 found worse value: 341.020403299. iteration 12647 found worse value: 341.020403299. iteration 12648 found worse value: 341.020403299. iteration 12648, perturbing to get out of local maxima iteration 12649 found worse value: 341.020403299. iteration 12650 found worse value: 341.020403299. iteration 12651 found worse value: 341.020403299. iteration 12652 found worse value: 341.020403299. iteration 12653 found worse value: 341.020403299. iteration 12654 found worse value: 341.020403299. iteration 12655 found worse value: 341.020403299. iteration 12656 found worse value: 341.020403299. iteration 12657 found worse value: 341.020403299. iteration 12658 found worse value: 341.020403299. iteration 12659 found worse value: 341.020403299. iteration 12660 found worse value: 341.020403299. iteration 12661 found worse value: 341.020403299. iteration 12662 found worse value: 341.020403299. iteration 12663 found worse value: 341.020403299. iteration 12664 found worse value: 341.020403299. iteration 12665 found worse value: 341.020403299. iteration 12666 found worse value: 341.020403299. iteration 12667 found worse value: 341.020403299. iteration 12668 found worse value: 341.020403299. iteration 12669 found worse value: 341.020403299. iteration 12670 found worse value: 341.020403299. iteration 12671 found worse value: 341.020403299. iteration 12672 found worse value: 341.020403299. iteration 12673 found worse value: 341.020403299. iteration 12674 found worse value: 341.020403299. iteration 12675 found worse value: 341.020403299. iteration 12676 found worse value: 341.020403299. iteration 12677 found worse value: 341.020403299. iteration 12678 found worse value: 341.020403299. iteration 12678, perturbing to get out of local maxima iteration 12679 found worse value: 341.020403299. iteration 12680 found worse value: 341.020403299. iteration 12681 found worse value: 341.020403299. iteration 12682 found worse value: 341.020403299. iteration 12683 found worse value: 341.020403299. iteration 12684 found worse value: 341.020403299. iteration 12685 found worse value: 341.020403299. iteration 12686 found worse value: 341.020403299. iteration 12687 found worse value: 341.020403299. iteration 12688 found worse value: 341.020403299. iteration 12689 found worse value: 341.020403299. iteration 12690 found worse value: 341.020403299. iteration 12691 found worse value: 341.020403299. iteration 12692 found worse value: 341.020403299. iteration 12693 found worse value: 341.020403299. iteration 12694 found worse value: 341.020403299. iteration 12695 found worse value: 341.020403299. iteration 12696 found worse value: 341.020403299. iteration 12696, perturbing to get out of local maxima iteration 12697 found worse value: 341.020403299. iteration 12698 found worse value: 341.020403299. iteration 12699 found worse value: 341.020403299. iteration 12700 found worse value: 341.020403299. iteration 12701 found worse value: 341.020403299. iteration 12702 found worse value: 341.020403299. iteration 12703 found worse value: 341.020403299. iteration 12704 found worse value: 341.020403299. iteration 12705 found worse value: 341.020403299. iteration 12706 found worse value: 341.020403299. iteration 12707 found worse value: 341.020403299. iteration 12708 found worse value: 341.020403299. iteration 12709 found worse value: 341.020403299. iteration 12710 found worse value: 341.020403299. iteration 12711 found worse value: 341.020403299. iteration 12712 found worse value: 341.020403299. iteration 12713 found worse value: 341.020403299. iteration 12714 found worse value: 341.020403299. iteration 12715 found worse value: 341.020403299. iteration 12716 found worse value: 341.020403299. iteration 12717 found worse value: 341.020403299. iteration 12718 found worse value: 341.020403299. iteration 12719 found worse value: 341.020403299. iteration 12720 found worse value: 341.020403299. iteration 12721 found worse value: 341.020403299. iteration 12722 found worse value: 341.020403299. iteration 12723 found worse value: 341.020403299. iteration 12724 found worse value: 341.020403299. iteration 12724, perturbing to get out of local maxima iteration 12725 found worse value: 341.020403299. iteration 12726 found worse value: 341.020403299. iteration 12727 found worse value: 341.020403299. iteration 12728 found worse value: 341.020403299. iteration 12728, perturbing to get out of local maxima iteration 12729 found worse value: 341.020403299. iteration 12730 found worse value: 341.020403299. iteration 12731 found worse value: 341.020403299. iteration 12732 found worse value: 341.020403299. iteration 12733 found worse value: 341.020403299. iteration 12734 found worse value: 341.020403299. iteration 12735 found worse value: 341.020403299. iteration 12736 found worse value: 341.020403299. iteration 12737 found worse value: 341.020403299. iteration 12738 found worse value: 341.020403299. iteration 12739 found worse value: 341.020403299. iteration 12740 found worse value: 341.020403299. iteration 12741 found worse value: 341.020403299. iteration 12742 found worse value: 341.020403299. iteration 12743 found worse value: 341.020403299. iteration 12744 found worse value: 341.020403299. iteration 12745 found worse value: 341.020403299. iteration 12746 found worse value: 341.020403299. iteration 12747 found worse value: 341.020403299. iteration 12748 found worse value: 341.020403299. iteration 12749 found worse value: 341.020403299. iteration 12750 found worse value: 341.020403299. iteration 12751 found worse value: 341.020403299. iteration 12752 found worse value: 341.020403299. iteration 12753 found worse value: 341.020403299. iteration 12754 found worse value: 341.020403299. iteration 12755 found worse value: 341.020403299. iteration 12756 found worse value: 341.020403299. iteration 12757 found worse value: 341.020403299. iteration 12758 found worse value: 341.020403299. iteration 12759 found worse value: 341.020403299. iteration 12760 found worse value: 341.020403299. iteration 12761 found worse value: 341.020403299. iteration 12762 found worse value: 341.020403299. iteration 12763 found worse value: 341.020403299. iteration 12764 found worse value: 341.020403299. iteration 12765 found worse value: 341.020403299. iteration 12766 found worse value: 341.020403299. iteration 12767 found worse value: 341.020403299. iteration 12768 found worse value: 341.020403299. iteration 12769 found worse value: 341.020403299. iteration 12770 found worse value: 341.020403299. iteration 12771 found worse value: 341.020403299. iteration 12772 found worse value: 341.020403299. iteration 12773 found worse value: 341.020403299. iteration 12773, perturbing to get out of local maxima iteration 12774 found worse value: 341.020403299. iteration 12775 found worse value: 341.020403299. iteration 12776 found worse value: 341.020403299. iteration 12777 found worse value: 341.020403299. iteration 12778 found worse value: 341.020403299. iteration 12779 found worse value: 341.020403299. iteration 12780 found worse value: 341.020403299. iteration 12781 found worse value: 341.020403299. iteration 12781, perturbing to get out of local maxima iteration 12782 found worse value: 341.020403299. iteration 12783 found worse value: 341.020403299. iteration 12784 found worse value: 341.020403299. iteration 12785 found worse value: 341.020403299. iteration 12786 found worse value: 341.020403299. iteration 12787 found worse value: 341.020403299. iteration 12788 found worse value: 341.020403299. iteration 12789 found worse value: 341.020403299. iteration 12790 found worse value: 341.020403299. iteration 12791 found worse value: 341.020403299. iteration 12792 found worse value: 341.020403299. iteration 12793 found worse value: 341.020403299. iteration 12794 found worse value: 341.020403299. iteration 12795 found worse value: 341.020403299. iteration 12796 found worse value: 341.020403299. iteration 12797 found worse value: 341.020403299. iteration 12798 found worse value: 341.020403299. iteration 12798, perturbing to get out of local maxima iteration 12799 found worse value: 341.020403299. iteration 12800 found worse value: 341.020403299. iteration 12801 found worse value: 341.020403299. iteration 12801, perturbing to get out of local maxima iteration 12802 found worse value: 341.020403299. iteration 12803 found worse value: 341.020403299. iteration 12804 found worse value: 341.020403299. iteration 12805 found worse value: 341.020403299. iteration 12806 found worse value: 341.020403299. iteration 12807 found worse value: 341.020403299. iteration 12808 found worse value: 341.020403299. iteration 12809 found worse value: 341.020403299. iteration 12810 found worse value: 341.020403299. iteration 12811 found worse value: 341.020403299. iteration 12812 found worse value: 341.020403299. iteration 12813 found worse value: 341.020403299. iteration 12814 found worse value: 341.020403299. iteration 12815 found worse value: 341.020403299. iteration 12816 found worse value: 341.020403299. iteration 12817 found worse value: 341.020403299. iteration 12818 found worse value: 341.020403299. iteration 12819 found worse value: 341.020403299. iteration 12820 found worse value: 341.020403299. iteration 12821 found worse value: 341.020403299. iteration 12822 found worse value: 341.020403299. iteration 12823 found worse value: 341.020403299. iteration 12824 found worse value: 341.020403299. iteration 12825 found worse value: 341.020403299. iteration 12826 found worse value: 341.020403299. iteration 12827 found worse value: 341.020403299. iteration 12827, perturbing to get out of local maxima iteration 12828 found worse value: 341.020403299. iteration 12829 found worse value: 341.020403299. iteration 12830 found worse value: 341.020403299. iteration 12831 found worse value: 341.020403299. iteration 12832 found worse value: 341.020403299. iteration 12833 found worse value: 341.020403299. iteration 12834 found worse value: 341.020403299. iteration 12835 found worse value: 341.020403299. iteration 12836 found worse value: 341.020403299. iteration 12837 found worse value: 341.020403299. iteration 12838 found worse value: 341.020403299. iteration 12839 found worse value: 341.020403299. iteration 12840 found worse value: 341.020403299. iteration 12841 found worse value: 341.020403299. iteration 12842 found worse value: 341.020403299. iteration 12843 found worse value: 341.020403299. iteration 12844 found worse value: 341.020403299. iteration 12845 found worse value: 341.020403299. iteration 12846 found worse value: 341.020403299. iteration 12847 found worse value: 341.020403299. iteration 12848 found worse value: 341.020403299. iteration 12849 found worse value: 341.020403299. iteration 12850 found worse value: 341.020403299. iteration 12851 found worse value: 341.020403299. iteration 12852 found worse value: 341.020403299. iteration 12853 found worse value: 341.020403299. iteration 12854 found worse value: 341.020403299. iteration 12855 found worse value: 341.020403299. iteration 12856 found worse value: 341.020403299. iteration 12857 found worse value: 341.020403299. iteration 12858 found worse value: 341.020403299. iteration 12859 found worse value: 341.020403299. iteration 12860 found worse value: 341.020403299. iteration 12861 found worse value: 341.020403299. iteration 12862 found worse value: 341.020403299. iteration 12863 found worse value: 341.020403299. iteration 12863, perturbing to get out of local maxima iteration 12864 found worse value: 341.020403299. iteration 12865 found worse value: 341.020403299. iteration 12866 found worse value: 341.020403299. iteration 12867 found worse value: 341.020403299. iteration 12868 found worse value: 341.020403299. iteration 12869 found worse value: 341.020403299. iteration 12870 found worse value: 341.020403299. iteration 12871 found worse value: 341.020403299. iteration 12872 found worse value: 341.020403299. iteration 12873 found worse value: 341.020403299. iteration 12874 found worse value: 341.020403299. iteration 12875 found worse value: 341.020403299. iteration 12876 found worse value: 341.020403299. iteration 12877 found worse value: 341.020403299. iteration 12878 found worse value: 341.020403299. iteration 12879 found worse value: 341.020403299. iteration 12880 found worse value: 341.020403299. iteration 12881 found worse value: 341.020403299. iteration 12882 found worse value: 341.020403299. iteration 12883 found worse value: 341.020403299. iteration 12884 found worse value: 341.020403299. iteration 12885 found worse value: 341.020403299. iteration 12886 found worse value: 341.020403299. iteration 12887 found worse value: 341.020403299. iteration 12888 found worse value: 341.020403299. iteration 12889 found worse value: 341.020403299. iteration 12890 found worse value: 341.020403299. iteration 12891 found worse value: 341.020403299. iteration 12892 found worse value: 341.020403299. iteration 12893 found worse value: 341.020403299. iteration 12894 found worse value: 341.020403299. iteration 12895 found worse value: 341.020403299. iteration 12896 found worse value: 341.020403299. iteration 12897 found worse value: 341.020403299. iteration 12898 found worse value: 341.020403299. iteration 12899 found worse value: 341.020403299. iteration 12900 found worse value: 341.020403299. iteration 12901 found worse value: 341.020403299. iteration 12902 found worse value: 341.020403299. iteration 12903 found worse value: 341.020403299. iteration 12904 found worse value: 341.020403299. iteration 12905 found worse value: 341.020403299. iteration 12906 found worse value: 341.020403299. iteration 12907 found worse value: 341.020403299. iteration 12908 found worse value: 341.020403299. iteration 12909 found worse value: 341.020403299. iteration 12910 found worse value: 341.020403299. iteration 12911 found worse value: 341.020403299. iteration 12912 found worse value: 341.020403299. iteration 12913 found worse value: 341.020403299. iteration 12914 found worse value: 341.020403299. iteration 12915 found worse value: 341.020403299. iteration 12916 found worse value: 341.020403299. iteration 12917 found worse value: 341.020403299. iteration 12918 found worse value: 341.020403299. iteration 12919 found worse value: 341.020403299. iteration 12920 found worse value: 341.020403299. iteration 12921 found worse value: 341.020403299. iteration 12922 found worse value: 341.020403299. iteration 12923 found worse value: 341.020403299. iteration 12924 found worse value: 341.020403299. iteration 12925 found worse value: 341.020403299. iteration 12926 found worse value: 341.020403299. iteration 12927 found worse value: 341.020403299. iteration 12928 found worse value: 341.020403299. iteration 12929 found worse value: 341.020403299. iteration 12930 found worse value: 341.020403299. iteration 12931 found worse value: 341.020403299. iteration 12932 found worse value: 341.020403299. iteration 12933 found worse value: 341.020403299. iteration 12934 found worse value: 341.020403299. iteration 12935 found worse value: 341.020403299. iteration 12936 found worse value: 341.020403299. iteration 12937 found worse value: 341.020403299. iteration 12938 found worse value: 341.020403299. iteration 12939 found worse value: 341.020403299. iteration 12940 found worse value: 341.020403299. iteration 12940, perturbing to get out of local maxima iteration 12941 found worse value: 341.020403299. iteration 12942 found worse value: 341.020403299. iteration 12943 found worse value: 341.020403299. iteration 12944 found worse value: 341.020403299. iteration 12945 found worse value: 341.020403299. iteration 12946 found worse value: 341.020403299. iteration 12947 found worse value: 341.020403299. iteration 12948 found worse value: 341.020403299. iteration 12949 found worse value: 341.020403299. iteration 12950 found worse value: 341.020403299. iteration 12951 found worse value: 341.020403299. iteration 12952 found worse value: 341.020403299. iteration 12953 found worse value: 341.020403299. iteration 12954 found worse value: 341.020403299. iteration 12955 found worse value: 341.020403299. iteration 12956 found worse value: 341.020403299. iteration 12957 found worse value: 341.020403299. iteration 12958 found worse value: 341.020403299. iteration 12959 found worse value: 341.020403299. iteration 12960 found worse value: 341.020403299. iteration 12960, perturbing to get out of local maxima iteration 12961 found worse value: 341.020403299. iteration 12962 found worse value: 341.020403299. iteration 12963 found worse value: 341.020403299. iteration 12964 found worse value: 341.020403299. iteration 12965 found worse value: 341.020403299. iteration 12966 found worse value: 341.020403299. iteration 12967 found worse value: 341.020403299. iteration 12968 found worse value: 341.020403299. iteration 12969 found worse value: 341.020403299. iteration 12970 found worse value: 341.020403299. iteration 12971 found worse value: 341.020403299. iteration 12972 found worse value: 341.020403299. iteration 12973 found worse value: 341.020403299. iteration 12974 found worse value: 341.020403299. iteration 12975 found worse value: 341.020403299. iteration 12976 found worse value: 341.020403299. iteration 12977 found worse value: 341.020403299. iteration 12978 found worse value: 341.020403299. iteration 12979 found worse value: 341.020403299. iteration 12980 found worse value: 341.020403299. iteration 12981 found worse value: 341.020403299. iteration 12982 found worse value: 341.020403299. iteration 12983 found worse value: 341.020403299. iteration 12984 found worse value: 341.020403299. iteration 12985 found worse value: 341.020403299. iteration 12986 found worse value: 341.020403299. iteration 12987 found worse value: 341.020403299. iteration 12987, perturbing to get out of local maxima iteration 12988 found worse value: 341.020403299. iteration 12989 found worse value: 341.020403299. iteration 12990 found worse value: 341.020403299. iteration 12991 found worse value: 341.020403299. iteration 12992 found worse value: 341.020403299. iteration 12993 found worse value: 341.020403299. iteration 12994 found worse value: 341.020403299. iteration 12995 found worse value: 341.020403299. iteration 12996 found worse value: 341.020403299. iteration 12997 found worse value: 341.020403299. iteration 12998 found worse value: 341.020403299. iteration 12999 found worse value: 341.020403299. iteration 13000 found worse value: 341.020403299. iteration 13001 found worse value: 341.020403299. iteration 13002 found worse value: 341.020403299. iteration 13003 found worse value: 341.020403299. iteration 13004 found worse value: 341.020403299. iteration 13005 found worse value: 341.020403299. iteration 13006 found worse value: 341.020403299. iteration 13007 found worse value: 341.020403299. iteration 13008 found worse value: 341.020403299. iteration 13009 found worse value: 341.020403299. iteration 13010 found worse value: 341.020403299. iteration 13011 found worse value: 341.020403299. iteration 13012 found worse value: 341.020403299. iteration 13013 found worse value: 341.020403299. iteration 13014 found worse value: 341.020403299. iteration 13015 found worse value: 341.020403299. iteration 13016 found worse value: 341.020403299. iteration 13017 found worse value: 341.020403299. iteration 13018 found worse value: 341.020403299. iteration 13019 found worse value: 341.020403299. iteration 13020 found worse value: 341.020403299. iteration 13021 found worse value: 341.020403299. iteration 13022 found worse value: 341.020403299. iteration 13023 found worse value: 341.020403299. iteration 13024 found worse value: 341.020403299. iteration 13025 found worse value: 341.020403299. iteration 13026 found worse value: 341.020403299. iteration 13027 found worse value: 341.020403299. iteration 13028 found worse value: 341.020403299. iteration 13029 found worse value: 341.020403299. iteration 13030 found worse value: 341.020403299. iteration 13031 found worse value: 341.020403299. iteration 13031, perturbing to get out of local maxima iteration 13032 found worse value: 341.020403299. iteration 13033 found worse value: 341.020403299. iteration 13034 found worse value: 341.020403299. iteration 13035 found worse value: 341.020403299. iteration 13036 found worse value: 341.020403299. iteration 13037 found worse value: 341.020403299. iteration 13038 found worse value: 341.020403299. iteration 13039 found worse value: 341.020403299. iteration 13040 found worse value: 341.020403299. iteration 13041 found worse value: 341.020403299. iteration 13042 found worse value: 341.020403299. iteration 13043 found worse value: 341.020403299. iteration 13044 found worse value: 341.020403299. iteration 13045 found worse value: 341.020403299. iteration 13046 found worse value: 341.020403299. iteration 13047 found worse value: 341.020403299. iteration 13048 found worse value: 341.020403299. iteration 13049 found worse value: 341.020403299. iteration 13050 found worse value: 341.020403299. iteration 13051 found worse value: 341.020403299. iteration 13052 found worse value: 341.020403299. iteration 13053 found worse value: 341.020403299. iteration 13054 found worse value: 341.020403299. iteration 13055 found worse value: 341.020403299. iteration 13056 found worse value: 341.020403299. iteration 13057 found worse value: 341.020403299. iteration 13058 found worse value: 341.020403299. iteration 13059 found worse value: 341.020403299. iteration 13060 found worse value: 341.020403299. iteration 13061 found worse value: 341.020403299. iteration 13062 found worse value: 341.020403299. iteration 13063 found worse value: 341.020403299. iteration 13064 found worse value: 341.020403299. iteration 13065 found worse value: 341.020403299. iteration 13066 found worse value: 341.020403299. iteration 13067 found worse value: 341.020403299. iteration 13068 found worse value: 341.020403299. iteration 13069 found worse value: 341.020403299. iteration 13070 found worse value: 341.020403299. iteration 13071 found worse value: 341.020403299. iteration 13072 found worse value: 341.020403299. iteration 13073 found worse value: 341.020403299. iteration 13074 found worse value: 341.020403299. iteration 13075 found worse value: 341.020403299. iteration 13076 found worse value: 341.020403299. iteration 13076, perturbing to get out of local maxima iteration 13077 found worse value: 341.020403299. iteration 13078 found worse value: 341.020403299. iteration 13079 found worse value: 341.020403299. iteration 13080 found worse value: 341.020403299. iteration 13081 found worse value: 341.020403299. iteration 13082 found worse value: 341.020403299. iteration 13083 found worse value: 341.020403299. iteration 13084 found worse value: 341.020403299. iteration 13085 found worse value: 341.020403299. iteration 13086 found worse value: 341.020403299. iteration 13087 found worse value: 341.020403299. iteration 13088 found worse value: 341.020403299. iteration 13089 found worse value: 341.020403299. iteration 13090 found worse value: 341.020403299. iteration 13091 found worse value: 341.020403299. iteration 13092 found worse value: 341.020403299. iteration 13093 found worse value: 341.020403299. iteration 13094 found worse value: 341.020403299. iteration 13095 found worse value: 341.020403299. iteration 13096 found worse value: 341.020403299. iteration 13097 found worse value: 341.020403299. iteration 13098 found worse value: 341.020403299. iteration 13099 found worse value: 341.020403299. iteration 13100 found worse value: 341.020403299. iteration 13101 found worse value: 341.020403299. iteration 13102 found worse value: 341.020403299. iteration 13103 found worse value: 341.020403299. iteration 13104 found worse value: 341.020403299. iteration 13105 found worse value: 341.020403299. iteration 13106 found worse value: 341.020403299. iteration 13107 found worse value: 341.020403299. iteration 13108 found worse value: 341.020403299. iteration 13109 found worse value: 341.020403299. iteration 13110 found worse value: 341.020403299. iteration 13111 found worse value: 341.020403299. iteration 13112 found worse value: 341.020403299. iteration 13113 found worse value: 341.020403299. iteration 13114 found worse value: 341.020403299. iteration 13115 found worse value: 341.020403299. iteration 13116 found worse value: 341.020403299. iteration 13117 found worse value: 341.020403299. iteration 13118 found worse value: 341.020403299. iteration 13119 found worse value: 341.020403299. iteration 13120 found worse value: 341.020403299. iteration 13121 found worse value: 341.020403299. iteration 13122 found worse value: 341.020403299. iteration 13123 found worse value: 341.020403299. iteration 13124 found worse value: 341.020403299. iteration 13125 found worse value: 341.020403299. iteration 13126 found worse value: 341.020403299. iteration 13127 found worse value: 341.020403299. iteration 13128 found worse value: 341.020403299. iteration 13129 found worse value: 341.020403299. iteration 13130 found worse value: 341.020403299. iteration 13130, perturbing to get out of local maxima iteration 13131 found worse value: 341.020403299. iteration 13132 found worse value: 341.020403299. iteration 13133 found worse value: 341.020403299. iteration 13134 found worse value: 341.020403299. iteration 13135 found worse value: 341.020403299. iteration 13136 found worse value: 341.020403299. iteration 13137 found worse value: 341.020403299. iteration 13138 found worse value: 341.020403299. iteration 13139 found worse value: 341.020403299. iteration 13140 found worse value: 341.020403299. iteration 13141 found worse value: 341.020403299. iteration 13142 found worse value: 341.020403299. iteration 13143 found worse value: 341.020403299. iteration 13144 found worse value: 341.020403299. iteration 13145 found worse value: 341.020403299. iteration 13146 found worse value: 341.020403299. iteration 13147 found worse value: 341.020403299. iteration 13148 found worse value: 341.020403299. iteration 13149 found worse value: 341.020403299. iteration 13150 found worse value: 341.020403299. iteration 13151 found worse value: 341.020403299. iteration 13152 found worse value: 341.020403299. iteration 13153 found worse value: 341.020403299. iteration 13154 found worse value: 341.020403299. iteration 13155 found worse value: 341.020403299. iteration 13156 found worse value: 341.020403299. iteration 13157 found worse value: 341.020403299. iteration 13158 found worse value: 341.020403299. iteration 13159 found worse value: 341.020403299. iteration 13160 found worse value: 341.020403299. iteration 13161 found worse value: 341.020403299. iteration 13162 found worse value: 341.020403299. iteration 13163 found worse value: 341.020403299. iteration 13164 found worse value: 341.020403299. iteration 13165 found worse value: 341.020403299. iteration 13166 found worse value: 341.020403299. iteration 13167 found worse value: 341.020403299. iteration 13168 found worse value: 341.020403299. iteration 13169 found worse value: 341.020403299. iteration 13170 found worse value: 341.020403299. iteration 13171 found worse value: 341.020403299. iteration 13172 found worse value: 341.020403299. iteration 13173 found worse value: 341.020403299. iteration 13174 found worse value: 341.020403299. iteration 13175 found worse value: 341.020403299. iteration 13176 found worse value: 341.020403299. iteration 13177 found worse value: 341.020403299. iteration 13178 found worse value: 341.020403299. iteration 13179 found worse value: 341.020403299. iteration 13180 found worse value: 341.020403299. iteration 13181 found worse value: 341.020403299. iteration 13182 found worse value: 341.020403299. iteration 13183 found worse value: 341.020403299. iteration 13184 found worse value: 341.020403299. iteration 13185 found worse value: 341.020403299. iteration 13186 found worse value: 341.020403299. iteration 13187 found worse value: 341.020403299. iteration 13188 found worse value: 341.020403299. iteration 13189 found worse value: 341.020403299. iteration 13190 found worse value: 341.020403299. iteration 13191 found worse value: 341.020403299. iteration 13192 found worse value: 341.020403299. iteration 13193 found worse value: 341.020403299. iteration 13194 found worse value: 341.020403299. iteration 13195 found worse value: 341.020403299. iteration 13196 found worse value: 341.020403299. iteration 13197 found worse value: 341.020403299. iteration 13198 found worse value: 341.020403299. iteration 13199 found worse value: 341.020403299. iteration 13200 found worse value: 341.020403299. iteration 13201 found worse value: 341.020403299. iteration 13202 found worse value: 341.020403299. iteration 13203 found worse value: 341.020403299. iteration 13204 found worse value: 341.020403299. iteration 13205 found worse value: 341.020403299. iteration 13206 found worse value: 341.020403299. iteration 13207 found worse value: 341.020403299. iteration 13208 found worse value: 341.020403299. iteration 13209 found worse value: 341.020403299. iteration 13210 found worse value: 341.020403299. iteration 13211 found worse value: 341.020403299. iteration 13212 found worse value: 341.020403299. iteration 13213 found worse value: 341.020403299. iteration 13214 found worse value: 341.020403299. iteration 13215 found worse value: 341.020403299. iteration 13216 found worse value: 341.020403299. iteration 13217 found worse value: 341.020403299. iteration 13218 found worse value: 341.020403299. iteration 13219 found worse value: 341.020403299. iteration 13220 found worse value: 341.020403299. iteration 13221 found worse value: 341.020403299. iteration 13222 found worse value: 341.020403299. iteration 13223 found worse value: 341.020403299. iteration 13224 found worse value: 341.020403299. iteration 13225 found worse value: 341.020403299. iteration 13226 found worse value: 341.020403299. iteration 13227 found worse value: 341.020403299. iteration 13228 found worse value: 341.020403299. iteration 13229 found worse value: 341.020403299. iteration 13230 found worse value: 341.020403299. iteration 13231 found worse value: 341.020403299. iteration 13232 found worse value: 341.020403299. iteration 13233 found worse value: 341.020403299. iteration 13234 found worse value: 341.020403299. iteration 13234, perturbing to get out of local maxima iteration 13235 found worse value: 341.020403299. iteration 13236 found worse value: 341.020403299. iteration 13237 found worse value: 341.020403299. iteration 13238 found worse value: 341.020403299. iteration 13239 found worse value: 341.020403299. iteration 13239, perturbing to get out of local maxima iteration 13240 found worse value: 341.020403299. iteration 13241 found worse value: 341.020403299. iteration 13242 found worse value: 341.020403299. iteration 13243 found worse value: 341.020403299. iteration 13244 found worse value: 341.020403299. iteration 13245 found worse value: 341.020403299. iteration 13246 found worse value: 341.020403299. iteration 13247 found worse value: 341.020403299. iteration 13248 found worse value: 341.020403299. iteration 13249 found worse value: 341.020403299. iteration 13250 found worse value: 341.020403299. iteration 13251 found worse value: 341.020403299. iteration 13252 found worse value: 341.020403299. iteration 13253 found worse value: 341.020403299. iteration 13254 found worse value: 341.020403299. iteration 13255 found worse value: 341.020403299. iteration 13256 found worse value: 341.020403299. iteration 13257 found worse value: 341.020403299. iteration 13258 found worse value: 341.020403299. iteration 13259 found worse value: 341.020403299. iteration 13260 found worse value: 341.020403299. iteration 13261 found worse value: 341.020403299. iteration 13262 found worse value: 341.020403299. iteration 13263 found worse value: 341.020403299. iteration 13264 found worse value: 341.020403299. iteration 13265 found worse value: 341.020403299. iteration 13266 found worse value: 341.020403299. iteration 13267 found worse value: 341.020403299. iteration 13268 found worse value: 341.020403299. iteration 13269 found worse value: 341.020403299. iteration 13269, perturbing to get out of local maxima iteration 13270 found worse value: 341.020403299. iteration 13271 found worse value: 341.020403299. iteration 13272 found worse value: 341.020403299. iteration 13273 found worse value: 341.020403299. iteration 13274 found worse value: 341.020403299. iteration 13275 found worse value: 341.020403299. iteration 13276 found worse value: 341.020403299. iteration 13277 found worse value: 341.020403299. iteration 13278 found worse value: 341.020403299. iteration 13279 found worse value: 341.020403299. iteration 13280 found worse value: 341.020403299. iteration 13281 found worse value: 341.020403299. iteration 13282 found worse value: 341.020403299. iteration 13283 found worse value: 341.020403299. iteration 13284 found worse value: 341.020403299. iteration 13285 found worse value: 341.020403299. iteration 13286 found worse value: 341.020403299. iteration 13287 found worse value: 341.020403299. iteration 13288 found worse value: 341.020403299. iteration 13289 found worse value: 341.020403299. iteration 13290 found worse value: 341.020403299. iteration 13291 found worse value: 341.020403299. iteration 13292 found worse value: 341.020403299. iteration 13292, perturbing to get out of local maxima iteration 13293 found worse value: 341.020403299. iteration 13294 found worse value: 341.020403299. iteration 13295 found worse value: 341.020403299. iteration 13296 found worse value: 341.020403299. iteration 13297 found worse value: 341.020403299. iteration 13298 found worse value: 341.020403299. iteration 13299 found worse value: 341.020403299. iteration 13300 found worse value: 341.020403299. iteration 13301 found worse value: 341.020403299. iteration 13302 found worse value: 341.020403299. iteration 13303 found worse value: 341.020403299. iteration 13304 found worse value: 341.020403299. iteration 13305 found worse value: 341.020403299. iteration 13306 found worse value: 341.020403299. iteration 13306, perturbing to get out of local maxima iteration 13307 found worse value: 341.020403299. iteration 13308 found worse value: 341.020403299. iteration 13309 found worse value: 341.020403299. iteration 13310 found worse value: 341.020403299. iteration 13311 found worse value: 341.020403299. iteration 13312 found worse value: 341.020403299. iteration 13313 found worse value: 341.020403299. iteration 13314 found worse value: 341.020403299. iteration 13315 found worse value: 341.020403299. iteration 13316 found worse value: 341.020403299. iteration 13317 found worse value: 341.020403299. iteration 13318 found worse value: 341.020403299. iteration 13319 found worse value: 341.020403299. iteration 13320 found worse value: 341.020403299. iteration 13321 found worse value: 341.020403299. iteration 13322 found worse value: 341.020403299. iteration 13323 found worse value: 341.020403299. iteration 13324 found worse value: 341.020403299. iteration 13325 found worse value: 341.020403299. iteration 13326 found worse value: 341.020403299. iteration 13327 found worse value: 341.020403299. iteration 13328 found worse value: 341.020403299. iteration 13329 found worse value: 341.020403299. iteration 13329, perturbing to get out of local maxima iteration 13330 found worse value: 341.020403299. iteration 13331 found worse value: 341.020403299. iteration 13332 found worse value: 341.020403299. iteration 13333 found worse value: 341.020403299. iteration 13334 found worse value: 341.020403299. iteration 13335 found worse value: 341.020403299. iteration 13336 found worse value: 341.020403299. iteration 13337 found worse value: 341.020403299. iteration 13338 found worse value: 341.020403299. iteration 13339 found worse value: 341.020403299. iteration 13340 found worse value: 341.020403299. iteration 13341 found worse value: 341.020403299. iteration 13342 found worse value: 341.020403299. iteration 13343 found worse value: 341.020403299. iteration 13344 found worse value: 341.020403299. iteration 13345 found worse value: 341.020403299. iteration 13346 found worse value: 341.020403299. iteration 13347 found worse value: 341.020403299. iteration 13348 found worse value: 341.020403299. iteration 13349 found worse value: 341.020403299. iteration 13350 found worse value: 341.020403299. iteration 13351 found worse value: 341.020403299. iteration 13352 found worse value: 341.020403299. iteration 13353 found worse value: 341.020403299. iteration 13354 found worse value: 341.020403299. iteration 13355 found worse value: 341.020403299. iteration 13356 found worse value: 341.020403299. iteration 13357 found worse value: 341.020403299. iteration 13358 found worse value: 341.020403299. iteration 13359 found worse value: 341.020403299. iteration 13359, perturbing to get out of local maxima iteration 13360 found worse value: 341.020403299. iteration 13361 found worse value: 341.020403299. iteration 13362 found worse value: 341.020403299. iteration 13363 found worse value: 341.020403299. iteration 13364 found worse value: 341.020403299. iteration 13365 found worse value: 341.020403299. iteration 13366 found worse value: 341.020403299. iteration 13367 found worse value: 341.020403299. iteration 13368 found worse value: 341.020403299. iteration 13369 found worse value: 341.020403299. iteration 13370 found worse value: 341.020403299. iteration 13371 found worse value: 341.020403299. iteration 13372 found worse value: 341.020403299. iteration 13373 found worse value: 341.020403299. iteration 13374 found worse value: 341.020403299. iteration 13375 found worse value: 341.020403299. iteration 13376 found worse value: 341.020403299. iteration 13377 found worse value: 341.020403299. iteration 13378 found worse value: 341.020403299. iteration 13379 found worse value: 341.020403299. iteration 13380 found worse value: 341.020403299. iteration 13381 found worse value: 341.020403299. iteration 13382 found worse value: 341.020403299. iteration 13383 found worse value: 341.020403299. iteration 13384 found worse value: 341.020403299. iteration 13385 found worse value: 341.020403299. iteration 13386 found worse value: 341.020403299. iteration 13387 found worse value: 341.020403299. iteration 13388 found worse value: 341.020403299. iteration 13388, perturbing to get out of local maxima iteration 13389 found worse value: 341.020403299. iteration 13390 found worse value: 341.020403299. iteration 13391 found worse value: 341.020403299. iteration 13392 found worse value: 341.020403299. iteration 13393 found worse value: 341.020403299. iteration 13394 found worse value: 341.020403299. iteration 13395 found worse value: 341.020403299. iteration 13396 found worse value: 341.020403299. iteration 13397 found worse value: 341.020403299. iteration 13398 found worse value: 341.020403299. iteration 13399 found worse value: 341.020403299. iteration 13400 found worse value: 341.020403299. iteration 13400, perturbing to get out of local maxima iteration 13401 found worse value: 341.020403299. iteration 13402 found worse value: 341.020403299. iteration 13403 found worse value: 341.020403299. iteration 13404 found worse value: 341.020403299. iteration 13405 found worse value: 341.020403299. iteration 13406 found worse value: 341.020403299. iteration 13407 found worse value: 341.020403299. iteration 13408 found worse value: 341.020403299. iteration 13409 found worse value: 341.020403299. iteration 13410 found worse value: 341.020403299. iteration 13411 found worse value: 341.020403299. iteration 13411, perturbing to get out of local maxima iteration 13412 found worse value: 341.020403299. iteration 13413 found worse value: 341.020403299. iteration 13414 found worse value: 341.020403299. iteration 13415 found worse value: 341.020403299. iteration 13416 found worse value: 341.020403299. iteration 13417 found worse value: 341.020403299. iteration 13418 found worse value: 341.020403299. iteration 13419 found worse value: 341.020403299. iteration 13420 found worse value: 341.020403299. iteration 13421 found worse value: 341.020403299. iteration 13422 found worse value: 341.020403299. iteration 13423 found worse value: 341.020403299. iteration 13424 found worse value: 341.020403299. iteration 13425 found worse value: 341.020403299. iteration 13425, perturbing to get out of local maxima iteration 13426 found worse value: 341.020403299. iteration 13427 found worse value: 341.020403299. iteration 13428 found worse value: 341.020403299. iteration 13429 found worse value: 341.020403299. iteration 13430 found worse value: 341.020403299. iteration 13431 found worse value: 341.020403299. iteration 13432 found worse value: 341.020403299. iteration 13433 found worse value: 341.020403299. iteration 13434 found worse value: 341.020403299. iteration 13435 found worse value: 341.020403299. iteration 13436 found worse value: 341.020403299. iteration 13437 found worse value: 341.020403299. iteration 13438 found worse value: 341.020403299. iteration 13438, perturbing to get out of local maxima iteration 13439 found worse value: 341.020403299. iteration 13440 found worse value: 341.020403299. iteration 13441 found worse value: 341.020403299. iteration 13442 found worse value: 341.020403299. iteration 13442, perturbing to get out of local maxima iteration 13443 found worse value: 341.020403299. iteration 13444 found worse value: 341.020403299. iteration 13445 found worse value: 341.020403299. iteration 13446 found worse value: 341.020403299. iteration 13447 found worse value: 341.020403299. iteration 13448 found worse value: 341.020403299. iteration 13449 found worse value: 341.020403299. iteration 13450 found worse value: 341.020403299. iteration 13451 found worse value: 341.020403299. iteration 13452 found worse value: 341.020403299. iteration 13453 found worse value: 341.020403299. iteration 13454 found worse value: 341.020403299. iteration 13455 found worse value: 341.020403299. iteration 13456 found worse value: 341.020403299. iteration 13457 found worse value: 341.020403299. iteration 13458 found worse value: 341.020403299. iteration 13459 found worse value: 341.020403299. iteration 13459, perturbing to get out of local maxima iteration 13460 found worse value: 341.020403299. iteration 13461 found worse value: 341.020403299. iteration 13462 found worse value: 341.020403299. iteration 13463 found worse value: 341.020403299. iteration 13464 found worse value: 341.020403299. iteration 13465 found worse value: 341.020403299. iteration 13466 found worse value: 341.020403299. iteration 13467 found worse value: 341.020403299. iteration 13468 found worse value: 341.020403299. iteration 13469 found worse value: 341.020403299. iteration 13470 found worse value: 341.020403299. iteration 13471 found worse value: 341.020403299. iteration 13472 found worse value: 341.020403299. iteration 13473 found worse value: 341.020403299. iteration 13474 found worse value: 341.020403299. iteration 13475 found worse value: 341.020403299. iteration 13476 found worse value: 341.020403299. iteration 13477 found worse value: 341.020403299. iteration 13478 found worse value: 341.020403299. iteration 13478, perturbing to get out of local maxima iteration 13479 found worse value: 341.020403299. iteration 13480 found worse value: 341.020403299. iteration 13481 found worse value: 341.020403299. iteration 13482 found worse value: 341.020403299. iteration 13483 found worse value: 341.020403299. iteration 13484 found worse value: 341.020403299. iteration 13485 found worse value: 341.020403299. iteration 13486 found worse value: 341.020403299. iteration 13487 found worse value: 341.020403299. iteration 13488 found worse value: 341.020403299. iteration 13489 found worse value: 341.020403299. iteration 13490 found worse value: 341.020403299. iteration 13491 found worse value: 341.020403299. iteration 13492 found worse value: 341.020403299. iteration 13493 found worse value: 341.020403299. iteration 13494 found worse value: 341.020403299. iteration 13495 found worse value: 341.020403299. iteration 13496 found worse value: 341.020403299. iteration 13497 found worse value: 341.020403299. iteration 13498 found worse value: 341.020403299. iteration 13499 found worse value: 341.020403299. iteration 13500 found worse value: 341.020403299. iteration 13501 found worse value: 341.020403299. iteration 13502 found worse value: 341.020403299. iteration 13502, perturbing to get out of local maxima iteration 13503 found worse value: 341.020403299. iteration 13504 found worse value: 341.020403299. iteration 13505 found worse value: 341.020403299. iteration 13506 found worse value: 341.020403299. iteration 13507 found worse value: 341.020403299. iteration 13508 found worse value: 341.020403299. iteration 13509 found worse value: 341.020403299. iteration 13510 found worse value: 341.020403299. iteration 13511 found worse value: 341.020403299. iteration 13512 found worse value: 341.020403299. iteration 13513 found worse value: 341.020403299. iteration 13514 found worse value: 341.020403299. iteration 13515 found worse value: 341.020403299. iteration 13516 found worse value: 341.020403299. iteration 13517 found worse value: 341.020403299. iteration 13518 found worse value: 341.020403299. iteration 13519 found worse value: 341.020403299. iteration 13520 found worse value: 341.020403299. iteration 13521 found worse value: 341.020403299. iteration 13522 found worse value: 341.020403299. iteration 13522, perturbing to get out of local maxima iteration 13523 found worse value: 341.020403299. iteration 13524 found worse value: 341.020403299. iteration 13525 found worse value: 341.020403299. iteration 13526 found worse value: 341.020403299. iteration 13527 found worse value: 341.020403299. iteration 13528 found worse value: 341.020403299. iteration 13529 found worse value: 341.020403299. iteration 13530 found worse value: 341.020403299. iteration 13531 found worse value: 341.020403299. iteration 13532 found worse value: 341.020403299. iteration 13533 found worse value: 341.020403299. iteration 13534 found worse value: 341.020403299. iteration 13535 found worse value: 341.020403299. iteration 13536 found worse value: 341.020403299. iteration 13537 found worse value: 341.020403299. iteration 13538 found worse value: 341.020403299. iteration 13539 found worse value: 341.020403299. iteration 13540 found worse value: 341.020403299. iteration 13541 found worse value: 341.020403299. iteration 13542 found worse value: 341.020403299. iteration 13543 found worse value: 341.020403299. iteration 13544 found worse value: 341.020403299. iteration 13545 found worse value: 341.020403299. iteration 13546 found worse value: 341.020403299. iteration 13547 found worse value: 341.020403299. iteration 13548 found worse value: 341.020403299. iteration 13549 found worse value: 341.020403299. iteration 13550 found worse value: 341.020403299. iteration 13551 found worse value: 341.020403299. iteration 13552 found worse value: 341.020403299. iteration 13553 found worse value: 341.020403299. iteration 13554 found worse value: 341.020403299. iteration 13555 found worse value: 341.020403299. iteration 13556 found worse value: 341.020403299. iteration 13557 found worse value: 341.020403299. iteration 13558 found worse value: 341.020403299. iteration 13559 found worse value: 341.020403299. iteration 13560 found worse value: 341.020403299. iteration 13561 found worse value: 341.020403299. iteration 13562 found worse value: 341.020403299. iteration 13563 found worse value: 341.020403299. iteration 13564 found worse value: 341.020403299. iteration 13565 found worse value: 341.020403299. iteration 13566 found worse value: 341.020403299. iteration 13567 found worse value: 341.020403299. iteration 13568 found worse value: 341.020403299. iteration 13569 found worse value: 341.020403299. iteration 13570 found worse value: 341.020403299. iteration 13571 found worse value: 341.020403299. iteration 13572 found worse value: 341.020403299. iteration 13573 found worse value: 341.020403299. iteration 13574 found worse value: 341.020403299. iteration 13575 found worse value: 341.020403299. iteration 13576 found worse value: 341.020403299. iteration 13577 found worse value: 341.020403299. iteration 13578 found worse value: 341.020403299. iteration 13579 found worse value: 341.020403299. iteration 13580 found worse value: 341.020403299. iteration 13581 found worse value: 341.020403299. iteration 13582 found worse value: 341.020403299. iteration 13583 found worse value: 341.020403299. iteration 13584 found worse value: 341.020403299. iteration 13585 found worse value: 341.020403299. iteration 13586 found worse value: 341.020403299. iteration 13587 found worse value: 341.020403299. iteration 13588 found worse value: 341.020403299. iteration 13589 found worse value: 341.020403299. iteration 13590 found worse value: 341.020403299. iteration 13591 found worse value: 341.020403299. iteration 13592 found worse value: 341.020403299. iteration 13593 found worse value: 341.020403299. iteration 13594 found worse value: 341.020403299. iteration 13595 found worse value: 341.020403299. iteration 13596 found worse value: 341.020403299. iteration 13597 found worse value: 341.020403299. iteration 13598 found worse value: 341.020403299. iteration 13599 found worse value: 341.020403299. iteration 13600 found worse value: 341.020403299. iteration 13601 found worse value: 341.020403299. iteration 13602 found worse value: 341.020403299. iteration 13603 found worse value: 341.020403299. iteration 13604 found worse value: 341.020403299. iteration 13605 found worse value: 341.020403299. iteration 13606 found worse value: 341.020403299. iteration 13607 found worse value: 341.020403299. iteration 13608 found worse value: 341.020403299. iteration 13609 found worse value: 341.020403299. iteration 13610 found worse value: 341.020403299. iteration 13611 found worse value: 341.020403299. iteration 13612 found better value: 341.022666837 iteration 13613 found worse value: 341.022666837. iteration 13614 found worse value: 341.022666837. iteration 13615 found worse value: 341.022666837. iteration 13616 found worse value: 341.022666837. iteration 13617 found worse value: 341.022666837. iteration 13618 found worse value: 341.022666837. iteration 13618, perturbing to get out of local maxima iteration 13619 found worse value: 341.022666837. iteration 13620 found worse value: 341.022666837. iteration 13621 found worse value: 341.022666837. iteration 13622 found worse value: 341.022666837. iteration 13623 found worse value: 341.022666837. iteration 13624 found worse value: 341.022666837. iteration 13625 found better value: 341.03004752699997 iteration 13626 found worse value: 341.03004752699997. iteration 13627 found worse value: 341.03004752699997. iteration 13628 found better value: 341.03152107200003 iteration 13629 found worse value: 341.03152107200003. iteration 13630 found worse value: 341.03152107200003. iteration 13631 found worse value: 341.03152107200003. iteration 13632 found worse value: 341.03152107200003. iteration 13633 found worse value: 341.03152107200003. iteration 13634 found worse value: 341.03152107200003. iteration 13635 found worse value: 341.03152107200003. iteration 13636 found worse value: 341.03152107200003. iteration 13636, perturbing to get out of local maxima iteration 13637 found worse value: 341.03152107200003. iteration 13638 found worse value: 341.03152107200003. iteration 13639 found worse value: 341.03152107200003. iteration 13640 found worse value: 341.03152107200003. iteration 13641 found worse value: 341.03152107200003. iteration 13642 found worse value: 341.03152107200003. iteration 13643 found worse value: 341.03152107200003. iteration 13644 found worse value: 341.03152107200003. iteration 13645 found worse value: 341.03152107200003. iteration 13646 found worse value: 341.03152107200003. iteration 13647 found worse value: 341.03152107200003. iteration 13648 found worse value: 341.03152107200003. iteration 13649 found worse value: 341.03152107200003. iteration 13650 found worse value: 341.03152107200003. iteration 13651 found worse value: 341.03152107200003. iteration 13652 found worse value: 341.03152107200003. iteration 13653 found worse value: 341.03152107200003. iteration 13654 found worse value: 341.03152107200003. iteration 13655 found worse value: 341.03152107200003. iteration 13656 found worse value: 341.03152107200003. iteration 13657 found worse value: 341.03152107200003. iteration 13658 found worse value: 341.03152107200003. iteration 13659 found worse value: 341.03152107200003. iteration 13660 found worse value: 341.03152107200003. iteration 13661 found worse value: 341.03152107200003. iteration 13662 found worse value: 341.03152107200003. iteration 13663 found worse value: 341.03152107200003. iteration 13663, perturbing to get out of local maxima iteration 13664 found worse value: 341.03152107200003. iteration 13665 found worse value: 341.03152107200003. iteration 13666 found worse value: 341.03152107200003. iteration 13667 found worse value: 341.03152107200003. iteration 13668 found worse value: 341.03152107200003. iteration 13669 found worse value: 341.03152107200003. iteration 13670 found worse value: 341.03152107200003. iteration 13671 found worse value: 341.03152107200003. iteration 13672 found worse value: 341.03152107200003. iteration 13673 found worse value: 341.03152107200003. iteration 13674 found worse value: 341.03152107200003. iteration 13675 found worse value: 341.03152107200003. iteration 13676 found better value: 341.03203285999996 iteration 13677 found worse value: 341.03203285999996. iteration 13678 found worse value: 341.03203285999996. iteration 13679 found worse value: 341.03203285999996. iteration 13680 found worse value: 341.03203285999996. iteration 13681 found worse value: 341.03203285999996. iteration 13682 found worse value: 341.03203285999996. iteration 13683 found worse value: 341.03203285999996. iteration 13684 found worse value: 341.03203285999996. iteration 13684, perturbing to get out of local maxima iteration 13685 found worse value: 341.03203285999996. iteration 13686 found worse value: 341.03203285999996. iteration 13687 found worse value: 341.03203285999996. iteration 13688 found worse value: 341.03203285999996. iteration 13689 found worse value: 341.03203285999996. iteration 13690 found worse value: 341.03203285999996. iteration 13691 found worse value: 341.03203285999996. iteration 13692 found worse value: 341.03203285999996. iteration 13693 found worse value: 341.03203285999996. iteration 13694 found worse value: 341.03203285999996. iteration 13695 found worse value: 341.03203285999996. iteration 13696 found worse value: 341.03203285999996. iteration 13697 found worse value: 341.03203285999996. iteration 13698 found worse value: 341.03203285999996. iteration 13699 found worse value: 341.03203285999996. iteration 13700 found worse value: 341.03203285999996. iteration 13701 found worse value: 341.03203285999996. iteration 13702 found worse value: 341.03203285999996. iteration 13703 found worse value: 341.03203285999996. iteration 13704 found better value: 341.044342131 iteration 13705 found worse value: 341.044342131. iteration 13706 found worse value: 341.044342131. iteration 13707 found worse value: 341.044342131. iteration 13708 found worse value: 341.044342131. iteration 13709 found worse value: 341.044342131. iteration 13710 found worse value: 341.044342131. iteration 13711 found worse value: 341.044342131. iteration 13712 found worse value: 341.044342131. iteration 13713 found worse value: 341.044342131. iteration 13714 found worse value: 341.044342131. iteration 13715 found worse value: 341.044342131. iteration 13716 found worse value: 341.044342131. iteration 13717 found worse value: 341.044342131. iteration 13718 found worse value: 341.044342131. iteration 13719 found worse value: 341.044342131. iteration 13720 found better value: 341.06124579699997 iteration 13721 found worse value: 341.06124579699997. iteration 13722 found worse value: 341.06124579699997. iteration 13722, perturbing to get out of local maxima iteration 13723 found worse value: 341.06124579699997. iteration 13724 found worse value: 341.06124579699997. iteration 13725 found worse value: 341.06124579699997. iteration 13726 found worse value: 341.06124579699997. iteration 13727 found worse value: 341.06124579699997. iteration 13728 found worse value: 341.06124579699997. iteration 13729 found worse value: 341.06124579699997. iteration 13730 found worse value: 341.06124579699997. iteration 13731 found worse value: 341.06124579699997. iteration 13732 found worse value: 341.06124579699997. iteration 13733 found worse value: 341.06124579699997. iteration 13734 found worse value: 341.06124579699997. iteration 13735 found worse value: 341.06124579699997. iteration 13736 found worse value: 341.06124579699997. iteration 13737 found worse value: 341.06124579699997. iteration 13738 found worse value: 341.06124579699997. iteration 13739 found worse value: 341.06124579699997. iteration 13740 found worse value: 341.06124579699997. iteration 13741 found worse value: 341.06124579699997. iteration 13742 found worse value: 341.06124579699997. iteration 13743 found worse value: 341.06124579699997. iteration 13744 found worse value: 341.06124579699997. iteration 13745 found worse value: 341.06124579699997. iteration 13746 found worse value: 341.06124579699997. iteration 13747 found worse value: 341.06124579699997. iteration 13748 found worse value: 341.06124579699997. iteration 13749 found worse value: 341.06124579699997. iteration 13750 found worse value: 341.06124579699997. iteration 13751 found worse value: 341.06124579699997. iteration 13752 found worse value: 341.06124579699997. iteration 13753 found worse value: 341.06124579699997. iteration 13754 found worse value: 341.06124579699997. iteration 13755 found worse value: 341.06124579699997. iteration 13756 found worse value: 341.06124579699997. iteration 13757 found worse value: 341.06124579699997. iteration 13758 found worse value: 341.06124579699997. iteration 13759 found worse value: 341.06124579699997. iteration 13760 found worse value: 341.06124579699997. iteration 13761 found worse value: 341.06124579699997. iteration 13762 found worse value: 341.06124579699997. iteration 13763 found worse value: 341.06124579699997. iteration 13764 found worse value: 341.06124579699997. iteration 13765 found worse value: 341.06124579699997. iteration 13766 found worse value: 341.06124579699997. iteration 13767 found worse value: 341.06124579699997. iteration 13768 found worse value: 341.06124579699997. iteration 13769 found worse value: 341.06124579699997. iteration 13770 found worse value: 341.06124579699997. iteration 13771 found worse value: 341.06124579699997. iteration 13772 found worse value: 341.06124579699997. iteration 13773 found worse value: 341.06124579699997. iteration 13773, perturbing to get out of local maxima iteration 13774 found worse value: 341.06124579699997. iteration 13775 found worse value: 341.06124579699997. iteration 13776 found worse value: 341.06124579699997. iteration 13777 found worse value: 341.06124579699997. iteration 13777, perturbing to get out of local maxima iteration 13778 found worse value: 341.06124579699997. iteration 13779 found worse value: 341.06124579699997. iteration 13780 found worse value: 341.06124579699997. iteration 13781 found worse value: 341.06124579699997. iteration 13782 found worse value: 341.06124579699997. iteration 13783 found worse value: 341.06124579699997. iteration 13784 found worse value: 341.06124579699997. iteration 13785 found worse value: 341.06124579699997. iteration 13786 found worse value: 341.06124579699997. iteration 13787 found worse value: 341.06124579699997. iteration 13788 found worse value: 341.06124579699997. iteration 13789 found worse value: 341.06124579699997. iteration 13790 found worse value: 341.06124579699997. iteration 13791 found worse value: 341.06124579699997. iteration 13792 found worse value: 341.06124579699997. iteration 13793 found worse value: 341.06124579699997. iteration 13794 found worse value: 341.06124579699997. iteration 13795 found worse value: 341.06124579699997. iteration 13796 found worse value: 341.06124579699997. iteration 13797 found worse value: 341.06124579699997. iteration 13798 found worse value: 341.06124579699997. iteration 13799 found worse value: 341.06124579699997. iteration 13800 found worse value: 341.06124579699997. iteration 13801 found worse value: 341.06124579699997. iteration 13802 found worse value: 341.06124579699997. iteration 13803 found worse value: 341.06124579699997. iteration 13804 found worse value: 341.06124579699997. iteration 13805 found worse value: 341.06124579699997. iteration 13806 found worse value: 341.06124579699997. iteration 13806, perturbing to get out of local maxima iteration 13807 found worse value: 341.06124579699997. iteration 13808 found worse value: 341.06124579699997. iteration 13809 found worse value: 341.06124579699997. iteration 13810 found worse value: 341.06124579699997. iteration 13811 found worse value: 341.06124579699997. iteration 13812 found worse value: 341.06124579699997. iteration 13813 found worse value: 341.06124579699997. iteration 13814 found worse value: 341.06124579699997. iteration 13815 found worse value: 341.06124579699997. iteration 13816 found worse value: 341.06124579699997. iteration 13817 found worse value: 341.06124579699997. iteration 13818 found worse value: 341.06124579699997. iteration 13819 found worse value: 341.06124579699997. iteration 13820 found worse value: 341.06124579699997. iteration 13821 found worse value: 341.06124579699997. iteration 13822 found worse value: 341.06124579699997. iteration 13823 found worse value: 341.06124579699997. iteration 13824 found worse value: 341.06124579699997. iteration 13825 found worse value: 341.06124579699997. iteration 13826 found worse value: 341.06124579699997. iteration 13827 found worse value: 341.06124579699997. iteration 13828 found worse value: 341.06124579699997. iteration 13829 found worse value: 341.06124579699997. iteration 13830 found worse value: 341.06124579699997. iteration 13831 found worse value: 341.06124579699997. iteration 13832 found worse value: 341.06124579699997. iteration 13833 found worse value: 341.06124579699997. iteration 13834 found worse value: 341.06124579699997. iteration 13835 found worse value: 341.06124579699997. iteration 13836 found worse value: 341.06124579699997. iteration 13837 found worse value: 341.06124579699997. iteration 13838 found worse value: 341.06124579699997. iteration 13839 found worse value: 341.06124579699997. iteration 13840 found worse value: 341.06124579699997. iteration 13841 found worse value: 341.06124579699997. iteration 13842 found worse value: 341.06124579699997. iteration 13843 found worse value: 341.06124579699997. iteration 13844 found worse value: 341.06124579699997. iteration 13845 found worse value: 341.06124579699997. iteration 13846 found worse value: 341.06124579699997. iteration 13847 found worse value: 341.06124579699997. iteration 13848 found worse value: 341.06124579699997. iteration 13849 found worse value: 341.06124579699997. iteration 13850 found worse value: 341.06124579699997. iteration 13851 found worse value: 341.06124579699997. iteration 13852 found worse value: 341.06124579699997. iteration 13853 found better value: 341.06329739600005 iteration 13854 found worse value: 341.06329739600005. iteration 13855 found worse value: 341.06329739600005. iteration 13856 found worse value: 341.06329739600005. iteration 13857 found worse value: 341.06329739600005. iteration 13857, perturbing to get out of local maxima iteration 13858 found worse value: 341.06329739600005. iteration 13859 found worse value: 341.06329739600005. iteration 13860 found worse value: 341.06329739600005. iteration 13861 found worse value: 341.06329739600005. iteration 13862 found worse value: 341.06329739600005. iteration 13863 found worse value: 341.06329739600005. iteration 13864 found worse value: 341.06329739600005. iteration 13865 found worse value: 341.06329739600005. iteration 13866 found worse value: 341.06329739600005. iteration 13867 found worse value: 341.06329739600005. iteration 13868 found worse value: 341.06329739600005. iteration 13869 found worse value: 341.06329739600005. iteration 13870 found worse value: 341.06329739600005. iteration 13871 found worse value: 341.06329739600005. iteration 13872 found worse value: 341.06329739600005. iteration 13873 found worse value: 341.06329739600005. iteration 13874 found worse value: 341.06329739600005. iteration 13875 found worse value: 341.06329739600005. iteration 13876 found worse value: 341.06329739600005. iteration 13877 found worse value: 341.06329739600005. iteration 13878 found worse value: 341.06329739600005. iteration 13879 found worse value: 341.06329739600005. iteration 13879, perturbing to get out of local maxima iteration 13880 found worse value: 341.06329739600005. iteration 13881 found worse value: 341.06329739600005. iteration 13882 found worse value: 341.06329739600005. iteration 13883 found worse value: 341.06329739600005. iteration 13884 found worse value: 341.06329739600005. iteration 13885 found worse value: 341.06329739600005. iteration 13886 found worse value: 341.06329739600005. iteration 13887 found worse value: 341.06329739600005. iteration 13888 found worse value: 341.06329739600005. iteration 13889 found worse value: 341.06329739600005. iteration 13890 found worse value: 341.06329739600005. iteration 13891 found worse value: 341.06329739600005. iteration 13892 found worse value: 341.06329739600005. iteration 13893 found worse value: 341.06329739600005. iteration 13894 found worse value: 341.06329739600005. iteration 13895 found worse value: 341.06329739600005. iteration 13896 found worse value: 341.06329739600005. iteration 13897 found worse value: 341.06329739600005. iteration 13898 found worse value: 341.06329739600005. iteration 13899 found worse value: 341.06329739600005. iteration 13900 found worse value: 341.06329739600005. iteration 13901 found worse value: 341.06329739600005. iteration 13902 found worse value: 341.06329739600005. iteration 13903 found worse value: 341.06329739600005. iteration 13904 found worse value: 341.06329739600005. iteration 13905 found worse value: 341.06329739600005. iteration 13906 found worse value: 341.06329739600005. iteration 13907 found worse value: 341.06329739600005. iteration 13908 found worse value: 341.06329739600005. iteration 13909 found worse value: 341.06329739600005. iteration 13910 found worse value: 341.06329739600005. iteration 13911 found worse value: 341.06329739600005. iteration 13912 found worse value: 341.06329739600005. iteration 13913 found worse value: 341.06329739600005. iteration 13914 found worse value: 341.06329739600005. iteration 13915 found worse value: 341.06329739600005. iteration 13916 found worse value: 341.06329739600005. iteration 13917 found worse value: 341.06329739600005. iteration 13918 found worse value: 341.06329739600005. iteration 13918, perturbing to get out of local maxima iteration 13919 found worse value: 341.06329739600005. iteration 13920 found worse value: 341.06329739600005. iteration 13921 found worse value: 341.06329739600005. iteration 13922 found worse value: 341.06329739600005. iteration 13923 found worse value: 341.06329739600005. iteration 13924 found worse value: 341.06329739600005. iteration 13925 found worse value: 341.06329739600005. iteration 13926 found worse value: 341.06329739600005. iteration 13927 found worse value: 341.06329739600005. iteration 13928 found worse value: 341.06329739600005. iteration 13929 found worse value: 341.06329739600005. iteration 13930 found worse value: 341.06329739600005. iteration 13931 found worse value: 341.06329739600005. iteration 13932 found worse value: 341.06329739600005. iteration 13933 found worse value: 341.06329739600005. iteration 13934 found worse value: 341.06329739600005. iteration 13935 found worse value: 341.06329739600005. iteration 13936 found worse value: 341.06329739600005. iteration 13937 found worse value: 341.06329739600005. iteration 13938 found worse value: 341.06329739600005. iteration 13939 found worse value: 341.06329739600005. iteration 13940 found worse value: 341.06329739600005. iteration 13941 found worse value: 341.06329739600005. iteration 13942 found worse value: 341.06329739600005. iteration 13943 found worse value: 341.06329739600005. iteration 13944 found worse value: 341.06329739600005. iteration 13945 found worse value: 341.06329739600005. iteration 13946 found worse value: 341.06329739600005. iteration 13947 found worse value: 341.06329739600005. iteration 13948 found worse value: 341.06329739600005. iteration 13949 found worse value: 341.06329739600005. iteration 13950 found worse value: 341.06329739600005. iteration 13951 found worse value: 341.06329739600005. iteration 13952 found worse value: 341.06329739600005. iteration 13953 found worse value: 341.06329739600005. iteration 13954 found worse value: 341.06329739600005. iteration 13955 found worse value: 341.06329739600005. iteration 13956 found worse value: 341.06329739600005. iteration 13957 found worse value: 341.06329739600005. iteration 13958 found worse value: 341.06329739600005. iteration 13959 found worse value: 341.06329739600005. iteration 13960 found worse value: 341.06329739600005. iteration 13961 found worse value: 341.06329739600005. iteration 13962 found worse value: 341.06329739600005. iteration 13963 found worse value: 341.06329739600005. iteration 13964 found worse value: 341.06329739600005. iteration 13965 found worse value: 341.06329739600005. iteration 13966 found worse value: 341.06329739600005. iteration 13967 found worse value: 341.06329739600005. iteration 13968 found worse value: 341.06329739600005. iteration 13969 found worse value: 341.06329739600005. iteration 13970 found worse value: 341.06329739600005. iteration 13971 found worse value: 341.06329739600005. iteration 13972 found worse value: 341.06329739600005. iteration 13973 found worse value: 341.06329739600005. iteration 13974 found worse value: 341.06329739600005. iteration 13974, perturbing to get out of local maxima iteration 13975 found worse value: 341.06329739600005. iteration 13976 found worse value: 341.06329739600005. iteration 13977 found worse value: 341.06329739600005. iteration 13978 found worse value: 341.06329739600005. iteration 13979 found worse value: 341.06329739600005. iteration 13980 found worse value: 341.06329739600005. iteration 13981 found worse value: 341.06329739600005. iteration 13982 found worse value: 341.06329739600005. iteration 13983 found worse value: 341.06329739600005. iteration 13984 found worse value: 341.06329739600005. iteration 13985 found worse value: 341.06329739600005. iteration 13985, perturbing to get out of local maxima iteration 13986 found worse value: 341.06329739600005. iteration 13987 found worse value: 341.06329739600005. iteration 13988 found worse value: 341.06329739600005. iteration 13989 found worse value: 341.06329739600005. iteration 13990 found worse value: 341.06329739600005. iteration 13991 found worse value: 341.06329739600005. iteration 13992 found worse value: 341.06329739600005. iteration 13993 found worse value: 341.06329739600005. iteration 13994 found worse value: 341.06329739600005. iteration 13995 found worse value: 341.06329739600005. iteration 13996 found worse value: 341.06329739600005. iteration 13997 found worse value: 341.06329739600005. iteration 13998 found worse value: 341.06329739600005. iteration 13999 found worse value: 341.06329739600005. iteration 14000 found worse value: 341.06329739600005. iteration 14001 found worse value: 341.06329739600005. iteration 14002 found worse value: 341.06329739600005. iteration 14002, perturbing to get out of local maxima iteration 14003 found worse value: 341.06329739600005. iteration 14004 found worse value: 341.06329739600005. iteration 14005 found worse value: 341.06329739600005. iteration 14006 found worse value: 341.06329739600005. iteration 14007 found worse value: 341.06329739600005. iteration 14008 found worse value: 341.06329739600005. iteration 14009 found worse value: 341.06329739600005. iteration 14010 found worse value: 341.06329739600005. iteration 14011 found worse value: 341.06329739600005. iteration 14012 found worse value: 341.06329739600005. iteration 14013 found worse value: 341.06329739600005. iteration 14014 found worse value: 341.06329739600005. iteration 14015 found worse value: 341.06329739600005. iteration 14016 found worse value: 341.06329739600005. iteration 14016, perturbing to get out of local maxima iteration 14017 found worse value: 341.06329739600005. iteration 14018 found worse value: 341.06329739600005. iteration 14019 found worse value: 341.06329739600005. iteration 14020 found worse value: 341.06329739600005. iteration 14021 found worse value: 341.06329739600005. iteration 14022 found worse value: 341.06329739600005. iteration 14023 found worse value: 341.06329739600005. iteration 14024 found worse value: 341.06329739600005. iteration 14025 found worse value: 341.06329739600005. iteration 14026 found worse value: 341.06329739600005. iteration 14027 found worse value: 341.06329739600005. iteration 14028 found worse value: 341.06329739600005. iteration 14029 found worse value: 341.06329739600005. iteration 14030 found worse value: 341.06329739600005. iteration 14031 found worse value: 341.06329739600005. iteration 14032 found worse value: 341.06329739600005. iteration 14033 found worse value: 341.06329739600005. iteration 14034 found worse value: 341.06329739600005. iteration 14035 found worse value: 341.06329739600005. iteration 14036 found worse value: 341.06329739600005. iteration 14036, perturbing to get out of local maxima iteration 14037 found worse value: 341.06329739600005. iteration 14038 found worse value: 341.06329739600005. iteration 14039 found worse value: 341.06329739600005. iteration 14040 found worse value: 341.06329739600005. iteration 14041 found worse value: 341.06329739600005. iteration 14042 found worse value: 341.06329739600005. iteration 14043 found worse value: 341.06329739600005. iteration 14044 found worse value: 341.06329739600005. iteration 14045 found worse value: 341.06329739600005. iteration 14046 found worse value: 341.06329739600005. iteration 14047 found worse value: 341.06329739600005. iteration 14048 found worse value: 341.06329739600005. iteration 14049 found worse value: 341.06329739600005. iteration 14050 found worse value: 341.06329739600005. iteration 14051 found worse value: 341.06329739600005. iteration 14052 found worse value: 341.06329739600005. iteration 14053 found worse value: 341.06329739600005. iteration 14054 found worse value: 341.06329739600005. iteration 14055 found worse value: 341.06329739600005. iteration 14056 found worse value: 341.06329739600005. iteration 14057 found worse value: 341.06329739600005. iteration 14058 found worse value: 341.06329739600005. iteration 14059 found worse value: 341.06329739600005. iteration 14060 found worse value: 341.06329739600005. iteration 14061 found worse value: 341.06329739600005. iteration 14062 found worse value: 341.06329739600005. iteration 14063 found worse value: 341.06329739600005. iteration 14064 found worse value: 341.06329739600005. iteration 14065 found worse value: 341.06329739600005. iteration 14066 found worse value: 341.06329739600005. iteration 14067 found worse value: 341.06329739600005. iteration 14068 found worse value: 341.06329739600005. iteration 14069 found worse value: 341.06329739600005. iteration 14070 found worse value: 341.06329739600005. iteration 14071 found worse value: 341.06329739600005. iteration 14072 found worse value: 341.06329739600005. iteration 14073 found worse value: 341.06329739600005. iteration 14074 found worse value: 341.06329739600005. iteration 14075 found worse value: 341.06329739600005. iteration 14076 found worse value: 341.06329739600005. iteration 14077 found worse value: 341.06329739600005. iteration 14078 found worse value: 341.06329739600005. iteration 14079 found worse value: 341.06329739600005. iteration 14080 found worse value: 341.06329739600005. iteration 14081 found worse value: 341.06329739600005. iteration 14082 found worse value: 341.06329739600005. iteration 14083 found worse value: 341.06329739600005. iteration 14084 found worse value: 341.06329739600005. iteration 14085 found worse value: 341.06329739600005. iteration 14086 found worse value: 341.06329739600005. iteration 14087 found worse value: 341.06329739600005. iteration 14088 found worse value: 341.06329739600005. iteration 14089 found worse value: 341.06329739600005. iteration 14090 found worse value: 341.06329739600005. iteration 14091 found worse value: 341.06329739600005. iteration 14092 found worse value: 341.06329739600005. iteration 14093 found worse value: 341.06329739600005. iteration 14094 found worse value: 341.06329739600005. iteration 14095 found worse value: 341.06329739600005. iteration 14096 found worse value: 341.06329739600005. iteration 14097 found worse value: 341.06329739600005. iteration 14098 found worse value: 341.06329739600005. iteration 14098, perturbing to get out of local maxima iteration 14099 found worse value: 341.06329739600005. iteration 14100 found worse value: 341.06329739600005. iteration 14101 found worse value: 341.06329739600005. iteration 14102 found worse value: 341.06329739600005. iteration 14103 found worse value: 341.06329739600005. iteration 14104 found worse value: 341.06329739600005. iteration 14105 found worse value: 341.06329739600005. iteration 14106 found worse value: 341.06329739600005. iteration 14107 found worse value: 341.06329739600005. iteration 14108 found worse value: 341.06329739600005. iteration 14109 found worse value: 341.06329739600005. iteration 14110 found worse value: 341.06329739600005. iteration 14111 found worse value: 341.06329739600005. iteration 14112 found worse value: 341.06329739600005. iteration 14113 found worse value: 341.06329739600005. iteration 14114 found worse value: 341.06329739600005. iteration 14115 found worse value: 341.06329739600005. iteration 14116 found worse value: 341.06329739600005. iteration 14117 found worse value: 341.06329739600005. iteration 14118 found worse value: 341.06329739600005. iteration 14119 found worse value: 341.06329739600005. iteration 14120 found worse value: 341.06329739600005. iteration 14121 found worse value: 341.06329739600005. iteration 14122 found worse value: 341.06329739600005. iteration 14123 found worse value: 341.06329739600005. iteration 14124 found worse value: 341.06329739600005. iteration 14125 found worse value: 341.06329739600005. iteration 14126 found worse value: 341.06329739600005. iteration 14127 found worse value: 341.06329739600005. iteration 14128 found worse value: 341.06329739600005. iteration 14129 found worse value: 341.06329739600005. iteration 14130 found worse value: 341.06329739600005. iteration 14131 found worse value: 341.06329739600005. iteration 14132 found worse value: 341.06329739600005. iteration 14133 found worse value: 341.06329739600005. iteration 14134 found worse value: 341.06329739600005. iteration 14135 found worse value: 341.06329739600005. iteration 14136 found worse value: 341.06329739600005. iteration 14137 found worse value: 341.06329739600005. iteration 14138 found worse value: 341.06329739600005. iteration 14139 found worse value: 341.06329739600005. iteration 14140 found worse value: 341.06329739600005. iteration 14141 found worse value: 341.06329739600005. iteration 14142 found worse value: 341.06329739600005. iteration 14143 found worse value: 341.06329739600005. iteration 14144 found worse value: 341.06329739600005. iteration 14145 found worse value: 341.06329739600005. iteration 14146 found worse value: 341.06329739600005. iteration 14147 found worse value: 341.06329739600005. iteration 14148 found worse value: 341.06329739600005. iteration 14149 found worse value: 341.06329739600005. iteration 14150 found worse value: 341.06329739600005. iteration 14151 found worse value: 341.06329739600005. iteration 14152 found worse value: 341.06329739600005. iteration 14153 found worse value: 341.06329739600005. iteration 14154 found worse value: 341.06329739600005. iteration 14155 found worse value: 341.06329739600005. iteration 14156 found worse value: 341.06329739600005. iteration 14157 found worse value: 341.06329739600005. iteration 14157, perturbing to get out of local maxima iteration 14158 found worse value: 341.06329739600005. iteration 14159 found worse value: 341.06329739600005. iteration 14160 found worse value: 341.06329739600005. iteration 14161 found worse value: 341.06329739600005. iteration 14162 found worse value: 341.06329739600005. iteration 14163 found worse value: 341.06329739600005. iteration 14164 found worse value: 341.06329739600005. iteration 14165 found worse value: 341.06329739600005. iteration 14166 found worse value: 341.06329739600005. iteration 14167 found worse value: 341.06329739600005. iteration 14168 found worse value: 341.06329739600005. iteration 14169 found worse value: 341.06329739600005. iteration 14170 found worse value: 341.06329739600005. iteration 14171 found worse value: 341.06329739600005. iteration 14172 found worse value: 341.06329739600005. iteration 14173 found worse value: 341.06329739600005. iteration 14174 found worse value: 341.06329739600005. iteration 14175 found worse value: 341.06329739600005. iteration 14176 found worse value: 341.06329739600005. iteration 14177 found worse value: 341.06329739600005. iteration 14178 found worse value: 341.06329739600005. iteration 14179 found worse value: 341.06329739600005. iteration 14180 found worse value: 341.06329739600005. iteration 14181 found worse value: 341.06329739600005. iteration 14182 found worse value: 341.06329739600005. iteration 14183 found worse value: 341.06329739600005. iteration 14184 found worse value: 341.06329739600005. iteration 14185 found worse value: 341.06329739600005. iteration 14186 found worse value: 341.06329739600005. iteration 14187 found worse value: 341.06329739600005. iteration 14188 found worse value: 341.06329739600005. iteration 14189 found worse value: 341.06329739600005. iteration 14190 found worse value: 341.06329739600005. iteration 14191 found worse value: 341.06329739600005. iteration 14192 found worse value: 341.06329739600005. iteration 14193 found worse value: 341.06329739600005. iteration 14194 found worse value: 341.06329739600005. iteration 14195 found worse value: 341.06329739600005. iteration 14196 found worse value: 341.06329739600005. iteration 14197 found worse value: 341.06329739600005. iteration 14198 found worse value: 341.06329739600005. iteration 14199 found worse value: 341.06329739600005. iteration 14200 found worse value: 341.06329739600005. iteration 14201 found worse value: 341.06329739600005. iteration 14202 found worse value: 341.06329739600005. iteration 14203 found worse value: 341.06329739600005. iteration 14204 found worse value: 341.06329739600005. iteration 14205 found worse value: 341.06329739600005. iteration 14206 found worse value: 341.06329739600005. iteration 14207 found worse value: 341.06329739600005. iteration 14208 found worse value: 341.06329739600005. iteration 14209 found worse value: 341.06329739600005. iteration 14210 found worse value: 341.06329739600005. iteration 14211 found worse value: 341.06329739600005. iteration 14212 found worse value: 341.06329739600005. iteration 14213 found worse value: 341.06329739600005. iteration 14214 found worse value: 341.06329739600005. iteration 14215 found worse value: 341.06329739600005. iteration 14216 found worse value: 341.06329739600005. iteration 14217 found worse value: 341.06329739600005. iteration 14218 found worse value: 341.06329739600005. iteration 14219 found worse value: 341.06329739600005. iteration 14220 found worse value: 341.06329739600005. iteration 14221 found worse value: 341.06329739600005. iteration 14222 found worse value: 341.06329739600005. iteration 14223 found worse value: 341.06329739600005. iteration 14224 found worse value: 341.06329739600005. iteration 14225 found worse value: 341.06329739600005. iteration 14226 found worse value: 341.06329739600005. iteration 14227 found worse value: 341.06329739600005. iteration 14228 found worse value: 341.06329739600005. iteration 14229 found worse value: 341.06329739600005. iteration 14230 found worse value: 341.06329739600005. iteration 14231 found worse value: 341.06329739600005. iteration 14232 found worse value: 341.06329739600005. iteration 14233 found worse value: 341.06329739600005. iteration 14234 found worse value: 341.06329739600005. iteration 14235 found worse value: 341.06329739600005. iteration 14236 found worse value: 341.06329739600005. iteration 14236, perturbing to get out of local maxima iteration 14237 found worse value: 341.06329739600005. iteration 14238 found worse value: 341.06329739600005. iteration 14239 found worse value: 341.06329739600005. iteration 14240 found worse value: 341.06329739600005. iteration 14241 found worse value: 341.06329739600005. iteration 14242 found worse value: 341.06329739600005. iteration 14243 found worse value: 341.06329739600005. iteration 14244 found worse value: 341.06329739600005. iteration 14245 found worse value: 341.06329739600005. iteration 14246 found worse value: 341.06329739600005. iteration 14247 found worse value: 341.06329739600005. iteration 14248 found worse value: 341.06329739600005. iteration 14249 found worse value: 341.06329739600005. iteration 14250 found worse value: 341.06329739600005. iteration 14251 found worse value: 341.06329739600005. iteration 14252 found worse value: 341.06329739600005. iteration 14253 found worse value: 341.06329739600005. iteration 14254 found worse value: 341.06329739600005. iteration 14255 found worse value: 341.06329739600005. iteration 14256 found worse value: 341.06329739600005. iteration 14257 found worse value: 341.06329739600005. iteration 14258 found worse value: 341.06329739600005. iteration 14259 found worse value: 341.06329739600005. iteration 14260 found worse value: 341.06329739600005. iteration 14261 found worse value: 341.06329739600005. iteration 14262 found worse value: 341.06329739600005. iteration 14263 found worse value: 341.06329739600005. iteration 14264 found worse value: 341.06329739600005. iteration 14264, perturbing to get out of local maxima iteration 14265 found worse value: 341.06329739600005. iteration 14266 found worse value: 341.06329739600005. iteration 14267 found worse value: 341.06329739600005. iteration 14268 found worse value: 341.06329739600005. iteration 14269 found worse value: 341.06329739600005. iteration 14270 found worse value: 341.06329739600005. iteration 14271 found worse value: 341.06329739600005. iteration 14272 found worse value: 341.06329739600005. iteration 14273 found worse value: 341.06329739600005. iteration 14274 found worse value: 341.06329739600005. iteration 14275 found worse value: 341.06329739600005. iteration 14276 found worse value: 341.06329739600005. iteration 14277 found worse value: 341.06329739600005. iteration 14278 found worse value: 341.06329739600005. iteration 14279 found worse value: 341.06329739600005. iteration 14279, perturbing to get out of local maxima iteration 14280 found worse value: 341.06329739600005. iteration 14281 found worse value: 341.06329739600005. iteration 14282 found worse value: 341.06329739600005. iteration 14283 found worse value: 341.06329739600005. iteration 14284 found worse value: 341.06329739600005. iteration 14285 found worse value: 341.06329739600005. iteration 14286 found worse value: 341.06329739600005. iteration 14287 found worse value: 341.06329739600005. iteration 14288 found worse value: 341.06329739600005. iteration 14289 found worse value: 341.06329739600005. iteration 14290 found worse value: 341.06329739600005. iteration 14291 found worse value: 341.06329739600005. iteration 14292 found worse value: 341.06329739600005. iteration 14293 found worse value: 341.06329739600005. iteration 14294 found worse value: 341.06329739600005. iteration 14295 found worse value: 341.06329739600005. iteration 14296 found worse value: 341.06329739600005. iteration 14297 found worse value: 341.06329739600005. iteration 14298 found worse value: 341.06329739600005. iteration 14299 found worse value: 341.06329739600005. iteration 14300 found worse value: 341.06329739600005. iteration 14301 found worse value: 341.06329739600005. iteration 14302 found worse value: 341.06329739600005. iteration 14303 found worse value: 341.06329739600005. iteration 14304 found worse value: 341.06329739600005. iteration 14305 found worse value: 341.06329739600005. iteration 14306 found worse value: 341.06329739600005. iteration 14307 found worse value: 341.06329739600005. iteration 14308 found worse value: 341.06329739600005. iteration 14309 found worse value: 341.06329739600005. iteration 14310 found worse value: 341.06329739600005. iteration 14311 found worse value: 341.06329739600005. iteration 14312 found worse value: 341.06329739600005. iteration 14313 found worse value: 341.06329739600005. iteration 14314 found worse value: 341.06329739600005. iteration 14314, perturbing to get out of local maxima iteration 14315 found worse value: 341.06329739600005. iteration 14316 found worse value: 341.06329739600005. iteration 14317 found worse value: 341.06329739600005. iteration 14318 found worse value: 341.06329739600005. iteration 14319 found worse value: 341.06329739600005. iteration 14320 found worse value: 341.06329739600005. iteration 14321 found worse value: 341.06329739600005. iteration 14322 found worse value: 341.06329739600005. iteration 14323 found worse value: 341.06329739600005. iteration 14324 found worse value: 341.06329739600005. iteration 14325 found worse value: 341.06329739600005. iteration 14326 found worse value: 341.06329739600005. iteration 14327 found worse value: 341.06329739600005. iteration 14328 found worse value: 341.06329739600005. iteration 14329 found worse value: 341.06329739600005. iteration 14330 found worse value: 341.06329739600005. iteration 14331 found worse value: 341.06329739600005. iteration 14332 found worse value: 341.06329739600005. iteration 14333 found worse value: 341.06329739600005. iteration 14334 found worse value: 341.06329739600005. iteration 14335 found worse value: 341.06329739600005. iteration 14336 found worse value: 341.06329739600005. iteration 14337 found worse value: 341.06329739600005. iteration 14338 found worse value: 341.06329739600005. iteration 14339 found worse value: 341.06329739600005. iteration 14340 found worse value: 341.06329739600005. iteration 14341 found worse value: 341.06329739600005. iteration 14342 found worse value: 341.06329739600005. iteration 14343 found worse value: 341.06329739600005. iteration 14344 found worse value: 341.06329739600005. iteration 14345 found worse value: 341.06329739600005. iteration 14346 found worse value: 341.06329739600005. iteration 14347 found worse value: 341.06329739600005. iteration 14348 found worse value: 341.06329739600005. iteration 14348, perturbing to get out of local maxima iteration 14349 found worse value: 341.06329739600005. iteration 14350 found worse value: 341.06329739600005. iteration 14351 found worse value: 341.06329739600005. iteration 14352 found worse value: 341.06329739600005. iteration 14353 found worse value: 341.06329739600005. iteration 14354 found worse value: 341.06329739600005. iteration 14355 found worse value: 341.06329739600005. iteration 14356 found worse value: 341.06329739600005. iteration 14357 found worse value: 341.06329739600005. iteration 14358 found worse value: 341.06329739600005. iteration 14359 found worse value: 341.06329739600005. iteration 14360 found worse value: 341.06329739600005. iteration 14361 found worse value: 341.06329739600005. iteration 14362 found worse value: 341.06329739600005. iteration 14363 found worse value: 341.06329739600005. iteration 14364 found worse value: 341.06329739600005. iteration 14365 found worse value: 341.06329739600005. iteration 14366 found worse value: 341.06329739600005. iteration 14367 found worse value: 341.06329739600005. iteration 14368 found worse value: 341.06329739600005. iteration 14369 found worse value: 341.06329739600005. iteration 14370 found worse value: 341.06329739600005. iteration 14371 found worse value: 341.06329739600005. iteration 14372 found worse value: 341.06329739600005. iteration 14373 found worse value: 341.06329739600005. iteration 14374 found worse value: 341.06329739600005. iteration 14375 found worse value: 341.06329739600005. iteration 14376 found worse value: 341.06329739600005. iteration 14377 found worse value: 341.06329739600005. iteration 14378 found worse value: 341.06329739600005. iteration 14379 found worse value: 341.06329739600005. iteration 14380 found worse value: 341.06329739600005. iteration 14381 found worse value: 341.06329739600005. iteration 14382 found worse value: 341.06329739600005. iteration 14383 found worse value: 341.06329739600005. iteration 14384 found worse value: 341.06329739600005. iteration 14385 found worse value: 341.06329739600005. iteration 14386 found worse value: 341.06329739600005. iteration 14387 found worse value: 341.06329739600005. iteration 14388 found worse value: 341.06329739600005. iteration 14389 found worse value: 341.06329739600005. iteration 14390 found worse value: 341.06329739600005. iteration 14391 found worse value: 341.06329739600005. iteration 14392 found worse value: 341.06329739600005. iteration 14393 found worse value: 341.06329739600005. iteration 14394 found worse value: 341.06329739600005. iteration 14395 found worse value: 341.06329739600005. iteration 14396 found worse value: 341.06329739600005. iteration 14397 found worse value: 341.06329739600005. iteration 14398 found worse value: 341.06329739600005. iteration 14399 found worse value: 341.06329739600005. iteration 14400 found worse value: 341.06329739600005. iteration 14401 found worse value: 341.06329739600005. iteration 14402 found worse value: 341.06329739600005. iteration 14403 found worse value: 341.06329739600005. iteration 14404 found worse value: 341.06329739600005. iteration 14405 found worse value: 341.06329739600005. iteration 14406 found worse value: 341.06329739600005. iteration 14407 found worse value: 341.06329739600005. iteration 14408 found worse value: 341.06329739600005. iteration 14409 found worse value: 341.06329739600005. iteration 14410 found worse value: 341.06329739600005. iteration 14411 found worse value: 341.06329739600005. iteration 14412 found worse value: 341.06329739600005. iteration 14413 found worse value: 341.06329739600005. iteration 14414 found worse value: 341.06329739600005. iteration 14415 found worse value: 341.06329739600005. iteration 14416 found worse value: 341.06329739600005. iteration 14417 found better value: 341.0753886250001 iteration 14418 found worse value: 341.0753886250001. iteration 14419 found worse value: 341.0753886250001. iteration 14420 found worse value: 341.0753886250001. iteration 14421 found worse value: 341.0753886250001. iteration 14422 found worse value: 341.0753886250001. iteration 14423 found worse value: 341.0753886250001. iteration 14424 found worse value: 341.0753886250001. iteration 14425 found worse value: 341.0753886250001. iteration 14426 found worse value: 341.0753886250001. iteration 14426, perturbing to get out of local maxima iteration 14427 found worse value: 341.0753886250001. iteration 14428 found worse value: 341.0753886250001. iteration 14429 found worse value: 341.0753886250001. iteration 14430 found worse value: 341.0753886250001. iteration 14431 found worse value: 341.0753886250001. iteration 14432 found worse value: 341.0753886250001. iteration 14433 found worse value: 341.0753886250001. iteration 14434 found worse value: 341.0753886250001. iteration 14435 found worse value: 341.0753886250001. iteration 14436 found worse value: 341.0753886250001. iteration 14437 found worse value: 341.0753886250001. iteration 14438 found worse value: 341.0753886250001. iteration 14439 found worse value: 341.0753886250001. iteration 14440 found worse value: 341.0753886250001. iteration 14441 found worse value: 341.0753886250001. iteration 14442 found worse value: 341.0753886250001. iteration 14443 found worse value: 341.0753886250001. iteration 14444 found worse value: 341.0753886250001. iteration 14445 found worse value: 341.0753886250001. iteration 14446 found worse value: 341.0753886250001. iteration 14447 found worse value: 341.0753886250001. iteration 14448 found worse value: 341.0753886250001. iteration 14449 found worse value: 341.0753886250001. iteration 14450 found worse value: 341.0753886250001. iteration 14451 found worse value: 341.0753886250001. iteration 14452 found worse value: 341.0753886250001. iteration 14453 found worse value: 341.0753886250001. iteration 14454 found worse value: 341.0753886250001. iteration 14455 found worse value: 341.0753886250001. iteration 14456 found worse value: 341.0753886250001. iteration 14457 found worse value: 341.0753886250001. iteration 14458 found worse value: 341.0753886250001. iteration 14459 found worse value: 341.0753886250001. iteration 14460 found worse value: 341.0753886250001. iteration 14461 found worse value: 341.0753886250001. iteration 14462 found worse value: 341.0753886250001. iteration 14463 found worse value: 341.0753886250001. iteration 14464 found worse value: 341.0753886250001. iteration 14464, perturbing to get out of local maxima iteration 14465 found worse value: 341.0753886250001. iteration 14466 found worse value: 341.0753886250001. iteration 14467 found worse value: 341.0753886250001. iteration 14468 found worse value: 341.0753886250001. iteration 14469 found worse value: 341.0753886250001. iteration 14470 found worse value: 341.0753886250001. iteration 14471 found worse value: 341.0753886250001. iteration 14472 found worse value: 341.0753886250001. iteration 14473 found worse value: 341.0753886250001. iteration 14474 found worse value: 341.0753886250001. iteration 14475 found worse value: 341.0753886250001. iteration 14476 found worse value: 341.0753886250001. iteration 14477 found worse value: 341.0753886250001. iteration 14478 found worse value: 341.0753886250001. iteration 14478, perturbing to get out of local maxima iteration 14479 found worse value: 341.0753886250001. iteration 14480 found worse value: 341.0753886250001. iteration 14481 found worse value: 341.0753886250001. iteration 14482 found worse value: 341.0753886250001. iteration 14483 found worse value: 341.0753886250001. iteration 14484 found worse value: 341.0753886250001. iteration 14485 found worse value: 341.0753886250001. iteration 14486 found worse value: 341.0753886250001. iteration 14487 found worse value: 341.0753886250001. iteration 14488 found worse value: 341.0753886250001. iteration 14489 found worse value: 341.0753886250001. iteration 14490 found worse value: 341.0753886250001. iteration 14491 found worse value: 341.0753886250001. iteration 14492 found worse value: 341.0753886250001. iteration 14493 found worse value: 341.0753886250001. iteration 14494 found worse value: 341.0753886250001. iteration 14495 found worse value: 341.0753886250001. iteration 14496 found worse value: 341.0753886250001. iteration 14497 found worse value: 341.0753886250001. iteration 14498 found worse value: 341.0753886250001. iteration 14499 found worse value: 341.0753886250001. iteration 14500 found worse value: 341.0753886250001. iteration 14501 found worse value: 341.0753886250001. iteration 14502 found worse value: 341.0753886250001. iteration 14503 found worse value: 341.0753886250001. iteration 14504 found worse value: 341.0753886250001. iteration 14505 found worse value: 341.0753886250001. iteration 14506 found worse value: 341.0753886250001. iteration 14507 found worse value: 341.0753886250001. iteration 14508 found worse value: 341.0753886250001. iteration 14509 found worse value: 341.0753886250001. iteration 14510 found worse value: 341.0753886250001. iteration 14510, perturbing to get out of local maxima iteration 14511 found worse value: 341.0753886250001. iteration 14512 found worse value: 341.0753886250001. iteration 14513 found worse value: 341.0753886250001. iteration 14514 found worse value: 341.0753886250001. iteration 14515 found worse value: 341.0753886250001. iteration 14516 found worse value: 341.0753886250001. iteration 14517 found worse value: 341.0753886250001. iteration 14518 found worse value: 341.0753886250001. iteration 14519 found worse value: 341.0753886250001. iteration 14520 found worse value: 341.0753886250001. iteration 14521 found worse value: 341.0753886250001. iteration 14522 found worse value: 341.0753886250001. iteration 14523 found worse value: 341.0753886250001. iteration 14524 found worse value: 341.0753886250001. iteration 14525 found worse value: 341.0753886250001. iteration 14526 found worse value: 341.0753886250001. iteration 14527 found worse value: 341.0753886250001. iteration 14528 found worse value: 341.0753886250001. iteration 14529 found worse value: 341.0753886250001. iteration 14530 found worse value: 341.0753886250001. iteration 14531 found worse value: 341.0753886250001. iteration 14532 found worse value: 341.0753886250001. iteration 14533 found worse value: 341.0753886250001. iteration 14534 found worse value: 341.0753886250001. iteration 14535 found worse value: 341.0753886250001. iteration 14536 found worse value: 341.0753886250001. iteration 14537 found worse value: 341.0753886250001. iteration 14538 found worse value: 341.0753886250001. iteration 14539 found worse value: 341.0753886250001. iteration 14539, perturbing to get out of local maxima iteration 14540 found worse value: 341.0753886250001. iteration 14541 found worse value: 341.0753886250001. iteration 14542 found worse value: 341.0753886250001. iteration 14542, perturbing to get out of local maxima iteration 14543 found worse value: 341.0753886250001. iteration 14544 found worse value: 341.0753886250001. iteration 14545 found worse value: 341.0753886250001. iteration 14546 found worse value: 341.0753886250001. iteration 14547 found worse value: 341.0753886250001. iteration 14548 found worse value: 341.0753886250001. iteration 14549 found worse value: 341.0753886250001. iteration 14550 found worse value: 341.0753886250001. iteration 14551 found worse value: 341.0753886250001. iteration 14552 found worse value: 341.0753886250001. iteration 14553 found worse value: 341.0753886250001. iteration 14554 found worse value: 341.0753886250001. iteration 14555 found worse value: 341.0753886250001. iteration 14556 found worse value: 341.0753886250001. iteration 14557 found worse value: 341.0753886250001. iteration 14558 found worse value: 341.0753886250001. iteration 14559 found worse value: 341.0753886250001. iteration 14560 found worse value: 341.0753886250001. iteration 14561 found worse value: 341.0753886250001. iteration 14562 found worse value: 341.0753886250001. iteration 14563 found worse value: 341.0753886250001. iteration 14564 found worse value: 341.0753886250001. iteration 14565 found worse value: 341.0753886250001. iteration 14566 found worse value: 341.0753886250001. iteration 14567 found worse value: 341.0753886250001. iteration 14568 found worse value: 341.0753886250001. iteration 14569 found worse value: 341.0753886250001. iteration 14570 found worse value: 341.0753886250001. iteration 14571 found worse value: 341.0753886250001. iteration 14572 found worse value: 341.0753886250001. iteration 14573 found worse value: 341.0753886250001. iteration 14574 found worse value: 341.0753886250001. iteration 14575 found worse value: 341.0753886250001. iteration 14576 found worse value: 341.0753886250001. iteration 14576, perturbing to get out of local maxima iteration 14577 found worse value: 341.0753886250001. iteration 14578 found worse value: 341.0753886250001. iteration 14579 found worse value: 341.0753886250001. iteration 14580 found worse value: 341.0753886250001. iteration 14581 found worse value: 341.0753886250001. iteration 14582 found worse value: 341.0753886250001. iteration 14583 found worse value: 341.0753886250001. iteration 14584 found worse value: 341.0753886250001. iteration 14585 found worse value: 341.0753886250001. iteration 14586 found worse value: 341.0753886250001. iteration 14587 found worse value: 341.0753886250001. iteration 14588 found worse value: 341.0753886250001. iteration 14589 found worse value: 341.0753886250001. iteration 14590 found worse value: 341.0753886250001. iteration 14591 found worse value: 341.0753886250001. iteration 14592 found worse value: 341.0753886250001. iteration 14593 found worse value: 341.0753886250001. iteration 14594 found worse value: 341.0753886250001. iteration 14595 found worse value: 341.0753886250001. iteration 14596 found worse value: 341.0753886250001. iteration 14597 found worse value: 341.0753886250001. iteration 14598 found worse value: 341.0753886250001. iteration 14599 found worse value: 341.0753886250001. iteration 14600 found worse value: 341.0753886250001. iteration 14601 found worse value: 341.0753886250001. iteration 14602 found worse value: 341.0753886250001. iteration 14603 found worse value: 341.0753886250001. iteration 14604 found worse value: 341.0753886250001. iteration 14605 found worse value: 341.0753886250001. iteration 14606 found worse value: 341.0753886250001. iteration 14607 found worse value: 341.0753886250001. iteration 14608 found worse value: 341.0753886250001. iteration 14609 found worse value: 341.0753886250001. iteration 14610 found worse value: 341.0753886250001. iteration 14611 found worse value: 341.0753886250001. iteration 14612 found worse value: 341.0753886250001. iteration 14613 found worse value: 341.0753886250001. iteration 14614 found worse value: 341.0753886250001. iteration 14615 found worse value: 341.0753886250001. iteration 14616 found worse value: 341.0753886250001. iteration 14617 found worse value: 341.0753886250001. iteration 14618 found worse value: 341.0753886250001. iteration 14619 found worse value: 341.0753886250001. iteration 14620 found worse value: 341.0753886250001. iteration 14621 found worse value: 341.0753886250001. iteration 14622 found worse value: 341.0753886250001. iteration 14623 found worse value: 341.0753886250001. iteration 14624 found worse value: 341.0753886250001. iteration 14625 found worse value: 341.0753886250001. iteration 14626 found worse value: 341.0753886250001. iteration 14627 found worse value: 341.0753886250001. iteration 14628 found worse value: 341.0753886250001. iteration 14629 found worse value: 341.0753886250001. iteration 14630 found worse value: 341.0753886250001. iteration 14631 found worse value: 341.0753886250001. iteration 14632 found worse value: 341.0753886250001. iteration 14633 found worse value: 341.0753886250001. iteration 14634 found worse value: 341.0753886250001. iteration 14635 found worse value: 341.0753886250001. iteration 14636 found worse value: 341.0753886250001. iteration 14637 found worse value: 341.0753886250001. iteration 14638 found worse value: 341.0753886250001. iteration 14639 found worse value: 341.0753886250001. iteration 14640 found worse value: 341.0753886250001. iteration 14641 found worse value: 341.0753886250001. iteration 14642 found worse value: 341.0753886250001. iteration 14643 found worse value: 341.0753886250001. iteration 14644 found worse value: 341.0753886250001. iteration 14645 found worse value: 341.0753886250001. iteration 14646 found worse value: 341.0753886250001. iteration 14647 found worse value: 341.0753886250001. iteration 14648 found worse value: 341.0753886250001. iteration 14649 found worse value: 341.0753886250001. iteration 14650 found worse value: 341.0753886250001. iteration 14651 found worse value: 341.0753886250001. iteration 14652 found worse value: 341.0753886250001. iteration 14653 found worse value: 341.0753886250001. iteration 14653, perturbing to get out of local maxima iteration 14654 found worse value: 341.0753886250001. iteration 14655 found worse value: 341.0753886250001. iteration 14655, perturbing to get out of local maxima iteration 14656 found worse value: 341.0753886250001. iteration 14657 found worse value: 341.0753886250001. iteration 14658 found worse value: 341.0753886250001. iteration 14659 found worse value: 341.0753886250001. iteration 14660 found worse value: 341.0753886250001. iteration 14661 found worse value: 341.0753886250001. iteration 14662 found worse value: 341.0753886250001. iteration 14663 found worse value: 341.0753886250001. iteration 14664 found worse value: 341.0753886250001. iteration 14665 found worse value: 341.0753886250001. iteration 14666 found worse value: 341.0753886250001. iteration 14667 found worse value: 341.0753886250001. iteration 14668 found worse value: 341.0753886250001. iteration 14669 found worse value: 341.0753886250001. iteration 14670 found worse value: 341.0753886250001. iteration 14671 found worse value: 341.0753886250001. iteration 14672 found worse value: 341.0753886250001. iteration 14673 found worse value: 341.0753886250001. iteration 14674 found worse value: 341.0753886250001. iteration 14675 found worse value: 341.0753886250001. iteration 14676 found worse value: 341.0753886250001. iteration 14677 found worse value: 341.0753886250001. iteration 14678 found worse value: 341.0753886250001. iteration 14679 found worse value: 341.0753886250001. iteration 14680 found worse value: 341.0753886250001. iteration 14681 found worse value: 341.0753886250001. iteration 14682 found worse value: 341.0753886250001. iteration 14683 found worse value: 341.0753886250001. iteration 14684 found worse value: 341.0753886250001. iteration 14685 found worse value: 341.0753886250001. iteration 14686 found worse value: 341.0753886250001. iteration 14687 found worse value: 341.0753886250001. iteration 14688 found worse value: 341.0753886250001. iteration 14689 found worse value: 341.0753886250001. iteration 14690 found worse value: 341.0753886250001. iteration 14691 found worse value: 341.0753886250001. iteration 14692 found worse value: 341.0753886250001. iteration 14693 found worse value: 341.0753886250001. iteration 14694 found better value: 341.08444433600005 iteration 14695 found worse value: 341.08444433600005. iteration 14696 found worse value: 341.08444433600005. iteration 14697 found worse value: 341.08444433600005. iteration 14698 found worse value: 341.08444433600005. iteration 14699 found worse value: 341.08444433600005. iteration 14700 found worse value: 341.08444433600005. iteration 14701 found worse value: 341.08444433600005. iteration 14702 found worse value: 341.08444433600005. iteration 14703 found worse value: 341.08444433600005. iteration 14704 found worse value: 341.08444433600005. iteration 14705 found worse value: 341.08444433600005. iteration 14706 found worse value: 341.08444433600005. iteration 14707 found worse value: 341.08444433600005. iteration 14708 found worse value: 341.08444433600005. iteration 14709 found worse value: 341.08444433600005. iteration 14710 found worse value: 341.08444433600005. iteration 14711 found worse value: 341.08444433600005. iteration 14712 found worse value: 341.08444433600005. iteration 14713 found worse value: 341.08444433600005. iteration 14714 found worse value: 341.08444433600005. iteration 14715 found worse value: 341.08444433600005. iteration 14716 found worse value: 341.08444433600005. iteration 14717 found worse value: 341.08444433600005. iteration 14718 found worse value: 341.08444433600005. iteration 14719 found worse value: 341.08444433600005. iteration 14720 found worse value: 341.08444433600005. iteration 14721 found worse value: 341.08444433600005. iteration 14722 found worse value: 341.08444433600005. iteration 14723 found worse value: 341.08444433600005. iteration 14724 found worse value: 341.08444433600005. iteration 14725 found worse value: 341.08444433600005. iteration 14726 found worse value: 341.08444433600005. iteration 14727 found worse value: 341.08444433600005. iteration 14728 found worse value: 341.08444433600005. iteration 14729 found worse value: 341.08444433600005. iteration 14730 found worse value: 341.08444433600005. iteration 14731 found worse value: 341.08444433600005. iteration 14732 found worse value: 341.08444433600005. iteration 14732, perturbing to get out of local maxima iteration 14733 found worse value: 341.08444433600005. iteration 14734 found worse value: 341.08444433600005. iteration 14735 found worse value: 341.08444433600005. iteration 14736 found worse value: 341.08444433600005. iteration 14737 found worse value: 341.08444433600005. iteration 14738 found worse value: 341.08444433600005. iteration 14739 found worse value: 341.08444433600005. iteration 14740 found worse value: 341.08444433600005. iteration 14741 found worse value: 341.08444433600005. iteration 14742 found worse value: 341.08444433600005. iteration 14743 found worse value: 341.08444433600005. iteration 14744 found worse value: 341.08444433600005. iteration 14745 found worse value: 341.08444433600005. iteration 14746 found worse value: 341.08444433600005. iteration 14747 found worse value: 341.08444433600005. iteration 14748 found worse value: 341.08444433600005. iteration 14749 found worse value: 341.08444433600005. iteration 14750 found worse value: 341.08444433600005. iteration 14751 found worse value: 341.08444433600005. iteration 14752 found equal value: 341.08444433600005. iteration 14753 found better value: 341.09734116100003 iteration 14754 found worse value: 341.09734116100003. iteration 14755 found worse value: 341.09734116100003. iteration 14756 found worse value: 341.09734116100003. iteration 14757 found worse value: 341.09734116100003. iteration 14758 found worse value: 341.09734116100003. iteration 14759 found worse value: 341.09734116100003. iteration 14760 found worse value: 341.09734116100003. iteration 14761 found worse value: 341.09734116100003. iteration 14762 found worse value: 341.09734116100003. iteration 14763 found worse value: 341.09734116100003. iteration 14764 found worse value: 341.09734116100003. iteration 14765 found worse value: 341.09734116100003. iteration 14766 found worse value: 341.09734116100003. iteration 14767 found worse value: 341.09734116100003. iteration 14768 found worse value: 341.09734116100003. iteration 14769 found worse value: 341.09734116100003. iteration 14770 found worse value: 341.09734116100003. iteration 14771 found worse value: 341.09734116100003. iteration 14772 found worse value: 341.09734116100003. iteration 14773 found worse value: 341.09734116100003. iteration 14774 found worse value: 341.09734116100003. iteration 14775 found worse value: 341.09734116100003. iteration 14776 found worse value: 341.09734116100003. iteration 14777 found worse value: 341.09734116100003. iteration 14778 found worse value: 341.09734116100003. iteration 14779 found worse value: 341.09734116100003. iteration 14780 found worse value: 341.09734116100003. iteration 14781 found worse value: 341.09734116100003. iteration 14782 found worse value: 341.09734116100003. iteration 14783 found worse value: 341.09734116100003. iteration 14784 found worse value: 341.09734116100003. iteration 14785 found worse value: 341.09734116100003. iteration 14786 found worse value: 341.09734116100003. iteration 14787 found worse value: 341.09734116100003. iteration 14788 found worse value: 341.09734116100003. iteration 14789 found worse value: 341.09734116100003. iteration 14789, perturbing to get out of local maxima iteration 14790 found worse value: 341.09734116100003. iteration 14791 found worse value: 341.09734116100003. iteration 14792 found worse value: 341.09734116100003. iteration 14793 found worse value: 341.09734116100003. iteration 14794 found worse value: 341.09734116100003. iteration 14795 found worse value: 341.09734116100003. iteration 14796 found worse value: 341.09734116100003. iteration 14797 found worse value: 341.09734116100003. iteration 14798 found worse value: 341.09734116100003. iteration 14799 found worse value: 341.09734116100003. iteration 14800 found worse value: 341.09734116100003. iteration 14801 found worse value: 341.09734116100003. iteration 14802 found worse value: 341.09734116100003. iteration 14803 found worse value: 341.09734116100003. iteration 14804 found worse value: 341.09734116100003. iteration 14805 found worse value: 341.09734116100003. iteration 14806 found worse value: 341.09734116100003. iteration 14806, perturbing to get out of local maxima iteration 14807 found worse value: 341.09734116100003. iteration 14808 found worse value: 341.09734116100003. iteration 14809 found worse value: 341.09734116100003. iteration 14810 found worse value: 341.09734116100003. iteration 14811 found worse value: 341.09734116100003. iteration 14812 found worse value: 341.09734116100003. iteration 14813 found worse value: 341.09734116100003. iteration 14813, perturbing to get out of local maxima iteration 14814 found worse value: 341.09734116100003. iteration 14815 found worse value: 341.09734116100003. iteration 14816 found worse value: 341.09734116100003. iteration 14817 found worse value: 341.09734116100003. iteration 14818 found worse value: 341.09734116100003. iteration 14819 found worse value: 341.09734116100003. iteration 14820 found worse value: 341.09734116100003. iteration 14821 found worse value: 341.09734116100003. iteration 14822 found worse value: 341.09734116100003. iteration 14823 found worse value: 341.09734116100003. iteration 14824 found worse value: 341.09734116100003. iteration 14825 found worse value: 341.09734116100003. iteration 14826 found worse value: 341.09734116100003. iteration 14827 found worse value: 341.09734116100003. iteration 14828 found worse value: 341.09734116100003. iteration 14829 found worse value: 341.09734116100003. iteration 14830 found worse value: 341.09734116100003. iteration 14831 found worse value: 341.09734116100003. iteration 14831, perturbing to get out of local maxima iteration 14832 found worse value: 341.09734116100003. iteration 14833 found worse value: 341.09734116100003. iteration 14834 found worse value: 341.09734116100003. iteration 14835 found worse value: 341.09734116100003. iteration 14836 found worse value: 341.09734116100003. iteration 14836, perturbing to get out of local maxima iteration 14837 found worse value: 341.09734116100003. iteration 14838 found worse value: 341.09734116100003. iteration 14838, perturbing to get out of local maxima iteration 14839 found worse value: 341.09734116100003. iteration 14840 found worse value: 341.09734116100003. iteration 14841 found worse value: 341.09734116100003. iteration 14842 found worse value: 341.09734116100003. iteration 14843 found worse value: 341.09734116100003. iteration 14844 found worse value: 341.09734116100003. iteration 14845 found worse value: 341.09734116100003. iteration 14846 found worse value: 341.09734116100003. iteration 14847 found worse value: 341.09734116100003. iteration 14848 found worse value: 341.09734116100003. iteration 14849 found worse value: 341.09734116100003. iteration 14850 found worse value: 341.09734116100003. iteration 14851 found worse value: 341.09734116100003. iteration 14852 found worse value: 341.09734116100003. iteration 14853 found worse value: 341.09734116100003. iteration 14854 found worse value: 341.09734116100003. iteration 14855 found worse value: 341.09734116100003. iteration 14856 found worse value: 341.09734116100003. iteration 14857 found worse value: 341.09734116100003. iteration 14858 found worse value: 341.09734116100003. iteration 14859 found worse value: 341.09734116100003. iteration 14860 found worse value: 341.09734116100003. iteration 14861 found worse value: 341.09734116100003. iteration 14862 found worse value: 341.09734116100003. iteration 14863 found worse value: 341.09734116100003. iteration 14864 found worse value: 341.09734116100003. iteration 14865 found worse value: 341.09734116100003. iteration 14866 found worse value: 341.09734116100003. iteration 14867 found worse value: 341.09734116100003. iteration 14868 found worse value: 341.09734116100003. iteration 14869 found worse value: 341.09734116100003. iteration 14870 found worse value: 341.09734116100003. iteration 14871 found worse value: 341.09734116100003. iteration 14872 found worse value: 341.09734116100003. iteration 14873 found worse value: 341.09734116100003. iteration 14874 found worse value: 341.09734116100003. iteration 14874, perturbing to get out of local maxima iteration 14875 found worse value: 341.09734116100003. iteration 14876 found worse value: 341.09734116100003. iteration 14877 found worse value: 341.09734116100003. iteration 14878 found worse value: 341.09734116100003. iteration 14879 found worse value: 341.09734116100003. iteration 14880 found worse value: 341.09734116100003. iteration 14881 found worse value: 341.09734116100003. iteration 14882 found worse value: 341.09734116100003. iteration 14883 found worse value: 341.09734116100003. iteration 14884 found worse value: 341.09734116100003. iteration 14885 found worse value: 341.09734116100003. iteration 14886 found worse value: 341.09734116100003. iteration 14887 found worse value: 341.09734116100003. iteration 14888 found worse value: 341.09734116100003. iteration 14889 found worse value: 341.09734116100003. iteration 14890 found worse value: 341.09734116100003. iteration 14891 found worse value: 341.09734116100003. iteration 14892 found worse value: 341.09734116100003. iteration 14893 found worse value: 341.09734116100003. iteration 14894 found worse value: 341.09734116100003. iteration 14895 found worse value: 341.09734116100003. iteration 14896 found worse value: 341.09734116100003. iteration 14897 found worse value: 341.09734116100003. iteration 14898 found worse value: 341.09734116100003. iteration 14899 found worse value: 341.09734116100003. iteration 14899, perturbing to get out of local maxima iteration 14900 found worse value: 341.09734116100003. iteration 14900, perturbing to get out of local maxima iteration 14901 found worse value: 341.09734116100003. iteration 14902 found worse value: 341.09734116100003. iteration 14903 found worse value: 341.09734116100003. iteration 14904 found worse value: 341.09734116100003. iteration 14905 found worse value: 341.09734116100003. iteration 14906 found worse value: 341.09734116100003. iteration 14907 found worse value: 341.09734116100003. iteration 14908 found worse value: 341.09734116100003. iteration 14909 found worse value: 341.09734116100003. iteration 14910 found worse value: 341.09734116100003. iteration 14911 found worse value: 341.09734116100003. iteration 14912 found worse value: 341.09734116100003. iteration 14913 found worse value: 341.09734116100003. iteration 14914 found worse value: 341.09734116100003. iteration 14915 found worse value: 341.09734116100003. iteration 14916 found worse value: 341.09734116100003. iteration 14917 found worse value: 341.09734116100003. iteration 14918 found worse value: 341.09734116100003. iteration 14919 found worse value: 341.09734116100003. iteration 14920 found worse value: 341.09734116100003. iteration 14921 found worse value: 341.09734116100003. iteration 14922 found worse value: 341.09734116100003. iteration 14923 found worse value: 341.09734116100003. iteration 14924 found worse value: 341.09734116100003. iteration 14925 found worse value: 341.09734116100003. iteration 14926 found worse value: 341.09734116100003. iteration 14927 found worse value: 341.09734116100003. iteration 14928 found worse value: 341.09734116100003. iteration 14929 found worse value: 341.09734116100003. iteration 14930 found worse value: 341.09734116100003. iteration 14931 found worse value: 341.09734116100003. iteration 14932 found worse value: 341.09734116100003. iteration 14933 found worse value: 341.09734116100003. iteration 14934 found worse value: 341.09734116100003. iteration 14935 found worse value: 341.09734116100003. iteration 14936 found worse value: 341.09734116100003. iteration 14937 found worse value: 341.09734116100003. iteration 14938 found worse value: 341.09734116100003. iteration 14939 found worse value: 341.09734116100003. iteration 14939, perturbing to get out of local maxima iteration 14940 found worse value: 341.09734116100003. iteration 14941 found worse value: 341.09734116100003. iteration 14942 found worse value: 341.09734116100003. iteration 14943 found worse value: 341.09734116100003. iteration 14944 found worse value: 341.09734116100003. iteration 14945 found worse value: 341.09734116100003. iteration 14946 found worse value: 341.09734116100003. iteration 14947 found worse value: 341.09734116100003. iteration 14948 found worse value: 341.09734116100003. iteration 14949 found worse value: 341.09734116100003. iteration 14950 found worse value: 341.09734116100003. iteration 14951 found worse value: 341.09734116100003. iteration 14952 found worse value: 341.09734116100003. iteration 14953 found worse value: 341.09734116100003. iteration 14954 found worse value: 341.09734116100003. iteration 14955 found worse value: 341.09734116100003. iteration 14956 found worse value: 341.09734116100003. iteration 14957 found worse value: 341.09734116100003. iteration 14958 found worse value: 341.09734116100003. iteration 14959 found worse value: 341.09734116100003. iteration 14960 found worse value: 341.09734116100003. iteration 14961 found worse value: 341.09734116100003. iteration 14962 found worse value: 341.09734116100003. iteration 14963 found worse value: 341.09734116100003. iteration 14964 found worse value: 341.09734116100003. iteration 14965 found worse value: 341.09734116100003. iteration 14966 found worse value: 341.09734116100003. iteration 14967 found worse value: 341.09734116100003. iteration 14968 found worse value: 341.09734116100003. iteration 14969 found worse value: 341.09734116100003. iteration 14970 found worse value: 341.09734116100003. iteration 14971 found worse value: 341.09734116100003. iteration 14972 found worse value: 341.09734116100003. iteration 14973 found worse value: 341.09734116100003. iteration 14974 found worse value: 341.09734116100003. iteration 14975 found worse value: 341.09734116100003. iteration 14976 found worse value: 341.09734116100003. iteration 14977 found worse value: 341.09734116100003. iteration 14978 found worse value: 341.09734116100003. iteration 14979 found worse value: 341.09734116100003. iteration 14980 found worse value: 341.09734116100003. iteration 14981 found worse value: 341.09734116100003. iteration 14982 found worse value: 341.09734116100003. iteration 14983 found worse value: 341.09734116100003. iteration 14984 found worse value: 341.09734116100003. iteration 14985 found worse value: 341.09734116100003. iteration 14986 found worse value: 341.09734116100003. iteration 14987 found worse value: 341.09734116100003. iteration 14988 found worse value: 341.09734116100003. iteration 14989 found worse value: 341.09734116100003. iteration 14990 found worse value: 341.09734116100003. iteration 14991 found worse value: 341.09734116100003. iteration 14992 found worse value: 341.09734116100003. iteration 14993 found worse value: 341.09734116100003. iteration 14994 found worse value: 341.09734116100003. iteration 14995 found worse value: 341.09734116100003. iteration 14996 found worse value: 341.09734116100003. iteration 14997 found worse value: 341.09734116100003. iteration 14998 found worse value: 341.09734116100003. iteration 14999 found worse value: 341.09734116100003. iteration 15000 found worse value: 341.09734116100003. iteration 15001 found worse value: 341.09734116100003. iteration 15002 found worse value: 341.09734116100003. iteration 15003 found worse value: 341.09734116100003. iteration 15004 found worse value: 341.09734116100003. iteration 15005 found worse value: 341.09734116100003. iteration 15006 found worse value: 341.09734116100003. iteration 15007 found worse value: 341.09734116100003. iteration 15007, perturbing to get out of local maxima iteration 15008 found worse value: 341.09734116100003. iteration 15009 found worse value: 341.09734116100003. iteration 15010 found worse value: 341.09734116100003. iteration 15011 found worse value: 341.09734116100003. iteration 15012 found worse value: 341.09734116100003. iteration 15013 found worse value: 341.09734116100003. iteration 15014 found worse value: 341.09734116100003. iteration 15015 found worse value: 341.09734116100003. iteration 15016 found worse value: 341.09734116100003. iteration 15017 found worse value: 341.09734116100003. iteration 15018 found worse value: 341.09734116100003. iteration 15019 found worse value: 341.09734116100003. iteration 15020 found worse value: 341.09734116100003. iteration 15021 found worse value: 341.09734116100003. iteration 15022 found worse value: 341.09734116100003. iteration 15023 found worse value: 341.09734116100003. iteration 15024 found worse value: 341.09734116100003. iteration 15025 found worse value: 341.09734116100003. iteration 15026 found worse value: 341.09734116100003. iteration 15027 found worse value: 341.09734116100003. iteration 15028 found worse value: 341.09734116100003. iteration 15029 found worse value: 341.09734116100003. iteration 15030 found worse value: 341.09734116100003. iteration 15031 found worse value: 341.09734116100003. iteration 15032 found worse value: 341.09734116100003. iteration 15033 found worse value: 341.09734116100003. iteration 15034 found worse value: 341.09734116100003. iteration 15035 found worse value: 341.09734116100003. iteration 15036 found worse value: 341.09734116100003. iteration 15037 found worse value: 341.09734116100003. iteration 15038 found worse value: 341.09734116100003. iteration 15039 found worse value: 341.09734116100003. iteration 15040 found worse value: 341.09734116100003. iteration 15041 found worse value: 341.09734116100003. iteration 15042 found worse value: 341.09734116100003. iteration 15043 found worse value: 341.09734116100003. iteration 15044 found worse value: 341.09734116100003. iteration 15045 found worse value: 341.09734116100003. iteration 15046 found worse value: 341.09734116100003. iteration 15047 found worse value: 341.09734116100003. iteration 15048 found worse value: 341.09734116100003. iteration 15049 found worse value: 341.09734116100003. iteration 15050 found worse value: 341.09734116100003. iteration 15051 found worse value: 341.09734116100003. iteration 15052 found worse value: 341.09734116100003. iteration 15053 found worse value: 341.09734116100003. iteration 15054 found worse value: 341.09734116100003. iteration 15055 found worse value: 341.09734116100003. iteration 15056 found worse value: 341.09734116100003. iteration 15057 found worse value: 341.09734116100003. iteration 15058 found worse value: 341.09734116100003. iteration 15059 found worse value: 341.09734116100003. iteration 15060 found worse value: 341.09734116100003. iteration 15061 found worse value: 341.09734116100003. iteration 15061, perturbing to get out of local maxima iteration 15062 found worse value: 341.09734116100003. iteration 15063 found worse value: 341.09734116100003. iteration 15064 found worse value: 341.09734116100003. iteration 15065 found worse value: 341.09734116100003. iteration 15066 found worse value: 341.09734116100003. iteration 15067 found worse value: 341.09734116100003. iteration 15068 found worse value: 341.09734116100003. iteration 15069 found worse value: 341.09734116100003. iteration 15070 found worse value: 341.09734116100003. iteration 15071 found worse value: 341.09734116100003. iteration 15072 found worse value: 341.09734116100003. iteration 15073 found worse value: 341.09734116100003. iteration 15074 found worse value: 341.09734116100003. iteration 15075 found worse value: 341.09734116100003. iteration 15076 found worse value: 341.09734116100003. iteration 15077 found worse value: 341.09734116100003. iteration 15078 found worse value: 341.09734116100003. iteration 15079 found worse value: 341.09734116100003. iteration 15080 found worse value: 341.09734116100003. iteration 15081 found worse value: 341.09734116100003. iteration 15082 found worse value: 341.09734116100003. iteration 15083 found worse value: 341.09734116100003. iteration 15084 found worse value: 341.09734116100003. iteration 15085 found worse value: 341.09734116100003. iteration 15086 found worse value: 341.09734116100003. iteration 15087 found worse value: 341.09734116100003. iteration 15088 found worse value: 341.09734116100003. iteration 15089 found worse value: 341.09734116100003. iteration 15090 found worse value: 341.09734116100003. iteration 15091 found worse value: 341.09734116100003. iteration 15092 found worse value: 341.09734116100003. iteration 15093 found worse value: 341.09734116100003. iteration 15093, perturbing to get out of local maxima iteration 15094 found worse value: 341.09734116100003. iteration 15095 found worse value: 341.09734116100003. iteration 15096 found worse value: 341.09734116100003. iteration 15097 found worse value: 341.09734116100003. iteration 15098 found worse value: 341.09734116100003. iteration 15099 found worse value: 341.09734116100003. iteration 15100 found worse value: 341.09734116100003. iteration 15101 found worse value: 341.09734116100003. iteration 15102 found worse value: 341.09734116100003. iteration 15103 found worse value: 341.09734116100003. iteration 15104 found worse value: 341.09734116100003. iteration 15105 found worse value: 341.09734116100003. iteration 15106 found worse value: 341.09734116100003. iteration 15107 found worse value: 341.09734116100003. iteration 15108 found worse value: 341.09734116100003. iteration 15109 found worse value: 341.09734116100003. iteration 15109, perturbing to get out of local maxima iteration 15110 found worse value: 341.09734116100003. iteration 15111 found worse value: 341.09734116100003. iteration 15112 found worse value: 341.09734116100003. iteration 15113 found worse value: 341.09734116100003. iteration 15114 found worse value: 341.09734116100003. iteration 15115 found worse value: 341.09734116100003. iteration 15116 found worse value: 341.09734116100003. iteration 15117 found worse value: 341.09734116100003. iteration 15118 found worse value: 341.09734116100003. iteration 15119 found worse value: 341.09734116100003. iteration 15120 found worse value: 341.09734116100003. iteration 15121 found worse value: 341.09734116100003. iteration 15122 found worse value: 341.09734116100003. iteration 15123 found worse value: 341.09734116100003. iteration 15124 found worse value: 341.09734116100003. iteration 15125 found worse value: 341.09734116100003. iteration 15126 found worse value: 341.09734116100003. iteration 15127 found worse value: 341.09734116100003. iteration 15128 found worse value: 341.09734116100003. iteration 15129 found worse value: 341.09734116100003. iteration 15130 found worse value: 341.09734116100003. iteration 15131 found worse value: 341.09734116100003. iteration 15132 found worse value: 341.09734116100003. iteration 15133 found worse value: 341.09734116100003. iteration 15134 found worse value: 341.09734116100003. iteration 15134, perturbing to get out of local maxima iteration 15135 found worse value: 341.09734116100003. iteration 15136 found worse value: 341.09734116100003. iteration 15137 found worse value: 341.09734116100003. iteration 15138 found worse value: 341.09734116100003. iteration 15139 found worse value: 341.09734116100003. iteration 15140 found worse value: 341.09734116100003. iteration 15141 found worse value: 341.09734116100003. iteration 15142 found worse value: 341.09734116100003. iteration 15143 found worse value: 341.09734116100003. iteration 15144 found worse value: 341.09734116100003. iteration 15145 found worse value: 341.09734116100003. iteration 15146 found worse value: 341.09734116100003. iteration 15147 found worse value: 341.09734116100003. iteration 15147, perturbing to get out of local maxima iteration 15148 found worse value: 341.09734116100003. iteration 15149 found worse value: 341.09734116100003. iteration 15150 found worse value: 341.09734116100003. iteration 15151 found worse value: 341.09734116100003. iteration 15152 found worse value: 341.09734116100003. iteration 15153 found worse value: 341.09734116100003. iteration 15154 found worse value: 341.09734116100003. iteration 15155 found worse value: 341.09734116100003. iteration 15156 found worse value: 341.09734116100003. iteration 15157 found worse value: 341.09734116100003. iteration 15158 found worse value: 341.09734116100003. iteration 15159 found worse value: 341.09734116100003. iteration 15160 found worse value: 341.09734116100003. iteration 15161 found worse value: 341.09734116100003. iteration 15162 found worse value: 341.09734116100003. iteration 15163 found worse value: 341.09734116100003. iteration 15164 found worse value: 341.09734116100003. iteration 15165 found worse value: 341.09734116100003. iteration 15166 found worse value: 341.09734116100003. iteration 15167 found worse value: 341.09734116100003. iteration 15168 found worse value: 341.09734116100003. iteration 15169 found worse value: 341.09734116100003. iteration 15170 found worse value: 341.09734116100003. iteration 15171 found worse value: 341.09734116100003. iteration 15172 found worse value: 341.09734116100003. iteration 15173 found worse value: 341.09734116100003. iteration 15174 found worse value: 341.09734116100003. iteration 15175 found worse value: 341.09734116100003. iteration 15176 found worse value: 341.09734116100003. iteration 15177 found worse value: 341.09734116100003. iteration 15178 found worse value: 341.09734116100003. iteration 15179 found worse value: 341.09734116100003. iteration 15180 found worse value: 341.09734116100003. iteration 15181 found worse value: 341.09734116100003. iteration 15182 found worse value: 341.09734116100003. iteration 15183 found worse value: 341.09734116100003. iteration 15184 found worse value: 341.09734116100003. iteration 15185 found worse value: 341.09734116100003. iteration 15186 found worse value: 341.09734116100003. iteration 15187 found worse value: 341.09734116100003. iteration 15188 found worse value: 341.09734116100003. iteration 15189 found worse value: 341.09734116100003. iteration 15190 found worse value: 341.09734116100003. iteration 15191 found worse value: 341.09734116100003. iteration 15192 found worse value: 341.09734116100003. iteration 15193 found worse value: 341.09734116100003. iteration 15194 found worse value: 341.09734116100003. iteration 15195 found worse value: 341.09734116100003. iteration 15196 found worse value: 341.09734116100003. iteration 15197 found worse value: 341.09734116100003. iteration 15198 found worse value: 341.09734116100003. iteration 15199 found worse value: 341.09734116100003. iteration 15200 found worse value: 341.09734116100003. iteration 15201 found worse value: 341.09734116100003. iteration 15202 found worse value: 341.09734116100003. iteration 15203 found worse value: 341.09734116100003. iteration 15204 found worse value: 341.09734116100003. iteration 15205 found worse value: 341.09734116100003. iteration 15206 found worse value: 341.09734116100003. iteration 15207 found worse value: 341.09734116100003. iteration 15208 found worse value: 341.09734116100003. iteration 15209 found worse value: 341.09734116100003. iteration 15210 found worse value: 341.09734116100003. iteration 15211 found worse value: 341.09734116100003. iteration 15212 found worse value: 341.09734116100003. iteration 15213 found worse value: 341.09734116100003. iteration 15214 found worse value: 341.09734116100003. iteration 15215 found worse value: 341.09734116100003. iteration 15216 found worse value: 341.09734116100003. iteration 15217 found worse value: 341.09734116100003. iteration 15218 found worse value: 341.09734116100003. iteration 15219 found worse value: 341.09734116100003. iteration 15220 found worse value: 341.09734116100003. iteration 15221 found worse value: 341.09734116100003. iteration 15222 found worse value: 341.09734116100003. iteration 15223 found worse value: 341.09734116100003. iteration 15224 found worse value: 341.09734116100003. iteration 15225 found worse value: 341.09734116100003. iteration 15226 found worse value: 341.09734116100003. iteration 15227 found worse value: 341.09734116100003. iteration 15228 found worse value: 341.09734116100003. iteration 15228, perturbing to get out of local maxima iteration 15229 found worse value: 341.09734116100003. iteration 15230 found worse value: 341.09734116100003. iteration 15230, perturbing to get out of local maxima iteration 15231 found worse value: 341.09734116100003. iteration 15232 found worse value: 341.09734116100003. iteration 15233 found worse value: 341.09734116100003. iteration 15234 found worse value: 341.09734116100003. iteration 15235 found worse value: 341.09734116100003. iteration 15236 found worse value: 341.09734116100003. iteration 15237 found worse value: 341.09734116100003. iteration 15238 found worse value: 341.09734116100003. iteration 15239 found worse value: 341.09734116100003. iteration 15240 found worse value: 341.09734116100003. iteration 15241 found worse value: 341.09734116100003. iteration 15242 found worse value: 341.09734116100003. iteration 15243 found worse value: 341.09734116100003. iteration 15244 found worse value: 341.09734116100003. iteration 15245 found worse value: 341.09734116100003. iteration 15246 found worse value: 341.09734116100003. iteration 15247 found worse value: 341.09734116100003. iteration 15248 found worse value: 341.09734116100003. iteration 15249 found worse value: 341.09734116100003. iteration 15250 found worse value: 341.09734116100003. iteration 15251 found worse value: 341.09734116100003. iteration 15252 found worse value: 341.09734116100003. iteration 15253 found worse value: 341.09734116100003. iteration 15254 found worse value: 341.09734116100003. iteration 15255 found worse value: 341.09734116100003. iteration 15256 found worse value: 341.09734116100003. iteration 15256, perturbing to get out of local maxima iteration 15257 found worse value: 341.09734116100003. iteration 15258 found worse value: 341.09734116100003. iteration 15259 found worse value: 341.09734116100003. iteration 15260 found worse value: 341.09734116100003. iteration 15261 found worse value: 341.09734116100003. iteration 15262 found worse value: 341.09734116100003. iteration 15263 found worse value: 341.09734116100003. iteration 15264 found worse value: 341.09734116100003. iteration 15265 found worse value: 341.09734116100003. iteration 15266 found worse value: 341.09734116100003. iteration 15267 found worse value: 341.09734116100003. iteration 15268 found worse value: 341.09734116100003. iteration 15269 found worse value: 341.09734116100003. iteration 15270 found worse value: 341.09734116100003. iteration 15271 found worse value: 341.09734116100003. iteration 15272 found worse value: 341.09734116100003. iteration 15273 found worse value: 341.09734116100003. iteration 15274 found worse value: 341.09734116100003. iteration 15275 found worse value: 341.09734116100003. iteration 15276 found worse value: 341.09734116100003. iteration 15277 found worse value: 341.09734116100003. iteration 15278 found worse value: 341.09734116100003. iteration 15279 found worse value: 341.09734116100003. iteration 15280 found worse value: 341.09734116100003. iteration 15281 found worse value: 341.09734116100003. iteration 15282 found worse value: 341.09734116100003. iteration 15283 found worse value: 341.09734116100003. iteration 15284 found worse value: 341.09734116100003. iteration 15285 found worse value: 341.09734116100003. iteration 15286 found worse value: 341.09734116100003. iteration 15287 found worse value: 341.09734116100003. iteration 15288 found worse value: 341.09734116100003. iteration 15289 found worse value: 341.09734116100003. iteration 15290 found worse value: 341.09734116100003. iteration 15291 found worse value: 341.09734116100003. iteration 15292 found worse value: 341.09734116100003. iteration 15293 found worse value: 341.09734116100003. iteration 15294 found worse value: 341.09734116100003. iteration 15295 found worse value: 341.09734116100003. iteration 15296 found worse value: 341.09734116100003. iteration 15297 found worse value: 341.09734116100003. iteration 15298 found worse value: 341.09734116100003. iteration 15299 found worse value: 341.09734116100003. iteration 15300 found worse value: 341.09734116100003. iteration 15301 found worse value: 341.09734116100003. iteration 15302 found worse value: 341.09734116100003. iteration 15303 found worse value: 341.09734116100003. iteration 15304 found worse value: 341.09734116100003. iteration 15305 found worse value: 341.09734116100003. iteration 15305, perturbing to get out of local maxima iteration 15306 found worse value: 341.09734116100003. iteration 15307 found worse value: 341.09734116100003. iteration 15308 found worse value: 341.09734116100003. iteration 15309 found worse value: 341.09734116100003. iteration 15310 found worse value: 341.09734116100003. iteration 15310, perturbing to get out of local maxima iteration 15311 found worse value: 341.09734116100003. iteration 15312 found worse value: 341.09734116100003. iteration 15313 found worse value: 341.09734116100003. iteration 15314 found worse value: 341.09734116100003. iteration 15315 found worse value: 341.09734116100003. iteration 15316 found worse value: 341.09734116100003. iteration 15317 found worse value: 341.09734116100003. iteration 15318 found worse value: 341.09734116100003. iteration 15319 found worse value: 341.09734116100003. iteration 15320 found worse value: 341.09734116100003. iteration 15321 found worse value: 341.09734116100003. iteration 15322 found worse value: 341.09734116100003. iteration 15323 found worse value: 341.09734116100003. iteration 15324 found worse value: 341.09734116100003. iteration 15325 found worse value: 341.09734116100003. iteration 15326 found worse value: 341.09734116100003. iteration 15327 found worse value: 341.09734116100003. iteration 15328 found worse value: 341.09734116100003. iteration 15329 found worse value: 341.09734116100003. iteration 15330 found worse value: 341.09734116100003. iteration 15331 found worse value: 341.09734116100003. iteration 15332 found worse value: 341.09734116100003. iteration 15333 found worse value: 341.09734116100003. iteration 15334 found worse value: 341.09734116100003. iteration 15335 found worse value: 341.09734116100003. iteration 15336 found worse value: 341.09734116100003. iteration 15337 found worse value: 341.09734116100003. iteration 15338 found worse value: 341.09734116100003. iteration 15339 found worse value: 341.09734116100003. iteration 15340 found worse value: 341.09734116100003. iteration 15341 found worse value: 341.09734116100003. iteration 15342 found worse value: 341.09734116100003. iteration 15343 found worse value: 341.09734116100003. iteration 15344 found worse value: 341.09734116100003. iteration 15345 found worse value: 341.09734116100003. iteration 15346 found worse value: 341.09734116100003. iteration 15347 found worse value: 341.09734116100003. iteration 15348 found worse value: 341.09734116100003. iteration 15349 found worse value: 341.09734116100003. iteration 15350 found worse value: 341.09734116100003. iteration 15351 found worse value: 341.09734116100003. iteration 15352 found worse value: 341.09734116100003. iteration 15353 found worse value: 341.09734116100003. iteration 15354 found worse value: 341.09734116100003. iteration 15355 found worse value: 341.09734116100003. iteration 15356 found worse value: 341.09734116100003. iteration 15357 found worse value: 341.09734116100003. iteration 15358 found worse value: 341.09734116100003. iteration 15359 found worse value: 341.09734116100003. iteration 15360 found worse value: 341.09734116100003. iteration 15361 found worse value: 341.09734116100003. iteration 15362 found worse value: 341.09734116100003. iteration 15363 found worse value: 341.09734116100003. iteration 15364 found worse value: 341.09734116100003. iteration 15365 found worse value: 341.09734116100003. iteration 15366 found worse value: 341.09734116100003. iteration 15367 found worse value: 341.09734116100003. iteration 15368 found worse value: 341.09734116100003. iteration 15369 found worse value: 341.09734116100003. iteration 15370 found worse value: 341.09734116100003. iteration 15371 found worse value: 341.09734116100003. iteration 15372 found worse value: 341.09734116100003. iteration 15373 found worse value: 341.09734116100003. iteration 15373, perturbing to get out of local maxima iteration 15374 found worse value: 341.09734116100003. iteration 15375 found worse value: 341.09734116100003. iteration 15376 found worse value: 341.09734116100003. iteration 15377 found worse value: 341.09734116100003. iteration 15378 found worse value: 341.09734116100003. iteration 15379 found worse value: 341.09734116100003. iteration 15379, perturbing to get out of local maxima iteration 15380 found worse value: 341.09734116100003. iteration 15381 found worse value: 341.09734116100003. iteration 15382 found worse value: 341.09734116100003. iteration 15383 found worse value: 341.09734116100003. iteration 15384 found worse value: 341.09734116100003. iteration 15385 found worse value: 341.09734116100003. iteration 15386 found worse value: 341.09734116100003. iteration 15387 found worse value: 341.09734116100003. iteration 15388 found worse value: 341.09734116100003. iteration 15389 found worse value: 341.09734116100003. iteration 15390 found worse value: 341.09734116100003. iteration 15391 found worse value: 341.09734116100003. iteration 15392 found worse value: 341.09734116100003. iteration 15393 found worse value: 341.09734116100003. iteration 15394 found worse value: 341.09734116100003. iteration 15395 found worse value: 341.09734116100003. iteration 15396 found worse value: 341.09734116100003. iteration 15397 found worse value: 341.09734116100003. iteration 15398 found worse value: 341.09734116100003. iteration 15399 found worse value: 341.09734116100003. iteration 15400 found worse value: 341.09734116100003. iteration 15401 found worse value: 341.09734116100003. iteration 15402 found worse value: 341.09734116100003. iteration 15403 found worse value: 341.09734116100003. iteration 15404 found worse value: 341.09734116100003. iteration 15405 found worse value: 341.09734116100003. iteration 15406 found worse value: 341.09734116100003. iteration 15407 found worse value: 341.09734116100003. iteration 15408 found worse value: 341.09734116100003. iteration 15409 found worse value: 341.09734116100003. iteration 15410 found worse value: 341.09734116100003. iteration 15411 found worse value: 341.09734116100003. iteration 15412 found worse value: 341.09734116100003. iteration 15413 found worse value: 341.09734116100003. iteration 15414 found worse value: 341.09734116100003. iteration 15415 found worse value: 341.09734116100003. iteration 15416 found worse value: 341.09734116100003. iteration 15417 found worse value: 341.09734116100003. iteration 15418 found worse value: 341.09734116100003. iteration 15419 found worse value: 341.09734116100003. iteration 15420 found worse value: 341.09734116100003. iteration 15421 found worse value: 341.09734116100003. iteration 15422 found worse value: 341.09734116100003. iteration 15423 found worse value: 341.09734116100003. iteration 15424 found worse value: 341.09734116100003. iteration 15425 found worse value: 341.09734116100003. iteration 15426 found worse value: 341.09734116100003. iteration 15427 found worse value: 341.09734116100003. iteration 15428 found worse value: 341.09734116100003. iteration 15429 found worse value: 341.09734116100003. iteration 15430 found worse value: 341.09734116100003. iteration 15431 found worse value: 341.09734116100003. iteration 15432 found worse value: 341.09734116100003. iteration 15433 found worse value: 341.09734116100003. iteration 15434 found worse value: 341.09734116100003. iteration 15435 found worse value: 341.09734116100003. iteration 15436 found worse value: 341.09734116100003. iteration 15437 found worse value: 341.09734116100003. iteration 15438 found worse value: 341.09734116100003. iteration 15439 found worse value: 341.09734116100003. iteration 15440 found worse value: 341.09734116100003. iteration 15441 found worse value: 341.09734116100003. iteration 15442 found worse value: 341.09734116100003. iteration 15443 found worse value: 341.09734116100003. iteration 15444 found worse value: 341.09734116100003. iteration 15445 found worse value: 341.09734116100003. iteration 15446 found worse value: 341.09734116100003. iteration 15447 found worse value: 341.09734116100003. iteration 15448 found worse value: 341.09734116100003. iteration 15449 found worse value: 341.09734116100003. iteration 15450 found worse value: 341.09734116100003. iteration 15451 found worse value: 341.09734116100003. iteration 15452 found worse value: 341.09734116100003. iteration 15453 found worse value: 341.09734116100003. iteration 15454 found worse value: 341.09734116100003. iteration 15455 found worse value: 341.09734116100003. iteration 15456 found worse value: 341.09734116100003. iteration 15457 found worse value: 341.09734116100003. iteration 15458 found worse value: 341.09734116100003. iteration 15459 found worse value: 341.09734116100003. iteration 15460 found worse value: 341.09734116100003. iteration 15461 found worse value: 341.09734116100003. iteration 15462 found worse value: 341.09734116100003. iteration 15462, perturbing to get out of local maxima iteration 15463 found worse value: 341.09734116100003. iteration 15464 found worse value: 341.09734116100003. iteration 15465 found worse value: 341.09734116100003. iteration 15466 found worse value: 341.09734116100003. iteration 15467 found worse value: 341.09734116100003. iteration 15468 found worse value: 341.09734116100003. iteration 15469 found worse value: 341.09734116100003. iteration 15470 found worse value: 341.09734116100003. iteration 15471 found worse value: 341.09734116100003. iteration 15472 found worse value: 341.09734116100003. iteration 15473 found worse value: 341.09734116100003. iteration 15473, perturbing to get out of local maxima iteration 15474 found worse value: 341.09734116100003. iteration 15475 found worse value: 341.09734116100003. iteration 15476 found worse value: 341.09734116100003. iteration 15477 found worse value: 341.09734116100003. iteration 15478 found worse value: 341.09734116100003. iteration 15479 found worse value: 341.09734116100003. iteration 15480 found worse value: 341.09734116100003. iteration 15481 found worse value: 341.09734116100003. iteration 15482 found worse value: 341.09734116100003. iteration 15483 found worse value: 341.09734116100003. iteration 15484 found worse value: 341.09734116100003. iteration 15485 found worse value: 341.09734116100003. iteration 15486 found worse value: 341.09734116100003. iteration 15487 found worse value: 341.09734116100003. iteration 15488 found worse value: 341.09734116100003. iteration 15489 found worse value: 341.09734116100003. iteration 15490 found worse value: 341.09734116100003. iteration 15491 found worse value: 341.09734116100003. iteration 15492 found worse value: 341.09734116100003. iteration 15493 found worse value: 341.09734116100003. iteration 15494 found worse value: 341.09734116100003. iteration 15495 found worse value: 341.09734116100003. iteration 15496 found worse value: 341.09734116100003. iteration 15497 found worse value: 341.09734116100003. iteration 15498 found worse value: 341.09734116100003. iteration 15499 found worse value: 341.09734116100003. iteration 15500 found worse value: 341.09734116100003. iteration 15501 found worse value: 341.09734116100003. iteration 15502 found worse value: 341.09734116100003. iteration 15503 found worse value: 341.09734116100003. iteration 15504 found worse value: 341.09734116100003. iteration 15505 found worse value: 341.09734116100003. iteration 15506 found worse value: 341.09734116100003. iteration 15507 found worse value: 341.09734116100003. iteration 15508 found worse value: 341.09734116100003. iteration 15509 found worse value: 341.09734116100003. iteration 15510 found worse value: 341.09734116100003. iteration 15511 found worse value: 341.09734116100003. iteration 15512 found worse value: 341.09734116100003. iteration 15513 found worse value: 341.09734116100003. iteration 15514 found worse value: 341.09734116100003. iteration 15515 found worse value: 341.09734116100003. iteration 15516 found worse value: 341.09734116100003. iteration 15517 found worse value: 341.09734116100003. iteration 15518 found worse value: 341.09734116100003. iteration 15519 found worse value: 341.09734116100003. iteration 15520 found worse value: 341.09734116100003. iteration 15521 found worse value: 341.09734116100003. iteration 15522 found worse value: 341.09734116100003. iteration 15523 found worse value: 341.09734116100003. iteration 15524 found worse value: 341.09734116100003. iteration 15525 found worse value: 341.09734116100003. iteration 15526 found worse value: 341.09734116100003. iteration 15527 found worse value: 341.09734116100003. iteration 15528 found worse value: 341.09734116100003. iteration 15529 found worse value: 341.09734116100003. iteration 15530 found worse value: 341.09734116100003. iteration 15531 found worse value: 341.09734116100003. iteration 15532 found worse value: 341.09734116100003. iteration 15533 found worse value: 341.09734116100003. iteration 15534 found worse value: 341.09734116100003. iteration 15535 found worse value: 341.09734116100003. iteration 15536 found worse value: 341.09734116100003. iteration 15537 found worse value: 341.09734116100003. iteration 15538 found worse value: 341.09734116100003. iteration 15539 found worse value: 341.09734116100003. iteration 15540 found worse value: 341.09734116100003. iteration 15541 found worse value: 341.09734116100003. iteration 15542 found worse value: 341.09734116100003. iteration 15543 found worse value: 341.09734116100003. iteration 15544 found worse value: 341.09734116100003. iteration 15545 found worse value: 341.09734116100003. iteration 15546 found worse value: 341.09734116100003. iteration 15547 found worse value: 341.09734116100003. iteration 15548 found worse value: 341.09734116100003. iteration 15549 found worse value: 341.09734116100003. iteration 15550 found worse value: 341.09734116100003. iteration 15551 found worse value: 341.09734116100003. iteration 15552 found worse value: 341.09734116100003. iteration 15553 found worse value: 341.09734116100003. iteration 15554 found worse value: 341.09734116100003. iteration 15555 found worse value: 341.09734116100003. iteration 15555, perturbing to get out of local maxima iteration 15556 found worse value: 341.09734116100003. iteration 15557 found worse value: 341.09734116100003. iteration 15558 found worse value: 341.09734116100003. iteration 15559 found worse value: 341.09734116100003. iteration 15560 found worse value: 341.09734116100003. iteration 15561 found worse value: 341.09734116100003. iteration 15562 found worse value: 341.09734116100003. iteration 15563 found worse value: 341.09734116100003. iteration 15564 found worse value: 341.09734116100003. iteration 15565 found worse value: 341.09734116100003. iteration 15566 found worse value: 341.09734116100003. iteration 15567 found worse value: 341.09734116100003. iteration 15568 found worse value: 341.09734116100003. iteration 15569 found worse value: 341.09734116100003. iteration 15570 found worse value: 341.09734116100003. iteration 15571 found worse value: 341.09734116100003. iteration 15572 found worse value: 341.09734116100003. iteration 15573 found worse value: 341.09734116100003. iteration 15574 found worse value: 341.09734116100003. iteration 15575 found worse value: 341.09734116100003. iteration 15576 found worse value: 341.09734116100003. iteration 15577 found worse value: 341.09734116100003. iteration 15578 found worse value: 341.09734116100003. iteration 15579 found worse value: 341.09734116100003. iteration 15580 found worse value: 341.09734116100003. iteration 15581 found worse value: 341.09734116100003. iteration 15582 found worse value: 341.09734116100003. iteration 15583 found worse value: 341.09734116100003. iteration 15584 found worse value: 341.09734116100003. iteration 15585 found worse value: 341.09734116100003. iteration 15586 found worse value: 341.09734116100003. iteration 15587 found worse value: 341.09734116100003. iteration 15588 found worse value: 341.09734116100003. iteration 15589 found worse value: 341.09734116100003. iteration 15590 found worse value: 341.09734116100003. iteration 15591 found worse value: 341.09734116100003. iteration 15592 found worse value: 341.09734116100003. iteration 15593 found worse value: 341.09734116100003. iteration 15594 found worse value: 341.09734116100003. iteration 15595 found worse value: 341.09734116100003. iteration 15596 found worse value: 341.09734116100003. iteration 15597 found worse value: 341.09734116100003. iteration 15598 found worse value: 341.09734116100003. iteration 15599 found worse value: 341.09734116100003. iteration 15600 found worse value: 341.09734116100003. iteration 15601 found worse value: 341.09734116100003. iteration 15602 found worse value: 341.09734116100003. iteration 15603 found worse value: 341.09734116100003. iteration 15604 found worse value: 341.09734116100003. iteration 15605 found worse value: 341.09734116100003. iteration 15606 found worse value: 341.09734116100003. iteration 15607 found worse value: 341.09734116100003. iteration 15608 found worse value: 341.09734116100003. iteration 15609 found worse value: 341.09734116100003. iteration 15610 found worse value: 341.09734116100003. iteration 15611 found worse value: 341.09734116100003. iteration 15612 found worse value: 341.09734116100003. iteration 15613 found worse value: 341.09734116100003. iteration 15614 found worse value: 341.09734116100003. iteration 15615 found worse value: 341.09734116100003. iteration 15616 found worse value: 341.09734116100003. iteration 15617 found worse value: 341.09734116100003. iteration 15618 found worse value: 341.09734116100003. iteration 15619 found worse value: 341.09734116100003. iteration 15619, perturbing to get out of local maxima iteration 15620 found worse value: 341.09734116100003. iteration 15621 found worse value: 341.09734116100003. iteration 15622 found worse value: 341.09734116100003. iteration 15623 found worse value: 341.09734116100003. iteration 15624 found worse value: 341.09734116100003. iteration 15625 found worse value: 341.09734116100003. iteration 15625, perturbing to get out of local maxima iteration 15626 found worse value: 341.09734116100003. iteration 15627 found worse value: 341.09734116100003. iteration 15628 found worse value: 341.09734116100003. iteration 15629 found worse value: 341.09734116100003. iteration 15630 found worse value: 341.09734116100003. iteration 15631 found worse value: 341.09734116100003. iteration 15632 found worse value: 341.09734116100003. iteration 15633 found worse value: 341.09734116100003. iteration 15634 found worse value: 341.09734116100003. iteration 15635 found worse value: 341.09734116100003. iteration 15636 found worse value: 341.09734116100003. iteration 15637 found worse value: 341.09734116100003. iteration 15638 found worse value: 341.09734116100003. iteration 15639 found worse value: 341.09734116100003. iteration 15640 found worse value: 341.09734116100003. iteration 15641 found worse value: 341.09734116100003. iteration 15642 found worse value: 341.09734116100003. iteration 15643 found worse value: 341.09734116100003. iteration 15644 found worse value: 341.09734116100003. iteration 15645 found worse value: 341.09734116100003. iteration 15646 found worse value: 341.09734116100003. iteration 15647 found worse value: 341.09734116100003. iteration 15648 found worse value: 341.09734116100003. iteration 15649 found worse value: 341.09734116100003. iteration 15650 found worse value: 341.09734116100003. iteration 15651 found worse value: 341.09734116100003. iteration 15652 found worse value: 341.09734116100003. iteration 15653 found worse value: 341.09734116100003. iteration 15654 found worse value: 341.09734116100003. iteration 15654, perturbing to get out of local maxima iteration 15655 found worse value: 341.09734116100003. iteration 15656 found worse value: 341.09734116100003. iteration 15657 found worse value: 341.09734116100003. iteration 15658 found worse value: 341.09734116100003. iteration 15659 found worse value: 341.09734116100003. iteration 15660 found worse value: 341.09734116100003. iteration 15661 found worse value: 341.09734116100003. iteration 15662 found worse value: 341.09734116100003. iteration 15663 found worse value: 341.09734116100003. iteration 15664 found worse value: 341.09734116100003. iteration 15665 found worse value: 341.09734116100003. iteration 15666 found worse value: 341.09734116100003. iteration 15667 found worse value: 341.09734116100003. iteration 15668 found worse value: 341.09734116100003. iteration 15669 found worse value: 341.09734116100003. iteration 15670 found worse value: 341.09734116100003. iteration 15671 found worse value: 341.09734116100003. iteration 15672 found worse value: 341.09734116100003. iteration 15673 found worse value: 341.09734116100003. iteration 15674 found worse value: 341.09734116100003. iteration 15675 found worse value: 341.09734116100003. iteration 15676 found worse value: 341.09734116100003. iteration 15677 found worse value: 341.09734116100003. iteration 15678 found worse value: 341.09734116100003. iteration 15678, perturbing to get out of local maxima iteration 15679 found worse value: 341.09734116100003. iteration 15680 found worse value: 341.09734116100003. iteration 15681 found worse value: 341.09734116100003. iteration 15682 found worse value: 341.09734116100003. iteration 15683 found worse value: 341.09734116100003. iteration 15684 found worse value: 341.09734116100003. iteration 15685 found worse value: 341.09734116100003. iteration 15686 found worse value: 341.09734116100003. iteration 15687 found worse value: 341.09734116100003. iteration 15688 found worse value: 341.09734116100003. iteration 15689 found worse value: 341.09734116100003. iteration 15690 found worse value: 341.09734116100003. iteration 15691 found worse value: 341.09734116100003. iteration 15692 found worse value: 341.09734116100003. iteration 15693 found worse value: 341.09734116100003. iteration 15694 found worse value: 341.09734116100003. iteration 15695 found worse value: 341.09734116100003. iteration 15696 found worse value: 341.09734116100003. iteration 15697 found worse value: 341.09734116100003. iteration 15698 found worse value: 341.09734116100003. iteration 15699 found worse value: 341.09734116100003. iteration 15700 found worse value: 341.09734116100003. iteration 15701 found worse value: 341.09734116100003. iteration 15702 found worse value: 341.09734116100003. iteration 15703 found worse value: 341.09734116100003. iteration 15704 found worse value: 341.09734116100003. iteration 15705 found worse value: 341.09734116100003. iteration 15706 found worse value: 341.09734116100003. iteration 15707 found worse value: 341.09734116100003. iteration 15708 found worse value: 341.09734116100003. iteration 15709 found worse value: 341.09734116100003. iteration 15710 found worse value: 341.09734116100003. iteration 15711 found worse value: 341.09734116100003. iteration 15712 found worse value: 341.09734116100003. iteration 15713 found worse value: 341.09734116100003. iteration 15714 found worse value: 341.09734116100003. iteration 15715 found worse value: 341.09734116100003. iteration 15716 found worse value: 341.09734116100003. iteration 15717 found worse value: 341.09734116100003. iteration 15718 found worse value: 341.09734116100003. iteration 15718, perturbing to get out of local maxima iteration 15719 found worse value: 341.09734116100003. iteration 15720 found worse value: 341.09734116100003. iteration 15721 found worse value: 341.09734116100003. iteration 15722 found worse value: 341.09734116100003. iteration 15723 found worse value: 341.09734116100003. iteration 15723, perturbing to get out of local maxima iteration 15724 found worse value: 341.09734116100003. iteration 15725 found worse value: 341.09734116100003. iteration 15726 found worse value: 341.09734116100003. iteration 15727 found worse value: 341.09734116100003. iteration 15728 found worse value: 341.09734116100003. iteration 15729 found worse value: 341.09734116100003. iteration 15730 found worse value: 341.09734116100003. iteration 15731 found worse value: 341.09734116100003. iteration 15732 found worse value: 341.09734116100003. iteration 15733 found worse value: 341.09734116100003. iteration 15734 found worse value: 341.09734116100003. iteration 15735 found worse value: 341.09734116100003. iteration 15736 found worse value: 341.09734116100003. iteration 15737 found worse value: 341.09734116100003. iteration 15738 found worse value: 341.09734116100003. iteration 15739 found worse value: 341.09734116100003. iteration 15740 found worse value: 341.09734116100003. iteration 15741 found worse value: 341.09734116100003. iteration 15742 found worse value: 341.09734116100003. iteration 15743 found worse value: 341.09734116100003. iteration 15744 found worse value: 341.09734116100003. iteration 15745 found worse value: 341.09734116100003. iteration 15746 found worse value: 341.09734116100003. iteration 15747 found worse value: 341.09734116100003. iteration 15748 found worse value: 341.09734116100003. iteration 15749 found worse value: 341.09734116100003. iteration 15750 found worse value: 341.09734116100003. iteration 15751 found worse value: 341.09734116100003. iteration 15752 found worse value: 341.09734116100003. iteration 15752, perturbing to get out of local maxima iteration 15753 found worse value: 341.09734116100003. iteration 15754 found worse value: 341.09734116100003. iteration 15755 found worse value: 341.09734116100003. iteration 15756 found worse value: 341.09734116100003. iteration 15757 found worse value: 341.09734116100003. iteration 15758 found worse value: 341.09734116100003. iteration 15759 found worse value: 341.09734116100003. iteration 15760 found worse value: 341.09734116100003. iteration 15761 found worse value: 341.09734116100003. iteration 15762 found worse value: 341.09734116100003. iteration 15763 found worse value: 341.09734116100003. iteration 15764 found worse value: 341.09734116100003. iteration 15765 found worse value: 341.09734116100003. iteration 15766 found worse value: 341.09734116100003. iteration 15767 found worse value: 341.09734116100003. iteration 15768 found worse value: 341.09734116100003. iteration 15769 found worse value: 341.09734116100003. iteration 15770 found worse value: 341.09734116100003. iteration 15771 found worse value: 341.09734116100003. iteration 15772 found worse value: 341.09734116100003. iteration 15773 found worse value: 341.09734116100003. iteration 15774 found worse value: 341.09734116100003. iteration 15775 found worse value: 341.09734116100003. iteration 15776 found worse value: 341.09734116100003. iteration 15777 found worse value: 341.09734116100003. iteration 15778 found worse value: 341.09734116100003. iteration 15779 found worse value: 341.09734116100003. iteration 15780 found worse value: 341.09734116100003. iteration 15781 found worse value: 341.09734116100003. iteration 15782 found worse value: 341.09734116100003. iteration 15783 found worse value: 341.09734116100003. iteration 15784 found worse value: 341.09734116100003. iteration 15785 found worse value: 341.09734116100003. iteration 15786 found worse value: 341.09734116100003. iteration 15787 found worse value: 341.09734116100003. iteration 15788 found worse value: 341.09734116100003. iteration 15789 found worse value: 341.09734116100003. iteration 15790 found worse value: 341.09734116100003. iteration 15791 found worse value: 341.09734116100003. iteration 15792 found worse value: 341.09734116100003. iteration 15793 found worse value: 341.09734116100003. iteration 15794 found worse value: 341.09734116100003. iteration 15795 found worse value: 341.09734116100003. iteration 15796 found worse value: 341.09734116100003. iteration 15797 found worse value: 341.09734116100003. iteration 15798 found worse value: 341.09734116100003. iteration 15799 found worse value: 341.09734116100003. iteration 15800 found worse value: 341.09734116100003. iteration 15801 found worse value: 341.09734116100003. iteration 15802 found worse value: 341.09734116100003. iteration 15803 found worse value: 341.09734116100003. iteration 15804 found worse value: 341.09734116100003. iteration 15805 found worse value: 341.09734116100003. iteration 15806 found worse value: 341.09734116100003. iteration 15807 found worse value: 341.09734116100003. iteration 15808 found worse value: 341.09734116100003. iteration 15809 found worse value: 341.09734116100003. iteration 15810 found worse value: 341.09734116100003. iteration 15811 found worse value: 341.09734116100003. iteration 15812 found worse value: 341.09734116100003. iteration 15813 found worse value: 341.09734116100003. iteration 15814 found worse value: 341.09734116100003. iteration 15815 found worse value: 341.09734116100003. iteration 15816 found worse value: 341.09734116100003. iteration 15817 found worse value: 341.09734116100003. iteration 15818 found worse value: 341.09734116100003. iteration 15819 found worse value: 341.09734116100003. iteration 15820 found worse value: 341.09734116100003. iteration 15821 found worse value: 341.09734116100003. iteration 15822 found worse value: 341.09734116100003. iteration 15823 found worse value: 341.09734116100003. iteration 15823, perturbing to get out of local maxima iteration 15824 found worse value: 341.09734116100003. iteration 15825 found worse value: 341.09734116100003. iteration 15826 found worse value: 341.09734116100003. iteration 15827 found worse value: 341.09734116100003. iteration 15828 found worse value: 341.09734116100003. iteration 15829 found worse value: 341.09734116100003. iteration 15830 found worse value: 341.09734116100003. iteration 15831 found worse value: 341.09734116100003. iteration 15832 found worse value: 341.09734116100003. iteration 15833 found worse value: 341.09734116100003. iteration 15834 found worse value: 341.09734116100003. iteration 15835 found worse value: 341.09734116100003. iteration 15836 found worse value: 341.09734116100003. iteration 15837 found worse value: 341.09734116100003. iteration 15838 found worse value: 341.09734116100003. iteration 15839 found worse value: 341.09734116100003. iteration 15840 found worse value: 341.09734116100003. iteration 15841 found worse value: 341.09734116100003. iteration 15842 found worse value: 341.09734116100003. iteration 15842, perturbing to get out of local maxima iteration 15843 found worse value: 341.09734116100003. iteration 15844 found worse value: 341.09734116100003. iteration 15845 found worse value: 341.09734116100003. iteration 15846 found worse value: 341.09734116100003. iteration 15847 found worse value: 341.09734116100003. iteration 15848 found worse value: 341.09734116100003. iteration 15849 found worse value: 341.09734116100003. iteration 15850 found worse value: 341.09734116100003. iteration 15851 found worse value: 341.09734116100003. iteration 15852 found worse value: 341.09734116100003. iteration 15853 found worse value: 341.09734116100003. iteration 15854 found worse value: 341.09734116100003. iteration 15855 found worse value: 341.09734116100003. iteration 15856 found worse value: 341.09734116100003. iteration 15857 found worse value: 341.09734116100003. iteration 15858 found worse value: 341.09734116100003. iteration 15859 found worse value: 341.09734116100003. iteration 15860 found worse value: 341.09734116100003. iteration 15861 found worse value: 341.09734116100003. iteration 15862 found worse value: 341.09734116100003. iteration 15863 found worse value: 341.09734116100003. iteration 15864 found worse value: 341.09734116100003. iteration 15865 found worse value: 341.09734116100003. iteration 15866 found worse value: 341.09734116100003. iteration 15867 found worse value: 341.09734116100003. iteration 15868 found worse value: 341.09734116100003. iteration 15869 found worse value: 341.09734116100003. iteration 15870 found worse value: 341.09734116100003. iteration 15871 found worse value: 341.09734116100003. iteration 15872 found worse value: 341.09734116100003. iteration 15872, perturbing to get out of local maxima iteration 15873 found worse value: 341.09734116100003. iteration 15874 found worse value: 341.09734116100003. iteration 15875 found worse value: 341.09734116100003. iteration 15876 found worse value: 341.09734116100003. iteration 15877 found worse value: 341.09734116100003. iteration 15878 found worse value: 341.09734116100003. iteration 15879 found worse value: 341.09734116100003. iteration 15880 found worse value: 341.09734116100003. iteration 15880, perturbing to get out of local maxima iteration 15881 found worse value: 341.09734116100003. iteration 15882 found worse value: 341.09734116100003. iteration 15883 found worse value: 341.09734116100003. iteration 15884 found worse value: 341.09734116100003. iteration 15885 found worse value: 341.09734116100003. iteration 15886 found worse value: 341.09734116100003. iteration 15887 found worse value: 341.09734116100003. iteration 15888 found worse value: 341.09734116100003. iteration 15889 found worse value: 341.09734116100003. iteration 15890 found worse value: 341.09734116100003. iteration 15891 found worse value: 341.09734116100003. iteration 15892 found worse value: 341.09734116100003. iteration 15893 found worse value: 341.09734116100003. iteration 15894 found worse value: 341.09734116100003. iteration 15895 found worse value: 341.09734116100003. iteration 15896 found worse value: 341.09734116100003. iteration 15897 found worse value: 341.09734116100003. iteration 15898 found worse value: 341.09734116100003. iteration 15899 found worse value: 341.09734116100003. iteration 15900 found worse value: 341.09734116100003. iteration 15901 found worse value: 341.09734116100003. iteration 15902 found worse value: 341.09734116100003. iteration 15903 found worse value: 341.09734116100003. iteration 15904 found worse value: 341.09734116100003. iteration 15905 found worse value: 341.09734116100003. iteration 15905, perturbing to get out of local maxima iteration 15906 found worse value: 341.09734116100003. iteration 15907 found worse value: 341.09734116100003. iteration 15908 found worse value: 341.09734116100003. iteration 15909 found worse value: 341.09734116100003. iteration 15910 found worse value: 341.09734116100003. iteration 15911 found worse value: 341.09734116100003. iteration 15912 found worse value: 341.09734116100003. iteration 15913 found worse value: 341.09734116100003. iteration 15914 found worse value: 341.09734116100003. iteration 15915 found worse value: 341.09734116100003. iteration 15916 found worse value: 341.09734116100003. iteration 15917 found worse value: 341.09734116100003. iteration 15918 found worse value: 341.09734116100003. iteration 15919 found worse value: 341.09734116100003. iteration 15920 found worse value: 341.09734116100003. iteration 15921 found worse value: 341.09734116100003. iteration 15922 found worse value: 341.09734116100003. iteration 15923 found worse value: 341.09734116100003. iteration 15924 found worse value: 341.09734116100003. iteration 15925 found worse value: 341.09734116100003. iteration 15926 found worse value: 341.09734116100003. iteration 15927 found worse value: 341.09734116100003. iteration 15928 found worse value: 341.09734116100003. iteration 15929 found worse value: 341.09734116100003. iteration 15930 found worse value: 341.09734116100003. iteration 15931 found worse value: 341.09734116100003. iteration 15932 found worse value: 341.09734116100003. iteration 15933 found worse value: 341.09734116100003. iteration 15934 found worse value: 341.09734116100003. iteration 15935 found worse value: 341.09734116100003. iteration 15936 found worse value: 341.09734116100003. iteration 15937 found worse value: 341.09734116100003. iteration 15938 found worse value: 341.09734116100003. iteration 15939 found worse value: 341.09734116100003. iteration 15940 found worse value: 341.09734116100003. iteration 15941 found worse value: 341.09734116100003. iteration 15942 found worse value: 341.09734116100003. iteration 15943 found worse value: 341.09734116100003. iteration 15944 found worse value: 341.09734116100003. iteration 15945 found worse value: 341.09734116100003. iteration 15946 found worse value: 341.09734116100003. iteration 15947 found worse value: 341.09734116100003. iteration 15948 found worse value: 341.09734116100003. iteration 15949 found worse value: 341.09734116100003. iteration 15950 found worse value: 341.09734116100003. iteration 15951 found worse value: 341.09734116100003. iteration 15952 found worse value: 341.09734116100003. iteration 15953 found worse value: 341.09734116100003. iteration 15954 found worse value: 341.09734116100003. iteration 15955 found worse value: 341.09734116100003. iteration 15956 found worse value: 341.09734116100003. iteration 15957 found worse value: 341.09734116100003. iteration 15958 found worse value: 341.09734116100003. iteration 15959 found worse value: 341.09734116100003. iteration 15960 found worse value: 341.09734116100003. iteration 15961 found worse value: 341.09734116100003. iteration 15962 found worse value: 341.09734116100003. iteration 15963 found worse value: 341.09734116100003. iteration 15964 found worse value: 341.09734116100003. iteration 15965 found worse value: 341.09734116100003. iteration 15966 found worse value: 341.09734116100003. iteration 15967 found worse value: 341.09734116100003. iteration 15968 found worse value: 341.09734116100003. iteration 15969 found worse value: 341.09734116100003. iteration 15970 found worse value: 341.09734116100003. iteration 15971 found worse value: 341.09734116100003. iteration 15972 found worse value: 341.09734116100003. iteration 15973 found worse value: 341.09734116100003. iteration 15974 found worse value: 341.09734116100003. iteration 15975 found worse value: 341.09734116100003. iteration 15976 found worse value: 341.09734116100003. iteration 15977 found worse value: 341.09734116100003. iteration 15978 found worse value: 341.09734116100003. iteration 15979 found worse value: 341.09734116100003. iteration 15980 found worse value: 341.09734116100003. iteration 15981 found worse value: 341.09734116100003. iteration 15982 found worse value: 341.09734116100003. iteration 15983 found worse value: 341.09734116100003. iteration 15984 found worse value: 341.09734116100003. iteration 15985 found worse value: 341.09734116100003. iteration 15986 found worse value: 341.09734116100003. iteration 15987 found worse value: 341.09734116100003. iteration 15988 found worse value: 341.09734116100003. iteration 15989 found worse value: 341.09734116100003. iteration 15990 found worse value: 341.09734116100003. iteration 15991 found worse value: 341.09734116100003. iteration 15992 found worse value: 341.09734116100003. iteration 15993 found worse value: 341.09734116100003. iteration 15994 found worse value: 341.09734116100003. iteration 15994, perturbing to get out of local maxima iteration 15995 found worse value: 341.09734116100003. iteration 15996 found worse value: 341.09734116100003. iteration 15997 found worse value: 341.09734116100003. iteration 15998 found worse value: 341.09734116100003. iteration 15999 found worse value: 341.09734116100003. iteration 16000 found worse value: 341.09734116100003. iteration 16001 found worse value: 341.09734116100003. iteration 16002 found worse value: 341.09734116100003. iteration 16002, perturbing to get out of local maxima iteration 16003 found worse value: 341.09734116100003. iteration 16004 found worse value: 341.09734116100003. iteration 16005 found worse value: 341.09734116100003. iteration 16006 found worse value: 341.09734116100003. iteration 16007 found worse value: 341.09734116100003. iteration 16008 found worse value: 341.09734116100003. iteration 16009 found worse value: 341.09734116100003. iteration 16010 found worse value: 341.09734116100003. iteration 16011 found worse value: 341.09734116100003. iteration 16012 found worse value: 341.09734116100003. iteration 16013 found worse value: 341.09734116100003. iteration 16014 found worse value: 341.09734116100003. iteration 16015 found worse value: 341.09734116100003. iteration 16016 found worse value: 341.09734116100003. iteration 16017 found worse value: 341.09734116100003. iteration 16018 found worse value: 341.09734116100003. iteration 16019 found worse value: 341.09734116100003. iteration 16020 found worse value: 341.09734116100003. iteration 16021 found worse value: 341.09734116100003. iteration 16022 found worse value: 341.09734116100003. iteration 16023 found worse value: 341.09734116100003. iteration 16024 found worse value: 341.09734116100003. iteration 16025 found worse value: 341.09734116100003. iteration 16026 found worse value: 341.09734116100003. iteration 16027 found worse value: 341.09734116100003. iteration 16028 found worse value: 341.09734116100003. iteration 16029 found worse value: 341.09734116100003. iteration 16030 found worse value: 341.09734116100003. iteration 16031 found worse value: 341.09734116100003. iteration 16032 found worse value: 341.09734116100003. iteration 16033 found worse value: 341.09734116100003. iteration 16034 found worse value: 341.09734116100003. iteration 16035 found worse value: 341.09734116100003. iteration 16036 found worse value: 341.09734116100003. iteration 16037 found worse value: 341.09734116100003. iteration 16038 found worse value: 341.09734116100003. iteration 16039 found worse value: 341.09734116100003. iteration 16040 found worse value: 341.09734116100003. iteration 16041 found worse value: 341.09734116100003. iteration 16042 found worse value: 341.09734116100003. iteration 16043 found worse value: 341.09734116100003. iteration 16044 found worse value: 341.09734116100003. iteration 16045 found worse value: 341.09734116100003. iteration 16046 found worse value: 341.09734116100003. iteration 16047 found worse value: 341.09734116100003. iteration 16048 found worse value: 341.09734116100003. iteration 16049 found worse value: 341.09734116100003. iteration 16050 found worse value: 341.09734116100003. iteration 16051 found worse value: 341.09734116100003. iteration 16052 found worse value: 341.09734116100003. iteration 16053 found worse value: 341.09734116100003. iteration 16054 found worse value: 341.09734116100003. iteration 16055 found worse value: 341.09734116100003. iteration 16056 found worse value: 341.09734116100003. iteration 16057 found worse value: 341.09734116100003. iteration 16058 found worse value: 341.09734116100003. iteration 16059 found worse value: 341.09734116100003. iteration 16060 found worse value: 341.09734116100003. iteration 16061 found worse value: 341.09734116100003. iteration 16062 found worse value: 341.09734116100003. iteration 16063 found worse value: 341.09734116100003. iteration 16064 found worse value: 341.09734116100003. iteration 16064, perturbing to get out of local maxima iteration 16065 found worse value: 341.09734116100003. iteration 16066 found worse value: 341.09734116100003. iteration 16067 found worse value: 341.09734116100003. iteration 16068 found worse value: 341.09734116100003. iteration 16069 found worse value: 341.09734116100003. iteration 16070 found worse value: 341.09734116100003. iteration 16071 found worse value: 341.09734116100003. iteration 16072 found worse value: 341.09734116100003. iteration 16073 found worse value: 341.09734116100003. iteration 16074 found worse value: 341.09734116100003. iteration 16075 found worse value: 341.09734116100003. iteration 16076 found worse value: 341.09734116100003. iteration 16077 found worse value: 341.09734116100003. iteration 16078 found worse value: 341.09734116100003. iteration 16079 found worse value: 341.09734116100003. iteration 16080 found worse value: 341.09734116100003. iteration 16081 found worse value: 341.09734116100003. iteration 16082 found worse value: 341.09734116100003. iteration 16083 found worse value: 341.09734116100003. iteration 16084 found worse value: 341.09734116100003. iteration 16085 found worse value: 341.09734116100003. iteration 16086 found worse value: 341.09734116100003. iteration 16087 found worse value: 341.09734116100003. iteration 16088 found worse value: 341.09734116100003. iteration 16089 found worse value: 341.09734116100003. iteration 16090 found worse value: 341.09734116100003. iteration 16091 found worse value: 341.09734116100003. iteration 16092 found worse value: 341.09734116100003. iteration 16093 found worse value: 341.09734116100003. iteration 16094 found worse value: 341.09734116100003. iteration 16095 found worse value: 341.09734116100003. iteration 16096 found worse value: 341.09734116100003. iteration 16097 found worse value: 341.09734116100003. iteration 16098 found worse value: 341.09734116100003. iteration 16099 found worse value: 341.09734116100003. iteration 16100 found worse value: 341.09734116100003. iteration 16101 found worse value: 341.09734116100003. iteration 16102 found worse value: 341.09734116100003. iteration 16103 found worse value: 341.09734116100003. iteration 16104 found worse value: 341.09734116100003. iteration 16105 found worse value: 341.09734116100003. iteration 16106 found worse value: 341.09734116100003. iteration 16107 found worse value: 341.09734116100003. iteration 16108 found worse value: 341.09734116100003. iteration 16109 found worse value: 341.09734116100003. iteration 16110 found worse value: 341.09734116100003. iteration 16111 found worse value: 341.09734116100003. iteration 16112 found worse value: 341.09734116100003. iteration 16112, perturbing to get out of local maxima iteration 16113 found worse value: 341.09734116100003. iteration 16114 found worse value: 341.09734116100003. iteration 16115 found worse value: 341.09734116100003. iteration 16116 found worse value: 341.09734116100003. iteration 16117 found worse value: 341.09734116100003. iteration 16118 found worse value: 341.09734116100003. iteration 16118, perturbing to get out of local maxima iteration 16119 found worse value: 341.09734116100003. iteration 16120 found worse value: 341.09734116100003. iteration 16121 found worse value: 341.09734116100003. iteration 16122 found worse value: 341.09734116100003. iteration 16123 found worse value: 341.09734116100003. iteration 16124 found worse value: 341.09734116100003. iteration 16125 found worse value: 341.09734116100003. iteration 16126 found worse value: 341.09734116100003. iteration 16127 found worse value: 341.09734116100003. iteration 16128 found worse value: 341.09734116100003. iteration 16129 found worse value: 341.09734116100003. iteration 16130 found worse value: 341.09734116100003. iteration 16131 found worse value: 341.09734116100003. iteration 16132 found worse value: 341.09734116100003. iteration 16133 found worse value: 341.09734116100003. iteration 16134 found worse value: 341.09734116100003. iteration 16135 found worse value: 341.09734116100003. iteration 16136 found worse value: 341.09734116100003. iteration 16137 found worse value: 341.09734116100003. iteration 16138 found worse value: 341.09734116100003. iteration 16139 found worse value: 341.09734116100003. iteration 16140 found worse value: 341.09734116100003. iteration 16141 found worse value: 341.09734116100003. iteration 16142 found worse value: 341.09734116100003. iteration 16143 found worse value: 341.09734116100003. iteration 16144 found worse value: 341.09734116100003. iteration 16144, perturbing to get out of local maxima iteration 16145 found worse value: 341.09734116100003. iteration 16146 found worse value: 341.09734116100003. iteration 16147 found worse value: 341.09734116100003. iteration 16148 found worse value: 341.09734116100003. iteration 16149 found worse value: 341.09734116100003. iteration 16150 found worse value: 341.09734116100003. iteration 16151 found worse value: 341.09734116100003. iteration 16152 found worse value: 341.09734116100003. iteration 16153 found worse value: 341.09734116100003. iteration 16154 found worse value: 341.09734116100003. iteration 16155 found worse value: 341.09734116100003. iteration 16156 found worse value: 341.09734116100003. iteration 16157 found worse value: 341.09734116100003. iteration 16158 found worse value: 341.09734116100003. iteration 16159 found worse value: 341.09734116100003. iteration 16160 found worse value: 341.09734116100003. iteration 16161 found worse value: 341.09734116100003. iteration 16162 found worse value: 341.09734116100003. iteration 16163 found worse value: 341.09734116100003. iteration 16164 found worse value: 341.09734116100003. iteration 16165 found worse value: 341.09734116100003. iteration 16166 found worse value: 341.09734116100003. iteration 16167 found worse value: 341.09734116100003. iteration 16168 found worse value: 341.09734116100003. iteration 16169 found worse value: 341.09734116100003. iteration 16170 found worse value: 341.09734116100003. iteration 16171 found worse value: 341.09734116100003. iteration 16172 found worse value: 341.09734116100003. iteration 16173 found worse value: 341.09734116100003. iteration 16174 found worse value: 341.09734116100003. iteration 16175 found worse value: 341.09734116100003. iteration 16176 found worse value: 341.09734116100003. iteration 16176, perturbing to get out of local maxima iteration 16177 found worse value: 341.09734116100003. iteration 16178 found worse value: 341.09734116100003. iteration 16179 found worse value: 341.09734116100003. iteration 16180 found worse value: 341.09734116100003. iteration 16181 found worse value: 341.09734116100003. iteration 16182 found worse value: 341.09734116100003. iteration 16183 found worse value: 341.09734116100003. iteration 16184 found worse value: 341.09734116100003. iteration 16185 found worse value: 341.09734116100003. iteration 16185, perturbing to get out of local maxima iteration 16186 found worse value: 341.09734116100003. iteration 16187 found worse value: 341.09734116100003. iteration 16188 found worse value: 341.09734116100003. iteration 16189 found worse value: 341.09734116100003. iteration 16190 found worse value: 341.09734116100003. iteration 16191 found worse value: 341.09734116100003. iteration 16192 found worse value: 341.09734116100003. iteration 16193 found worse value: 341.09734116100003. iteration 16194 found worse value: 341.09734116100003. iteration 16195 found worse value: 341.09734116100003. iteration 16196 found worse value: 341.09734116100003. iteration 16197 found worse value: 341.09734116100003. iteration 16198 found worse value: 341.09734116100003. iteration 16198, perturbing to get out of local maxima iteration 16199 found worse value: 341.09734116100003. iteration 16200 found worse value: 341.09734116100003. iteration 16201 found worse value: 341.09734116100003. iteration 16202 found worse value: 341.09734116100003. iteration 16203 found worse value: 341.09734116100003. iteration 16204 found worse value: 341.09734116100003. iteration 16205 found worse value: 341.09734116100003. iteration 16206 found worse value: 341.09734116100003. iteration 16207 found worse value: 341.09734116100003. iteration 16208 found worse value: 341.09734116100003. iteration 16209 found worse value: 341.09734116100003. iteration 16210 found worse value: 341.09734116100003. iteration 16211 found worse value: 341.09734116100003. iteration 16212 found worse value: 341.09734116100003. iteration 16213 found worse value: 341.09734116100003. iteration 16214 found worse value: 341.09734116100003. iteration 16215 found worse value: 341.09734116100003. iteration 16216 found worse value: 341.09734116100003. iteration 16217 found worse value: 341.09734116100003. iteration 16218 found worse value: 341.09734116100003. iteration 16219 found worse value: 341.09734116100003. iteration 16220 found worse value: 341.09734116100003. iteration 16221 found worse value: 341.09734116100003. iteration 16222 found worse value: 341.09734116100003. iteration 16223 found worse value: 341.09734116100003. iteration 16224 found worse value: 341.09734116100003. iteration 16225 found worse value: 341.09734116100003. iteration 16226 found worse value: 341.09734116100003. iteration 16227 found worse value: 341.09734116100003. iteration 16228 found worse value: 341.09734116100003. iteration 16229 found worse value: 341.09734116100003. iteration 16230 found worse value: 341.09734116100003. iteration 16231 found worse value: 341.09734116100003. iteration 16232 found worse value: 341.09734116100003. iteration 16233 found worse value: 341.09734116100003. iteration 16234 found worse value: 341.09734116100003. iteration 16235 found worse value: 341.09734116100003. iteration 16235, perturbing to get out of local maxima iteration 16236 found worse value: 341.09734116100003. iteration 16237 found worse value: 341.09734116100003. iteration 16238 found worse value: 341.09734116100003. iteration 16239 found worse value: 341.09734116100003. iteration 16240 found worse value: 341.09734116100003. iteration 16241 found worse value: 341.09734116100003. iteration 16242 found worse value: 341.09734116100003. iteration 16243 found worse value: 341.09734116100003. iteration 16244 found worse value: 341.09734116100003. iteration 16244, perturbing to get out of local maxima iteration 16245 found worse value: 341.09734116100003. iteration 16245, perturbing to get out of local maxima iteration 16246 found worse value: 341.09734116100003. iteration 16247 found worse value: 341.09734116100003. iteration 16248 found worse value: 341.09734116100003. iteration 16249 found worse value: 341.09734116100003. iteration 16250 found worse value: 341.09734116100003. iteration 16251 found worse value: 341.09734116100003. iteration 16252 found worse value: 341.09734116100003. iteration 16253 found worse value: 341.09734116100003. iteration 16254 found worse value: 341.09734116100003. iteration 16255 found worse value: 341.09734116100003. iteration 16256 found worse value: 341.09734116100003. iteration 16257 found worse value: 341.09734116100003. iteration 16258 found worse value: 341.09734116100003. iteration 16259 found worse value: 341.09734116100003. iteration 16260 found worse value: 341.09734116100003. iteration 16261 found worse value: 341.09734116100003. iteration 16262 found worse value: 341.09734116100003. iteration 16263 found worse value: 341.09734116100003. iteration 16264 found worse value: 341.09734116100003. iteration 16265 found worse value: 341.09734116100003. iteration 16266 found worse value: 341.09734116100003. iteration 16267 found worse value: 341.09734116100003. iteration 16268 found worse value: 341.09734116100003. iteration 16269 found worse value: 341.09734116100003. iteration 16270 found worse value: 341.09734116100003. iteration 16271 found worse value: 341.09734116100003. iteration 16272 found worse value: 341.09734116100003. iteration 16273 found worse value: 341.09734116100003. iteration 16274 found worse value: 341.09734116100003. iteration 16275 found worse value: 341.09734116100003. iteration 16276 found worse value: 341.09734116100003. iteration 16277 found worse value: 341.09734116100003. iteration 16278 found worse value: 341.09734116100003. iteration 16279 found worse value: 341.09734116100003. iteration 16280 found worse value: 341.09734116100003. iteration 16281 found worse value: 341.09734116100003. iteration 16282 found worse value: 341.09734116100003. iteration 16283 found worse value: 341.09734116100003. iteration 16284 found worse value: 341.09734116100003. iteration 16285 found worse value: 341.09734116100003. iteration 16286 found worse value: 341.09734116100003. iteration 16287 found worse value: 341.09734116100003. iteration 16288 found worse value: 341.09734116100003. iteration 16289 found worse value: 341.09734116100003. iteration 16290 found worse value: 341.09734116100003. iteration 16291 found worse value: 341.09734116100003. iteration 16292 found worse value: 341.09734116100003. iteration 16293 found worse value: 341.09734116100003. iteration 16294 found worse value: 341.09734116100003. iteration 16295 found worse value: 341.09734116100003. iteration 16296 found worse value: 341.09734116100003. iteration 16297 found worse value: 341.09734116100003. iteration 16298 found worse value: 341.09734116100003. iteration 16299 found worse value: 341.09734116100003. iteration 16299, perturbing to get out of local maxima iteration 16300 found worse value: 341.09734116100003. iteration 16301 found worse value: 341.09734116100003. iteration 16302 found worse value: 341.09734116100003. iteration 16303 found worse value: 341.09734116100003. iteration 16304 found worse value: 341.09734116100003. iteration 16305 found worse value: 341.09734116100003. iteration 16306 found worse value: 341.09734116100003. iteration 16307 found worse value: 341.09734116100003. iteration 16308 found worse value: 341.09734116100003. iteration 16309 found worse value: 341.09734116100003. iteration 16310 found worse value: 341.09734116100003. iteration 16311 found worse value: 341.09734116100003. iteration 16312 found worse value: 341.09734116100003. iteration 16313 found worse value: 341.09734116100003. iteration 16314 found worse value: 341.09734116100003. iteration 16315 found worse value: 341.09734116100003. iteration 16315, perturbing to get out of local maxima iteration 16316 found worse value: 341.09734116100003. iteration 16317 found worse value: 341.09734116100003. iteration 16318 found worse value: 341.09734116100003. iteration 16319 found worse value: 341.09734116100003. iteration 16320 found worse value: 341.09734116100003. iteration 16321 found worse value: 341.09734116100003. iteration 16322 found worse value: 341.09734116100003. iteration 16323 found worse value: 341.09734116100003. iteration 16324 found worse value: 341.09734116100003. iteration 16325 found worse value: 341.09734116100003. iteration 16326 found worse value: 341.09734116100003. iteration 16327 found worse value: 341.09734116100003. iteration 16328 found worse value: 341.09734116100003. iteration 16329 found worse value: 341.09734116100003. iteration 16330 found worse value: 341.09734116100003. iteration 16331 found worse value: 341.09734116100003. iteration 16332 found worse value: 341.09734116100003. iteration 16333 found worse value: 341.09734116100003. iteration 16334 found worse value: 341.09734116100003. iteration 16335 found worse value: 341.09734116100003. iteration 16336 found worse value: 341.09734116100003. iteration 16337 found worse value: 341.09734116100003. iteration 16338 found worse value: 341.09734116100003. iteration 16339 found worse value: 341.09734116100003. iteration 16340 found worse value: 341.09734116100003. iteration 16341 found worse value: 341.09734116100003. iteration 16342 found worse value: 341.09734116100003. iteration 16343 found worse value: 341.09734116100003. iteration 16344 found worse value: 341.09734116100003. iteration 16345 found worse value: 341.09734116100003. iteration 16346 found worse value: 341.09734116100003. iteration 16347 found worse value: 341.09734116100003. iteration 16348 found worse value: 341.09734116100003. iteration 16349 found worse value: 341.09734116100003. iteration 16350 found worse value: 341.09734116100003. iteration 16351 found worse value: 341.09734116100003. iteration 16352 found worse value: 341.09734116100003. iteration 16353 found worse value: 341.09734116100003. iteration 16354 found worse value: 341.09734116100003. iteration 16354, perturbing to get out of local maxima iteration 16355 found worse value: 341.09734116100003. iteration 16356 found worse value: 341.09734116100003. iteration 16357 found worse value: 341.09734116100003. iteration 16358 found worse value: 341.09734116100003. iteration 16359 found worse value: 341.09734116100003. iteration 16360 found worse value: 341.09734116100003. iteration 16361 found worse value: 341.09734116100003. iteration 16362 found worse value: 341.09734116100003. iteration 16363 found worse value: 341.09734116100003. iteration 16364 found worse value: 341.09734116100003. iteration 16365 found worse value: 341.09734116100003. iteration 16366 found worse value: 341.09734116100003. iteration 16367 found worse value: 341.09734116100003. iteration 16368 found worse value: 341.09734116100003. iteration 16368, perturbing to get out of local maxima iteration 16369 found worse value: 341.09734116100003. iteration 16370 found worse value: 341.09734116100003. iteration 16371 found worse value: 341.09734116100003. iteration 16372 found worse value: 341.09734116100003. iteration 16373 found worse value: 341.09734116100003. iteration 16374 found worse value: 341.09734116100003. iteration 16375 found worse value: 341.09734116100003. iteration 16376 found worse value: 341.09734116100003. iteration 16377 found worse value: 341.09734116100003. iteration 16378 found worse value: 341.09734116100003. iteration 16379 found worse value: 341.09734116100003. iteration 16380 found worse value: 341.09734116100003. iteration 16381 found worse value: 341.09734116100003. iteration 16382 found worse value: 341.09734116100003. iteration 16383 found worse value: 341.09734116100003. iteration 16384 found worse value: 341.09734116100003. iteration 16385 found worse value: 341.09734116100003. iteration 16386 found worse value: 341.09734116100003. iteration 16387 found worse value: 341.09734116100003. iteration 16388 found worse value: 341.09734116100003. iteration 16389 found worse value: 341.09734116100003. iteration 16390 found worse value: 341.09734116100003. iteration 16391 found worse value: 341.09734116100003. iteration 16392 found worse value: 341.09734116100003. iteration 16393 found worse value: 341.09734116100003. iteration 16394 found worse value: 341.09734116100003. iteration 16395 found worse value: 341.09734116100003. iteration 16396 found worse value: 341.09734116100003. iteration 16397 found worse value: 341.09734116100003. iteration 16398 found worse value: 341.09734116100003. iteration 16399 found worse value: 341.09734116100003. iteration 16400 found worse value: 341.09734116100003. iteration 16401 found worse value: 341.09734116100003. iteration 16401, perturbing to get out of local maxima iteration 16402 found worse value: 341.09734116100003. iteration 16403 found worse value: 341.09734116100003. iteration 16404 found worse value: 341.09734116100003. iteration 16405 found worse value: 341.09734116100003. iteration 16406 found worse value: 341.09734116100003. iteration 16407 found worse value: 341.09734116100003. iteration 16408 found worse value: 341.09734116100003. iteration 16409 found worse value: 341.09734116100003. iteration 16410 found worse value: 341.09734116100003. iteration 16411 found worse value: 341.09734116100003. iteration 16412 found worse value: 341.09734116100003. iteration 16413 found worse value: 341.09734116100003. iteration 16414 found worse value: 341.09734116100003. iteration 16415 found worse value: 341.09734116100003. iteration 16416 found worse value: 341.09734116100003. iteration 16417 found worse value: 341.09734116100003. iteration 16418 found worse value: 341.09734116100003. iteration 16419 found worse value: 341.09734116100003. iteration 16420 found worse value: 341.09734116100003. iteration 16421 found worse value: 341.09734116100003. iteration 16422 found worse value: 341.09734116100003. iteration 16423 found worse value: 341.09734116100003. iteration 16424 found worse value: 341.09734116100003. iteration 16425 found worse value: 341.09734116100003. iteration 16426 found worse value: 341.09734116100003. iteration 16427 found worse value: 341.09734116100003. iteration 16428 found worse value: 341.09734116100003. iteration 16429 found worse value: 341.09734116100003. iteration 16430 found worse value: 341.09734116100003. iteration 16431 found worse value: 341.09734116100003. iteration 16432 found worse value: 341.09734116100003. iteration 16433 found worse value: 341.09734116100003. iteration 16434 found worse value: 341.09734116100003. iteration 16435 found worse value: 341.09734116100003. iteration 16436 found worse value: 341.09734116100003. iteration 16437 found worse value: 341.09734116100003. iteration 16438 found worse value: 341.09734116100003. iteration 16439 found worse value: 341.09734116100003. iteration 16440 found worse value: 341.09734116100003. iteration 16441 found worse value: 341.09734116100003. iteration 16442 found worse value: 341.09734116100003. iteration 16442, perturbing to get out of local maxima iteration 16443 found worse value: 341.09734116100003. iteration 16444 found worse value: 341.09734116100003. iteration 16445 found worse value: 341.09734116100003. iteration 16446 found worse value: 341.09734116100003. iteration 16447 found worse value: 341.09734116100003. iteration 16448 found worse value: 341.09734116100003. iteration 16449 found worse value: 341.09734116100003. iteration 16450 found worse value: 341.09734116100003. iteration 16451 found worse value: 341.09734116100003. iteration 16452 found worse value: 341.09734116100003. iteration 16453 found worse value: 341.09734116100003. iteration 16454 found worse value: 341.09734116100003. iteration 16455 found worse value: 341.09734116100003. iteration 16456 found worse value: 341.09734116100003. iteration 16457 found worse value: 341.09734116100003. iteration 16458 found worse value: 341.09734116100003. iteration 16459 found worse value: 341.09734116100003. iteration 16460 found worse value: 341.09734116100003. iteration 16461 found worse value: 341.09734116100003. iteration 16462 found worse value: 341.09734116100003. iteration 16463 found worse value: 341.09734116100003. iteration 16464 found worse value: 341.09734116100003. iteration 16465 found worse value: 341.09734116100003. iteration 16466 found worse value: 341.09734116100003. iteration 16467 found worse value: 341.09734116100003. iteration 16468 found worse value: 341.09734116100003. iteration 16469 found worse value: 341.09734116100003. iteration 16470 found worse value: 341.09734116100003. iteration 16471 found worse value: 341.09734116100003. iteration 16472 found worse value: 341.09734116100003. iteration 16473 found worse value: 341.09734116100003. iteration 16474 found worse value: 341.09734116100003. iteration 16475 found worse value: 341.09734116100003. iteration 16476 found worse value: 341.09734116100003. iteration 16477 found worse value: 341.09734116100003. iteration 16478 found worse value: 341.09734116100003. iteration 16479 found worse value: 341.09734116100003. iteration 16480 found worse value: 341.09734116100003. iteration 16481 found worse value: 341.09734116100003. iteration 16482 found worse value: 341.09734116100003. iteration 16483 found worse value: 341.09734116100003. iteration 16484 found worse value: 341.09734116100003. iteration 16485 found worse value: 341.09734116100003. iteration 16486 found worse value: 341.09734116100003. iteration 16487 found worse value: 341.09734116100003. iteration 16488 found worse value: 341.09734116100003. iteration 16489 found worse value: 341.09734116100003. iteration 16490 found worse value: 341.09734116100003. iteration 16491 found worse value: 341.09734116100003. iteration 16492 found worse value: 341.09734116100003. iteration 16493 found worse value: 341.09734116100003. iteration 16494 found worse value: 341.09734116100003. iteration 16495 found worse value: 341.09734116100003. iteration 16496 found worse value: 341.09734116100003. iteration 16497 found worse value: 341.09734116100003. iteration 16498 found worse value: 341.09734116100003. iteration 16499 found worse value: 341.09734116100003. iteration 16500 found worse value: 341.09734116100003. iteration 16501 found worse value: 341.09734116100003. iteration 16502 found worse value: 341.09734116100003. iteration 16503 found worse value: 341.09734116100003. iteration 16504 found worse value: 341.09734116100003. iteration 16505 found worse value: 341.09734116100003. iteration 16506 found worse value: 341.09734116100003. iteration 16507 found worse value: 341.09734116100003. iteration 16508 found worse value: 341.09734116100003. iteration 16509 found worse value: 341.09734116100003. iteration 16510 found worse value: 341.09734116100003. iteration 16511 found worse value: 341.09734116100003. iteration 16512 found worse value: 341.09734116100003. iteration 16513 found worse value: 341.09734116100003. iteration 16514 found worse value: 341.09734116100003. iteration 16515 found worse value: 341.09734116100003. iteration 16516 found worse value: 341.09734116100003. iteration 16517 found worse value: 341.09734116100003. iteration 16518 found worse value: 341.09734116100003. iteration 16519 found worse value: 341.09734116100003. iteration 16520 found worse value: 341.09734116100003. iteration 16521 found worse value: 341.09734116100003. iteration 16522 found worse value: 341.09734116100003. iteration 16523 found worse value: 341.09734116100003. iteration 16524 found worse value: 341.09734116100003. iteration 16525 found worse value: 341.09734116100003. iteration 16526 found worse value: 341.09734116100003. iteration 16527 found worse value: 341.09734116100003. iteration 16528 found worse value: 341.09734116100003. iteration 16529 found worse value: 341.09734116100003. iteration 16530 found worse value: 341.09734116100003. iteration 16531 found worse value: 341.09734116100003. iteration 16532 found worse value: 341.09734116100003. iteration 16533 found worse value: 341.09734116100003. iteration 16534 found worse value: 341.09734116100003. iteration 16535 found worse value: 341.09734116100003. iteration 16536 found worse value: 341.09734116100003. iteration 16537 found worse value: 341.09734116100003. iteration 16538 found worse value: 341.09734116100003. iteration 16539 found worse value: 341.09734116100003. iteration 16539, perturbing to get out of local maxima iteration 16540 found worse value: 341.09734116100003. iteration 16541 found worse value: 341.09734116100003. iteration 16542 found worse value: 341.09734116100003. iteration 16543 found worse value: 341.09734116100003. iteration 16544 found worse value: 341.09734116100003. iteration 16545 found worse value: 341.09734116100003. iteration 16546 found worse value: 341.09734116100003. iteration 16547 found worse value: 341.09734116100003. iteration 16548 found worse value: 341.09734116100003. iteration 16549 found worse value: 341.09734116100003. iteration 16550 found worse value: 341.09734116100003. iteration 16551 found worse value: 341.09734116100003. iteration 16552 found worse value: 341.09734116100003. iteration 16553 found worse value: 341.09734116100003. iteration 16554 found worse value: 341.09734116100003. iteration 16555 found worse value: 341.09734116100003. iteration 16556 found worse value: 341.09734116100003. iteration 16557 found worse value: 341.09734116100003. iteration 16558 found worse value: 341.09734116100003. iteration 16559 found worse value: 341.09734116100003. iteration 16560 found worse value: 341.09734116100003. iteration 16561 found worse value: 341.09734116100003. iteration 16562 found worse value: 341.09734116100003. iteration 16563 found worse value: 341.09734116100003. iteration 16564 found worse value: 341.09734116100003. iteration 16565 found worse value: 341.09734116100003. iteration 16566 found worse value: 341.09734116100003. iteration 16567 found worse value: 341.09734116100003. iteration 16568 found worse value: 341.09734116100003. iteration 16569 found worse value: 341.09734116100003. iteration 16570 found worse value: 341.09734116100003. iteration 16571 found worse value: 341.09734116100003. iteration 16572 found worse value: 341.09734116100003. iteration 16573 found worse value: 341.09734116100003. iteration 16574 found worse value: 341.09734116100003. iteration 16575 found worse value: 341.09734116100003. iteration 16576 found worse value: 341.09734116100003. iteration 16577 found worse value: 341.09734116100003. iteration 16578 found worse value: 341.09734116100003. iteration 16579 found worse value: 341.09734116100003. iteration 16580 found worse value: 341.09734116100003. iteration 16581 found worse value: 341.09734116100003. iteration 16582 found worse value: 341.09734116100003. iteration 16583 found worse value: 341.09734116100003. iteration 16584 found worse value: 341.09734116100003. iteration 16585 found worse value: 341.09734116100003. iteration 16586 found worse value: 341.09734116100003. iteration 16587 found worse value: 341.09734116100003. iteration 16588 found worse value: 341.09734116100003. iteration 16589 found worse value: 341.09734116100003. iteration 16590 found worse value: 341.09734116100003. iteration 16591 found worse value: 341.09734116100003. iteration 16591, perturbing to get out of local maxima iteration 16592 found worse value: 341.09734116100003. iteration 16593 found worse value: 341.09734116100003. iteration 16594 found worse value: 341.09734116100003. iteration 16595 found worse value: 341.09734116100003. iteration 16596 found worse value: 341.09734116100003. iteration 16597 found worse value: 341.09734116100003. iteration 16598 found worse value: 341.09734116100003. iteration 16599 found worse value: 341.09734116100003. iteration 16600 found worse value: 341.09734116100003. iteration 16601 found worse value: 341.09734116100003. iteration 16602 found worse value: 341.09734116100003. iteration 16603 found worse value: 341.09734116100003. iteration 16604 found worse value: 341.09734116100003. iteration 16605 found worse value: 341.09734116100003. iteration 16606 found worse value: 341.09734116100003. iteration 16607 found worse value: 341.09734116100003. iteration 16608 found worse value: 341.09734116100003. iteration 16609 found worse value: 341.09734116100003. iteration 16610 found worse value: 341.09734116100003. iteration 16611 found worse value: 341.09734116100003. iteration 16612 found worse value: 341.09734116100003. iteration 16613 found worse value: 341.09734116100003. iteration 16614 found worse value: 341.09734116100003. iteration 16615 found worse value: 341.09734116100003. iteration 16616 found worse value: 341.09734116100003. iteration 16617 found worse value: 341.09734116100003. iteration 16618 found worse value: 341.09734116100003. iteration 16619 found worse value: 341.09734116100003. iteration 16620 found worse value: 341.09734116100003. iteration 16621 found worse value: 341.09734116100003. iteration 16622 found worse value: 341.09734116100003. iteration 16623 found worse value: 341.09734116100003. iteration 16624 found worse value: 341.09734116100003. iteration 16625 found worse value: 341.09734116100003. iteration 16626 found worse value: 341.09734116100003. iteration 16627 found worse value: 341.09734116100003. iteration 16628 found worse value: 341.09734116100003. iteration 16629 found worse value: 341.09734116100003. iteration 16630 found worse value: 341.09734116100003. iteration 16631 found worse value: 341.09734116100003. iteration 16632 found worse value: 341.09734116100003. iteration 16633 found worse value: 341.09734116100003. iteration 16634 found worse value: 341.09734116100003. iteration 16635 found worse value: 341.09734116100003. iteration 16636 found worse value: 341.09734116100003. iteration 16637 found worse value: 341.09734116100003. iteration 16637, perturbing to get out of local maxima iteration 16638 found worse value: 341.09734116100003. iteration 16639 found worse value: 341.09734116100003. iteration 16640 found worse value: 341.09734116100003. iteration 16641 found worse value: 341.09734116100003. iteration 16642 found worse value: 341.09734116100003. iteration 16643 found worse value: 341.09734116100003. iteration 16644 found worse value: 341.09734116100003. iteration 16645 found worse value: 341.09734116100003. iteration 16646 found worse value: 341.09734116100003. iteration 16647 found worse value: 341.09734116100003. iteration 16648 found worse value: 341.09734116100003. iteration 16648, perturbing to get out of local maxima iteration 16649 found worse value: 341.09734116100003. iteration 16650 found worse value: 341.09734116100003. iteration 16651 found worse value: 341.09734116100003. iteration 16652 found worse value: 341.09734116100003. iteration 16653 found worse value: 341.09734116100003. iteration 16654 found worse value: 341.09734116100003. iteration 16655 found worse value: 341.09734116100003. iteration 16656 found worse value: 341.09734116100003. iteration 16657 found worse value: 341.09734116100003. iteration 16658 found worse value: 341.09734116100003. iteration 16659 found worse value: 341.09734116100003. iteration 16659, perturbing to get out of local maxima iteration 16660 found worse value: 341.09734116100003. iteration 16661 found worse value: 341.09734116100003. iteration 16662 found worse value: 341.09734116100003. iteration 16663 found worse value: 341.09734116100003. iteration 16664 found worse value: 341.09734116100003. iteration 16665 found worse value: 341.09734116100003. iteration 16666 found worse value: 341.09734116100003. iteration 16667 found worse value: 341.09734116100003. iteration 16668 found worse value: 341.09734116100003. iteration 16669 found worse value: 341.09734116100003. iteration 16670 found worse value: 341.09734116100003. iteration 16671 found worse value: 341.09734116100003. iteration 16672 found worse value: 341.09734116100003. iteration 16673 found worse value: 341.09734116100003. iteration 16674 found worse value: 341.09734116100003. iteration 16675 found worse value: 341.09734116100003. iteration 16676 found worse value: 341.09734116100003. iteration 16677 found worse value: 341.09734116100003. iteration 16678 found worse value: 341.09734116100003. iteration 16679 found worse value: 341.09734116100003. iteration 16680 found worse value: 341.09734116100003. iteration 16681 found worse value: 341.09734116100003. iteration 16682 found worse value: 341.09734116100003. iteration 16683 found worse value: 341.09734116100003. iteration 16684 found worse value: 341.09734116100003. iteration 16685 found worse value: 341.09734116100003. iteration 16686 found worse value: 341.09734116100003. iteration 16687 found worse value: 341.09734116100003. iteration 16688 found worse value: 341.09734116100003. iteration 16689 found worse value: 341.09734116100003. iteration 16690 found worse value: 341.09734116100003. iteration 16691 found worse value: 341.09734116100003. iteration 16692 found worse value: 341.09734116100003. iteration 16693 found worse value: 341.09734116100003. iteration 16694 found worse value: 341.09734116100003. iteration 16695 found worse value: 341.09734116100003. iteration 16696 found worse value: 341.09734116100003. iteration 16697 found worse value: 341.09734116100003. iteration 16698 found worse value: 341.09734116100003. iteration 16699 found worse value: 341.09734116100003. iteration 16700 found worse value: 341.09734116100003. iteration 16701 found worse value: 341.09734116100003. iteration 16702 found worse value: 341.09734116100003. iteration 16703 found worse value: 341.09734116100003. iteration 16704 found worse value: 341.09734116100003. iteration 16705 found worse value: 341.09734116100003. iteration 16706 found worse value: 341.09734116100003. iteration 16707 found worse value: 341.09734116100003. iteration 16708 found worse value: 341.09734116100003. iteration 16709 found worse value: 341.09734116100003. iteration 16710 found worse value: 341.09734116100003. iteration 16711 found worse value: 341.09734116100003. iteration 16712 found worse value: 341.09734116100003. iteration 16713 found worse value: 341.09734116100003. iteration 16714 found worse value: 341.09734116100003. iteration 16715 found worse value: 341.09734116100003. iteration 16716 found worse value: 341.09734116100003. iteration 16717 found worse value: 341.09734116100003. iteration 16718 found worse value: 341.09734116100003. iteration 16719 found worse value: 341.09734116100003. iteration 16720 found worse value: 341.09734116100003. iteration 16721 found worse value: 341.09734116100003. iteration 16722 found worse value: 341.09734116100003. iteration 16723 found worse value: 341.09734116100003. iteration 16724 found worse value: 341.09734116100003. iteration 16725 found worse value: 341.09734116100003. iteration 16726 found worse value: 341.09734116100003. iteration 16727 found worse value: 341.09734116100003. iteration 16728 found worse value: 341.09734116100003. iteration 16729 found worse value: 341.09734116100003. iteration 16730 found worse value: 341.09734116100003. iteration 16731 found worse value: 341.09734116100003. iteration 16732 found worse value: 341.09734116100003. iteration 16733 found worse value: 341.09734116100003. iteration 16734 found worse value: 341.09734116100003. iteration 16735 found worse value: 341.09734116100003. iteration 16736 found worse value: 341.09734116100003. iteration 16737 found worse value: 341.09734116100003. iteration 16738 found worse value: 341.09734116100003. iteration 16739 found worse value: 341.09734116100003. iteration 16740 found worse value: 341.09734116100003. iteration 16741 found worse value: 341.09734116100003. iteration 16742 found worse value: 341.09734116100003. iteration 16743 found worse value: 341.09734116100003. iteration 16744 found worse value: 341.09734116100003. iteration 16745 found worse value: 341.09734116100003. iteration 16746 found worse value: 341.09734116100003. iteration 16747 found worse value: 341.09734116100003. iteration 16748 found worse value: 341.09734116100003. iteration 16749 found worse value: 341.09734116100003. iteration 16750 found worse value: 341.09734116100003. iteration 16751 found worse value: 341.09734116100003. iteration 16752 found worse value: 341.09734116100003. iteration 16753 found worse value: 341.09734116100003. iteration 16754 found worse value: 341.09734116100003. iteration 16755 found worse value: 341.09734116100003. iteration 16756 found worse value: 341.09734116100003. iteration 16757 found worse value: 341.09734116100003. iteration 16758 found worse value: 341.09734116100003. iteration 16759 found worse value: 341.09734116100003. iteration 16760 found worse value: 341.09734116100003. iteration 16761 found worse value: 341.09734116100003. iteration 16762 found worse value: 341.09734116100003. iteration 16763 found worse value: 341.09734116100003. iteration 16764 found worse value: 341.09734116100003. iteration 16765 found worse value: 341.09734116100003. iteration 16766 found worse value: 341.09734116100003. iteration 16767 found worse value: 341.09734116100003. iteration 16768 found worse value: 341.09734116100003. iteration 16769 found worse value: 341.09734116100003. iteration 16770 found worse value: 341.09734116100003. iteration 16771 found worse value: 341.09734116100003. iteration 16772 found worse value: 341.09734116100003. iteration 16773 found worse value: 341.09734116100003. iteration 16774 found worse value: 341.09734116100003. iteration 16775 found worse value: 341.09734116100003. iteration 16776 found worse value: 341.09734116100003. iteration 16777 found worse value: 341.09734116100003. iteration 16778 found worse value: 341.09734116100003. iteration 16779 found worse value: 341.09734116100003. iteration 16780 found worse value: 341.09734116100003. iteration 16781 found worse value: 341.09734116100003. iteration 16782 found worse value: 341.09734116100003. iteration 16783 found worse value: 341.09734116100003. iteration 16784 found worse value: 341.09734116100003. iteration 16785 found worse value: 341.09734116100003. iteration 16786 found worse value: 341.09734116100003. iteration 16787 found worse value: 341.09734116100003. iteration 16788 found worse value: 341.09734116100003. iteration 16789 found worse value: 341.09734116100003. iteration 16790 found worse value: 341.09734116100003. iteration 16791 found worse value: 341.09734116100003. iteration 16792 found worse value: 341.09734116100003. iteration 16793 found worse value: 341.09734116100003. iteration 16794 found worse value: 341.09734116100003. iteration 16795 found worse value: 341.09734116100003. iteration 16796 found worse value: 341.09734116100003. iteration 16797 found worse value: 341.09734116100003. iteration 16798 found worse value: 341.09734116100003. iteration 16799 found worse value: 341.09734116100003. iteration 16800 found worse value: 341.09734116100003. iteration 16801 found worse value: 341.09734116100003. iteration 16802 found worse value: 341.09734116100003. iteration 16802, perturbing to get out of local maxima iteration 16803 found worse value: 341.09734116100003. iteration 16804 found worse value: 341.09734116100003. iteration 16805 found worse value: 341.09734116100003. iteration 16806 found worse value: 341.09734116100003. iteration 16807 found worse value: 341.09734116100003. iteration 16808 found worse value: 341.09734116100003. iteration 16809 found worse value: 341.09734116100003. iteration 16810 found worse value: 341.09734116100003. iteration 16811 found worse value: 341.09734116100003. iteration 16812 found worse value: 341.09734116100003. iteration 16813 found worse value: 341.09734116100003. iteration 16814 found worse value: 341.09734116100003. iteration 16815 found worse value: 341.09734116100003. iteration 16816 found worse value: 341.09734116100003. iteration 16817 found worse value: 341.09734116100003. iteration 16818 found worse value: 341.09734116100003. iteration 16819 found worse value: 341.09734116100003. iteration 16820 found worse value: 341.09734116100003. iteration 16821 found worse value: 341.09734116100003. iteration 16822 found worse value: 341.09734116100003. iteration 16823 found worse value: 341.09734116100003. iteration 16824 found worse value: 341.09734116100003. iteration 16825 found worse value: 341.09734116100003. iteration 16826 found worse value: 341.09734116100003. iteration 16827 found worse value: 341.09734116100003. iteration 16828 found worse value: 341.09734116100003. iteration 16829 found worse value: 341.09734116100003. iteration 16830 found worse value: 341.09734116100003. iteration 16831 found worse value: 341.09734116100003. iteration 16832 found worse value: 341.09734116100003. iteration 16833 found worse value: 341.09734116100003. iteration 16834 found worse value: 341.09734116100003. iteration 16835 found worse value: 341.09734116100003. iteration 16835, perturbing to get out of local maxima iteration 16836 found worse value: 341.09734116100003. iteration 16837 found worse value: 341.09734116100003. iteration 16838 found worse value: 341.09734116100003. iteration 16839 found worse value: 341.09734116100003. iteration 16840 found worse value: 341.09734116100003. iteration 16841 found worse value: 341.09734116100003. iteration 16842 found worse value: 341.09734116100003. iteration 16843 found worse value: 341.09734116100003. iteration 16844 found worse value: 341.09734116100003. iteration 16845 found worse value: 341.09734116100003. iteration 16846 found worse value: 341.09734116100003. iteration 16847 found worse value: 341.09734116100003. iteration 16848 found worse value: 341.09734116100003. iteration 16849 found worse value: 341.09734116100003. iteration 16850 found worse value: 341.09734116100003. iteration 16851 found worse value: 341.09734116100003. iteration 16852 found worse value: 341.09734116100003. iteration 16853 found worse value: 341.09734116100003. iteration 16854 found worse value: 341.09734116100003. iteration 16855 found worse value: 341.09734116100003. iteration 16856 found worse value: 341.09734116100003. iteration 16857 found worse value: 341.09734116100003. iteration 16858 found worse value: 341.09734116100003. iteration 16859 found worse value: 341.09734116100003. iteration 16860 found worse value: 341.09734116100003. iteration 16861 found worse value: 341.09734116100003. iteration 16862 found worse value: 341.09734116100003. iteration 16863 found worse value: 341.09734116100003. iteration 16864 found worse value: 341.09734116100003. iteration 16865 found worse value: 341.09734116100003. iteration 16866 found worse value: 341.09734116100003. iteration 16867 found worse value: 341.09734116100003. iteration 16868 found worse value: 341.09734116100003. iteration 16869 found worse value: 341.09734116100003. iteration 16870 found worse value: 341.09734116100003. iteration 16871 found worse value: 341.09734116100003. iteration 16872 found worse value: 341.09734116100003. iteration 16873 found worse value: 341.09734116100003. iteration 16874 found worse value: 341.09734116100003. iteration 16875 found worse value: 341.09734116100003. iteration 16876 found worse value: 341.09734116100003. iteration 16877 found worse value: 341.09734116100003. iteration 16878 found worse value: 341.09734116100003. iteration 16879 found worse value: 341.09734116100003. iteration 16880 found worse value: 341.09734116100003. iteration 16881 found worse value: 341.09734116100003. iteration 16882 found worse value: 341.09734116100003. iteration 16883 found worse value: 341.09734116100003. iteration 16884 found worse value: 341.09734116100003. iteration 16885 found worse value: 341.09734116100003. iteration 16886 found worse value: 341.09734116100003. iteration 16887 found worse value: 341.09734116100003. iteration 16888 found worse value: 341.09734116100003. iteration 16889 found worse value: 341.09734116100003. iteration 16890 found worse value: 341.09734116100003. iteration 16891 found worse value: 341.09734116100003. iteration 16892 found worse value: 341.09734116100003. iteration 16893 found worse value: 341.09734116100003. iteration 16894 found worse value: 341.09734116100003. iteration 16895 found worse value: 341.09734116100003. iteration 16896 found worse value: 341.09734116100003. iteration 16897 found worse value: 341.09734116100003. iteration 16898 found worse value: 341.09734116100003. iteration 16899 found worse value: 341.09734116100003. iteration 16900 found worse value: 341.09734116100003. iteration 16901 found worse value: 341.09734116100003. iteration 16902 found worse value: 341.09734116100003. iteration 16903 found worse value: 341.09734116100003. iteration 16904 found worse value: 341.09734116100003. iteration 16905 found worse value: 341.09734116100003. iteration 16906 found worse value: 341.09734116100003. iteration 16907 found worse value: 341.09734116100003. iteration 16908 found worse value: 341.09734116100003. iteration 16909 found worse value: 341.09734116100003. iteration 16910 found worse value: 341.09734116100003. iteration 16911 found worse value: 341.09734116100003. iteration 16912 found worse value: 341.09734116100003. iteration 16913 found worse value: 341.09734116100003. iteration 16914 found worse value: 341.09734116100003. iteration 16915 found worse value: 341.09734116100003. iteration 16916 found worse value: 341.09734116100003. iteration 16916, perturbing to get out of local maxima iteration 16917 found worse value: 341.09734116100003. iteration 16917, perturbing to get out of local maxima iteration 16918 found worse value: 341.09734116100003. iteration 16919 found worse value: 341.09734116100003. iteration 16920 found worse value: 341.09734116100003. iteration 16921 found worse value: 341.09734116100003. iteration 16922 found worse value: 341.09734116100003. iteration 16923 found worse value: 341.09734116100003. iteration 16924 found worse value: 341.09734116100003. iteration 16925 found worse value: 341.09734116100003. iteration 16926 found worse value: 341.09734116100003. iteration 16927 found worse value: 341.09734116100003. iteration 16928 found worse value: 341.09734116100003. iteration 16929 found worse value: 341.09734116100003. iteration 16929, perturbing to get out of local maxima iteration 16930 found worse value: 341.09734116100003. iteration 16931 found worse value: 341.09734116100003. iteration 16932 found worse value: 341.09734116100003. iteration 16933 found worse value: 341.09734116100003. iteration 16934 found worse value: 341.09734116100003. iteration 16935 found worse value: 341.09734116100003. iteration 16936 found worse value: 341.09734116100003. iteration 16937 found worse value: 341.09734116100003. iteration 16938 found worse value: 341.09734116100003. iteration 16939 found worse value: 341.09734116100003. iteration 16939, perturbing to get out of local maxima iteration 16940 found worse value: 341.09734116100003. iteration 16941 found worse value: 341.09734116100003. iteration 16942 found worse value: 341.09734116100003. iteration 16943 found worse value: 341.09734116100003. iteration 16944 found worse value: 341.09734116100003. iteration 16945 found worse value: 341.09734116100003. iteration 16946 found worse value: 341.09734116100003. iteration 16947 found worse value: 341.09734116100003. iteration 16948 found worse value: 341.09734116100003. iteration 16949 found worse value: 341.09734116100003. iteration 16950 found worse value: 341.09734116100003. iteration 16951 found worse value: 341.09734116100003. iteration 16952 found worse value: 341.09734116100003. iteration 16953 found worse value: 341.09734116100003. iteration 16954 found worse value: 341.09734116100003. iteration 16955 found worse value: 341.09734116100003. iteration 16956 found worse value: 341.09734116100003. iteration 16957 found worse value: 341.09734116100003. iteration 16958 found worse value: 341.09734116100003. iteration 16959 found worse value: 341.09734116100003. iteration 16960 found worse value: 341.09734116100003. iteration 16961 found worse value: 341.09734116100003. iteration 16962 found worse value: 341.09734116100003. iteration 16963 found worse value: 341.09734116100003. iteration 16964 found worse value: 341.09734116100003. iteration 16965 found worse value: 341.09734116100003. iteration 16966 found worse value: 341.09734116100003. iteration 16967 found worse value: 341.09734116100003. iteration 16968 found worse value: 341.09734116100003. iteration 16969 found worse value: 341.09734116100003. iteration 16970 found worse value: 341.09734116100003. iteration 16971 found worse value: 341.09734116100003. iteration 16972 found worse value: 341.09734116100003. iteration 16973 found worse value: 341.09734116100003. iteration 16974 found worse value: 341.09734116100003. iteration 16975 found worse value: 341.09734116100003. iteration 16976 found worse value: 341.09734116100003. iteration 16977 found worse value: 341.09734116100003. iteration 16978 found worse value: 341.09734116100003. iteration 16979 found worse value: 341.09734116100003. iteration 16980 found worse value: 341.09734116100003. iteration 16981 found worse value: 341.09734116100003. iteration 16982 found worse value: 341.09734116100003. iteration 16983 found worse value: 341.09734116100003. iteration 16984 found worse value: 341.09734116100003. iteration 16985 found worse value: 341.09734116100003. iteration 16986 found worse value: 341.09734116100003. iteration 16987 found worse value: 341.09734116100003. iteration 16988 found worse value: 341.09734116100003. iteration 16989 found worse value: 341.09734116100003. iteration 16990 found worse value: 341.09734116100003. iteration 16991 found worse value: 341.09734116100003. iteration 16992 found worse value: 341.09734116100003. iteration 16993 found worse value: 341.09734116100003. iteration 16994 found worse value: 341.09734116100003. iteration 16995 found worse value: 341.09734116100003. iteration 16996 found worse value: 341.09734116100003. iteration 16997 found worse value: 341.09734116100003. iteration 16998 found worse value: 341.09734116100003. iteration 16999 found worse value: 341.09734116100003. iteration 17000 found worse value: 341.09734116100003. iteration 17001 found worse value: 341.09734116100003. iteration 17002 found worse value: 341.09734116100003. iteration 17003 found worse value: 341.09734116100003. iteration 17004 found worse value: 341.09734116100003. iteration 17005 found worse value: 341.09734116100003. iteration 17006 found worse value: 341.09734116100003. iteration 17007 found worse value: 341.09734116100003. iteration 17008 found worse value: 341.09734116100003. iteration 17009 found worse value: 341.09734116100003. iteration 17010 found worse value: 341.09734116100003. iteration 17011 found worse value: 341.09734116100003. iteration 17012 found worse value: 341.09734116100003. iteration 17013 found worse value: 341.09734116100003. iteration 17014 found worse value: 341.09734116100003. iteration 17015 found worse value: 341.09734116100003. iteration 17016 found worse value: 341.09734116100003. iteration 17017 found worse value: 341.09734116100003. iteration 17018 found worse value: 341.09734116100003. iteration 17019 found worse value: 341.09734116100003. iteration 17020 found worse value: 341.09734116100003. iteration 17021 found worse value: 341.09734116100003. iteration 17022 found worse value: 341.09734116100003. iteration 17023 found worse value: 341.09734116100003. iteration 17024 found worse value: 341.09734116100003. iteration 17025 found worse value: 341.09734116100003. iteration 17026 found worse value: 341.09734116100003. iteration 17027 found worse value: 341.09734116100003. iteration 17028 found worse value: 341.09734116100003. iteration 17029 found worse value: 341.09734116100003. iteration 17030 found worse value: 341.09734116100003. iteration 17031 found worse value: 341.09734116100003. iteration 17032 found worse value: 341.09734116100003. iteration 17033 found worse value: 341.09734116100003. iteration 17034 found worse value: 341.09734116100003. iteration 17035 found worse value: 341.09734116100003. iteration 17036 found worse value: 341.09734116100003. iteration 17037 found worse value: 341.09734116100003. iteration 17038 found worse value: 341.09734116100003. iteration 17039 found worse value: 341.09734116100003. iteration 17040 found worse value: 341.09734116100003. iteration 17041 found worse value: 341.09734116100003. iteration 17042 found worse value: 341.09734116100003. iteration 17043 found worse value: 341.09734116100003. iteration 17044 found worse value: 341.09734116100003. iteration 17045 found worse value: 341.09734116100003. iteration 17046 found worse value: 341.09734116100003. iteration 17047 found worse value: 341.09734116100003. iteration 17048 found worse value: 341.09734116100003. iteration 17049 found worse value: 341.09734116100003. iteration 17050 found worse value: 341.09734116100003. iteration 17051 found worse value: 341.09734116100003. iteration 17052 found worse value: 341.09734116100003. iteration 17053 found worse value: 341.09734116100003. iteration 17054 found worse value: 341.09734116100003. iteration 17055 found worse value: 341.09734116100003. iteration 17056 found worse value: 341.09734116100003. iteration 17057 found worse value: 341.09734116100003. iteration 17058 found worse value: 341.09734116100003. iteration 17059 found worse value: 341.09734116100003. iteration 17060 found worse value: 341.09734116100003. iteration 17061 found worse value: 341.09734116100003. iteration 17062 found worse value: 341.09734116100003. iteration 17063 found worse value: 341.09734116100003. iteration 17064 found worse value: 341.09734116100003. iteration 17065 found worse value: 341.09734116100003. iteration 17066 found worse value: 341.09734116100003. iteration 17067 found worse value: 341.09734116100003. iteration 17068 found worse value: 341.09734116100003. iteration 17069 found worse value: 341.09734116100003. iteration 17070 found worse value: 341.09734116100003. iteration 17071 found worse value: 341.09734116100003. iteration 17072 found worse value: 341.09734116100003. iteration 17073 found worse value: 341.09734116100003. iteration 17074 found worse value: 341.09734116100003. iteration 17075 found worse value: 341.09734116100003. iteration 17076 found worse value: 341.09734116100003. iteration 17076, perturbing to get out of local maxima iteration 17077 found worse value: 341.09734116100003. iteration 17078 found worse value: 341.09734116100003. iteration 17079 found worse value: 341.09734116100003. iteration 17080 found worse value: 341.09734116100003. iteration 17081 found worse value: 341.09734116100003. iteration 17082 found worse value: 341.09734116100003. iteration 17083 found worse value: 341.09734116100003. iteration 17084 found worse value: 341.09734116100003. iteration 17085 found worse value: 341.09734116100003. iteration 17086 found worse value: 341.09734116100003. iteration 17087 found worse value: 341.09734116100003. iteration 17088 found worse value: 341.09734116100003. iteration 17089 found worse value: 341.09734116100003. iteration 17090 found worse value: 341.09734116100003. iteration 17091 found worse value: 341.09734116100003. iteration 17092 found worse value: 341.09734116100003. iteration 17093 found worse value: 341.09734116100003. iteration 17094 found worse value: 341.09734116100003. iteration 17095 found worse value: 341.09734116100003. iteration 17096 found worse value: 341.09734116100003. iteration 17097 found worse value: 341.09734116100003. iteration 17098 found worse value: 341.09734116100003. iteration 17099 found worse value: 341.09734116100003. iteration 17100 found worse value: 341.09734116100003. iteration 17101 found worse value: 341.09734116100003. iteration 17102 found worse value: 341.09734116100003. iteration 17103 found worse value: 341.09734116100003. iteration 17104 found worse value: 341.09734116100003. iteration 17105 found worse value: 341.09734116100003. iteration 17106 found worse value: 341.09734116100003. iteration 17107 found worse value: 341.09734116100003. iteration 17108 found worse value: 341.09734116100003. iteration 17109 found worse value: 341.09734116100003. iteration 17110 found worse value: 341.09734116100003. iteration 17111 found worse value: 341.09734116100003. iteration 17112 found worse value: 341.09734116100003. iteration 17113 found worse value: 341.09734116100003. iteration 17113, perturbing to get out of local maxima iteration 17114 found worse value: 341.09734116100003. iteration 17115 found worse value: 341.09734116100003. iteration 17116 found worse value: 341.09734116100003. iteration 17117 found worse value: 341.09734116100003. iteration 17118 found worse value: 341.09734116100003. iteration 17119 found worse value: 341.09734116100003. iteration 17120 found worse value: 341.09734116100003. iteration 17121 found worse value: 341.09734116100003. iteration 17122 found worse value: 341.09734116100003. iteration 17123 found worse value: 341.09734116100003. iteration 17124 found worse value: 341.09734116100003. iteration 17125 found worse value: 341.09734116100003. iteration 17126 found worse value: 341.09734116100003. iteration 17127 found worse value: 341.09734116100003. iteration 17128 found worse value: 341.09734116100003. iteration 17129 found worse value: 341.09734116100003. iteration 17130 found worse value: 341.09734116100003. iteration 17131 found worse value: 341.09734116100003. iteration 17132 found worse value: 341.09734116100003. iteration 17133 found worse value: 341.09734116100003. iteration 17134 found worse value: 341.09734116100003. iteration 17135 found worse value: 341.09734116100003. iteration 17136 found worse value: 341.09734116100003. iteration 17137 found worse value: 341.09734116100003. iteration 17138 found worse value: 341.09734116100003. iteration 17139 found worse value: 341.09734116100003. iteration 17140 found worse value: 341.09734116100003. iteration 17141 found worse value: 341.09734116100003. iteration 17142 found worse value: 341.09734116100003. iteration 17143 found worse value: 341.09734116100003. iteration 17144 found worse value: 341.09734116100003. iteration 17145 found worse value: 341.09734116100003. iteration 17146 found worse value: 341.09734116100003. iteration 17147 found worse value: 341.09734116100003. iteration 17148 found worse value: 341.09734116100003. iteration 17149 found worse value: 341.09734116100003. iteration 17150 found worse value: 341.09734116100003. iteration 17151 found worse value: 341.09734116100003. iteration 17152 found worse value: 341.09734116100003. iteration 17153 found worse value: 341.09734116100003. iteration 17154 found worse value: 341.09734116100003. iteration 17155 found worse value: 341.09734116100003. iteration 17156 found worse value: 341.09734116100003. iteration 17157 found worse value: 341.09734116100003. iteration 17158 found worse value: 341.09734116100003. iteration 17159 found worse value: 341.09734116100003. iteration 17160 found worse value: 341.09734116100003. iteration 17161 found worse value: 341.09734116100003. iteration 17162 found worse value: 341.09734116100003. iteration 17163 found worse value: 341.09734116100003. iteration 17164 found worse value: 341.09734116100003. iteration 17165 found worse value: 341.09734116100003. iteration 17166 found worse value: 341.09734116100003. iteration 17167 found worse value: 341.09734116100003. iteration 17168 found worse value: 341.09734116100003. iteration 17169 found worse value: 341.09734116100003. iteration 17170 found worse value: 341.09734116100003. iteration 17171 found worse value: 341.09734116100003. iteration 17172 found worse value: 341.09734116100003. iteration 17173 found worse value: 341.09734116100003. iteration 17174 found worse value: 341.09734116100003. iteration 17175 found worse value: 341.09734116100003. iteration 17176 found worse value: 341.09734116100003. iteration 17177 found worse value: 341.09734116100003. iteration 17178 found worse value: 341.09734116100003. iteration 17179 found worse value: 341.09734116100003. iteration 17179, perturbing to get out of local maxima iteration 17180 found worse value: 341.09734116100003. iteration 17181 found worse value: 341.09734116100003. iteration 17182 found worse value: 341.09734116100003. iteration 17183 found worse value: 341.09734116100003. iteration 17184 found worse value: 341.09734116100003. iteration 17185 found worse value: 341.09734116100003. iteration 17186 found worse value: 341.09734116100003. iteration 17187 found worse value: 341.09734116100003. iteration 17188 found worse value: 341.09734116100003. iteration 17189 found worse value: 341.09734116100003. iteration 17190 found worse value: 341.09734116100003. iteration 17191 found worse value: 341.09734116100003. iteration 17192 found worse value: 341.09734116100003. iteration 17193 found worse value: 341.09734116100003. iteration 17194 found worse value: 341.09734116100003. iteration 17195 found worse value: 341.09734116100003. iteration 17196 found worse value: 341.09734116100003. iteration 17197 found worse value: 341.09734116100003. iteration 17198 found worse value: 341.09734116100003. iteration 17199 found worse value: 341.09734116100003. iteration 17200 found worse value: 341.09734116100003. iteration 17201 found worse value: 341.09734116100003. iteration 17202 found worse value: 341.09734116100003. iteration 17203 found worse value: 341.09734116100003. iteration 17204 found worse value: 341.09734116100003. iteration 17205 found worse value: 341.09734116100003. iteration 17206 found worse value: 341.09734116100003. iteration 17207 found worse value: 341.09734116100003. iteration 17208 found worse value: 341.09734116100003. iteration 17209 found worse value: 341.09734116100003. iteration 17210 found worse value: 341.09734116100003. iteration 17211 found worse value: 341.09734116100003. iteration 17212 found worse value: 341.09734116100003. iteration 17213 found worse value: 341.09734116100003. iteration 17214 found worse value: 341.09734116100003. iteration 17215 found worse value: 341.09734116100003. iteration 17216 found worse value: 341.09734116100003. iteration 17217 found worse value: 341.09734116100003. iteration 17218 found worse value: 341.09734116100003. iteration 17219 found worse value: 341.09734116100003. iteration 17220 found worse value: 341.09734116100003. iteration 17221 found worse value: 341.09734116100003. iteration 17222 found worse value: 341.09734116100003. iteration 17223 found worse value: 341.09734116100003. iteration 17224 found worse value: 341.09734116100003. iteration 17225 found worse value: 341.09734116100003. iteration 17226 found worse value: 341.09734116100003. iteration 17227 found worse value: 341.09734116100003. iteration 17228 found worse value: 341.09734116100003. iteration 17229 found worse value: 341.09734116100003. iteration 17230 found worse value: 341.09734116100003. iteration 17231 found worse value: 341.09734116100003. iteration 17232 found worse value: 341.09734116100003. iteration 17233 found worse value: 341.09734116100003. iteration 17234 found worse value: 341.09734116100003. iteration 17235 found worse value: 341.09734116100003. iteration 17236 found worse value: 341.09734116100003. iteration 17237 found worse value: 341.09734116100003. iteration 17238 found worse value: 341.09734116100003. iteration 17239 found worse value: 341.09734116100003. iteration 17240 found worse value: 341.09734116100003. iteration 17241 found worse value: 341.09734116100003. iteration 17242 found worse value: 341.09734116100003. iteration 17243 found worse value: 341.09734116100003. iteration 17244 found worse value: 341.09734116100003. iteration 17245 found worse value: 341.09734116100003. iteration 17246 found worse value: 341.09734116100003. iteration 17246, perturbing to get out of local maxima iteration 17247 found worse value: 341.09734116100003. iteration 17248 found worse value: 341.09734116100003. iteration 17249 found worse value: 341.09734116100003. iteration 17250 found worse value: 341.09734116100003. iteration 17251 found worse value: 341.09734116100003. iteration 17252 found worse value: 341.09734116100003. iteration 17253 found worse value: 341.09734116100003. iteration 17254 found worse value: 341.09734116100003. iteration 17255 found worse value: 341.09734116100003. iteration 17256 found worse value: 341.09734116100003. iteration 17257 found worse value: 341.09734116100003. iteration 17258 found worse value: 341.09734116100003. iteration 17259 found worse value: 341.09734116100003. iteration 17260 found worse value: 341.09734116100003. iteration 17261 found worse value: 341.09734116100003. iteration 17262 found worse value: 341.09734116100003. iteration 17263 found worse value: 341.09734116100003. iteration 17264 found worse value: 341.09734116100003. iteration 17265 found worse value: 341.09734116100003. iteration 17266 found worse value: 341.09734116100003. iteration 17267 found worse value: 341.09734116100003. iteration 17268 found worse value: 341.09734116100003. iteration 17269 found worse value: 341.09734116100003. iteration 17270 found worse value: 341.09734116100003. iteration 17271 found worse value: 341.09734116100003. iteration 17272 found worse value: 341.09734116100003. iteration 17273 found worse value: 341.09734116100003. iteration 17274 found worse value: 341.09734116100003. iteration 17275 found worse value: 341.09734116100003. iteration 17276 found worse value: 341.09734116100003. iteration 17277 found worse value: 341.09734116100003. iteration 17278 found worse value: 341.09734116100003. iteration 17279 found worse value: 341.09734116100003. iteration 17280 found worse value: 341.09734116100003. iteration 17281 found worse value: 341.09734116100003. iteration 17282 found worse value: 341.09734116100003. iteration 17283 found worse value: 341.09734116100003. iteration 17284 found worse value: 341.09734116100003. iteration 17285 found worse value: 341.09734116100003. iteration 17286 found worse value: 341.09734116100003. iteration 17287 found worse value: 341.09734116100003. iteration 17288 found worse value: 341.09734116100003. iteration 17289 found worse value: 341.09734116100003. iteration 17290 found worse value: 341.09734116100003. iteration 17291 found worse value: 341.09734116100003. iteration 17292 found worse value: 341.09734116100003. iteration 17293 found worse value: 341.09734116100003. iteration 17294 found worse value: 341.09734116100003. iteration 17295 found worse value: 341.09734116100003. iteration 17296 found worse value: 341.09734116100003. iteration 17297 found worse value: 341.09734116100003. iteration 17298 found worse value: 341.09734116100003. iteration 17299 found worse value: 341.09734116100003. iteration 17300 found worse value: 341.09734116100003. iteration 17301 found worse value: 341.09734116100003. iteration 17302 found worse value: 341.09734116100003. iteration 17303 found worse value: 341.09734116100003. iteration 17304 found worse value: 341.09734116100003. iteration 17305 found worse value: 341.09734116100003. iteration 17306 found worse value: 341.09734116100003. iteration 17307 found worse value: 341.09734116100003. iteration 17308 found worse value: 341.09734116100003. iteration 17309 found worse value: 341.09734116100003. iteration 17310 found worse value: 341.09734116100003. iteration 17311 found worse value: 341.09734116100003. iteration 17312 found worse value: 341.09734116100003. iteration 17313 found worse value: 341.09734116100003. iteration 17314 found worse value: 341.09734116100003. iteration 17315 found worse value: 341.09734116100003. iteration 17316 found worse value: 341.09734116100003. iteration 17317 found worse value: 341.09734116100003. iteration 17318 found worse value: 341.09734116100003. iteration 17319 found worse value: 341.09734116100003. iteration 17320 found worse value: 341.09734116100003. iteration 17321 found worse value: 341.09734116100003. iteration 17322 found worse value: 341.09734116100003. iteration 17323 found worse value: 341.09734116100003. iteration 17324 found worse value: 341.09734116100003. iteration 17325 found worse value: 341.09734116100003. iteration 17326 found worse value: 341.09734116100003. iteration 17327 found worse value: 341.09734116100003. iteration 17328 found worse value: 341.09734116100003. iteration 17329 found worse value: 341.09734116100003. iteration 17330 found worse value: 341.09734116100003. iteration 17331 found worse value: 341.09734116100003. iteration 17332 found worse value: 341.09734116100003. iteration 17332, perturbing to get out of local maxima iteration 17333 found worse value: 341.09734116100003. iteration 17334 found worse value: 341.09734116100003. iteration 17335 found worse value: 341.09734116100003. iteration 17336 found worse value: 341.09734116100003. iteration 17337 found worse value: 341.09734116100003. iteration 17338 found worse value: 341.09734116100003. iteration 17339 found worse value: 341.09734116100003. iteration 17340 found worse value: 341.09734116100003. iteration 17341 found worse value: 341.09734116100003. iteration 17342 found worse value: 341.09734116100003. iteration 17343 found worse value: 341.09734116100003. iteration 17344 found worse value: 341.09734116100003. iteration 17345 found worse value: 341.09734116100003. iteration 17346 found worse value: 341.09734116100003. iteration 17347 found worse value: 341.09734116100003. iteration 17348 found worse value: 341.09734116100003. iteration 17349 found worse value: 341.09734116100003. iteration 17350 found worse value: 341.09734116100003. iteration 17351 found worse value: 341.09734116100003. iteration 17352 found worse value: 341.09734116100003. iteration 17353 found worse value: 341.09734116100003. iteration 17354 found worse value: 341.09734116100003. iteration 17355 found worse value: 341.09734116100003. iteration 17356 found worse value: 341.09734116100003. iteration 17357 found worse value: 341.09734116100003. iteration 17358 found worse value: 341.09734116100003. iteration 17359 found worse value: 341.09734116100003. iteration 17360 found worse value: 341.09734116100003. iteration 17361 found worse value: 341.09734116100003. iteration 17362 found worse value: 341.09734116100003. iteration 17363 found worse value: 341.09734116100003. iteration 17364 found worse value: 341.09734116100003. iteration 17365 found worse value: 341.09734116100003. iteration 17366 found worse value: 341.09734116100003. iteration 17367 found worse value: 341.09734116100003. iteration 17368 found worse value: 341.09734116100003. iteration 17368, perturbing to get out of local maxima iteration 17369 found worse value: 341.09734116100003. iteration 17370 found worse value: 341.09734116100003. iteration 17371 found worse value: 341.09734116100003. iteration 17372 found worse value: 341.09734116100003. iteration 17373 found worse value: 341.09734116100003. iteration 17374 found worse value: 341.09734116100003. iteration 17375 found worse value: 341.09734116100003. iteration 17376 found worse value: 341.09734116100003. iteration 17377 found worse value: 341.09734116100003. iteration 17378 found worse value: 341.09734116100003. iteration 17379 found worse value: 341.09734116100003. iteration 17380 found worse value: 341.09734116100003. iteration 17381 found worse value: 341.09734116100003. iteration 17382 found worse value: 341.09734116100003. iteration 17383 found worse value: 341.09734116100003. iteration 17384 found worse value: 341.09734116100003. iteration 17385 found worse value: 341.09734116100003. iteration 17386 found worse value: 341.09734116100003. iteration 17387 found worse value: 341.09734116100003. iteration 17388 found worse value: 341.09734116100003. iteration 17389 found worse value: 341.09734116100003. iteration 17390 found worse value: 341.09734116100003. iteration 17391 found worse value: 341.09734116100003. iteration 17392 found worse value: 341.09734116100003. iteration 17393 found worse value: 341.09734116100003. iteration 17394 found worse value: 341.09734116100003. iteration 17395 found worse value: 341.09734116100003. iteration 17395, perturbing to get out of local maxima iteration 17396 found worse value: 341.09734116100003. iteration 17397 found worse value: 341.09734116100003. iteration 17398 found worse value: 341.09734116100003. iteration 17399 found worse value: 341.09734116100003. iteration 17400 found worse value: 341.09734116100003. iteration 17401 found worse value: 341.09734116100003. iteration 17402 found worse value: 341.09734116100003. iteration 17403 found worse value: 341.09734116100003. iteration 17404 found worse value: 341.09734116100003. iteration 17404, perturbing to get out of local maxima iteration 17405 found worse value: 341.09734116100003. iteration 17406 found worse value: 341.09734116100003. iteration 17407 found worse value: 341.09734116100003. iteration 17408 found worse value: 341.09734116100003. iteration 17409 found worse value: 341.09734116100003. iteration 17410 found worse value: 341.09734116100003. iteration 17411 found worse value: 341.09734116100003. iteration 17412 found worse value: 341.09734116100003. iteration 17413 found worse value: 341.09734116100003. iteration 17414 found worse value: 341.09734116100003. iteration 17415 found worse value: 341.09734116100003. iteration 17416 found worse value: 341.09734116100003. iteration 17417 found worse value: 341.09734116100003. iteration 17417, perturbing to get out of local maxima iteration 17418 found worse value: 341.09734116100003. iteration 17419 found worse value: 341.09734116100003. iteration 17420 found worse value: 341.09734116100003. iteration 17421 found worse value: 341.09734116100003. iteration 17422 found worse value: 341.09734116100003. iteration 17423 found worse value: 341.09734116100003. iteration 17424 found worse value: 341.09734116100003. iteration 17425 found worse value: 341.09734116100003. iteration 17426 found worse value: 341.09734116100003. iteration 17427 found worse value: 341.09734116100003. iteration 17428 found worse value: 341.09734116100003. iteration 17429 found worse value: 341.09734116100003. iteration 17429, perturbing to get out of local maxima iteration 17430 found worse value: 341.09734116100003. iteration 17431 found worse value: 341.09734116100003. iteration 17432 found worse value: 341.09734116100003. iteration 17433 found worse value: 341.09734116100003. iteration 17434 found worse value: 341.09734116100003. iteration 17435 found worse value: 341.09734116100003. iteration 17436 found worse value: 341.09734116100003. iteration 17437 found worse value: 341.09734116100003. iteration 17438 found worse value: 341.09734116100003. iteration 17439 found worse value: 341.09734116100003. iteration 17440 found worse value: 341.09734116100003. iteration 17441 found worse value: 341.09734116100003. iteration 17442 found worse value: 341.09734116100003. iteration 17443 found worse value: 341.09734116100003. iteration 17443, perturbing to get out of local maxima iteration 17444 found worse value: 341.09734116100003. iteration 17445 found worse value: 341.09734116100003. iteration 17446 found worse value: 341.09734116100003. iteration 17447 found worse value: 341.09734116100003. iteration 17448 found worse value: 341.09734116100003. iteration 17449 found worse value: 341.09734116100003. iteration 17450 found worse value: 341.09734116100003. iteration 17451 found worse value: 341.09734116100003. iteration 17452 found worse value: 341.09734116100003. iteration 17453 found worse value: 341.09734116100003. iteration 17454 found worse value: 341.09734116100003. iteration 17455 found worse value: 341.09734116100003. iteration 17456 found worse value: 341.09734116100003. iteration 17457 found worse value: 341.09734116100003. iteration 17458 found worse value: 341.09734116100003. iteration 17459 found worse value: 341.09734116100003. iteration 17460 found worse value: 341.09734116100003. iteration 17461 found worse value: 341.09734116100003. iteration 17462 found worse value: 341.09734116100003. iteration 17463 found worse value: 341.09734116100003. iteration 17464 found worse value: 341.09734116100003. iteration 17465 found worse value: 341.09734116100003. iteration 17466 found worse value: 341.09734116100003. iteration 17467 found worse value: 341.09734116100003. iteration 17468 found worse value: 341.09734116100003. iteration 17469 found worse value: 341.09734116100003. iteration 17470 found worse value: 341.09734116100003. iteration 17471 found worse value: 341.09734116100003. iteration 17472 found worse value: 341.09734116100003. iteration 17473 found worse value: 341.09734116100003. iteration 17474 found worse value: 341.09734116100003. iteration 17475 found worse value: 341.09734116100003. iteration 17476 found worse value: 341.09734116100003. iteration 17477 found worse value: 341.09734116100003. iteration 17478 found worse value: 341.09734116100003. iteration 17479 found worse value: 341.09734116100003. iteration 17480 found worse value: 341.09734116100003. iteration 17481 found worse value: 341.09734116100003. iteration 17482 found worse value: 341.09734116100003. iteration 17483 found worse value: 341.09734116100003. iteration 17484 found worse value: 341.09734116100003. iteration 17485 found worse value: 341.09734116100003. iteration 17486 found worse value: 341.09734116100003. iteration 17487 found worse value: 341.09734116100003. iteration 17488 found worse value: 341.09734116100003. iteration 17489 found worse value: 341.09734116100003. iteration 17490 found worse value: 341.09734116100003. iteration 17491 found worse value: 341.09734116100003. iteration 17492 found worse value: 341.09734116100003. iteration 17493 found worse value: 341.09734116100003. iteration 17494 found worse value: 341.09734116100003. iteration 17495 found worse value: 341.09734116100003. iteration 17496 found worse value: 341.09734116100003. iteration 17497 found worse value: 341.09734116100003. iteration 17498 found worse value: 341.09734116100003. iteration 17499 found worse value: 341.09734116100003. iteration 17500 found worse value: 341.09734116100003. iteration 17501 found worse value: 341.09734116100003. iteration 17502 found worse value: 341.09734116100003. iteration 17503 found worse value: 341.09734116100003. iteration 17504 found worse value: 341.09734116100003. iteration 17505 found worse value: 341.09734116100003. iteration 17506 found worse value: 341.09734116100003. iteration 17507 found worse value: 341.09734116100003. iteration 17508 found worse value: 341.09734116100003. iteration 17509 found worse value: 341.09734116100003. iteration 17510 found worse value: 341.09734116100003. iteration 17511 found worse value: 341.09734116100003. iteration 17512 found worse value: 341.09734116100003. iteration 17513 found worse value: 341.09734116100003. iteration 17514 found worse value: 341.09734116100003. iteration 17515 found worse value: 341.09734116100003. iteration 17516 found worse value: 341.09734116100003. iteration 17517 found worse value: 341.09734116100003. iteration 17518 found worse value: 341.09734116100003. iteration 17519 found worse value: 341.09734116100003. iteration 17520 found worse value: 341.09734116100003. iteration 17521 found worse value: 341.09734116100003. iteration 17522 found worse value: 341.09734116100003. iteration 17523 found worse value: 341.09734116100003. iteration 17524 found worse value: 341.09734116100003. iteration 17525 found worse value: 341.09734116100003. iteration 17526 found worse value: 341.09734116100003. iteration 17527 found worse value: 341.09734116100003. iteration 17528 found worse value: 341.09734116100003. iteration 17529 found worse value: 341.09734116100003. iteration 17530 found worse value: 341.09734116100003. iteration 17531 found worse value: 341.09734116100003. iteration 17532 found worse value: 341.09734116100003. iteration 17533 found worse value: 341.09734116100003. iteration 17534 found worse value: 341.09734116100003. iteration 17535 found worse value: 341.09734116100003. iteration 17536 found worse value: 341.09734116100003. iteration 17537 found worse value: 341.09734116100003. iteration 17538 found worse value: 341.09734116100003. iteration 17539 found worse value: 341.09734116100003. iteration 17540 found worse value: 341.09734116100003. iteration 17541 found worse value: 341.09734116100003. iteration 17542 found worse value: 341.09734116100003. iteration 17543 found worse value: 341.09734116100003. iteration 17544 found worse value: 341.09734116100003. iteration 17545 found worse value: 341.09734116100003. iteration 17546 found worse value: 341.09734116100003. iteration 17547 found worse value: 341.09734116100003. iteration 17548 found worse value: 341.09734116100003. iteration 17549 found worse value: 341.09734116100003. iteration 17550 found worse value: 341.09734116100003. iteration 17551 found worse value: 341.09734116100003. iteration 17552 found worse value: 341.09734116100003. iteration 17553 found worse value: 341.09734116100003. iteration 17554 found worse value: 341.09734116100003. iteration 17555 found worse value: 341.09734116100003. iteration 17556 found worse value: 341.09734116100003. iteration 17557 found worse value: 341.09734116100003. iteration 17558 found worse value: 341.09734116100003. iteration 17559 found worse value: 341.09734116100003. iteration 17560 found worse value: 341.09734116100003. iteration 17561 found worse value: 341.09734116100003. iteration 17562 found worse value: 341.09734116100003. iteration 17563 found worse value: 341.09734116100003. iteration 17564 found worse value: 341.09734116100003. iteration 17565 found worse value: 341.09734116100003. iteration 17566 found worse value: 341.09734116100003. iteration 17567 found worse value: 341.09734116100003. iteration 17568 found worse value: 341.09734116100003. iteration 17569 found worse value: 341.09734116100003. iteration 17570 found worse value: 341.09734116100003. iteration 17571 found worse value: 341.09734116100003. iteration 17572 found worse value: 341.09734116100003. iteration 17573 found worse value: 341.09734116100003. iteration 17574 found worse value: 341.09734116100003. iteration 17575 found worse value: 341.09734116100003. iteration 17576 found worse value: 341.09734116100003. iteration 17577 found worse value: 341.09734116100003. iteration 17578 found worse value: 341.09734116100003. iteration 17579 found worse value: 341.09734116100003. iteration 17580 found worse value: 341.09734116100003. iteration 17581 found worse value: 341.09734116100003. iteration 17582 found worse value: 341.09734116100003. iteration 17583 found worse value: 341.09734116100003. iteration 17584 found worse value: 341.09734116100003. iteration 17585 found worse value: 341.09734116100003. iteration 17586 found worse value: 341.09734116100003. iteration 17587 found worse value: 341.09734116100003. iteration 17588 found worse value: 341.09734116100003. iteration 17589 found worse value: 341.09734116100003. iteration 17590 found worse value: 341.09734116100003. iteration 17591 found worse value: 341.09734116100003. iteration 17592 found worse value: 341.09734116100003. iteration 17593 found worse value: 341.09734116100003. iteration 17594 found worse value: 341.09734116100003. iteration 17595 found worse value: 341.09734116100003. iteration 17595, perturbing to get out of local maxima iteration 17596 found worse value: 341.09734116100003. iteration 17597 found worse value: 341.09734116100003. iteration 17598 found worse value: 341.09734116100003. iteration 17599 found worse value: 341.09734116100003. iteration 17600 found worse value: 341.09734116100003. iteration 17601 found worse value: 341.09734116100003. iteration 17602 found worse value: 341.09734116100003. iteration 17603 found worse value: 341.09734116100003. iteration 17604 found worse value: 341.09734116100003. iteration 17605 found worse value: 341.09734116100003. iteration 17606 found worse value: 341.09734116100003. iteration 17607 found worse value: 341.09734116100003. iteration 17608 found worse value: 341.09734116100003. iteration 17609 found worse value: 341.09734116100003. iteration 17610 found worse value: 341.09734116100003. iteration 17611 found worse value: 341.09734116100003. iteration 17612 found worse value: 341.09734116100003. iteration 17613 found worse value: 341.09734116100003. iteration 17614 found worse value: 341.09734116100003. iteration 17615 found worse value: 341.09734116100003. iteration 17616 found worse value: 341.09734116100003. iteration 17617 found worse value: 341.09734116100003. iteration 17618 found worse value: 341.09734116100003. iteration 17619 found worse value: 341.09734116100003. iteration 17620 found worse value: 341.09734116100003. iteration 17621 found worse value: 341.09734116100003. iteration 17622 found worse value: 341.09734116100003. iteration 17623 found worse value: 341.09734116100003. iteration 17624 found worse value: 341.09734116100003. iteration 17624, perturbing to get out of local maxima iteration 17625 found worse value: 341.09734116100003. iteration 17626 found worse value: 341.09734116100003. iteration 17627 found worse value: 341.09734116100003. iteration 17628 found worse value: 341.09734116100003. iteration 17628, perturbing to get out of local maxima iteration 17629 found worse value: 341.09734116100003. iteration 17630 found worse value: 341.09734116100003. iteration 17631 found worse value: 341.09734116100003. iteration 17632 found worse value: 341.09734116100003. iteration 17633 found worse value: 341.09734116100003. iteration 17634 found worse value: 341.09734116100003. iteration 17635 found worse value: 341.09734116100003. iteration 17636 found worse value: 341.09734116100003. iteration 17637 found worse value: 341.09734116100003. iteration 17638 found worse value: 341.09734116100003. iteration 17639 found worse value: 341.09734116100003. iteration 17640 found worse value: 341.09734116100003. iteration 17641 found worse value: 341.09734116100003. iteration 17642 found worse value: 341.09734116100003. iteration 17643 found worse value: 341.09734116100003. iteration 17644 found worse value: 341.09734116100003. iteration 17645 found worse value: 341.09734116100003. iteration 17646 found worse value: 341.09734116100003. iteration 17647 found worse value: 341.09734116100003. iteration 17648 found worse value: 341.09734116100003. iteration 17649 found worse value: 341.09734116100003. iteration 17650 found worse value: 341.09734116100003. iteration 17651 found worse value: 341.09734116100003. iteration 17652 found worse value: 341.09734116100003. iteration 17653 found worse value: 341.09734116100003. iteration 17654 found worse value: 341.09734116100003. iteration 17655 found worse value: 341.09734116100003. iteration 17655, perturbing to get out of local maxima iteration 17656 found worse value: 341.09734116100003. iteration 17657 found worse value: 341.09734116100003. iteration 17658 found worse value: 341.09734116100003. iteration 17659 found worse value: 341.09734116100003. iteration 17660 found worse value: 341.09734116100003. iteration 17661 found worse value: 341.09734116100003. iteration 17662 found worse value: 341.09734116100003. iteration 17663 found worse value: 341.09734116100003. iteration 17664 found worse value: 341.09734116100003. iteration 17665 found worse value: 341.09734116100003. iteration 17666 found worse value: 341.09734116100003. iteration 17667 found worse value: 341.09734116100003. iteration 17668 found worse value: 341.09734116100003. iteration 17669 found worse value: 341.09734116100003. iteration 17670 found worse value: 341.09734116100003. iteration 17671 found worse value: 341.09734116100003. iteration 17672 found worse value: 341.09734116100003. iteration 17673 found worse value: 341.09734116100003. iteration 17674 found worse value: 341.09734116100003. iteration 17675 found worse value: 341.09734116100003. iteration 17676 found worse value: 341.09734116100003. iteration 17677 found worse value: 341.09734116100003. iteration 17677, perturbing to get out of local maxima iteration 17678 found worse value: 341.09734116100003. iteration 17679 found worse value: 341.09734116100003. iteration 17680 found worse value: 341.09734116100003. iteration 17681 found worse value: 341.09734116100003. iteration 17682 found worse value: 341.09734116100003. iteration 17683 found worse value: 341.09734116100003. iteration 17684 found worse value: 341.09734116100003. iteration 17685 found worse value: 341.09734116100003. iteration 17686 found worse value: 341.09734116100003. iteration 17687 found worse value: 341.09734116100003. iteration 17688 found worse value: 341.09734116100003. iteration 17689 found worse value: 341.09734116100003. iteration 17690 found worse value: 341.09734116100003. iteration 17691 found worse value: 341.09734116100003. iteration 17692 found worse value: 341.09734116100003. iteration 17693 found worse value: 341.09734116100003. iteration 17694 found worse value: 341.09734116100003. iteration 17695 found worse value: 341.09734116100003. iteration 17696 found worse value: 341.09734116100003. iteration 17697 found worse value: 341.09734116100003. iteration 17698 found worse value: 341.09734116100003. iteration 17699 found worse value: 341.09734116100003. iteration 17700 found worse value: 341.09734116100003. iteration 17701 found worse value: 341.09734116100003. iteration 17702 found worse value: 341.09734116100003. iteration 17703 found worse value: 341.09734116100003. iteration 17704 found worse value: 341.09734116100003. iteration 17705 found worse value: 341.09734116100003. iteration 17706 found worse value: 341.09734116100003. iteration 17707 found worse value: 341.09734116100003. iteration 17708 found worse value: 341.09734116100003. iteration 17709 found worse value: 341.09734116100003. iteration 17710 found worse value: 341.09734116100003. iteration 17711 found worse value: 341.09734116100003. iteration 17712 found worse value: 341.09734116100003. iteration 17713 found worse value: 341.09734116100003. iteration 17714 found worse value: 341.09734116100003. iteration 17715 found worse value: 341.09734116100003. iteration 17716 found worse value: 341.09734116100003. iteration 17717 found worse value: 341.09734116100003. iteration 17718 found worse value: 341.09734116100003. iteration 17719 found worse value: 341.09734116100003. iteration 17719, perturbing to get out of local maxima iteration 17720 found worse value: 341.09734116100003. iteration 17721 found worse value: 341.09734116100003. iteration 17722 found worse value: 341.09734116100003. iteration 17723 found worse value: 341.09734116100003. iteration 17724 found worse value: 341.09734116100003. iteration 17725 found worse value: 341.09734116100003. iteration 17726 found worse value: 341.09734116100003. iteration 17727 found worse value: 341.09734116100003. iteration 17728 found worse value: 341.09734116100003. iteration 17729 found worse value: 341.09734116100003. iteration 17730 found worse value: 341.09734116100003. iteration 17731 found better value: 341.099968563 iteration 17732 found worse value: 341.099968563. iteration 17733 found worse value: 341.099968563. iteration 17734 found worse value: 341.099968563. iteration 17735 found worse value: 341.099968563. iteration 17736 found worse value: 341.099968563. iteration 17737 found worse value: 341.099968563. iteration 17738 found worse value: 341.099968563. iteration 17739 found worse value: 341.099968563. iteration 17740 found worse value: 341.099968563. iteration 17741 found worse value: 341.099968563. iteration 17742 found worse value: 341.099968563. iteration 17743 found worse value: 341.099968563. iteration 17744 found worse value: 341.099968563. iteration 17745 found worse value: 341.099968563. iteration 17746 found worse value: 341.099968563. iteration 17747 found worse value: 341.099968563. iteration 17748 found worse value: 341.099968563. iteration 17749 found worse value: 341.099968563. iteration 17750 found worse value: 341.099968563. iteration 17751 found worse value: 341.099968563. iteration 17752 found worse value: 341.099968563. iteration 17753 found worse value: 341.099968563. iteration 17754 found worse value: 341.099968563. iteration 17755 found better value: 341.104875059 iteration 17756 found worse value: 341.104875059. iteration 17757 found worse value: 341.104875059. iteration 17758 found worse value: 341.104875059. iteration 17759 found worse value: 341.104875059. iteration 17760 found worse value: 341.104875059. iteration 17761 found worse value: 341.104875059. iteration 17762 found worse value: 341.104875059. iteration 17763 found worse value: 341.104875059. iteration 17764 found worse value: 341.104875059. iteration 17765 found worse value: 341.104875059. iteration 17766 found worse value: 341.104875059. iteration 17767 found worse value: 341.104875059. iteration 17768 found worse value: 341.104875059. iteration 17769 found worse value: 341.104875059. iteration 17770 found worse value: 341.104875059. iteration 17771 found worse value: 341.104875059. iteration 17772 found worse value: 341.104875059. iteration 17773 found worse value: 341.104875059. iteration 17774 found worse value: 341.104875059. iteration 17775 found worse value: 341.104875059. iteration 17776 found worse value: 341.104875059. iteration 17777 found worse value: 341.104875059. iteration 17778 found worse value: 341.104875059. iteration 17779 found worse value: 341.104875059. iteration 17780 found worse value: 341.104875059. iteration 17781 found worse value: 341.104875059. iteration 17782 found worse value: 341.104875059. iteration 17783 found worse value: 341.104875059. iteration 17784 found worse value: 341.104875059. iteration 17785 found worse value: 341.104875059. iteration 17786 found worse value: 341.104875059. iteration 17787 found worse value: 341.104875059. iteration 17788 found worse value: 341.104875059. iteration 17789 found worse value: 341.104875059. iteration 17790 found worse value: 341.104875059. iteration 17791 found worse value: 341.104875059. iteration 17792 found worse value: 341.104875059. iteration 17793 found worse value: 341.104875059. iteration 17794 found worse value: 341.104875059. iteration 17795 found worse value: 341.104875059. iteration 17796 found worse value: 341.104875059. iteration 17797 found worse value: 341.104875059. iteration 17798 found worse value: 341.104875059. iteration 17799 found worse value: 341.104875059. iteration 17800 found worse value: 341.104875059. iteration 17801 found worse value: 341.104875059. iteration 17802 found worse value: 341.104875059. iteration 17803 found worse value: 341.104875059. iteration 17804 found worse value: 341.104875059. iteration 17805 found worse value: 341.104875059. iteration 17806 found worse value: 341.104875059. iteration 17807 found worse value: 341.104875059. iteration 17808 found worse value: 341.104875059. iteration 17809 found worse value: 341.104875059. iteration 17810 found worse value: 341.104875059. iteration 17811 found worse value: 341.104875059. iteration 17812 found worse value: 341.104875059. iteration 17813 found worse value: 341.104875059. iteration 17814 found worse value: 341.104875059. iteration 17815 found worse value: 341.104875059. iteration 17816 found worse value: 341.104875059. iteration 17817 found worse value: 341.104875059. iteration 17818 found worse value: 341.104875059. iteration 17819 found worse value: 341.104875059. iteration 17820 found worse value: 341.104875059. iteration 17821 found worse value: 341.104875059. iteration 17822 found better value: 341.11034812 iteration 17823 found worse value: 341.11034812. iteration 17824 found worse value: 341.11034812. iteration 17825 found worse value: 341.11034812. iteration 17826 found worse value: 341.11034812. iteration 17827 found worse value: 341.11034812. iteration 17828 found worse value: 341.11034812. iteration 17829 found worse value: 341.11034812. iteration 17830 found worse value: 341.11034812. iteration 17831 found worse value: 341.11034812. iteration 17832 found worse value: 341.11034812. iteration 17833 found worse value: 341.11034812. iteration 17834 found worse value: 341.11034812. iteration 17835 found worse value: 341.11034812. iteration 17836 found worse value: 341.11034812. iteration 17837 found worse value: 341.11034812. iteration 17838 found worse value: 341.11034812. iteration 17839 found worse value: 341.11034812. iteration 17840 found worse value: 341.11034812. iteration 17841 found worse value: 341.11034812. iteration 17842 found worse value: 341.11034812. iteration 17843 found worse value: 341.11034812. iteration 17844 found worse value: 341.11034812. iteration 17845 found worse value: 341.11034812. iteration 17846 found worse value: 341.11034812. iteration 17847 found worse value: 341.11034812. iteration 17848 found worse value: 341.11034812. iteration 17849 found worse value: 341.11034812. iteration 17850 found worse value: 341.11034812. iteration 17851 found worse value: 341.11034812. iteration 17852 found better value: 341.119977769 iteration 17853 found worse value: 341.119977769. iteration 17854 found worse value: 341.119977769. iteration 17855 found worse value: 341.119977769. iteration 17856 found worse value: 341.119977769. iteration 17857 found worse value: 341.119977769. iteration 17858 found worse value: 341.119977769. iteration 17859 found worse value: 341.119977769. iteration 17860 found worse value: 341.119977769. iteration 17861 found worse value: 341.119977769. iteration 17862 found worse value: 341.119977769. iteration 17863 found worse value: 341.119977769. iteration 17864 found worse value: 341.119977769. iteration 17865 found worse value: 341.119977769. iteration 17866 found worse value: 341.119977769. iteration 17867 found worse value: 341.119977769. iteration 17868 found worse value: 341.119977769. iteration 17869 found worse value: 341.119977769. iteration 17870 found worse value: 341.119977769. iteration 17871 found worse value: 341.119977769. iteration 17872 found worse value: 341.119977769. iteration 17873 found worse value: 341.119977769. iteration 17874 found worse value: 341.119977769. iteration 17875 found worse value: 341.119977769. iteration 17876 found worse value: 341.119977769. iteration 17877 found worse value: 341.119977769. iteration 17878 found worse value: 341.119977769. iteration 17879 found worse value: 341.119977769. iteration 17880 found worse value: 341.119977769. iteration 17881 found worse value: 341.119977769. iteration 17882 found worse value: 341.119977769. iteration 17883 found worse value: 341.119977769. iteration 17884 found worse value: 341.119977769. iteration 17885 found worse value: 341.119977769. iteration 17886 found worse value: 341.119977769. iteration 17886, perturbing to get out of local maxima iteration 17887 found worse value: 341.119977769. iteration 17888 found worse value: 341.119977769. iteration 17889 found worse value: 341.119977769. iteration 17890 found worse value: 341.119977769. iteration 17891 found worse value: 341.119977769. iteration 17892 found worse value: 341.119977769. iteration 17893 found worse value: 341.119977769. iteration 17894 found worse value: 341.119977769. iteration 17895 found worse value: 341.119977769. iteration 17896 found worse value: 341.119977769. iteration 17897 found worse value: 341.119977769. iteration 17898 found worse value: 341.119977769. iteration 17899 found worse value: 341.119977769. iteration 17899, perturbing to get out of local maxima iteration 17900 found worse value: 341.119977769. iteration 17901 found worse value: 341.119977769. iteration 17902 found worse value: 341.119977769. iteration 17903 found worse value: 341.119977769. iteration 17904 found worse value: 341.119977769. iteration 17905 found worse value: 341.119977769. iteration 17906 found worse value: 341.119977769. iteration 17907 found worse value: 341.119977769. iteration 17908 found worse value: 341.119977769. iteration 17909 found worse value: 341.119977769. iteration 17910 found worse value: 341.119977769. iteration 17911 found worse value: 341.119977769. iteration 17912 found worse value: 341.119977769. iteration 17912, perturbing to get out of local maxima iteration 17913 found worse value: 341.119977769. iteration 17914 found worse value: 341.119977769. iteration 17915 found worse value: 341.119977769. iteration 17916 found worse value: 341.119977769. iteration 17917 found worse value: 341.119977769. iteration 17918 found worse value: 341.119977769. iteration 17919 found worse value: 341.119977769. iteration 17920 found worse value: 341.119977769. iteration 17921 found worse value: 341.119977769. iteration 17922 found worse value: 341.119977769. iteration 17923 found worse value: 341.119977769. iteration 17924 found worse value: 341.119977769. iteration 17925 found worse value: 341.119977769. iteration 17926 found worse value: 341.119977769. iteration 17927 found worse value: 341.119977769. iteration 17928 found worse value: 341.119977769. iteration 17929 found worse value: 341.119977769. iteration 17930 found worse value: 341.119977769. iteration 17931 found worse value: 341.119977769. iteration 17932 found worse value: 341.119977769. iteration 17933 found worse value: 341.119977769. iteration 17934 found worse value: 341.119977769. iteration 17935 found worse value: 341.119977769. iteration 17936 found worse value: 341.119977769. iteration 17937 found worse value: 341.119977769. iteration 17938 found worse value: 341.119977769. iteration 17939 found worse value: 341.119977769. iteration 17940 found worse value: 341.119977769. iteration 17941 found worse value: 341.119977769. iteration 17942 found worse value: 341.119977769. iteration 17943 found worse value: 341.119977769. iteration 17944 found worse value: 341.119977769. iteration 17945 found worse value: 341.119977769. iteration 17946 found worse value: 341.119977769. iteration 17947 found worse value: 341.119977769. iteration 17948 found worse value: 341.119977769. iteration 17949 found worse value: 341.119977769. iteration 17950 found worse value: 341.119977769. iteration 17951 found worse value: 341.119977769. iteration 17952 found worse value: 341.119977769. iteration 17953 found worse value: 341.119977769. iteration 17954 found worse value: 341.119977769. iteration 17955 found worse value: 341.119977769. iteration 17955, perturbing to get out of local maxima iteration 17956 found worse value: 341.119977769. iteration 17957 found worse value: 341.119977769. iteration 17958 found worse value: 341.119977769. iteration 17959 found worse value: 341.119977769. iteration 17960 found worse value: 341.119977769. iteration 17961 found worse value: 341.119977769. iteration 17961, perturbing to get out of local maxima iteration 17962 found worse value: 341.119977769. iteration 17963 found worse value: 341.119977769. iteration 17964 found worse value: 341.119977769. iteration 17965 found worse value: 341.119977769. iteration 17966 found worse value: 341.119977769. iteration 17967 found worse value: 341.119977769. iteration 17968 found worse value: 341.119977769. iteration 17969 found worse value: 341.119977769. iteration 17970 found worse value: 341.119977769. iteration 17971 found worse value: 341.119977769. iteration 17972 found worse value: 341.119977769. iteration 17973 found worse value: 341.119977769. iteration 17974 found worse value: 341.119977769. iteration 17975 found worse value: 341.119977769. iteration 17976 found worse value: 341.119977769. iteration 17977 found worse value: 341.119977769. iteration 17978 found worse value: 341.119977769. iteration 17979 found worse value: 341.119977769. iteration 17980 found worse value: 341.119977769. iteration 17981 found worse value: 341.119977769. iteration 17982 found worse value: 341.119977769. iteration 17983 found worse value: 341.119977769. iteration 17984 found worse value: 341.119977769. iteration 17985 found worse value: 341.119977769. iteration 17986 found worse value: 341.119977769. iteration 17987 found worse value: 341.119977769. iteration 17988 found worse value: 341.119977769. iteration 17989 found worse value: 341.119977769. iteration 17990 found worse value: 341.119977769. iteration 17991 found worse value: 341.119977769. iteration 17992 found worse value: 341.119977769. iteration 17993 found worse value: 341.119977769. iteration 17994 found worse value: 341.119977769. iteration 17995 found worse value: 341.119977769. iteration 17996 found worse value: 341.119977769. iteration 17997 found worse value: 341.119977769. iteration 17998 found worse value: 341.119977769. iteration 17999 found worse value: 341.119977769. iteration 18000 found worse value: 341.119977769. iteration 18001 found worse value: 341.119977769. iteration 18002 found worse value: 341.119977769. iteration 18003 found worse value: 341.119977769. iteration 18004 found worse value: 341.119977769. iteration 18005 found worse value: 341.119977769. iteration 18006 found worse value: 341.119977769. iteration 18007 found worse value: 341.119977769. iteration 18008 found worse value: 341.119977769. iteration 18009 found worse value: 341.119977769. iteration 18010 found worse value: 341.119977769. iteration 18011 found worse value: 341.119977769. iteration 18012 found worse value: 341.119977769. iteration 18013 found worse value: 341.119977769. iteration 18014 found worse value: 341.119977769. iteration 18015 found worse value: 341.119977769. iteration 18016 found worse value: 341.119977769. iteration 18017 found worse value: 341.119977769. iteration 18018 found worse value: 341.119977769. iteration 18019 found worse value: 341.119977769. iteration 18020 found worse value: 341.119977769. iteration 18021 found worse value: 341.119977769. iteration 18021, perturbing to get out of local maxima iteration 18022 found worse value: 341.119977769. iteration 18023 found worse value: 341.119977769. iteration 18024 found worse value: 341.119977769. iteration 18025 found worse value: 341.119977769. iteration 18026 found worse value: 341.119977769. iteration 18027 found worse value: 341.119977769. iteration 18028 found worse value: 341.119977769. iteration 18029 found worse value: 341.119977769. iteration 18030 found worse value: 341.119977769. iteration 18031 found worse value: 341.119977769. iteration 18032 found worse value: 341.119977769. iteration 18033 found worse value: 341.119977769. iteration 18034 found worse value: 341.119977769. iteration 18035 found worse value: 341.119977769. iteration 18036 found worse value: 341.119977769. iteration 18037 found worse value: 341.119977769. iteration 18038 found worse value: 341.119977769. iteration 18039 found worse value: 341.119977769. iteration 18040 found worse value: 341.119977769. iteration 18041 found worse value: 341.119977769. iteration 18042 found worse value: 341.119977769. iteration 18043 found worse value: 341.119977769. iteration 18044 found worse value: 341.119977769. iteration 18045 found worse value: 341.119977769. iteration 18046 found worse value: 341.119977769. iteration 18047 found worse value: 341.119977769. iteration 18048 found worse value: 341.119977769. iteration 18049 found worse value: 341.119977769. iteration 18050 found worse value: 341.119977769. iteration 18051 found worse value: 341.119977769. iteration 18052 found worse value: 341.119977769. iteration 18053 found worse value: 341.119977769. iteration 18054 found worse value: 341.119977769. iteration 18055 found worse value: 341.119977769. iteration 18056 found worse value: 341.119977769. iteration 18057 found worse value: 341.119977769. iteration 18058 found worse value: 341.119977769. iteration 18059 found worse value: 341.119977769. iteration 18060 found worse value: 341.119977769. iteration 18061 found worse value: 341.119977769. iteration 18061, perturbing to get out of local maxima iteration 18062 found worse value: 341.119977769. iteration 18063 found worse value: 341.119977769. iteration 18064 found worse value: 341.119977769. iteration 18065 found worse value: 341.119977769. iteration 18066 found worse value: 341.119977769. iteration 18067 found worse value: 341.119977769. iteration 18068 found worse value: 341.119977769. iteration 18069 found worse value: 341.119977769. iteration 18070 found worse value: 341.119977769. iteration 18071 found worse value: 341.119977769. iteration 18072 found worse value: 341.119977769. iteration 18073 found worse value: 341.119977769. iteration 18074 found worse value: 341.119977769. iteration 18075 found worse value: 341.119977769. iteration 18076 found worse value: 341.119977769. iteration 18077 found worse value: 341.119977769. iteration 18078 found worse value: 341.119977769. iteration 18079 found worse value: 341.119977769. iteration 18080 found worse value: 341.119977769. iteration 18081 found worse value: 341.119977769. iteration 18082 found worse value: 341.119977769. iteration 18083 found worse value: 341.119977769. iteration 18084 found worse value: 341.119977769. iteration 18085 found worse value: 341.119977769. iteration 18086 found worse value: 341.119977769. iteration 18087 found worse value: 341.119977769. iteration 18087, perturbing to get out of local maxima iteration 18088 found worse value: 341.119977769. iteration 18089 found worse value: 341.119977769. iteration 18090 found worse value: 341.119977769. iteration 18091 found worse value: 341.119977769. iteration 18092 found worse value: 341.119977769. iteration 18093 found worse value: 341.119977769. iteration 18094 found worse value: 341.119977769. iteration 18095 found worse value: 341.119977769. iteration 18096 found worse value: 341.119977769. iteration 18097 found worse value: 341.119977769. iteration 18098 found worse value: 341.119977769. iteration 18099 found worse value: 341.119977769. iteration 18100 found worse value: 341.119977769. iteration 18101 found worse value: 341.119977769. iteration 18102 found worse value: 341.119977769. iteration 18103 found worse value: 341.119977769. iteration 18104 found worse value: 341.119977769. iteration 18105 found worse value: 341.119977769. iteration 18106 found worse value: 341.119977769. iteration 18107 found worse value: 341.119977769. iteration 18108 found worse value: 341.119977769. iteration 18109 found worse value: 341.119977769. iteration 18110 found worse value: 341.119977769. iteration 18111 found worse value: 341.119977769. iteration 18112 found worse value: 341.119977769. iteration 18113 found worse value: 341.119977769. iteration 18114 found worse value: 341.119977769. iteration 18115 found worse value: 341.119977769. iteration 18116 found worse value: 341.119977769. iteration 18117 found worse value: 341.119977769. iteration 18118 found worse value: 341.119977769. iteration 18119 found worse value: 341.119977769. iteration 18120 found worse value: 341.119977769. iteration 18121 found worse value: 341.119977769. iteration 18122 found worse value: 341.119977769. iteration 18123 found worse value: 341.119977769. iteration 18124 found worse value: 341.119977769. iteration 18125 found worse value: 341.119977769. iteration 18126 found worse value: 341.119977769. iteration 18127 found worse value: 341.119977769. iteration 18128 found worse value: 341.119977769. iteration 18129 found worse value: 341.119977769. iteration 18130 found worse value: 341.119977769. iteration 18131 found worse value: 341.119977769. iteration 18132 found worse value: 341.119977769. iteration 18133 found worse value: 341.119977769. iteration 18134 found worse value: 341.119977769. iteration 18135 found worse value: 341.119977769. iteration 18136 found worse value: 341.119977769. iteration 18137 found worse value: 341.119977769. iteration 18138 found worse value: 341.119977769. iteration 18139 found worse value: 341.119977769. iteration 18140 found worse value: 341.119977769. iteration 18141 found worse value: 341.119977769. iteration 18142 found worse value: 341.119977769. iteration 18143 found worse value: 341.119977769. iteration 18144 found worse value: 341.119977769. iteration 18145 found worse value: 341.119977769. iteration 18146 found worse value: 341.119977769. iteration 18147 found worse value: 341.119977769. iteration 18148 found worse value: 341.119977769. iteration 18149 found worse value: 341.119977769. iteration 18150 found worse value: 341.119977769. iteration 18151 found worse value: 341.119977769. iteration 18152 found worse value: 341.119977769. iteration 18153 found worse value: 341.119977769. iteration 18154 found worse value: 341.119977769. iteration 18155 found worse value: 341.119977769. iteration 18156 found worse value: 341.119977769. iteration 18157 found worse value: 341.119977769. iteration 18158 found worse value: 341.119977769. iteration 18159 found worse value: 341.119977769. iteration 18160 found worse value: 341.119977769. iteration 18161 found worse value: 341.119977769. iteration 18162 found worse value: 341.119977769. iteration 18163 found worse value: 341.119977769. iteration 18164 found worse value: 341.119977769. iteration 18165 found worse value: 341.119977769. iteration 18166 found worse value: 341.119977769. iteration 18167 found worse value: 341.119977769. iteration 18168 found worse value: 341.119977769. iteration 18169 found worse value: 341.119977769. iteration 18170 found worse value: 341.119977769. iteration 18171 found worse value: 341.119977769. iteration 18172 found worse value: 341.119977769. iteration 18173 found worse value: 341.119977769. iteration 18174 found worse value: 341.119977769. iteration 18175 found worse value: 341.119977769. iteration 18176 found worse value: 341.119977769. iteration 18177 found worse value: 341.119977769. iteration 18178 found worse value: 341.119977769. iteration 18179 found worse value: 341.119977769. iteration 18180 found worse value: 341.119977769. iteration 18181 found worse value: 341.119977769. iteration 18182 found worse value: 341.119977769. iteration 18183 found worse value: 341.119977769. iteration 18184 found worse value: 341.119977769. iteration 18185 found worse value: 341.119977769. iteration 18186 found worse value: 341.119977769. iteration 18187 found worse value: 341.119977769. iteration 18188 found worse value: 341.119977769. iteration 18189 found worse value: 341.119977769. iteration 18190 found worse value: 341.119977769. iteration 18191 found worse value: 341.119977769. iteration 18192 found worse value: 341.119977769. iteration 18193 found worse value: 341.119977769. iteration 18194 found worse value: 341.119977769. iteration 18195 found worse value: 341.119977769. iteration 18196 found worse value: 341.119977769. iteration 18197 found worse value: 341.119977769. iteration 18198 found worse value: 341.119977769. iteration 18199 found worse value: 341.119977769. iteration 18200 found worse value: 341.119977769. iteration 18201 found worse value: 341.119977769. iteration 18202 found worse value: 341.119977769. iteration 18203 found worse value: 341.119977769. iteration 18204 found worse value: 341.119977769. iteration 18205 found worse value: 341.119977769. iteration 18206 found worse value: 341.119977769. iteration 18207 found worse value: 341.119977769. iteration 18208 found worse value: 341.119977769. iteration 18209 found worse value: 341.119977769. iteration 18210 found worse value: 341.119977769. iteration 18211 found worse value: 341.119977769. iteration 18212 found worse value: 341.119977769. iteration 18213 found worse value: 341.119977769. iteration 18214 found worse value: 341.119977769. iteration 18215 found worse value: 341.119977769. iteration 18216 found worse value: 341.119977769. iteration 18217 found worse value: 341.119977769. iteration 18218 found worse value: 341.119977769. iteration 18219 found worse value: 341.119977769. iteration 18220 found worse value: 341.119977769. iteration 18221 found worse value: 341.119977769. iteration 18222 found worse value: 341.119977769. iteration 18223 found worse value: 341.119977769. iteration 18224 found worse value: 341.119977769. iteration 18225 found worse value: 341.119977769. iteration 18226 found worse value: 341.119977769. iteration 18227 found worse value: 341.119977769. iteration 18228 found worse value: 341.119977769. iteration 18229 found worse value: 341.119977769. iteration 18230 found worse value: 341.119977769. iteration 18231 found worse value: 341.119977769. iteration 18232 found worse value: 341.119977769. iteration 18233 found worse value: 341.119977769. iteration 18234 found worse value: 341.119977769. iteration 18235 found worse value: 341.119977769. iteration 18236 found worse value: 341.119977769. iteration 18237 found worse value: 341.119977769. iteration 18238 found worse value: 341.119977769. iteration 18239 found worse value: 341.119977769. iteration 18240 found worse value: 341.119977769. iteration 18241 found worse value: 341.119977769. iteration 18242 found worse value: 341.119977769. iteration 18243 found worse value: 341.119977769. iteration 18244 found worse value: 341.119977769. iteration 18245 found worse value: 341.119977769. iteration 18246 found worse value: 341.119977769. iteration 18247 found worse value: 341.119977769. iteration 18248 found worse value: 341.119977769. iteration 18249 found worse value: 341.119977769. iteration 18250 found worse value: 341.119977769. iteration 18251 found worse value: 341.119977769. iteration 18252 found worse value: 341.119977769. iteration 18253 found worse value: 341.119977769. iteration 18254 found worse value: 341.119977769. iteration 18255 found worse value: 341.119977769. iteration 18256 found worse value: 341.119977769. iteration 18257 found worse value: 341.119977769. iteration 18258 found worse value: 341.119977769. iteration 18259 found worse value: 341.119977769. iteration 18260 found worse value: 341.119977769. iteration 18261 found worse value: 341.119977769. iteration 18262 found worse value: 341.119977769. iteration 18263 found worse value: 341.119977769. iteration 18264 found worse value: 341.119977769. iteration 18265 found worse value: 341.119977769. iteration 18266 found worse value: 341.119977769. iteration 18267 found worse value: 341.119977769. iteration 18268 found worse value: 341.119977769. iteration 18269 found worse value: 341.119977769. iteration 18270 found worse value: 341.119977769. iteration 18271 found worse value: 341.119977769. iteration 18272 found worse value: 341.119977769. iteration 18273 found worse value: 341.119977769. iteration 18274 found worse value: 341.119977769. iteration 18275 found worse value: 341.119977769. iteration 18276 found worse value: 341.119977769. iteration 18277 found worse value: 341.119977769. iteration 18278 found worse value: 341.119977769. iteration 18279 found worse value: 341.119977769. iteration 18280 found worse value: 341.119977769. iteration 18281 found worse value: 341.119977769. iteration 18282 found worse value: 341.119977769. iteration 18283 found worse value: 341.119977769. iteration 18284 found worse value: 341.119977769. iteration 18285 found worse value: 341.119977769. iteration 18286 found worse value: 341.119977769. iteration 18287 found worse value: 341.119977769. iteration 18288 found worse value: 341.119977769. iteration 18289 found worse value: 341.119977769. iteration 18290 found worse value: 341.119977769. iteration 18291 found worse value: 341.119977769. iteration 18292 found worse value: 341.119977769. iteration 18293 found worse value: 341.119977769. iteration 18294 found worse value: 341.119977769. iteration 18295 found worse value: 341.119977769. iteration 18296 found worse value: 341.119977769. iteration 18297 found worse value: 341.119977769. iteration 18298 found worse value: 341.119977769. iteration 18299 found worse value: 341.119977769. iteration 18300 found worse value: 341.119977769. iteration 18301 found worse value: 341.119977769. iteration 18302 found worse value: 341.119977769. iteration 18303 found worse value: 341.119977769. iteration 18304 found worse value: 341.119977769. iteration 18305 found worse value: 341.119977769. iteration 18306 found worse value: 341.119977769. iteration 18307 found worse value: 341.119977769. iteration 18308 found worse value: 341.119977769. iteration 18309 found worse value: 341.119977769. iteration 18310 found worse value: 341.119977769. iteration 18311 found worse value: 341.119977769. iteration 18312 found worse value: 341.119977769. iteration 18313 found worse value: 341.119977769. iteration 18314 found worse value: 341.119977769. iteration 18315 found worse value: 341.119977769. iteration 18316 found worse value: 341.119977769. iteration 18317 found worse value: 341.119977769. iteration 18318 found worse value: 341.119977769. iteration 18319 found worse value: 341.119977769. iteration 18320 found worse value: 341.119977769. iteration 18321 found worse value: 341.119977769. iteration 18322 found worse value: 341.119977769. iteration 18323 found worse value: 341.119977769. iteration 18324 found worse value: 341.119977769. iteration 18325 found worse value: 341.119977769. iteration 18326 found worse value: 341.119977769. iteration 18327 found worse value: 341.119977769. iteration 18328 found worse value: 341.119977769. iteration 18329 found worse value: 341.119977769. iteration 18330 found worse value: 341.119977769. iteration 18331 found worse value: 341.119977769. iteration 18332 found worse value: 341.119977769. iteration 18333 found worse value: 341.119977769. iteration 18334 found worse value: 341.119977769. iteration 18335 found worse value: 341.119977769. iteration 18336 found worse value: 341.119977769. iteration 18337 found worse value: 341.119977769. iteration 18338 found worse value: 341.119977769. iteration 18339 found worse value: 341.119977769. iteration 18340 found worse value: 341.119977769. iteration 18341 found worse value: 341.119977769. iteration 18342 found worse value: 341.119977769. iteration 18343 found worse value: 341.119977769. iteration 18344 found worse value: 341.119977769. iteration 18345 found worse value: 341.119977769. iteration 18346 found worse value: 341.119977769. iteration 18347 found worse value: 341.119977769. iteration 18348 found worse value: 341.119977769. iteration 18349 found worse value: 341.119977769. iteration 18350 found worse value: 341.119977769. iteration 18351 found worse value: 341.119977769. iteration 18352 found worse value: 341.119977769. iteration 18353 found worse value: 341.119977769. iteration 18354 found worse value: 341.119977769. iteration 18355 found worse value: 341.119977769. iteration 18356 found worse value: 341.119977769. iteration 18357 found worse value: 341.119977769. iteration 18358 found worse value: 341.119977769. iteration 18359 found worse value: 341.119977769. iteration 18360 found worse value: 341.119977769. iteration 18361 found worse value: 341.119977769. iteration 18362 found worse value: 341.119977769. iteration 18363 found worse value: 341.119977769. iteration 18364 found worse value: 341.119977769. iteration 18365 found worse value: 341.119977769. iteration 18366 found worse value: 341.119977769. iteration 18367 found worse value: 341.119977769. iteration 18368 found worse value: 341.119977769. iteration 18369 found worse value: 341.119977769. iteration 18370 found worse value: 341.119977769. iteration 18371 found better value: 341.123373988 iteration 18372 found worse value: 341.123373988. iteration 18373 found worse value: 341.123373988. iteration 18374 found worse value: 341.123373988. iteration 18375 found worse value: 341.123373988. iteration 18376 found worse value: 341.123373988. iteration 18377 found worse value: 341.123373988. iteration 18378 found worse value: 341.123373988. iteration 18379 found worse value: 341.123373988. iteration 18380 found worse value: 341.123373988. iteration 18381 found worse value: 341.123373988. iteration 18382 found worse value: 341.123373988. iteration 18383 found worse value: 341.123373988. iteration 18383, perturbing to get out of local maxima iteration 18384 found worse value: 341.123373988. iteration 18385 found worse value: 341.123373988. iteration 18386 found worse value: 341.123373988. iteration 18387 found worse value: 341.123373988. iteration 18388 found worse value: 341.123373988. iteration 18389 found worse value: 341.123373988. iteration 18390 found worse value: 341.123373988. iteration 18391 found worse value: 341.123373988. iteration 18392 found worse value: 341.123373988. iteration 18393 found worse value: 341.123373988. iteration 18394 found worse value: 341.123373988. iteration 18395 found worse value: 341.123373988. iteration 18396 found worse value: 341.123373988. iteration 18397 found worse value: 341.123373988. iteration 18398 found worse value: 341.123373988. iteration 18399 found worse value: 341.123373988. iteration 18400 found worse value: 341.123373988. iteration 18401 found worse value: 341.123373988. iteration 18402 found worse value: 341.123373988. iteration 18403 found worse value: 341.123373988. iteration 18404 found worse value: 341.123373988. iteration 18405 found worse value: 341.123373988. iteration 18406 found worse value: 341.123373988. iteration 18407 found worse value: 341.123373988. iteration 18408 found worse value: 341.123373988. iteration 18409 found worse value: 341.123373988. iteration 18410 found worse value: 341.123373988. iteration 18411 found worse value: 341.123373988. iteration 18412 found worse value: 341.123373988. iteration 18413 found worse value: 341.123373988. iteration 18414 found worse value: 341.123373988. iteration 18415 found worse value: 341.123373988. iteration 18416 found worse value: 341.123373988. iteration 18416, perturbing to get out of local maxima iteration 18417 found worse value: 341.123373988. iteration 18418 found worse value: 341.123373988. iteration 18419 found worse value: 341.123373988. iteration 18420 found worse value: 341.123373988. iteration 18421 found worse value: 341.123373988. iteration 18422 found worse value: 341.123373988. iteration 18423 found worse value: 341.123373988. iteration 18424 found worse value: 341.123373988. iteration 18425 found worse value: 341.123373988. iteration 18426 found worse value: 341.123373988. iteration 18427 found worse value: 341.123373988. iteration 18428 found worse value: 341.123373988. iteration 18429 found worse value: 341.123373988. iteration 18430 found worse value: 341.123373988. iteration 18431 found worse value: 341.123373988. iteration 18432 found worse value: 341.123373988. iteration 18433 found worse value: 341.123373988. iteration 18434 found worse value: 341.123373988. iteration 18435 found worse value: 341.123373988. iteration 18436 found worse value: 341.123373988. iteration 18437 found worse value: 341.123373988. iteration 18438 found worse value: 341.123373988. iteration 18439 found worse value: 341.123373988. iteration 18440 found worse value: 341.123373988. iteration 18441 found worse value: 341.123373988. iteration 18442 found worse value: 341.123373988. iteration 18443 found worse value: 341.123373988. iteration 18444 found worse value: 341.123373988. iteration 18444, perturbing to get out of local maxima iteration 18445 found worse value: 341.123373988. iteration 18446 found worse value: 341.123373988. iteration 18447 found worse value: 341.123373988. iteration 18448 found worse value: 341.123373988. iteration 18449 found worse value: 341.123373988. iteration 18450 found worse value: 341.123373988. iteration 18451 found worse value: 341.123373988. iteration 18452 found worse value: 341.123373988. iteration 18453 found worse value: 341.123373988. iteration 18454 found worse value: 341.123373988. iteration 18455 found worse value: 341.123373988. iteration 18456 found worse value: 341.123373988. iteration 18457 found worse value: 341.123373988. iteration 18458 found worse value: 341.123373988. iteration 18459 found worse value: 341.123373988. iteration 18460 found worse value: 341.123373988. iteration 18461 found worse value: 341.123373988. iteration 18462 found worse value: 341.123373988. iteration 18463 found worse value: 341.123373988. iteration 18464 found worse value: 341.123373988. iteration 18465 found worse value: 341.123373988. iteration 18466 found worse value: 341.123373988. iteration 18467 found worse value: 341.123373988. iteration 18468 found worse value: 341.123373988. iteration 18469 found worse value: 341.123373988. iteration 18470 found worse value: 341.123373988. iteration 18471 found worse value: 341.123373988. iteration 18472 found worse value: 341.123373988. iteration 18473 found worse value: 341.123373988. iteration 18474 found worse value: 341.123373988. iteration 18475 found worse value: 341.123373988. iteration 18476 found worse value: 341.123373988. iteration 18477 found worse value: 341.123373988. iteration 18478 found worse value: 341.123373988. iteration 18479 found worse value: 341.123373988. iteration 18480 found worse value: 341.123373988. iteration 18481 found worse value: 341.123373988. iteration 18482 found worse value: 341.123373988. iteration 18483 found worse value: 341.123373988. iteration 18484 found worse value: 341.123373988. iteration 18485 found worse value: 341.123373988. iteration 18486 found worse value: 341.123373988. iteration 18487 found worse value: 341.123373988. iteration 18488 found worse value: 341.123373988. iteration 18489 found worse value: 341.123373988. iteration 18490 found worse value: 341.123373988. iteration 18491 found worse value: 341.123373988. iteration 18492 found worse value: 341.123373988. iteration 18493 found worse value: 341.123373988. iteration 18494 found worse value: 341.123373988. iteration 18495 found worse value: 341.123373988. iteration 18496 found worse value: 341.123373988. iteration 18497 found worse value: 341.123373988. iteration 18498 found worse value: 341.123373988. iteration 18498, perturbing to get out of local maxima iteration 18499 found worse value: 341.123373988. iteration 18500 found worse value: 341.123373988. iteration 18501 found worse value: 341.123373988. iteration 18502 found worse value: 341.123373988. iteration 18503 found worse value: 341.123373988. iteration 18504 found worse value: 341.123373988. iteration 18505 found worse value: 341.123373988. iteration 18506 found worse value: 341.123373988. iteration 18507 found worse value: 341.123373988. iteration 18508 found worse value: 341.123373988. iteration 18509 found worse value: 341.123373988. iteration 18510 found worse value: 341.123373988. iteration 18511 found worse value: 341.123373988. iteration 18512 found worse value: 341.123373988. iteration 18513 found worse value: 341.123373988. iteration 18514 found worse value: 341.123373988. iteration 18515 found worse value: 341.123373988. iteration 18516 found worse value: 341.123373988. iteration 18517 found worse value: 341.123373988. iteration 18518 found worse value: 341.123373988. iteration 18519 found worse value: 341.123373988. iteration 18520 found worse value: 341.123373988. iteration 18521 found worse value: 341.123373988. iteration 18522 found worse value: 341.123373988. iteration 18523 found worse value: 341.123373988. iteration 18524 found worse value: 341.123373988. iteration 18524, perturbing to get out of local maxima iteration 18525 found worse value: 341.123373988. iteration 18526 found worse value: 341.123373988. iteration 18527 found worse value: 341.123373988. iteration 18528 found worse value: 341.123373988. iteration 18529 found worse value: 341.123373988. iteration 18530 found worse value: 341.123373988. iteration 18531 found worse value: 341.123373988. iteration 18532 found worse value: 341.123373988. iteration 18533 found worse value: 341.123373988. iteration 18534 found worse value: 341.123373988. iteration 18535 found worse value: 341.123373988. iteration 18536 found worse value: 341.123373988. iteration 18537 found worse value: 341.123373988. iteration 18538 found worse value: 341.123373988. iteration 18539 found worse value: 341.123373988. iteration 18540 found worse value: 341.123373988. iteration 18541 found worse value: 341.123373988. iteration 18542 found worse value: 341.123373988. iteration 18543 found worse value: 341.123373988. iteration 18544 found worse value: 341.123373988. iteration 18545 found worse value: 341.123373988. iteration 18546 found worse value: 341.123373988. iteration 18547 found worse value: 341.123373988. iteration 18548 found worse value: 341.123373988. iteration 18549 found worse value: 341.123373988. iteration 18550 found worse value: 341.123373988. iteration 18551 found worse value: 341.123373988. iteration 18552 found worse value: 341.123373988. iteration 18553 found worse value: 341.123373988. iteration 18554 found worse value: 341.123373988. iteration 18555 found worse value: 341.123373988. iteration 18556 found worse value: 341.123373988. iteration 18557 found worse value: 341.123373988. iteration 18558 found worse value: 341.123373988. iteration 18559 found worse value: 341.123373988. iteration 18560 found worse value: 341.123373988. iteration 18561 found worse value: 341.123373988. iteration 18562 found worse value: 341.123373988. iteration 18563 found worse value: 341.123373988. iteration 18564 found worse value: 341.123373988. iteration 18564, perturbing to get out of local maxima iteration 18565 found worse value: 341.123373988. iteration 18566 found worse value: 341.123373988. iteration 18567 found worse value: 341.123373988. iteration 18568 found worse value: 341.123373988. iteration 18569 found worse value: 341.123373988. iteration 18570 found worse value: 341.123373988. iteration 18571 found worse value: 341.123373988. iteration 18572 found worse value: 341.123373988. iteration 18573 found worse value: 341.123373988. iteration 18574 found worse value: 341.123373988. iteration 18575 found worse value: 341.123373988. iteration 18576 found worse value: 341.123373988. iteration 18577 found worse value: 341.123373988. iteration 18578 found worse value: 341.123373988. iteration 18579 found worse value: 341.123373988. iteration 18580 found worse value: 341.123373988. iteration 18581 found worse value: 341.123373988. iteration 18582 found worse value: 341.123373988. iteration 18583 found worse value: 341.123373988. iteration 18584 found worse value: 341.123373988. iteration 18585 found worse value: 341.123373988. iteration 18586 found worse value: 341.123373988. iteration 18587 found worse value: 341.123373988. iteration 18588 found worse value: 341.123373988. iteration 18589 found worse value: 341.123373988. iteration 18590 found worse value: 341.123373988. iteration 18591 found worse value: 341.123373988. iteration 18592 found worse value: 341.123373988. iteration 18593 found worse value: 341.123373988. iteration 18594 found worse value: 341.123373988. iteration 18595 found worse value: 341.123373988. iteration 18596 found worse value: 341.123373988. iteration 18597 found worse value: 341.123373988. iteration 18598 found worse value: 341.123373988. iteration 18599 found worse value: 341.123373988. iteration 18600 found worse value: 341.123373988. iteration 18601 found worse value: 341.123373988. iteration 18602 found worse value: 341.123373988. iteration 18603 found worse value: 341.123373988. iteration 18604 found worse value: 341.123373988. iteration 18605 found worse value: 341.123373988. iteration 18606 found worse value: 341.123373988. iteration 18607 found worse value: 341.123373988. iteration 18608 found worse value: 341.123373988. iteration 18609 found worse value: 341.123373988. iteration 18610 found worse value: 341.123373988. iteration 18611 found worse value: 341.123373988. iteration 18612 found worse value: 341.123373988. iteration 18613 found worse value: 341.123373988. iteration 18614 found worse value: 341.123373988. iteration 18615 found worse value: 341.123373988. iteration 18616 found worse value: 341.123373988. iteration 18617 found worse value: 341.123373988. iteration 18618 found worse value: 341.123373988. iteration 18619 found worse value: 341.123373988. iteration 18620 found worse value: 341.123373988. iteration 18621 found worse value: 341.123373988. iteration 18622 found worse value: 341.123373988. iteration 18623 found worse value: 341.123373988. iteration 18624 found worse value: 341.123373988. iteration 18625 found worse value: 341.123373988. iteration 18626 found worse value: 341.123373988. iteration 18627 found worse value: 341.123373988. iteration 18628 found worse value: 341.123373988. iteration 18629 found worse value: 341.123373988. iteration 18630 found worse value: 341.123373988. iteration 18631 found worse value: 341.123373988. iteration 18632 found worse value: 341.123373988. iteration 18633 found worse value: 341.123373988. iteration 18634 found worse value: 341.123373988. iteration 18635 found worse value: 341.123373988. iteration 18636 found worse value: 341.123373988. iteration 18637 found worse value: 341.123373988. iteration 18638 found worse value: 341.123373988. iteration 18639 found worse value: 341.123373988. iteration 18640 found worse value: 341.123373988. iteration 18641 found worse value: 341.123373988. iteration 18642 found worse value: 341.123373988. iteration 18642, perturbing to get out of local maxima iteration 18643 found worse value: 341.123373988. iteration 18644 found worse value: 341.123373988. iteration 18645 found worse value: 341.123373988. iteration 18646 found worse value: 341.123373988. iteration 18647 found worse value: 341.123373988. iteration 18648 found worse value: 341.123373988. iteration 18649 found worse value: 341.123373988. iteration 18650 found worse value: 341.123373988. iteration 18651 found worse value: 341.123373988. iteration 18652 found worse value: 341.123373988. iteration 18653 found worse value: 341.123373988. iteration 18654 found worse value: 341.123373988. iteration 18655 found worse value: 341.123373988. iteration 18656 found worse value: 341.123373988. iteration 18657 found worse value: 341.123373988. iteration 18658 found worse value: 341.123373988. iteration 18659 found worse value: 341.123373988. iteration 18660 found worse value: 341.123373988. iteration 18661 found worse value: 341.123373988. iteration 18662 found worse value: 341.123373988. iteration 18663 found worse value: 341.123373988. iteration 18664 found worse value: 341.123373988. iteration 18665 found worse value: 341.123373988. iteration 18666 found worse value: 341.123373988. iteration 18667 found worse value: 341.123373988. iteration 18668 found worse value: 341.123373988. iteration 18669 found worse value: 341.123373988. iteration 18670 found worse value: 341.123373988. iteration 18671 found worse value: 341.123373988. iteration 18672 found worse value: 341.123373988. iteration 18673 found worse value: 341.123373988. iteration 18674 found worse value: 341.123373988. iteration 18675 found worse value: 341.123373988. iteration 18676 found worse value: 341.123373988. iteration 18677 found worse value: 341.123373988. iteration 18678 found worse value: 341.123373988. iteration 18679 found worse value: 341.123373988. iteration 18680 found worse value: 341.123373988. iteration 18681 found worse value: 341.123373988. iteration 18682 found worse value: 341.123373988. iteration 18683 found worse value: 341.123373988. iteration 18684 found worse value: 341.123373988. iteration 18685 found worse value: 341.123373988. iteration 18686 found worse value: 341.123373988. iteration 18687 found worse value: 341.123373988. iteration 18688 found worse value: 341.123373988. iteration 18689 found worse value: 341.123373988. iteration 18690 found worse value: 341.123373988. iteration 18691 found worse value: 341.123373988. iteration 18692 found worse value: 341.123373988. iteration 18693 found worse value: 341.123373988. iteration 18694 found worse value: 341.123373988. iteration 18694, perturbing to get out of local maxima iteration 18695 found worse value: 341.123373988. iteration 18696 found worse value: 341.123373988. iteration 18697 found worse value: 341.123373988. iteration 18698 found worse value: 341.123373988. iteration 18699 found worse value: 341.123373988. iteration 18700 found worse value: 341.123373988. iteration 18701 found worse value: 341.123373988. iteration 18702 found worse value: 341.123373988. iteration 18703 found worse value: 341.123373988. iteration 18704 found worse value: 341.123373988. iteration 18705 found worse value: 341.123373988. iteration 18706 found worse value: 341.123373988. iteration 18706, perturbing to get out of local maxima iteration 18707 found worse value: 341.123373988. iteration 18708 found worse value: 341.123373988. iteration 18709 found worse value: 341.123373988. iteration 18710 found worse value: 341.123373988. iteration 18711 found worse value: 341.123373988. iteration 18712 found worse value: 341.123373988. iteration 18713 found worse value: 341.123373988. iteration 18714 found worse value: 341.123373988. iteration 18715 found worse value: 341.123373988. iteration 18716 found worse value: 341.123373988. iteration 18717 found worse value: 341.123373988. iteration 18718 found worse value: 341.123373988. iteration 18719 found worse value: 341.123373988. iteration 18720 found worse value: 341.123373988. iteration 18721 found worse value: 341.123373988. iteration 18722 found worse value: 341.123373988. iteration 18723 found worse value: 341.123373988. iteration 18724 found worse value: 341.123373988. iteration 18725 found worse value: 341.123373988. iteration 18726 found worse value: 341.123373988. iteration 18727 found worse value: 341.123373988. iteration 18728 found worse value: 341.123373988. iteration 18729 found worse value: 341.123373988. iteration 18730 found worse value: 341.123373988. iteration 18731 found worse value: 341.123373988. iteration 18732 found worse value: 341.123373988. iteration 18733 found worse value: 341.123373988. iteration 18734 found worse value: 341.123373988. iteration 18735 found worse value: 341.123373988. iteration 18736 found worse value: 341.123373988. iteration 18737 found worse value: 341.123373988. iteration 18738 found worse value: 341.123373988. iteration 18739 found worse value: 341.123373988. iteration 18740 found worse value: 341.123373988. iteration 18741 found worse value: 341.123373988. iteration 18742 found worse value: 341.123373988. iteration 18743 found worse value: 341.123373988. iteration 18744 found worse value: 341.123373988. iteration 18745 found worse value: 341.123373988. iteration 18746 found worse value: 341.123373988. iteration 18747 found worse value: 341.123373988. iteration 18748 found worse value: 341.123373988. iteration 18749 found worse value: 341.123373988. iteration 18750 found worse value: 341.123373988. iteration 18751 found worse value: 341.123373988. iteration 18752 found worse value: 341.123373988. iteration 18753 found worse value: 341.123373988. iteration 18754 found worse value: 341.123373988. iteration 18755 found worse value: 341.123373988. iteration 18756 found worse value: 341.123373988. iteration 18757 found worse value: 341.123373988. iteration 18758 found worse value: 341.123373988. iteration 18759 found worse value: 341.123373988. iteration 18760 found worse value: 341.123373988. iteration 18761 found worse value: 341.123373988. iteration 18762 found worse value: 341.123373988. iteration 18763 found worse value: 341.123373988. iteration 18764 found worse value: 341.123373988. iteration 18765 found worse value: 341.123373988. iteration 18766 found worse value: 341.123373988. iteration 18767 found worse value: 341.123373988. iteration 18768 found worse value: 341.123373988. iteration 18768, perturbing to get out of local maxima iteration 18769 found worse value: 341.123373988. iteration 18770 found worse value: 341.123373988. iteration 18771 found worse value: 341.123373988. iteration 18772 found worse value: 341.123373988. iteration 18773 found worse value: 341.123373988. iteration 18774 found worse value: 341.123373988. iteration 18775 found worse value: 341.123373988. iteration 18776 found worse value: 341.123373988. iteration 18777 found worse value: 341.123373988. iteration 18778 found worse value: 341.123373988. iteration 18779 found worse value: 341.123373988. iteration 18780 found worse value: 341.123373988. iteration 18781 found worse value: 341.123373988. iteration 18782 found worse value: 341.123373988. iteration 18783 found worse value: 341.123373988. iteration 18784 found worse value: 341.123373988. iteration 18785 found worse value: 341.123373988. iteration 18786 found worse value: 341.123373988. iteration 18787 found worse value: 341.123373988. iteration 18788 found worse value: 341.123373988. iteration 18789 found worse value: 341.123373988. iteration 18790 found worse value: 341.123373988. iteration 18791 found worse value: 341.123373988. iteration 18792 found worse value: 341.123373988. iteration 18793 found worse value: 341.123373988. iteration 18794 found worse value: 341.123373988. iteration 18795 found worse value: 341.123373988. iteration 18796 found worse value: 341.123373988. iteration 18797 found worse value: 341.123373988. iteration 18798 found worse value: 341.123373988. iteration 18799 found worse value: 341.123373988. iteration 18799, perturbing to get out of local maxima iteration 18800 found worse value: 341.123373988. iteration 18801 found worse value: 341.123373988. iteration 18802 found worse value: 341.123373988. iteration 18803 found worse value: 341.123373988. iteration 18804 found worse value: 341.123373988. iteration 18805 found worse value: 341.123373988. iteration 18806 found worse value: 341.123373988. iteration 18807 found worse value: 341.123373988. iteration 18808 found worse value: 341.123373988. iteration 18809 found worse value: 341.123373988. iteration 18810 found worse value: 341.123373988. iteration 18811 found worse value: 341.123373988. iteration 18812 found worse value: 341.123373988. iteration 18813 found worse value: 341.123373988. iteration 18814 found worse value: 341.123373988. iteration 18815 found worse value: 341.123373988. iteration 18816 found worse value: 341.123373988. iteration 18817 found worse value: 341.123373988. iteration 18818 found worse value: 341.123373988. iteration 18819 found worse value: 341.123373988. iteration 18820 found worse value: 341.123373988. iteration 18821 found worse value: 341.123373988. iteration 18822 found worse value: 341.123373988. iteration 18823 found worse value: 341.123373988. iteration 18824 found worse value: 341.123373988. iteration 18825 found worse value: 341.123373988. iteration 18826 found worse value: 341.123373988. iteration 18827 found worse value: 341.123373988. iteration 18828 found worse value: 341.123373988. iteration 18829 found worse value: 341.123373988. iteration 18830 found worse value: 341.123373988. iteration 18831 found worse value: 341.123373988. iteration 18832 found worse value: 341.123373988. iteration 18833 found worse value: 341.123373988. iteration 18834 found worse value: 341.123373988. iteration 18835 found worse value: 341.123373988. iteration 18836 found worse value: 341.123373988. iteration 18837 found worse value: 341.123373988. iteration 18838 found worse value: 341.123373988. iteration 18839 found worse value: 341.123373988. iteration 18840 found worse value: 341.123373988. iteration 18841 found worse value: 341.123373988. iteration 18842 found worse value: 341.123373988. iteration 18843 found worse value: 341.123373988. iteration 18844 found worse value: 341.123373988. iteration 18845 found worse value: 341.123373988. iteration 18846 found worse value: 341.123373988. iteration 18847 found worse value: 341.123373988. iteration 18848 found worse value: 341.123373988. iteration 18849 found worse value: 341.123373988. iteration 18850 found worse value: 341.123373988. iteration 18851 found worse value: 341.123373988. iteration 18852 found worse value: 341.123373988. iteration 18853 found worse value: 341.123373988. iteration 18854 found worse value: 341.123373988. iteration 18855 found worse value: 341.123373988. iteration 18856 found worse value: 341.123373988. iteration 18857 found worse value: 341.123373988. iteration 18858 found worse value: 341.123373988. iteration 18859 found worse value: 341.123373988. iteration 18860 found worse value: 341.123373988. iteration 18861 found worse value: 341.123373988. iteration 18862 found worse value: 341.123373988. iteration 18863 found worse value: 341.123373988. iteration 18864 found worse value: 341.123373988. iteration 18865 found worse value: 341.123373988. iteration 18866 found worse value: 341.123373988. iteration 18867 found worse value: 341.123373988. iteration 18868 found worse value: 341.123373988. iteration 18869 found worse value: 341.123373988. iteration 18869, perturbing to get out of local maxima iteration 18870 found worse value: 341.123373988. iteration 18871 found worse value: 341.123373988. iteration 18872 found worse value: 341.123373988. iteration 18873 found worse value: 341.123373988. iteration 18874 found worse value: 341.123373988. iteration 18875 found worse value: 341.123373988. iteration 18876 found worse value: 341.123373988. iteration 18877 found worse value: 341.123373988. iteration 18878 found worse value: 341.123373988. iteration 18879 found worse value: 341.123373988. iteration 18880 found worse value: 341.123373988. iteration 18881 found worse value: 341.123373988. iteration 18882 found worse value: 341.123373988. iteration 18883 found worse value: 341.123373988. iteration 18884 found worse value: 341.123373988. iteration 18885 found worse value: 341.123373988. iteration 18886 found worse value: 341.123373988. iteration 18887 found worse value: 341.123373988. iteration 18888 found worse value: 341.123373988. iteration 18889 found worse value: 341.123373988. iteration 18890 found worse value: 341.123373988. iteration 18891 found worse value: 341.123373988. iteration 18892 found worse value: 341.123373988. iteration 18893 found worse value: 341.123373988. iteration 18894 found worse value: 341.123373988. iteration 18895 found worse value: 341.123373988. iteration 18896 found worse value: 341.123373988. iteration 18897 found worse value: 341.123373988. iteration 18898 found worse value: 341.123373988. iteration 18899 found worse value: 341.123373988. iteration 18900 found worse value: 341.123373988. iteration 18901 found worse value: 341.123373988. iteration 18902 found worse value: 341.123373988. iteration 18903 found worse value: 341.123373988. iteration 18904 found worse value: 341.123373988. iteration 18905 found worse value: 341.123373988. iteration 18906 found worse value: 341.123373988. iteration 18907 found worse value: 341.123373988. iteration 18908 found worse value: 341.123373988. iteration 18909 found worse value: 341.123373988. iteration 18910 found worse value: 341.123373988. iteration 18911 found worse value: 341.123373988. iteration 18912 found worse value: 341.123373988. iteration 18913 found worse value: 341.123373988. iteration 18914 found worse value: 341.123373988. iteration 18915 found worse value: 341.123373988. iteration 18916 found worse value: 341.123373988. iteration 18917 found worse value: 341.123373988. iteration 18918 found worse value: 341.123373988. iteration 18919 found worse value: 341.123373988. iteration 18920 found worse value: 341.123373988. iteration 18921 found worse value: 341.123373988. iteration 18922 found worse value: 341.123373988. iteration 18923 found worse value: 341.123373988. iteration 18924 found worse value: 341.123373988. iteration 18925 found worse value: 341.123373988. iteration 18926 found worse value: 341.123373988. iteration 18927 found worse value: 341.123373988. iteration 18928 found worse value: 341.123373988. iteration 18929 found worse value: 341.123373988. iteration 18930 found worse value: 341.123373988. iteration 18931 found worse value: 341.123373988. iteration 18932 found worse value: 341.123373988. iteration 18933 found worse value: 341.123373988. iteration 18934 found worse value: 341.123373988. iteration 18935 found worse value: 341.123373988. iteration 18936 found worse value: 341.123373988. iteration 18937 found worse value: 341.123373988. iteration 18938 found worse value: 341.123373988. iteration 18938, perturbing to get out of local maxima iteration 18939 found worse value: 341.123373988. iteration 18940 found worse value: 341.123373988. iteration 18941 found worse value: 341.123373988. iteration 18942 found worse value: 341.123373988. iteration 18943 found worse value: 341.123373988. iteration 18944 found worse value: 341.123373988. iteration 18945 found worse value: 341.123373988. iteration 18946 found worse value: 341.123373988. iteration 18946, perturbing to get out of local maxima iteration 18947 found worse value: 341.123373988. iteration 18948 found worse value: 341.123373988. iteration 18949 found worse value: 341.123373988. iteration 18950 found worse value: 341.123373988. iteration 18951 found worse value: 341.123373988. iteration 18952 found worse value: 341.123373988. iteration 18953 found worse value: 341.123373988. iteration 18954 found worse value: 341.123373988. iteration 18955 found worse value: 341.123373988. iteration 18956 found worse value: 341.123373988. iteration 18957 found worse value: 341.123373988. iteration 18958 found worse value: 341.123373988. iteration 18959 found worse value: 341.123373988. iteration 18960 found worse value: 341.123373988. iteration 18961 found worse value: 341.123373988. iteration 18962 found worse value: 341.123373988. iteration 18963 found worse value: 341.123373988. iteration 18964 found worse value: 341.123373988. iteration 18965 found worse value: 341.123373988. iteration 18966 found worse value: 341.123373988. iteration 18967 found worse value: 341.123373988. iteration 18968 found worse value: 341.123373988. iteration 18969 found worse value: 341.123373988. iteration 18970 found worse value: 341.123373988. iteration 18971 found worse value: 341.123373988. iteration 18972 found worse value: 341.123373988. iteration 18973 found worse value: 341.123373988. iteration 18974 found worse value: 341.123373988. iteration 18975 found worse value: 341.123373988. iteration 18976 found worse value: 341.123373988. iteration 18977 found worse value: 341.123373988. iteration 18978 found worse value: 341.123373988. iteration 18979 found worse value: 341.123373988. iteration 18980 found worse value: 341.123373988. iteration 18981 found worse value: 341.123373988. iteration 18982 found worse value: 341.123373988. iteration 18983 found worse value: 341.123373988. iteration 18984 found worse value: 341.123373988. iteration 18985 found worse value: 341.123373988. iteration 18986 found worse value: 341.123373988. iteration 18987 found worse value: 341.123373988. iteration 18988 found worse value: 341.123373988. iteration 18989 found worse value: 341.123373988. iteration 18990 found worse value: 341.123373988. iteration 18991 found worse value: 341.123373988. iteration 18992 found worse value: 341.123373988. iteration 18992, perturbing to get out of local maxima iteration 18993 found worse value: 341.123373988. iteration 18994 found worse value: 341.123373988. iteration 18995 found worse value: 341.123373988. iteration 18996 found worse value: 341.123373988. iteration 18997 found worse value: 341.123373988. iteration 18998 found worse value: 341.123373988. iteration 18999 found worse value: 341.123373988. iteration 18999, perturbing to get out of local maxima iteration 19000 found worse value: 341.123373988. iteration 19001 found worse value: 341.123373988. iteration 19002 found worse value: 341.123373988. iteration 19003 found worse value: 341.123373988. iteration 19004 found worse value: 341.123373988. iteration 19005 found worse value: 341.123373988. iteration 19006 found worse value: 341.123373988. iteration 19007 found worse value: 341.123373988. iteration 19008 found worse value: 341.123373988. iteration 19009 found worse value: 341.123373988. iteration 19010 found worse value: 341.123373988. iteration 19011 found worse value: 341.123373988. iteration 19012 found worse value: 341.123373988. iteration 19013 found worse value: 341.123373988. iteration 19014 found worse value: 341.123373988. iteration 19015 found worse value: 341.123373988. iteration 19015, perturbing to get out of local maxima iteration 19016 found worse value: 341.123373988. iteration 19017 found worse value: 341.123373988. iteration 19018 found worse value: 341.123373988. iteration 19019 found worse value: 341.123373988. iteration 19020 found worse value: 341.123373988. iteration 19021 found worse value: 341.123373988. iteration 19022 found worse value: 341.123373988. iteration 19023 found worse value: 341.123373988. iteration 19024 found worse value: 341.123373988. iteration 19025 found worse value: 341.123373988. iteration 19026 found worse value: 341.123373988. iteration 19027 found worse value: 341.123373988. iteration 19028 found worse value: 341.123373988. iteration 19029 found worse value: 341.123373988. iteration 19030 found worse value: 341.123373988. iteration 19031 found worse value: 341.123373988. iteration 19032 found worse value: 341.123373988. iteration 19033 found worse value: 341.123373988. iteration 19034 found worse value: 341.123373988. iteration 19035 found worse value: 341.123373988. iteration 19036 found worse value: 341.123373988. iteration 19037 found worse value: 341.123373988. iteration 19038 found worse value: 341.123373988. iteration 19039 found worse value: 341.123373988. iteration 19040 found worse value: 341.123373988. iteration 19041 found worse value: 341.123373988. iteration 19042 found worse value: 341.123373988. iteration 19043 found worse value: 341.123373988. iteration 19044 found worse value: 341.123373988. iteration 19045 found worse value: 341.123373988. iteration 19045, perturbing to get out of local maxima iteration 19046 found worse value: 341.123373988. iteration 19047 found worse value: 341.123373988. iteration 19048 found worse value: 341.123373988. iteration 19049 found worse value: 341.123373988. iteration 19050 found worse value: 341.123373988. iteration 19051 found worse value: 341.123373988. iteration 19052 found worse value: 341.123373988. iteration 19053 found worse value: 341.123373988. iteration 19054 found worse value: 341.123373988. iteration 19055 found worse value: 341.123373988. iteration 19056 found worse value: 341.123373988. iteration 19057 found worse value: 341.123373988. iteration 19058 found worse value: 341.123373988. iteration 19058, perturbing to get out of local maxima iteration 19059 found worse value: 341.123373988. iteration 19060 found worse value: 341.123373988. iteration 19061 found worse value: 341.123373988. iteration 19062 found worse value: 341.123373988. iteration 19063 found worse value: 341.123373988. iteration 19064 found worse value: 341.123373988. iteration 19065 found worse value: 341.123373988. iteration 19066 found worse value: 341.123373988. iteration 19067 found worse value: 341.123373988. iteration 19068 found worse value: 341.123373988. iteration 19069 found worse value: 341.123373988. iteration 19070 found worse value: 341.123373988. iteration 19071 found worse value: 341.123373988. iteration 19072 found worse value: 341.123373988. iteration 19073 found worse value: 341.123373988. iteration 19074 found worse value: 341.123373988. iteration 19075 found worse value: 341.123373988. iteration 19076 found worse value: 341.123373988. iteration 19077 found worse value: 341.123373988. iteration 19078 found worse value: 341.123373988. iteration 19079 found worse value: 341.123373988. iteration 19080 found worse value: 341.123373988. iteration 19081 found worse value: 341.123373988. iteration 19082 found worse value: 341.123373988. iteration 19083 found worse value: 341.123373988. iteration 19084 found worse value: 341.123373988. iteration 19085 found worse value: 341.123373988. iteration 19086 found worse value: 341.123373988. iteration 19087 found worse value: 341.123373988. iteration 19088 found worse value: 341.123373988. iteration 19089 found worse value: 341.123373988. iteration 19090 found worse value: 341.123373988. iteration 19091 found worse value: 341.123373988. iteration 19092 found worse value: 341.123373988. iteration 19093 found worse value: 341.123373988. iteration 19094 found worse value: 341.123373988. iteration 19095 found worse value: 341.123373988. iteration 19096 found worse value: 341.123373988. iteration 19097 found worse value: 341.123373988. iteration 19098 found worse value: 341.123373988. iteration 19099 found worse value: 341.123373988. iteration 19100 found worse value: 341.123373988. iteration 19101 found worse value: 341.123373988. iteration 19102 found worse value: 341.123373988. iteration 19103 found worse value: 341.123373988. iteration 19104 found worse value: 341.123373988. iteration 19105 found worse value: 341.123373988. iteration 19106 found worse value: 341.123373988. iteration 19107 found worse value: 341.123373988. iteration 19108 found worse value: 341.123373988. iteration 19109 found worse value: 341.123373988. iteration 19110 found worse value: 341.123373988. iteration 19111 found worse value: 341.123373988. iteration 19112 found worse value: 341.123373988. iteration 19113 found worse value: 341.123373988. iteration 19114 found worse value: 341.123373988. iteration 19115 found worse value: 341.123373988. iteration 19116 found worse value: 341.123373988. iteration 19117 found worse value: 341.123373988. iteration 19118 found worse value: 341.123373988. iteration 19119 found worse value: 341.123373988. iteration 19120 found worse value: 341.123373988. iteration 19121 found worse value: 341.123373988. iteration 19122 found worse value: 341.123373988. iteration 19123 found worse value: 341.123373988. iteration 19124 found worse value: 341.123373988. iteration 19125 found worse value: 341.123373988. iteration 19126 found worse value: 341.123373988. iteration 19127 found worse value: 341.123373988. iteration 19127, perturbing to get out of local maxima iteration 19128 found worse value: 341.123373988. iteration 19129 found worse value: 341.123373988. iteration 19130 found worse value: 341.123373988. iteration 19131 found worse value: 341.123373988. iteration 19132 found worse value: 341.123373988. iteration 19133 found worse value: 341.123373988. iteration 19134 found worse value: 341.123373988. iteration 19135 found worse value: 341.123373988. iteration 19136 found worse value: 341.123373988. iteration 19137 found worse value: 341.123373988. iteration 19138 found worse value: 341.123373988. iteration 19139 found worse value: 341.123373988. iteration 19140 found worse value: 341.123373988. iteration 19141 found worse value: 341.123373988. iteration 19142 found worse value: 341.123373988. iteration 19143 found worse value: 341.123373988. iteration 19144 found worse value: 341.123373988. iteration 19144, perturbing to get out of local maxima iteration 19145 found worse value: 341.123373988. iteration 19146 found worse value: 341.123373988. iteration 19147 found worse value: 341.123373988. iteration 19148 found worse value: 341.123373988. iteration 19149 found worse value: 341.123373988. iteration 19150 found worse value: 341.123373988. iteration 19150, perturbing to get out of local maxima iteration 19151 found worse value: 341.123373988. iteration 19152 found worse value: 341.123373988. iteration 19153 found worse value: 341.123373988. iteration 19154 found worse value: 341.123373988. iteration 19155 found worse value: 341.123373988. iteration 19156 found worse value: 341.123373988. iteration 19157 found worse value: 341.123373988. iteration 19158 found worse value: 341.123373988. iteration 19159 found worse value: 341.123373988. iteration 19160 found worse value: 341.123373988. iteration 19161 found worse value: 341.123373988. iteration 19162 found worse value: 341.123373988. iteration 19163 found worse value: 341.123373988. iteration 19164 found worse value: 341.123373988. iteration 19165 found worse value: 341.123373988. iteration 19166 found worse value: 341.123373988. iteration 19167 found worse value: 341.123373988. iteration 19168 found worse value: 341.123373988. iteration 19169 found worse value: 341.123373988. iteration 19170 found worse value: 341.123373988. iteration 19171 found worse value: 341.123373988. iteration 19172 found worse value: 341.123373988. iteration 19173 found worse value: 341.123373988. iteration 19174 found worse value: 341.123373988. iteration 19175 found worse value: 341.123373988. iteration 19176 found worse value: 341.123373988. iteration 19177 found worse value: 341.123373988. iteration 19178 found worse value: 341.123373988. iteration 19179 found worse value: 341.123373988. iteration 19180 found worse value: 341.123373988. iteration 19181 found worse value: 341.123373988. iteration 19182 found worse value: 341.123373988. iteration 19183 found worse value: 341.123373988. iteration 19184 found worse value: 341.123373988. iteration 19185 found worse value: 341.123373988. iteration 19186 found worse value: 341.123373988. iteration 19187 found worse value: 341.123373988. iteration 19188 found worse value: 341.123373988. iteration 19189 found worse value: 341.123373988. iteration 19190 found worse value: 341.123373988. iteration 19191 found worse value: 341.123373988. iteration 19192 found worse value: 341.123373988. iteration 19193 found worse value: 341.123373988. iteration 19194 found worse value: 341.123373988. iteration 19195 found worse value: 341.123373988. iteration 19196 found worse value: 341.123373988. iteration 19197 found worse value: 341.123373988. iteration 19198 found worse value: 341.123373988. iteration 19199 found worse value: 341.123373988. iteration 19200 found worse value: 341.123373988. iteration 19201 found worse value: 341.123373988. iteration 19201, perturbing to get out of local maxima iteration 19202 found worse value: 341.123373988. iteration 19203 found worse value: 341.123373988. iteration 19204 found worse value: 341.123373988. iteration 19205 found worse value: 341.123373988. iteration 19206 found worse value: 341.123373988. iteration 19207 found worse value: 341.123373988. iteration 19208 found worse value: 341.123373988. iteration 19209 found worse value: 341.123373988. iteration 19210 found worse value: 341.123373988. iteration 19211 found worse value: 341.123373988. iteration 19212 found worse value: 341.123373988. iteration 19213 found worse value: 341.123373988. iteration 19214 found worse value: 341.123373988. iteration 19215 found worse value: 341.123373988. iteration 19216 found worse value: 341.123373988. iteration 19217 found worse value: 341.123373988. iteration 19218 found worse value: 341.123373988. iteration 19219 found worse value: 341.123373988. iteration 19220 found worse value: 341.123373988. iteration 19221 found worse value: 341.123373988. iteration 19222 found worse value: 341.123373988. iteration 19223 found worse value: 341.123373988. iteration 19224 found worse value: 341.123373988. iteration 19225 found worse value: 341.123373988. iteration 19226 found worse value: 341.123373988. iteration 19227 found worse value: 341.123373988. iteration 19228 found worse value: 341.123373988. iteration 19229 found worse value: 341.123373988. iteration 19230 found worse value: 341.123373988. iteration 19231 found worse value: 341.123373988. iteration 19232 found worse value: 341.123373988. iteration 19233 found worse value: 341.123373988. iteration 19234 found worse value: 341.123373988. iteration 19235 found worse value: 341.123373988. iteration 19236 found worse value: 341.123373988. iteration 19237 found worse value: 341.123373988. iteration 19238 found worse value: 341.123373988. iteration 19239 found worse value: 341.123373988. iteration 19240 found worse value: 341.123373988. iteration 19240, perturbing to get out of local maxima iteration 19241 found worse value: 341.123373988. iteration 19242 found worse value: 341.123373988. iteration 19243 found worse value: 341.123373988. iteration 19244 found worse value: 341.123373988. iteration 19245 found worse value: 341.123373988. iteration 19246 found worse value: 341.123373988. iteration 19247 found worse value: 341.123373988. iteration 19248 found worse value: 341.123373988. iteration 19249 found worse value: 341.123373988. iteration 19250 found worse value: 341.123373988. iteration 19251 found worse value: 341.123373988. iteration 19252 found worse value: 341.123373988. iteration 19253 found worse value: 341.123373988. iteration 19254 found worse value: 341.123373988. iteration 19255 found worse value: 341.123373988. iteration 19256 found worse value: 341.123373988. iteration 19257 found worse value: 341.123373988. iteration 19258 found worse value: 341.123373988. iteration 19259 found worse value: 341.123373988. iteration 19260 found worse value: 341.123373988. iteration 19261 found worse value: 341.123373988. iteration 19262 found worse value: 341.123373988. iteration 19263 found worse value: 341.123373988. iteration 19264 found worse value: 341.123373988. iteration 19265 found worse value: 341.123373988. iteration 19266 found worse value: 341.123373988. iteration 19267 found worse value: 341.123373988. iteration 19268 found worse value: 341.123373988. iteration 19269 found worse value: 341.123373988. iteration 19270 found worse value: 341.123373988. iteration 19271 found worse value: 341.123373988. iteration 19272 found worse value: 341.123373988. iteration 19273 found worse value: 341.123373988. iteration 19274 found worse value: 341.123373988. iteration 19275 found worse value: 341.123373988. iteration 19276 found worse value: 341.123373988. iteration 19277 found worse value: 341.123373988. iteration 19278 found worse value: 341.123373988. iteration 19279 found worse value: 341.123373988. iteration 19280 found worse value: 341.123373988. iteration 19281 found worse value: 341.123373988. iteration 19282 found worse value: 341.123373988. iteration 19283 found worse value: 341.123373988. iteration 19284 found worse value: 341.123373988. iteration 19285 found worse value: 341.123373988. iteration 19286 found worse value: 341.123373988. iteration 19287 found worse value: 341.123373988. iteration 19288 found worse value: 341.123373988. iteration 19289 found worse value: 341.123373988. iteration 19290 found worse value: 341.123373988. iteration 19291 found worse value: 341.123373988. iteration 19292 found worse value: 341.123373988. iteration 19293 found worse value: 341.123373988. iteration 19294 found worse value: 341.123373988. iteration 19295 found worse value: 341.123373988. iteration 19296 found worse value: 341.123373988. iteration 19297 found worse value: 341.123373988. iteration 19298 found worse value: 341.123373988. iteration 19299 found worse value: 341.123373988. iteration 19300 found worse value: 341.123373988. iteration 19301 found worse value: 341.123373988. iteration 19302 found worse value: 341.123373988. iteration 19303 found worse value: 341.123373988. iteration 19304 found worse value: 341.123373988. iteration 19305 found worse value: 341.123373988. iteration 19306 found worse value: 341.123373988. iteration 19306, perturbing to get out of local maxima iteration 19307 found worse value: 341.123373988. iteration 19308 found worse value: 341.123373988. iteration 19309 found worse value: 341.123373988. iteration 19310 found worse value: 341.123373988. iteration 19311 found worse value: 341.123373988. iteration 19312 found worse value: 341.123373988. iteration 19313 found worse value: 341.123373988. iteration 19314 found worse value: 341.123373988. iteration 19315 found worse value: 341.123373988. iteration 19316 found worse value: 341.123373988. iteration 19317 found worse value: 341.123373988. iteration 19318 found worse value: 341.123373988. iteration 19319 found worse value: 341.123373988. iteration 19320 found worse value: 341.123373988. iteration 19321 found worse value: 341.123373988. iteration 19322 found worse value: 341.123373988. iteration 19323 found worse value: 341.123373988. iteration 19324 found worse value: 341.123373988. iteration 19325 found worse value: 341.123373988. iteration 19326 found worse value: 341.123373988. iteration 19327 found worse value: 341.123373988. iteration 19328 found worse value: 341.123373988. iteration 19329 found worse value: 341.123373988. iteration 19330 found worse value: 341.123373988. iteration 19331 found worse value: 341.123373988. iteration 19332 found worse value: 341.123373988. iteration 19333 found worse value: 341.123373988. iteration 19334 found worse value: 341.123373988. iteration 19335 found worse value: 341.123373988. iteration 19336 found worse value: 341.123373988. iteration 19337 found worse value: 341.123373988. iteration 19338 found worse value: 341.123373988. iteration 19339 found worse value: 341.123373988. iteration 19340 found worse value: 341.123373988. iteration 19341 found worse value: 341.123373988. iteration 19342 found worse value: 341.123373988. iteration 19343 found worse value: 341.123373988. iteration 19344 found worse value: 341.123373988. iteration 19345 found worse value: 341.123373988. iteration 19346 found worse value: 341.123373988. iteration 19347 found worse value: 341.123373988. iteration 19348 found worse value: 341.123373988. iteration 19349 found worse value: 341.123373988. iteration 19350 found worse value: 341.123373988. iteration 19351 found worse value: 341.123373988. iteration 19352 found worse value: 341.123373988. iteration 19353 found worse value: 341.123373988. iteration 19354 found worse value: 341.123373988. iteration 19355 found worse value: 341.123373988. iteration 19356 found worse value: 341.123373988. iteration 19357 found worse value: 341.123373988. iteration 19358 found worse value: 341.123373988. iteration 19359 found worse value: 341.123373988. iteration 19360 found worse value: 341.123373988. iteration 19361 found worse value: 341.123373988. iteration 19362 found worse value: 341.123373988. iteration 19363 found worse value: 341.123373988. iteration 19364 found worse value: 341.123373988. iteration 19365 found worse value: 341.123373988. iteration 19366 found better value: 341.124827417 iteration 19367 found worse value: 341.124827417. iteration 19368 found worse value: 341.124827417. iteration 19369 found worse value: 341.124827417. iteration 19370 found worse value: 341.124827417. iteration 19371 found worse value: 341.124827417. iteration 19372 found worse value: 341.124827417. iteration 19373 found worse value: 341.124827417. iteration 19374 found worse value: 341.124827417. iteration 19375 found worse value: 341.124827417. iteration 19376 found worse value: 341.124827417. iteration 19377 found worse value: 341.124827417. iteration 19378 found worse value: 341.124827417. iteration 19379 found worse value: 341.124827417. iteration 19380 found worse value: 341.124827417. iteration 19381 found worse value: 341.124827417. iteration 19382 found worse value: 341.124827417. iteration 19383 found worse value: 341.124827417. iteration 19384 found worse value: 341.124827417. iteration 19385 found better value: 341.13445706600004 iteration 19386 found worse value: 341.13445706600004. iteration 19387 found worse value: 341.13445706600004. iteration 19388 found worse value: 341.13445706600004. iteration 19389 found worse value: 341.13445706600004. iteration 19390 found worse value: 341.13445706600004. iteration 19391 found worse value: 341.13445706600004. iteration 19392 found worse value: 341.13445706600004. iteration 19393 found worse value: 341.13445706600004. iteration 19394 found worse value: 341.13445706600004. iteration 19395 found worse value: 341.13445706600004. iteration 19395, perturbing to get out of local maxima iteration 19396 found worse value: 341.13445706600004. iteration 19397 found worse value: 341.13445706600004. iteration 19398 found worse value: 341.13445706600004. iteration 19399 found worse value: 341.13445706600004. iteration 19400 found worse value: 341.13445706600004. iteration 19401 found worse value: 341.13445706600004. iteration 19402 found worse value: 341.13445706600004. iteration 19403 found worse value: 341.13445706600004. iteration 19404 found worse value: 341.13445706600004. iteration 19405 found worse value: 341.13445706600004. iteration 19406 found worse value: 341.13445706600004. iteration 19407 found worse value: 341.13445706600004. iteration 19408 found worse value: 341.13445706600004. iteration 19409 found worse value: 341.13445706600004. iteration 19410 found worse value: 341.13445706600004. iteration 19411 found worse value: 341.13445706600004. iteration 19411, perturbing to get out of local maxima iteration 19412 found worse value: 341.13445706600004. iteration 19413 found worse value: 341.13445706600004. iteration 19414 found worse value: 341.13445706600004. iteration 19415 found worse value: 341.13445706600004. iteration 19416 found worse value: 341.13445706600004. iteration 19417 found worse value: 341.13445706600004. iteration 19418 found worse value: 341.13445706600004. iteration 19419 found worse value: 341.13445706600004. iteration 19420 found worse value: 341.13445706600004. iteration 19421 found worse value: 341.13445706600004. iteration 19422 found worse value: 341.13445706600004. iteration 19423 found worse value: 341.13445706600004. iteration 19424 found worse value: 341.13445706600004. iteration 19425 found worse value: 341.13445706600004. iteration 19426 found worse value: 341.13445706600004. iteration 19427 found worse value: 341.13445706600004. iteration 19428 found worse value: 341.13445706600004. iteration 19429 found worse value: 341.13445706600004. iteration 19430 found worse value: 341.13445706600004. iteration 19431 found worse value: 341.13445706600004. iteration 19432 found worse value: 341.13445706600004. iteration 19433 found worse value: 341.13445706600004. iteration 19434 found worse value: 341.13445706600004. iteration 19435 found worse value: 341.13445706600004. iteration 19436 found worse value: 341.13445706600004. iteration 19437 found worse value: 341.13445706600004. iteration 19438 found worse value: 341.13445706600004. iteration 19439 found worse value: 341.13445706600004. iteration 19440 found worse value: 341.13445706600004. iteration 19441 found worse value: 341.13445706600004. iteration 19442 found worse value: 341.13445706600004. iteration 19443 found worse value: 341.13445706600004. iteration 19444 found worse value: 341.13445706600004. iteration 19445 found worse value: 341.13445706600004. iteration 19446 found worse value: 341.13445706600004. iteration 19447 found worse value: 341.13445706600004. iteration 19448 found worse value: 341.13445706600004. iteration 19449 found worse value: 341.13445706600004. iteration 19450 found worse value: 341.13445706600004. iteration 19451 found worse value: 341.13445706600004. iteration 19452 found worse value: 341.13445706600004. iteration 19453 found worse value: 341.13445706600004. iteration 19454 found worse value: 341.13445706600004. iteration 19455 found worse value: 341.13445706600004. iteration 19456 found worse value: 341.13445706600004. iteration 19457 found worse value: 341.13445706600004. iteration 19458 found worse value: 341.13445706600004. iteration 19459 found worse value: 341.13445706600004. iteration 19460 found worse value: 341.13445706600004. iteration 19461 found worse value: 341.13445706600004. iteration 19462 found worse value: 341.13445706600004. iteration 19463 found worse value: 341.13445706600004. iteration 19464 found worse value: 341.13445706600004. iteration 19465 found worse value: 341.13445706600004. iteration 19466 found worse value: 341.13445706600004. iteration 19467 found worse value: 341.13445706600004. iteration 19468 found worse value: 341.13445706600004. iteration 19469 found worse value: 341.13445706600004. iteration 19470 found worse value: 341.13445706600004. iteration 19471 found worse value: 341.13445706600004. iteration 19472 found worse value: 341.13445706600004. iteration 19473 found worse value: 341.13445706600004. iteration 19474 found worse value: 341.13445706600004. iteration 19475 found worse value: 341.13445706600004. iteration 19476 found worse value: 341.13445706600004. iteration 19477 found worse value: 341.13445706600004. iteration 19478 found worse value: 341.13445706600004. iteration 19479 found worse value: 341.13445706600004. iteration 19480 found worse value: 341.13445706600004. iteration 19481 found worse value: 341.13445706600004. iteration 19482 found worse value: 341.13445706600004. iteration 19483 found worse value: 341.13445706600004. iteration 19484 found worse value: 341.13445706600004. iteration 19485 found worse value: 341.13445706600004. iteration 19486 found worse value: 341.13445706600004. iteration 19487 found worse value: 341.13445706600004. iteration 19488 found worse value: 341.13445706600004. iteration 19489 found worse value: 341.13445706600004. iteration 19490 found worse value: 341.13445706600004. iteration 19491 found worse value: 341.13445706600004. iteration 19492 found worse value: 341.13445706600004. iteration 19493 found worse value: 341.13445706600004. iteration 19494 found worse value: 341.13445706600004. iteration 19495 found worse value: 341.13445706600004. iteration 19496 found worse value: 341.13445706600004. iteration 19497 found worse value: 341.13445706600004. iteration 19498 found worse value: 341.13445706600004. iteration 19499 found worse value: 341.13445706600004. iteration 19500 found worse value: 341.13445706600004. iteration 19501 found worse value: 341.13445706600004. iteration 19502 found worse value: 341.13445706600004. iteration 19503 found worse value: 341.13445706600004. iteration 19504 found worse value: 341.13445706600004. iteration 19505 found worse value: 341.13445706600004. iteration 19506 found worse value: 341.13445706600004. iteration 19507 found worse value: 341.13445706600004. iteration 19508 found worse value: 341.13445706600004. iteration 19509 found worse value: 341.13445706600004. iteration 19510 found worse value: 341.13445706600004. iteration 19511 found worse value: 341.13445706600004. iteration 19512 found worse value: 341.13445706600004. iteration 19513 found worse value: 341.13445706600004. iteration 19514 found worse value: 341.13445706600004. iteration 19515 found worse value: 341.13445706600004. iteration 19516 found worse value: 341.13445706600004. iteration 19517 found worse value: 341.13445706600004. iteration 19518 found worse value: 341.13445706600004. iteration 19519 found worse value: 341.13445706600004. iteration 19520 found worse value: 341.13445706600004. iteration 19521 found worse value: 341.13445706600004. iteration 19522 found worse value: 341.13445706600004. iteration 19523 found worse value: 341.13445706600004. iteration 19524 found worse value: 341.13445706600004. iteration 19525 found worse value: 341.13445706600004. iteration 19526 found worse value: 341.13445706600004. iteration 19527 found worse value: 341.13445706600004. iteration 19528 found worse value: 341.13445706600004. iteration 19528, perturbing to get out of local maxima iteration 19529 found worse value: 341.13445706600004. iteration 19530 found worse value: 341.13445706600004. iteration 19531 found worse value: 341.13445706600004. iteration 19532 found worse value: 341.13445706600004. iteration 19533 found worse value: 341.13445706600004. iteration 19534 found worse value: 341.13445706600004. iteration 19535 found worse value: 341.13445706600004. iteration 19536 found worse value: 341.13445706600004. iteration 19537 found worse value: 341.13445706600004. iteration 19538 found worse value: 341.13445706600004. iteration 19539 found worse value: 341.13445706600004. iteration 19540 found worse value: 341.13445706600004. iteration 19541 found worse value: 341.13445706600004. iteration 19542 found worse value: 341.13445706600004. iteration 19543 found worse value: 341.13445706600004. iteration 19544 found worse value: 341.13445706600004. iteration 19545 found worse value: 341.13445706600004. iteration 19546 found worse value: 341.13445706600004. iteration 19547 found worse value: 341.13445706600004. iteration 19548 found worse value: 341.13445706600004. iteration 19549 found worse value: 341.13445706600004. iteration 19550 found worse value: 341.13445706600004. iteration 19551 found worse value: 341.13445706600004. iteration 19552 found worse value: 341.13445706600004. iteration 19553 found worse value: 341.13445706600004. iteration 19554 found worse value: 341.13445706600004. iteration 19555 found worse value: 341.13445706600004. iteration 19556 found worse value: 341.13445706600004. iteration 19557 found worse value: 341.13445706600004. iteration 19558 found worse value: 341.13445706600004. iteration 19559 found worse value: 341.13445706600004. iteration 19560 found worse value: 341.13445706600004. iteration 19561 found worse value: 341.13445706600004. iteration 19562 found worse value: 341.13445706600004. iteration 19563 found worse value: 341.13445706600004. iteration 19564 found worse value: 341.13445706600004. iteration 19565 found worse value: 341.13445706600004. iteration 19566 found worse value: 341.13445706600004. iteration 19567 found worse value: 341.13445706600004. iteration 19568 found worse value: 341.13445706600004. iteration 19569 found worse value: 341.13445706600004. iteration 19570 found worse value: 341.13445706600004. iteration 19571 found worse value: 341.13445706600004. iteration 19572 found worse value: 341.13445706600004. iteration 19573 found worse value: 341.13445706600004. iteration 19574 found worse value: 341.13445706600004. iteration 19574, perturbing to get out of local maxima iteration 19575 found worse value: 341.13445706600004. iteration 19576 found worse value: 341.13445706600004. iteration 19577 found worse value: 341.13445706600004. iteration 19578 found worse value: 341.13445706600004. iteration 19579 found worse value: 341.13445706600004. iteration 19580 found worse value: 341.13445706600004. iteration 19581 found worse value: 341.13445706600004. iteration 19582 found worse value: 341.13445706600004. iteration 19583 found worse value: 341.13445706600004. iteration 19584 found worse value: 341.13445706600004. iteration 19585 found worse value: 341.13445706600004. iteration 19586 found worse value: 341.13445706600004. iteration 19587 found worse value: 341.13445706600004. iteration 19588 found worse value: 341.13445706600004. iteration 19589 found worse value: 341.13445706600004. iteration 19590 found worse value: 341.13445706600004. iteration 19591 found worse value: 341.13445706600004. iteration 19592 found worse value: 341.13445706600004. iteration 19593 found worse value: 341.13445706600004. iteration 19594 found worse value: 341.13445706600004. iteration 19595 found worse value: 341.13445706600004. iteration 19596 found worse value: 341.13445706600004. iteration 19597 found worse value: 341.13445706600004. iteration 19598 found worse value: 341.13445706600004. iteration 19599 found worse value: 341.13445706600004. iteration 19600 found worse value: 341.13445706600004. iteration 19601 found worse value: 341.13445706600004. iteration 19601, perturbing to get out of local maxima iteration 19602 found worse value: 341.13445706600004. iteration 19603 found worse value: 341.13445706600004. iteration 19604 found worse value: 341.13445706600004. iteration 19605 found worse value: 341.13445706600004. iteration 19606 found worse value: 341.13445706600004. iteration 19607 found worse value: 341.13445706600004. iteration 19608 found worse value: 341.13445706600004. iteration 19609 found worse value: 341.13445706600004. iteration 19610 found worse value: 341.13445706600004. iteration 19611 found worse value: 341.13445706600004. iteration 19612 found worse value: 341.13445706600004. iteration 19613 found worse value: 341.13445706600004. iteration 19614 found worse value: 341.13445706600004. iteration 19615 found worse value: 341.13445706600004. iteration 19616 found worse value: 341.13445706600004. iteration 19617 found worse value: 341.13445706600004. iteration 19618 found worse value: 341.13445706600004. iteration 19619 found worse value: 341.13445706600004. iteration 19620 found worse value: 341.13445706600004. iteration 19621 found worse value: 341.13445706600004. iteration 19622 found worse value: 341.13445706600004. iteration 19623 found worse value: 341.13445706600004. iteration 19624 found worse value: 341.13445706600004. iteration 19625 found worse value: 341.13445706600004. iteration 19626 found worse value: 341.13445706600004. iteration 19627 found worse value: 341.13445706600004. iteration 19628 found worse value: 341.13445706600004. iteration 19629 found worse value: 341.13445706600004. iteration 19630 found worse value: 341.13445706600004. iteration 19631 found worse value: 341.13445706600004. iteration 19632 found worse value: 341.13445706600004. iteration 19633 found worse value: 341.13445706600004. iteration 19634 found worse value: 341.13445706600004. iteration 19635 found worse value: 341.13445706600004. iteration 19636 found worse value: 341.13445706600004. iteration 19637 found worse value: 341.13445706600004. iteration 19638 found worse value: 341.13445706600004. iteration 19639 found worse value: 341.13445706600004. iteration 19640 found worse value: 341.13445706600004. iteration 19641 found worse value: 341.13445706600004. iteration 19642 found worse value: 341.13445706600004. iteration 19643 found worse value: 341.13445706600004. iteration 19644 found worse value: 341.13445706600004. iteration 19645 found worse value: 341.13445706600004. iteration 19646 found worse value: 341.13445706600004. iteration 19647 found worse value: 341.13445706600004. iteration 19648 found worse value: 341.13445706600004. iteration 19649 found worse value: 341.13445706600004. iteration 19650 found worse value: 341.13445706600004. iteration 19651 found worse value: 341.13445706600004. iteration 19652 found worse value: 341.13445706600004. iteration 19653 found worse value: 341.13445706600004. iteration 19654 found worse value: 341.13445706600004. iteration 19655 found worse value: 341.13445706600004. iteration 19656 found worse value: 341.13445706600004. iteration 19657 found worse value: 341.13445706600004. iteration 19658 found worse value: 341.13445706600004. iteration 19659 found worse value: 341.13445706600004. iteration 19660 found worse value: 341.13445706600004. iteration 19661 found worse value: 341.13445706600004. iteration 19662 found worse value: 341.13445706600004. iteration 19663 found worse value: 341.13445706600004. iteration 19664 found worse value: 341.13445706600004. iteration 19665 found worse value: 341.13445706600004. iteration 19666 found worse value: 341.13445706600004. iteration 19667 found worse value: 341.13445706600004. iteration 19668 found worse value: 341.13445706600004. iteration 19669 found worse value: 341.13445706600004. iteration 19670 found worse value: 341.13445706600004. iteration 19671 found worse value: 341.13445706600004. iteration 19672 found worse value: 341.13445706600004. iteration 19673 found worse value: 341.13445706600004. iteration 19674 found worse value: 341.13445706600004. iteration 19675 found worse value: 341.13445706600004. iteration 19676 found worse value: 341.13445706600004. iteration 19677 found worse value: 341.13445706600004. iteration 19678 found worse value: 341.13445706600004. iteration 19679 found worse value: 341.13445706600004. iteration 19680 found worse value: 341.13445706600004. iteration 19681 found worse value: 341.13445706600004. iteration 19682 found worse value: 341.13445706600004. iteration 19683 found worse value: 341.13445706600004. iteration 19684 found worse value: 341.13445706600004. iteration 19685 found worse value: 341.13445706600004. iteration 19686 found worse value: 341.13445706600004. iteration 19687 found worse value: 341.13445706600004. iteration 19688 found worse value: 341.13445706600004. iteration 19689 found worse value: 341.13445706600004. iteration 19690 found worse value: 341.13445706600004. iteration 19691 found worse value: 341.13445706600004. iteration 19692 found worse value: 341.13445706600004. iteration 19693 found worse value: 341.13445706600004. iteration 19694 found worse value: 341.13445706600004. iteration 19695 found worse value: 341.13445706600004. iteration 19696 found worse value: 341.13445706600004. iteration 19697 found worse value: 341.13445706600004. iteration 19698 found worse value: 341.13445706600004. iteration 19698, perturbing to get out of local maxima iteration 19699 found worse value: 341.13445706600004. iteration 19700 found worse value: 341.13445706600004. iteration 19701 found worse value: 341.13445706600004. iteration 19702 found worse value: 341.13445706600004. iteration 19703 found worse value: 341.13445706600004. iteration 19704 found worse value: 341.13445706600004. iteration 19705 found worse value: 341.13445706600004. iteration 19706 found worse value: 341.13445706600004. iteration 19707 found worse value: 341.13445706600004. iteration 19708 found worse value: 341.13445706600004. iteration 19709 found worse value: 341.13445706600004. iteration 19710 found worse value: 341.13445706600004. iteration 19711 found worse value: 341.13445706600004. iteration 19712 found worse value: 341.13445706600004. iteration 19713 found worse value: 341.13445706600004. iteration 19714 found worse value: 341.13445706600004. iteration 19715 found worse value: 341.13445706600004. iteration 19716 found worse value: 341.13445706600004. iteration 19717 found worse value: 341.13445706600004. iteration 19718 found worse value: 341.13445706600004. iteration 19719 found worse value: 341.13445706600004. iteration 19720 found worse value: 341.13445706600004. iteration 19721 found worse value: 341.13445706600004. iteration 19722 found worse value: 341.13445706600004. iteration 19723 found worse value: 341.13445706600004. iteration 19724 found worse value: 341.13445706600004. iteration 19725 found worse value: 341.13445706600004. iteration 19726 found worse value: 341.13445706600004. iteration 19727 found worse value: 341.13445706600004. iteration 19728 found worse value: 341.13445706600004. iteration 19729 found worse value: 341.13445706600004. iteration 19730 found worse value: 341.13445706600004. iteration 19731 found worse value: 341.13445706600004. iteration 19732 found worse value: 341.13445706600004. iteration 19733 found worse value: 341.13445706600004. iteration 19734 found worse value: 341.13445706600004. iteration 19735 found worse value: 341.13445706600004. iteration 19736 found worse value: 341.13445706600004. iteration 19737 found worse value: 341.13445706600004. iteration 19738 found worse value: 341.13445706600004. iteration 19739 found worse value: 341.13445706600004. iteration 19739, perturbing to get out of local maxima iteration 19740 found worse value: 341.13445706600004. iteration 19741 found worse value: 341.13445706600004. iteration 19742 found worse value: 341.13445706600004. iteration 19743 found worse value: 341.13445706600004. iteration 19744 found worse value: 341.13445706600004. iteration 19745 found worse value: 341.13445706600004. iteration 19746 found worse value: 341.13445706600004. iteration 19747 found worse value: 341.13445706600004. iteration 19748 found worse value: 341.13445706600004. iteration 19749 found worse value: 341.13445706600004. iteration 19749, perturbing to get out of local maxima iteration 19750 found worse value: 341.13445706600004. iteration 19751 found worse value: 341.13445706600004. iteration 19752 found worse value: 341.13445706600004. iteration 19753 found worse value: 341.13445706600004. iteration 19754 found worse value: 341.13445706600004. iteration 19755 found worse value: 341.13445706600004. iteration 19756 found worse value: 341.13445706600004. iteration 19757 found worse value: 341.13445706600004. iteration 19758 found worse value: 341.13445706600004. iteration 19759 found worse value: 341.13445706600004. iteration 19760 found worse value: 341.13445706600004. iteration 19761 found worse value: 341.13445706600004. iteration 19761, perturbing to get out of local maxima iteration 19762 found worse value: 341.13445706600004. iteration 19763 found worse value: 341.13445706600004. iteration 19764 found worse value: 341.13445706600004. iteration 19765 found worse value: 341.13445706600004. iteration 19766 found worse value: 341.13445706600004. iteration 19767 found worse value: 341.13445706600004. iteration 19768 found worse value: 341.13445706600004. iteration 19769 found worse value: 341.13445706600004. iteration 19770 found worse value: 341.13445706600004. iteration 19771 found worse value: 341.13445706600004. iteration 19772 found worse value: 341.13445706600004. iteration 19773 found worse value: 341.13445706600004. iteration 19774 found worse value: 341.13445706600004. iteration 19775 found worse value: 341.13445706600004. iteration 19776 found worse value: 341.13445706600004. iteration 19777 found worse value: 341.13445706600004. iteration 19778 found worse value: 341.13445706600004. iteration 19779 found worse value: 341.13445706600004. iteration 19780 found worse value: 341.13445706600004. iteration 19781 found worse value: 341.13445706600004. iteration 19782 found worse value: 341.13445706600004. iteration 19783 found worse value: 341.13445706600004. iteration 19784 found worse value: 341.13445706600004. iteration 19785 found worse value: 341.13445706600004. iteration 19786 found worse value: 341.13445706600004. iteration 19787 found worse value: 341.13445706600004. iteration 19788 found worse value: 341.13445706600004. iteration 19789 found worse value: 341.13445706600004. iteration 19790 found worse value: 341.13445706600004. iteration 19790, perturbing to get out of local maxima iteration 19791 found worse value: 341.13445706600004. iteration 19792 found worse value: 341.13445706600004. iteration 19793 found worse value: 341.13445706600004. iteration 19794 found worse value: 341.13445706600004. iteration 19795 found worse value: 341.13445706600004. iteration 19796 found worse value: 341.13445706600004. iteration 19797 found worse value: 341.13445706600004. iteration 19798 found worse value: 341.13445706600004. iteration 19799 found worse value: 341.13445706600004. iteration 19800 found worse value: 341.13445706600004. iteration 19801 found worse value: 341.13445706600004. iteration 19802 found worse value: 341.13445706600004. iteration 19803 found worse value: 341.13445706600004. iteration 19804 found worse value: 341.13445706600004. iteration 19805 found worse value: 341.13445706600004. iteration 19806 found worse value: 341.13445706600004. iteration 19807 found worse value: 341.13445706600004. iteration 19808 found worse value: 341.13445706600004. iteration 19809 found worse value: 341.13445706600004. iteration 19810 found worse value: 341.13445706600004. iteration 19811 found worse value: 341.13445706600004. iteration 19812 found worse value: 341.13445706600004. iteration 19813 found worse value: 341.13445706600004. iteration 19814 found worse value: 341.13445706600004. iteration 19815 found worse value: 341.13445706600004. iteration 19816 found worse value: 341.13445706600004. iteration 19817 found worse value: 341.13445706600004. iteration 19818 found worse value: 341.13445706600004. iteration 19819 found worse value: 341.13445706600004. iteration 19820 found worse value: 341.13445706600004. iteration 19821 found worse value: 341.13445706600004. iteration 19822 found worse value: 341.13445706600004. iteration 19823 found worse value: 341.13445706600004. iteration 19824 found worse value: 341.13445706600004. iteration 19825 found worse value: 341.13445706600004. iteration 19826 found worse value: 341.13445706600004. iteration 19827 found worse value: 341.13445706600004. iteration 19827, perturbing to get out of local maxima iteration 19828 found worse value: 341.13445706600004. iteration 19829 found worse value: 341.13445706600004. iteration 19830 found worse value: 341.13445706600004. iteration 19831 found worse value: 341.13445706600004. iteration 19832 found worse value: 341.13445706600004. iteration 19833 found worse value: 341.13445706600004. iteration 19834 found worse value: 341.13445706600004. iteration 19835 found worse value: 341.13445706600004. iteration 19836 found worse value: 341.13445706600004. iteration 19837 found worse value: 341.13445706600004. iteration 19838 found worse value: 341.13445706600004. iteration 19838, perturbing to get out of local maxima iteration 19839 found worse value: 341.13445706600004. iteration 19840 found worse value: 341.13445706600004. iteration 19841 found worse value: 341.13445706600004. iteration 19842 found worse value: 341.13445706600004. iteration 19843 found worse value: 341.13445706600004. iteration 19844 found worse value: 341.13445706600004. iteration 19845 found worse value: 341.13445706600004. iteration 19846 found worse value: 341.13445706600004. iteration 19847 found worse value: 341.13445706600004. iteration 19848 found worse value: 341.13445706600004. iteration 19849 found worse value: 341.13445706600004. iteration 19850 found worse value: 341.13445706600004. iteration 19851 found worse value: 341.13445706600004. iteration 19852 found worse value: 341.13445706600004. iteration 19853 found worse value: 341.13445706600004. iteration 19854 found worse value: 341.13445706600004. iteration 19855 found worse value: 341.13445706600004. iteration 19856 found worse value: 341.13445706600004. iteration 19857 found worse value: 341.13445706600004. iteration 19858 found worse value: 341.13445706600004. iteration 19859 found worse value: 341.13445706600004. iteration 19860 found worse value: 341.13445706600004. iteration 19861 found worse value: 341.13445706600004. iteration 19862 found worse value: 341.13445706600004. iteration 19863 found worse value: 341.13445706600004. iteration 19864 found worse value: 341.13445706600004. iteration 19865 found worse value: 341.13445706600004. iteration 19866 found worse value: 341.13445706600004. iteration 19867 found worse value: 341.13445706600004. iteration 19868 found worse value: 341.13445706600004. iteration 19869 found worse value: 341.13445706600004. iteration 19870 found worse value: 341.13445706600004. iteration 19871 found worse value: 341.13445706600004. iteration 19872 found worse value: 341.13445706600004. iteration 19873 found worse value: 341.13445706600004. iteration 19874 found worse value: 341.13445706600004. iteration 19874, perturbing to get out of local maxima iteration 19875 found worse value: 341.13445706600004. iteration 19876 found worse value: 341.13445706600004. iteration 19877 found worse value: 341.13445706600004. iteration 19878 found worse value: 341.13445706600004. iteration 19879 found worse value: 341.13445706600004. iteration 19880 found worse value: 341.13445706600004. iteration 19881 found worse value: 341.13445706600004. iteration 19882 found worse value: 341.13445706600004. iteration 19883 found worse value: 341.13445706600004. iteration 19884 found worse value: 341.13445706600004. iteration 19885 found worse value: 341.13445706600004. iteration 19886 found worse value: 341.13445706600004. iteration 19887 found worse value: 341.13445706600004. iteration 19888 found worse value: 341.13445706600004. iteration 19889 found worse value: 341.13445706600004. iteration 19890 found worse value: 341.13445706600004. iteration 19891 found worse value: 341.13445706600004. iteration 19892 found worse value: 341.13445706600004. iteration 19893 found worse value: 341.13445706600004. iteration 19894 found worse value: 341.13445706600004. iteration 19895 found worse value: 341.13445706600004. iteration 19896 found worse value: 341.13445706600004. iteration 19897 found worse value: 341.13445706600004. iteration 19898 found worse value: 341.13445706600004. iteration 19899 found worse value: 341.13445706600004. iteration 19900 found worse value: 341.13445706600004. iteration 19901 found worse value: 341.13445706600004. iteration 19902 found worse value: 341.13445706600004. iteration 19903 found worse value: 341.13445706600004. iteration 19904 found worse value: 341.13445706600004. iteration 19905 found worse value: 341.13445706600004. iteration 19906 found worse value: 341.13445706600004. iteration 19907 found worse value: 341.13445706600004. iteration 19908 found worse value: 341.13445706600004. iteration 19909 found worse value: 341.13445706600004. iteration 19910 found worse value: 341.13445706600004. iteration 19910, perturbing to get out of local maxima iteration 19911 found worse value: 341.13445706600004. iteration 19912 found worse value: 341.13445706600004. iteration 19913 found worse value: 341.13445706600004. iteration 19914 found worse value: 341.13445706600004. iteration 19915 found worse value: 341.13445706600004. iteration 19916 found worse value: 341.13445706600004. iteration 19917 found worse value: 341.13445706600004. iteration 19918 found worse value: 341.13445706600004. iteration 19919 found worse value: 341.13445706600004. iteration 19920 found worse value: 341.13445706600004. iteration 19921 found worse value: 341.13445706600004. iteration 19922 found worse value: 341.13445706600004. iteration 19923 found worse value: 341.13445706600004. iteration 19924 found worse value: 341.13445706600004. iteration 19925 found worse value: 341.13445706600004. iteration 19926 found worse value: 341.13445706600004. iteration 19927 found worse value: 341.13445706600004. iteration 19928 found worse value: 341.13445706600004. iteration 19929 found worse value: 341.13445706600004. iteration 19930 found worse value: 341.13445706600004. iteration 19931 found worse value: 341.13445706600004. iteration 19932 found worse value: 341.13445706600004. iteration 19933 found worse value: 341.13445706600004. iteration 19934 found worse value: 341.13445706600004. iteration 19935 found worse value: 341.13445706600004. iteration 19936 found worse value: 341.13445706600004. iteration 19936, perturbing to get out of local maxima iteration 19937 found worse value: 341.13445706600004. iteration 19938 found worse value: 341.13445706600004. iteration 19939 found worse value: 341.13445706600004. iteration 19940 found worse value: 341.13445706600004. iteration 19941 found worse value: 341.13445706600004. iteration 19942 found worse value: 341.13445706600004. iteration 19943 found worse value: 341.13445706600004. iteration 19944 found worse value: 341.13445706600004. iteration 19945 found worse value: 341.13445706600004. iteration 19946 found worse value: 341.13445706600004. iteration 19947 found worse value: 341.13445706600004. iteration 19948 found worse value: 341.13445706600004. iteration 19949 found worse value: 341.13445706600004. iteration 19950 found worse value: 341.13445706600004. iteration 19951 found worse value: 341.13445706600004. iteration 19952 found worse value: 341.13445706600004. iteration 19953 found worse value: 341.13445706600004. iteration 19954 found worse value: 341.13445706600004. iteration 19955 found worse value: 341.13445706600004. iteration 19956 found worse value: 341.13445706600004. iteration 19957 found worse value: 341.13445706600004. iteration 19958 found worse value: 341.13445706600004. iteration 19959 found worse value: 341.13445706600004. iteration 19960 found worse value: 341.13445706600004. iteration 19961 found worse value: 341.13445706600004. iteration 19962 found worse value: 341.13445706600004. iteration 19963 found worse value: 341.13445706600004. iteration 19964 found worse value: 341.13445706600004. iteration 19965 found worse value: 341.13445706600004. iteration 19966 found worse value: 341.13445706600004. iteration 19967 found worse value: 341.13445706600004. iteration 19968 found worse value: 341.13445706600004. iteration 19969 found worse value: 341.13445706600004. iteration 19970 found worse value: 341.13445706600004. iteration 19971 found worse value: 341.13445706600004. iteration 19972 found worse value: 341.13445706600004. iteration 19973 found worse value: 341.13445706600004. iteration 19974 found worse value: 341.13445706600004. iteration 19975 found worse value: 341.13445706600004. iteration 19976 found worse value: 341.13445706600004. iteration 19977 found worse value: 341.13445706600004. iteration 19978 found worse value: 341.13445706600004. iteration 19979 found worse value: 341.13445706600004. iteration 19980 found worse value: 341.13445706600004. iteration 19981 found worse value: 341.13445706600004. iteration 19982 found worse value: 341.13445706600004. iteration 19983 found worse value: 341.13445706600004. iteration 19984 found worse value: 341.13445706600004. iteration 19985 found worse value: 341.13445706600004. iteration 19986 found worse value: 341.13445706600004. iteration 19986, perturbing to get out of local maxima iteration 19987 found worse value: 341.13445706600004. iteration 19988 found worse value: 341.13445706600004. iteration 19989 found worse value: 341.13445706600004. iteration 19990 found worse value: 341.13445706600004. iteration 19991 found worse value: 341.13445706600004. iteration 19992 found worse value: 341.13445706600004. iteration 19993 found worse value: 341.13445706600004. iteration 19994 found worse value: 341.13445706600004. iteration 19995 found worse value: 341.13445706600004. iteration 19996 found worse value: 341.13445706600004. iteration 19997 found worse value: 341.13445706600004. iteration 19998 found worse value: 341.13445706600004. iteration 19999 found worse value: 341.13445706600004. iteration 20000 found worse value: 341.13445706600004.
best_tmr
341.13445706600004
##visualizing optimized schedule
#if few units, use .astype(int)
fig, axes = plt.subplots(1,2, figsize=(15,8))
axes=axes.flatten()
_=gs.slice_plot(data=best_blend.astype(int).flatten(order='F'),griddef=grid,catdata=True, ax=axes[0], title='Mining face A', grid=True,cmap='viridis', cbar_label='Blend units')
_=gs.slice_plot(data=best_blend2.astype(int).flatten(order='F'),griddef=grid2,catdata=True, ax=axes[1],title='Mining face B',grid=True,cmap='viridis', cbar_label='Blend units')
plt.savefig (figfolder+'/ant_sched.png', bbox_inches = 'tight', dpi = 300)
increase = ((best_tmr-dflt_tmr)/dflt_tmr)*100
print('% increase in total metal recovered is {:.2f}%'.format(increase))
% increase in total metal recovered is 2.77%
best_tmr_list = np.multiply(best_att_unit,best_g_unit)
best_tmr_list = best_tmr_list.tolist()
b_means = [np.mean(i) for i in best_att_unit]
ax=sns.boxplot(data=best_att_unit,whis=5)
ax=sns.lineplot(data=b_means,color='black',marker='o',markerfacecolor="black", markeredgecolor="black",markersize='3')
ax.set_xlabel('Blending Unit')
plt.xticks([0,1,2,3,4,5,6,7,8,9], [1,2,3,4,5,6,7,8,9,10])
ax.set_ylabel('Metal recovery')
plt.savefig (figfolder+'/ant_rec.png', bbox_inches = 'tight', dpi = 300)
#visualizing if the seed changes the optimized result
n_iterations=20000
plt.xlabel('iterations',fontsize=15)
plt.ylabel('Increase in total recovered metal (%)',fontsize=15)
itera_values = list(range(0, n_iterations+1, int((n_iterations)/10)))
y_val=[]
for val in conv_lst_tmr:
y_val.append(100*(val-conv_lst_tmr[0])/conv_lst_tmr[0])
plt.plot(itera_values, y_val, '-o')
plt.savefig(figfolder+'/it_conv_ant.png', bbox_inches = 'tight', dpi = 300)